Checkout Tools
  • last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

ESB-30101[LOG] Upgrade Log Management and Exception Management to Spring boot 2.6.6

ESB-25863 Exception Handler To Work With New Java Replay Framework

    • ?
    ./src/main/resources/application.yml

ESB-25863 Exception Handler To Work With New Java Replay Framework

    • ?
    ./src/main/resources/application-prod2.yml
    • ?
    ./src/main/resources/application-prod.yml
    • ?
    ./src/main/resources/application-uat2.yml

ESB-25863 Exception Handler To Work With New Java Replay Framework

    • ?
    ./src/main/resources/application-uat.yml
Do not need to move. https://docs.spring.io/spring-boot/docs/2.1.x/reference/html/howto-data-access.html
Do not need to move. https://docs.spring.io/spring-boot/docs/2.1.x/reference/html/howto-data-access.html
This needs to be in the same package according to Spring documentation. https://docs.spring.io/spring-boot/docs/2.1.x/reference/html/howto-data-access.html

This needs to be in the same package according to Spring documentation.
https://docs.spring.io/spring-boot/docs/2.1.x/reference/html/howto-data-access.html

You can remove this since it is already acknowledged in the finally block.

You can remove this since it is already acknowledged in the finally block.

Move to config package?

Move to config package?

Move to the config package?

Move to the config package?

I would move this to the config package with the other configurations.

I would move this to the config package with the other configurations.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private. Also, java standard is for the first letter of a method to be lower case.

Best Practice: use minimal accessor needed, in this case private.

Also, java standard is for the first letter of a method to be lower case.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Try to keep method size to about 30 lines long. Refactor to make it more readable.

Try to keep method size to about 30 lines long. Refactor to make it more readable.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

Best Practice: use minimal accessor needed, in this case private.

ExceptionReplayMessage is missing.

ExceptionReplayMessage is missing.

What if we split these up into spring.data.cassandra.nsight and spring.data.cassandra.cle. Then under that we have username, password, keyspace. Then everything else that is common can be at the sp...

What if we split these up into spring.data.cassandra.nsight and spring.data.cassandra.cle. Then under that we have username, password, keyspace. Then everything else that is common can be at the spring.data.cassandra level. I think this will be easier to read.

Environment specific properties should not be in the application.yml file. They should only be in the application-<env>.yml file

Environment specific properties should not be in the application.yml file. They should only be in the application-<env>.yml file