generated from hmcts/spring-boot-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing courtroom name unique constraint violation
- plus hearing, case and judge constraint violations - increasing the attempts made by the Retryable annotation, up to 10 attempts retying every 50ms, spending a total of 500ms before failing - most of these are used by requests via the SOAP service and if a failure did happen it would be retried by the external system - creating a new transaction so that the retried method has the latest data, before it was stuck with a stable view when retrying and never doing anything - adding javadoc for all methods in `RetrieveCoreObjectService` to help explain how they are used - deprecating some methods as they are only used in tests - removing the Retryable annotation from some methods because it's not necessary
- Loading branch information
Showing
1 changed file
with
80 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters