The 'jaxb-impl' transitive dependency is producing a duplicate and potential incompatibility problem in a Java 17, Jakarta EE 10 environment.
JPA provider Hibernate 6.1.5.Final, pulled in by spring-boot-starter-data-jpa also pulls in JAXB, but the Glassfish JAXB dependency.
Refactor the Async Inline Caching Sample Code to include (Asciidoc) documentation markers.
Change the batch time interval in the AEQ batch-size configuration/strategy bean definition to 15 minutes.
Rename the GolfTournament created in the SpringBootApplication class to 'The Masters'.
Refactor the isFinished(..) and isNotFinished() methods in the PgaTourService class to accept a nullable GolfTournament argument.
Refactor the GolferController class to declare the REST API web service endpoints to use '/api/golf/tournament/' as the base Webapp context.