Commit Graph

9 Commits

Author SHA1 Message Date
John Blum
a5b36e1d24 Adapt to API changes in Spring Boot 3.0. 2022-05-12 12:01:35 -07:00
John Blum
56aea99e82 Declare apache-geode-jetty11 as a test runtime dependency in the spring-geode-autoconfigure module.
Replaces the old Apache Geode geode-http-service test runtime dependency, which was based on Eclipse Jetty 9, which causes a conflict with Spring Boot 3 declaring and managing Eclipse Jetty 11 in order to align with the Jakarta EE 9 specification as a baseline.

Closes #116.
2022-04-14 18:32:14 -07:00
John Blum
5addaa4eca Refactor the spring-geode-autoconfigure test Logback configuration file.
* Add a 'org.eclipse' Logger configuration.
* Add a 'org.eclipse.jetty' Logger configuration.
* Add a 'org.springframework.geode.cache.service' Logger configuration.
* Add a 'org.springframework.geode.config' Logger configuration.
2022-04-14 16:56:55 -07:00
John Blum
54572fcb4c Adapt to API changes in Spring Data for Apache Geode.
Replace use of SDG SpringUtils with SBDG's SpringExtensions, which now extends org.springframework.data.gemfire.util.SpringExtensions (renamed from o.s.d.g.util.SpringUtils).
2022-04-12 17:23:15 -07:00
John Blum
7607415b36 Remove apache-geode-micrometer2 module.
The integration module between Apache Geode 1.14.x (based on Micrometer 1.x) and Micrometer 2.0 is not longer needed since the Micrometer team is rolling back changes to the Micrometer Binders API in 2.0 to re-include the Binders back in micrometer-core.
2022-04-12 15:52:14 -07:00
John Blum
bef0145500 Organize dependencies. 2022-04-06 13:43:55 -07:00
John Blum
3c741fc7c7 Add apache-geode-micrometer2 dependency as testRuntimeOnly dependency. 2022-04-06 13:43:23 -07:00
John Blum
33f9d4bd41 Fix bug when parsing Spring Boot, spring.session.timeout property with java.time.Duration styling.
Resolves gh-113.
2022-03-02 14:45:47 -08:00
John Blum
192133b95e Restructure the Spring Boot for Apache Geode project to mirror Spring Boot's project structure.
Resolves gh-60.
2022-02-24 16:24:03 -08:00