Commit Graph

2080 Commits

Author SHA1 Message Date
John Blum
13405c2f7d Upgrade to Testcontainers 1.17.2. 2022-06-24 17:53:47 -07:00
John Blum
486b8002fd Edit README to refer to 2.0.0-M3 release and 2.0.0-SNAPSHOT.
Refer to Spring Boot 3.0.0-M3 in references.
2022-05-19 16:33:24 -07:00
John Blum
bfd999082f Prepare next development iteration.
Set Spring Boot version to 3.0.0-SNAPSHOT.

Set version to 2.0.0-SNAPSHOT.
2022-05-19 16:12:49 -07:00
John Blum
1b70efdcaa Release 2.0.0-M3. 2022-05-19 15:48:27 -07:00
John Blum
8178df36fb Edit changelog and add 2.0.0-M3 release notes. 2022-05-19 15:35:38 -07:00
John Blum
50d9e1e8c6 Upgrade to Spring Session BOM 2022.0.0-M2. 2022-05-19 15:29:53 -07:00
John Blum
67f8890edc Upgrade to Spring Boot 3.0.0-M3. 2022-05-19 15:27:04 -07:00
John Blum
da2128f07e Edit README to refer to 1.7.0 release and 1.7.1-SNAPSHOT. 2022-05-19 15:25:58 -07:00
John Blum
3bc786947a Edit changelog and include 1.7.0 release notes. 2022-05-19 15:25:15 -07:00
John Blum
ab3d58c505 Edit README to refer to 1.6.8 release and 1.6.9-SNAPSHOT. 2022-05-19 15:24:08 -07:00
John Blum
ce31f30b35 Edit changelog and include 1.6.8 release notes. 2022-05-19 15:23:27 -07:00
John Blum
2f8d583228 Edit README to refer to 1.5.14 release and 1.5.15-SNAPSHOT. 2022-05-19 15:22:39 -07:00
John Blum
0465d710c8 Edit changelog and include 1.5.14 release notes. 2022-05-19 15:22:01 -07:00
John Blum
94830b90c7 Remove punctuation in version properties. 2022-05-18 15:37:43 -07:00
John Blum
d8291aee40 Upgrade to Spring Session for Apache Geode 3.0.0-M3. 2022-05-18 15:14:53 -07:00
John Blum
81498102d0 Upgrade to Spring Test for Apache Geode 1.0.0-M4. 2022-05-18 15:14:18 -07:00
John Blum
90423529ff Upgrade to Spring Data for Apache Geode 3.0.0-M4. 2022-05-18 15:13:42 -07:00
John Blum
bf6aabbf03 Upgrade to Spring Data BOM 2022.0.0-M4. 2022-05-18 15:13:20 -07:00
John Blum
02fb36b5d2 Upgrade to Spring Cloud Bindings 1.9.0. 2022-05-18 15:12:39 -07:00
John Blum
896c3e9be0 Upgrade to Spring Framework 6.0.0-M4. 2022-05-18 15:11:43 -07:00
John Blum
a5b36e1d24 Adapt to API changes in Spring Boot 3.0. 2022-05-12 12:01:35 -07:00
John Blum
e0d57dbf27 Remove Docker Registry access (login). 2022-05-03 16:46:23 -07:00
John Blum
9a17e8f128 Disable Docker login.
Explicit Docker login is not required when 1) using the VMW Harbor DockerHub proxy and 2) the project build does not use Testcontainers.
2022-05-03 15:45:03 -07:00
John Blum
2b3b9ab5ec Edit README to refer to 1.7.0-RC1 release and 1.7.0-SNAPSHOT. 2022-04-21 17:40:22 -07:00
John Blum
4df6350502 Edit changelog and include 1.7.0-RC1 release notes. 2022-04-21 17:39:44 -07:00
John Blum
098ddc156f Edit README to refer to 1.6.7 release and 1.6.8-SNAPSHOT. 2022-04-21 13:23:52 -07:00
John Blum
67becad89e Edit changelog and include 1.6.7 release notes. 2022-04-21 13:23:19 -07:00
John Blum
0e9bbc5c96 Edit README to refer to 1.5.13 release and 1.5.14-SNAPSHOT. 2022-04-21 13:22:47 -07:00
John Blum
fb0185c25b Edit changelog and include 1.5.13 release notes. 2022-04-21 13:22:16 -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
d368cc8929 Add apache-geode-jetty11 module to integrate Apache Geode 1.14 with Eclipse Jetty 11.
Apache Geode 1.14 is based on Eclipse Jetty 9.  Spring Boot 3 declares and manages Eclipse Jetty 11 to align with the Jakarta EE 9 specification as a baseline.

Resolves #116.
2022-04-14 17:00:23 -07:00
John Blum
19799d10c8 Disable overridden and custom dependency management for Eclipse Jetty.
Apache Geode 1.14.4 is based on Eclipse Jetty 9; However, Spring Boot 3 upgraded the declared and managed Eclipse Jetty dependency to 11 in order to align with the Jakarta EE 9 migration and baseline.

Rolling back the Eclipse Jetty version override and dependency management to again align with Spring Boot 3.

Resolves #116.
2022-04-14 16:57:37 -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
6c6aa354ec Refactor the SpringExtensions class to extend org.springframework.data.gemfire.util.SpringExtensions. 2022-04-12 17:23:15 -07:00
John Blum
ad9e5ace69 Switch to Spring Session for Apache Geode 3.0.0-SNAPSHOT. 2022-04-12 17:23:15 -07:00
John Blum
f7f2582f62 Switch to Spring Session BOM 2022.0.0-SNAPSHOT. 2022-04-12 17:23:15 -07:00
John Blum
dc2f8bbd6f Switch to Spring Data for Apache Geode 3.0.0-SNAPSHOT. 2022-04-12 17:23:15 -07:00
John Blum
db7f605778 Switch to Spring Data BOM 2022-0.0-SNAPSHOT (Turing-SNAPSHOT). 2022-04-12 17:23:15 -07:00
John Blum
f2d1704833 Switch to Spring Framework 6.0.0-SNAPSHOT. 2022-04-12 17:23:15 -07:00
John Blum
53e410917e Add capability to override the Spring Session version declared and managed by Spring Boot.
Adds (disabled) dependency management for the Spring Session BOM.
2022-04-12 17:23:05 -07:00
John Blum
cbccb13a9e Add capability to override the Spring Data version declared and managed by Spring Boot.
Adds (disabled) dependency management for the Spring Data BOM.
2022-04-12 16:49:09 -07:00
John Blum
fcda14f84f Add capability to override the core Spring Framework version delcared and managed by Spring Boot.
Adds (disabled) dependency management for the core Spring Framework BOM.
2022-04-12 16:47:06 -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
ff726c000e Set Spring Geode Samples parent Maven POM to Spring Boot 3.0.0-SNAPSHOT. 2022-04-06 14:27:21 -07:00
John Blum
74938f4ec2 Upgrade to Gradle 7.4.2. 2022-04-06 14:15:52 -07:00
John Blum
bef0145500 Organize dependencies. 2022-04-06 13:43:55 -07:00
John Blum
63b099c947 Add apache-geode-micrometer2 module as a runtimeOnly project dependency in the spring-geode-starter. 2022-04-06 13:43:48 -07:00
John Blum
3c741fc7c7 Add apache-geode-micrometer2 dependency as testRuntimeOnly dependency. 2022-04-06 13:43:23 -07:00
John Blum
f5ab7e537c Add new apache-geode-micrometer2 module.
The apache-geode-micrometer2 module includes integration support for Apache Geode 1.x with Micrometer 2.x.
2022-04-06 13:11:20 -07:00