Commit Graph

2062 Commits

Author SHA1 Message Date
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
John Blum
866935c952 Remove dependency management for Micrometer.
This implies that Spring Boot 3.0's dependency management for Micrometer, based on 2.0, will be enforced.
2022-04-06 12:10:58 -07:00
John Blum
45561c480b Set the Micrometer version to 1.9.0-SNAPSHOT. 2022-04-05 12:13:41 -07:00
John Blum
e1539369d9 Add notice.txt file, stating the use of SBDG under the terms of the 'License', to the binary distribution. 2022-03-31 13:03:53 -07:00
John Blum
9240792430 Add Apache License version 2.0 file to binary distribution. 2022-03-31 12:58:27 -07:00
John Blum
250dd76acc Edit README to refer to 1.6.6 release and 1.6.7-SNAPSHOT. 2022-03-31 12:22:41 -07:00
John Blum
8bd9b2cd49 Edit changelog and include 1.6.6 release notes. 2022-03-31 12:22:02 -07:00
John Blum
94d4d519a9 Edit README to refer to 1.5.12 release and 1.5.13-SNAPSHOT. 2022-03-31 12:21:03 -07:00
John Blum
3f05b82fd9 Edit changelog and include 1.5.12 release notes. 2022-03-31 12:20:27 -07:00
John Blum
6cafc7b6c2 Edit README to refer to 2.0.0-M2 release and 2.0.0-SNAPSHOT.
Refer to Spring Boot 3.0.0-M2 documentation.
2022-03-24 22:17:12 -07:00
John Blum
c2574034c0 Prepare next development iteration.
Set Spring Boot version to 3.0.0-SNAPSHOT.

Set version to 2.0.0-SNAPSHOT.
2022-03-24 22:00:08 -07:00
John Blum
5af3cc64ec Release 2.0.0-M2. 2022-03-24 21:46:06 -07:00
John Blum
ccc4d3eb14 Edit changelog and add 2.0.0-M2 release notes. 2022-03-24 21:44:24 -07:00
John Blum
3a6e693d4f Upgrade Spring Geode Samples parent Maven POM to Spring Boot 3.0.0-M2. 2022-03-24 21:35:23 -07:00
John Blum
a694da57a8 Upgrade to Spring Session for Apache Geode 3.0.0-M2. 2022-03-24 21:11:10 -07:00
John Blum
2e584b91e5 Upgrade to Spring Test for Apache Geode 1.0.0-M3. 2022-03-24 21:10:25 -07:00
John Blum
9c074d926d Upgrade to Spring Data for Apache Geode 3.0.0-M3. 2022-03-24 21:09:52 -07:00
John Blum
e724741f8a Upgrade to Spring Data BOM 2022.0.0-M3 (Turing-M3). 2022-03-24 21:09:04 -07:00
John Blum
db6c6af4d9 Upgrade to Spring Boot 3.0.0-M2. 2022-03-24 21:08:10 -07:00