Commit Graph

887 Commits

Author SHA1 Message Date
John Blum
0892e3ceec Update changelog with 1.2.3.RELEASE notes. 2020-01-24 19:26:21 -08:00
John Blum
2a018dcab3 Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.12.RELEASE. 2020-01-24 19:22:48 -08:00
John Blum
210c595764 Upgrade to Spring Session BOM Corn-RELEASE.
Upgrade to Spring Session for Apache Geode and Pivotal GemFire 2.2.2.RELEASE.
2020-01-24 19:22:10 -08:00
John Blum
71aaece539 Upgrade to Spring Data Release Train Moore-SR4.
Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.4.RELEASE.
2020-01-24 19:20:25 -08:00
John Blum
fde4a76e20 Upgrade to Spring Boot 2.2.3.RELEASE. 2020-01-24 19:19:13 -08:00
John Blum
78410b6408 Upgrade to Spring Framework 5.2.3.RELEASE. 2020-01-24 19:18:40 -08:00
John Blum
f8a96ae7ab Upgrade to Mockito 3.2.4. 2020-01-24 19:15:23 -08:00
John Blum
22c2f72410 Remove Gradle build min JVM Heap memory requirement (512m).
Remove Gradle build max Metaspace size requirement of 512m.

Remove Gradle build JVM Heap Dump on OutOfMemoryErrors.
2020-01-24 19:14:30 -08:00
John Blum
dd593625d8 Remove use of internal Apache Geode API o.a.g.internal.concurrent.ConcurrentHashSet class.
Replace with java.util.HashSet wrapped with java.util.Collections.synchronizedSet(:Set).
2020-01-24 19:10:32 -08:00
John Blum
6650afd0f2 Optimize imports. 2020-01-24 19:07:17 -08:00
John Blum
c8404d8606 Update changelog with 1.1.5.RELEASE notes. 2020-01-24 19:03:53 -08:00
John Blum
df7f10c7da Upgrade to Lombok Gradle Plugin 4.1.6. 2020-01-22 13:16:12 -08:00
John Blum
eaf386e54e Upgrade to Gradle 6.0.1. 2020-01-22 13:11:30 -08:00
John Blum
95ad7cb217 Fix typo. 2019-12-13 08:35:37 -08:00
John Blum
a3465e0173 Update README with 1.2.2.RELEASE and 1.2.3.BUILD-SNAPSHOT versions in reference documentation. 2019-12-11 18:35:07 -08:00
John Blum
e327b1ed32 Update README with 1.1.4.RELEASE and 1.1.5.BUILD-SNAPSHOT versions in reference documentation. 2019-12-11 18:34:03 -08:00
John Blum
67b98fcfb7 Prepare next development iteration.
Set version to 1.2.3.BUILD-SNAPSHOT.

Set Spring Framework version to 5.2.3.BUILD-SNAPSHOT.

Set Spring Boot 2.2.3.BUILD-SNAPSHOT.

Set Spring Data for Apache Geode & Pivotal GemFire version to 2.2.4.BUILD-SNAPSHOT.

Set Spring Data Release Train version to Moore-BUILD-SNAPSHOT.

Set Spring Session for Apache Geode & Pivotal GemFire version to 2.2.2.BUILD-SNAPSHOT.

Set Spring Session BOM versio to Corn-BUILD-SNAPSHOT.
2019-12-11 18:19:27 -08:00
John Blum
b3829ae5de Release 1.2.2.RELEASE. 2019-12-11 18:01:07 -08:00
John Blum
f9274436ae Update changelog with 1.2.2.RELEASE notes. 2019-12-11 17:58:20 -08:00
John Blum
8821a7ffa5 Update changelog with 1.1.4.RELEASE notes. 2019-12-11 17:39:57 -08:00
John Blum
c412d6258a Upgrade to TestContainers 1.12.3. 2019-12-11 17:33:56 -08:00
John Blum
b892ea6701 Upgrade to Spring Session for Apache Geode & Pivotal GemFire 2.2.1.RELEASE.
Upgrade to Spring Session BOM Corn-RELEASE.
2019-12-11 17:33:17 -08:00
John Blum
42fa1ccd07 Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.11.RELEASE. 2019-12-11 17:31:42 -08:00
John Blum
e000f3c5f7 Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.3.RELEASE.
Upgrade to Spring Data Release Train Moore-SR3.
2019-12-11 17:30:54 -08:00
John Blum
c9f4501ace Upgrade to Spring Boot 2.2.2.RELEASE. 2019-12-11 17:29:48 -08:00
John Blum
eb5c42f7a4 Upgrade to Spring Framework 5.2.2.RELEASE. 2019-12-11 17:29:13 -08:00
John Blum
e66c97d252 Upgrade to Mockito 3.2.0. 2019-12-11 17:28:01 -08:00
John Blum
d87165547c Upgrade to Gradle Wrapper (gradlew) 5.6.4. 2019-12-03 15:16:20 -08:00
John Blum
899d71f9fd Configures the Pool used by the Spring Session bits and starter to use the 'DEFAULT' Pool.
Resolves gh-68.
2019-12-03 14:39:41 -08:00
John Blum
452ee7d48f Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.3.BUILD-SNAPSHOT. 2019-11-20 19:24:32 -08:00
John Blum
71d4587061 Add Integration Test for local HTTP Session state caching using the EnableClusterAware annotation to appropriately recognize and configure a local Apache Geode cache topology.
Resolves gh-66.
2019-11-15 19:18:48 -08:00
John Blum
47b3c01bf4 Improve EnableClusterAware configuration logic to identify Region beans of type CacheTypeAwareRegionFactoryBean.
Resolves gh-66.
2019-11-15 18:53:19 -08:00
John Blum
91e0fa4371 Add additional assertions and optimize imports. 2019-11-15 18:41:45 -08:00
John Blum
91b3ab747e Cleanup unncessary SuppressWarnings and optimize imports. 2019-11-15 18:40:00 -08:00
John Blum
1a091a5209 Switch to a MOCK WebEnvironment.
Add additional assertions.
2019-11-15 18:39:15 -08:00
John Blum
2c7ee8fda8 Formate source code.
Optimize imports.
2019-11-15 18:36:02 -08:00
John Blum
d2a1a07553 Cleanup deprecations.
Optimize imports.
2019-11-15 18:34:43 -08:00
John Blum
65ef316401 Remove default configuration for the 'spring.session.data.gemfire.cache.client.region.shortcut' property. 2019-11-15 18:32:33 -08:00
John Blum
8c97795331 Update README with 1.2.1.RELEASE and 1.2.2.BUILD-SNAPSHOT versions in reference documentation. 2019-11-06 18:41:10 -08:00
John Blum
11826e20ba Prepare next development iteration.
Set Spring Framework version to 5.2.2.BUILD-SNAPSHOT.

Set Spring Boot version to 2.2.2.BUILD-SNAPSHOT.

Set Spring Data for Apache Geode & Pivotal GemFire version to 2.2.2.BUILD-SNAPSHOT.

Set Spring Data Release Train version to Moore-BUILD-SNAPSHOT.

Set Spring Session BOM version to Corn-BUILD-SNAPSHOT.

Set Spring Session for Apache Geode & Pivotal GemFire version to 2.2.1.BUILD-SNAPSHOT.

Set Spring Test for Apache Geode & Pivotal GemFire version to 0.0.11.BUILD-SNAPSHOT.
2019-11-06 18:30:16 -08:00
John Blum
a2d35b6497 Release 1.2.1.RELEASE. 2019-11-06 18:19:58 -08:00
John Blum
110a68e755 Upgrade to Apache Geode 1.9.2. 2019-11-06 18:11:17 -08:00
John Blum
c9baff1bf5 Update changelog with 1.2.1.RELEASE notes. 2019-11-06 18:07:24 -08:00
John Blum
ef23549a4b Upgrade to Spring Boot 2.2.1.RELEASE. 2019-11-06 17:49:43 -08:00
John Blum
67faac444c Update README with 1.1.3.RELEASE and 1.1.4.BUILD-SNAPSHOT versions in reference documentation. 2019-11-06 09:31:47 -08:00
John Blum
c9f3c1aa17 Update changelog with 1.1.3.RELEASE notes. 2019-11-06 07:36:56 -08:00
John Blum
1a319e83ce Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.10.RELEASE. 2019-11-04 15:59:46 -08:00
John Blum
a513aad293 Update dependencies.
Upgrade to Spring Framework 5.2.1.RELEASE.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.1.RELEASE.

Upgrade to Spring Data Release Train Moore-SR1.
2019-11-04 11:37:22 -08:00
John Blum
b2aa3d7d02 Add additional assertions and a ClientHttpRequestInterceptor bean to test the avoidance of possible interference caused by the Interceptor during the client to server cluster configuration metadata push provided in SDG.
See https://jira.spring.io/browse/DATAGEODE-243 for more details.
2019-10-31 13:35:49 -07:00
John Blum
caa8a2cb42 Add assertions asserting that mock Apache Geode Objects are being used. 2019-10-31 12:27:23 -07:00