Commit Graph

12 Commits

Author SHA1 Message Date
John Blum
638dce7963 Upgrade to Freefair Lombok Gradle Plugin 6.5.1. 2022-11-08 13:30:34 -08:00
John Blum
6e8b23f555 Replace 'main' property with the 'mainClass' property in the Spring Boot 'bootRun' Gradle Task. 2022-11-08 13:21:47 -08:00
John Blum
4112aa99a5 Exclude the 'com.sun.xml.bind:jaxb-impl' transitive dependency pulled in my 'org.apache.geode:geode-core'.
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.
2022-11-08 13:16:22 -08:00
John Blum
c5e66c0ddf Upgrade to Freefair Lombok Gradle Plugin 6.5.0.3. 2022-07-19 17:57:28 -07:00
John Blum
3c741fc7c7 Add apache-geode-micrometer2 dependency as testRuntimeOnly dependency. 2022-04-06 13:43:23 -07:00
John Blum
dcabde9f13 Add [test] implementation dependency on 'jakarta.persistence:jakarta.persistence-api'.
Correct test source import and use Jakarta EE types (e.g. @jakarta.persistence.Id) rather than Java EE types.
2022-02-10 16:37:49 -08:00
John Blum
62d88ff34e Upgrade to FreeFair Lombok Gradle Plugin 6.3.0. 2022-01-27 17:11:15 -08:00
John Blum
3640e1c2a8 Adapt all SBDG module Gradle build files to Gradle 7.3. 2022-01-27 16:55:53 -08:00
John Blum
1a33f03e3a Edit and complete the Async Inline Caching Sample Guide.
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.
2020-12-09 01:09:29 -08:00
John Blum
e32fc75643 Replace the use of the deprecated 'bootJar' Gradle task, 'mainClassName' property with 'mainClass'. 2020-12-08 09:44:19 -08:00
John Blum
f4eec7724d Add compile-only dependency on findbugs in the Async Inline Caching Sample to avoid the compiler warning 'unknown enum constant When.MAYBE'. 2020-12-07 22:17:31 -08:00
John Blum
ad77707d6f Create base Spring Geode Sample Example application on Async Inline Caching. 2020-12-01 16:58:30 -08:00