Commit Graph

862 Commits

Author SHA1 Message Date
John Blum
85b147f9b2 Modify PdxSerializableSessionSerializer to mark the identity field of the serialized Session object.
Resolves gh-47.
2019-11-20 18:43:21 -08:00
John Blum
b65666f6b3 Create the 'principalNameIndex' OQL Index on the /ClusteredSpringSessions Region for testing purposes. 2019-11-20 18:42:32 -08:00
John Blum
512b352ac2 Remove unnecessary SuppressWarnings annotation on the writeProcessControlFile(..) method.
Format source code.
2019-11-20 18:41:51 -08:00
John Blum
613cd7612f Add Log4j and SLF4J logging libraries to the test runtime classpath. 2019-11-20 18:40:31 -08:00
John Blum
72b257abb3 Add assertion asserting that the 'principalNameIndex' OQL Index is a FUNCTIONAL/RANGE Index and not a HASH Index.
Resolves gh-45.
2019-11-20 16:02:36 -08:00
John Blum
c0e778cc9a Rename GemfireHttpSessionConfigurationTests to GemFireHttpSessionConfigurationUnitTests. 2019-11-20 14:32:44 -08:00
John Blum
6778cd0953 Add support to disable OQL Indexes created by Spring Session by default.
Resolves gh-46.
2019-11-20 14:25:29 -08:00
John Blum
b82a43d625 Convert all Spring Session HASH Indexes to FUNCTION/RANGE Indexes.
Resolves gh-45.
2019-11-20 13:51:18 -08:00
John Blum
02c9153f02 Remove unnecessary 'throws Exception' clauses.
Make GemfireOperationsAccesor a static inner abstract class.

Format source code.
2019-11-20 13:51:18 -08:00
John Blum
474a9d473e Replace the deprecated Mockito.verifyZeroInteractions(..) with Mockito.verifyNoInteractions(..).
Optimize imports.
2019-11-20 13:51:18 -08:00
John Blum
6825fb34d2 Apply SuppressWarnings annotation to methods appropriately. 2019-11-20 13:51:18 -08:00
John Blum
5f237f7fb5 Format source code; optimize imports. 2019-11-20 13:51:18 -08:00
John Blum
6f8b2775c9 Upgrade to Gradle 5.6.4. 2019-11-20 13:51:18 -08:00
John Blum
2c4c3b918e Override Spring Data Release Train version and set to Moore-SR2. 2019-11-20 13:51:18 -08:00
John Blum
136c2d63a0 Update Spring Dependencies.
Upgrade to Spring Framework 5.2.1.RELEASE.

Upgrade to Spring Boot 2.2.2.BUILD-SNAPSHOT.

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

Upgrade to Spring Data Release Train Moore-SR2.

Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.10.RELEASE.
2019-11-20 11:42:08 -08:00
John Blum
294f98aec4 Upgrade to Apache Geode 1.9.2. 2019-11-20 11:40:35 -08:00
John Blum
0db4d64ca4 Prepare next development iteration. 2019-10-15 18:42:05 -07:00
John Blum
194bd19021 Release 2.2.0.RELEASE. 2019-10-15 18:31:18 -07:00
John Blum
798e61a929 Upgrade to Spring Session 2.2.0.RELEASE. 2019-10-15 18:10:16 -07:00
John Blum
c504388ae5 Disable the Spring Framework and Spring Data 'version' property overrides. 2019-10-01 20:18:24 -07:00
John Blum
2505b4da6e Prepare next development iteration.
Set Spring Boot version to 2.2.0.BUILD-SNAPSHOT.

Set Spring Session version to 2.2.0.BUILD-SNAPSHOT.

Set version to 2.2.0.BUILD-SNAPSHOT.
2019-10-01 20:07:31 -07:00
John Blum
225ec38b27 Release 2.2.0.RC1. 2019-10-01 19:58:21 -07:00
John Blum
04c62a712c Override Spring Boot 2.2.0.M6's dependency management version of Spring Data and set to 2.2.0.RELEASE. 2019-10-01 19:15:09 -07:00
John Blum
9cea166388 Override Spring Boot 2.2.0.M6's dependency management version of Spring Framework and set to 5.2.0.RELEASE. 2019-10-01 19:15:09 -07:00
John Blum
05f3dd5176 Upgrade to Spring Build Conventions Gradle Plugin 0.0.27.RELEASE. 2019-10-01 19:15:09 -07:00
John Blum
d13af92098 Update dependencies.
Upgrade to Apache Geode 1.9.1.

Upgrade to Pivotal GemFire 9.8.4.

Upgrade to Spring Framework 5.2.0.RELEASE.

Upgrade to Spring Data Commons 2.2.0.RELEASE.

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

Upgrade to Spring Data Release Train Moore-RELEASE.

Upgrade to Spring Session 2.2.0.RC1.

Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.9.RELEASE.
2019-10-01 19:15:09 -07:00
John Blum
cf37fc6260 Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.8.RELEASE. 2019-09-12 01:25:18 -07:00
John Blum
4253fbf69f Upgrade to Spring Boot 2.2.0.M6. 2019-09-12 01:24:36 -07:00
John Blum
d32b4555ea Prepare next development iteration. 2019-09-06 12:45:05 -07:00
John Blum
ef0b6cc1a3 Release 2.2.0.M4. 2019-09-06 12:33:40 -07:00
John Blum
468e14f1f3 Upgrade dependencies.
Upgrade to Spring Framework 5.2.0.RC2.

Upgrade to Spring Boot 2.2.0.M5.

Upgrade to Spring Data Commons 2.2.0.RC3.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.0.RC3.

Upgrade to Spring Data Release Train Moore-RC3.

Upgrade to Spring Session 2.2.0.M4.
2019-09-06 12:23:35 -07:00
John Blum
b26be936fb Prepare next development iteration. 2019-08-13 22:26:14 -07:00
John Blum
39ed80748a Release 2.2.0.M3. 2019-08-13 22:05:13 -07:00
John Blum
df313b6777 Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.7.RELEASE. 2019-08-13 21:58:27 -07:00
John Blum
258d7506b0 Add additional assertion to the notUsingDataSerializationWhenPdxConfigured() test case method asserting the SessionSerializer bean name. 2019-08-13 16:12:56 -07:00
John Blum
23ef807011 Format source code. 2019-08-13 16:12:01 -07:00
John Blum
6a477f8d93 Update dependencies.
Upgrade to Spring Boot 2.2.0.M5.

Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.6.RELEASE.

Upgrade to Spring Session 2.2.0.M3.

Upgrade to Spring Session BOM Corn-M3.
2019-08-13 14:42:23 -07:00
John Blum
d490f083e4 Update dependencies.
Upgrade to Pivotal GemFire 9.8.3.

Upgrade to Spring Framework 5.2.0.RC1.

Upgrade to Spring Data Commons 2.2.0.RC2.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.0.RC2.

Upgrade to Spring Data Release Train Moore-RC2.
2019-08-05 12:27:38 -07:00
John Blum
8afbc9c66a Switch to openjdk8 for Travis CI builds. 2019-07-26 00:24:39 -07:00
John Blum
243cf63fe7 Configure the SCM settings of the generated Maven POM for SSDG. 2019-07-25 19:50:47 -07:00
John Blum
e574fa646e Switch all HTTP URLs to HTTPS. 2019-07-03 17:38:46 -07:00
John Blum
19506a4c0e Upgrade to Spring Build Conventions Gradle Plugin 0.0.26.RELEASE. 2019-07-03 17:35:07 -07:00
John Blum
2cb63185dd Update dependencies.
Upgrade to Spring Boot 2.2.0.M4.

Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.5.RELEASE.

Upgrade to Pivotal GemFire 9.8.2.
2019-07-03 17:34:31 -07:00
John Blum
bb13c00fe7 Set Spring Session version to 2.2.0.BUILD-SNAPSHOT.
Set Spring Session BOM version to Corn-BUILD-SNAPSHOT.
2019-06-14 23:28:13 -07:00
John Blum
c934407293 Prepare next development iteration. 2019-06-14 22:37:29 -07:00
John Blum
11e0497a7b Release 2.2.0.M2. 2019-06-14 22:16:38 -07:00
John Blum
93dc91ffb9 Fix Javadoc. 2019-06-14 22:10:08 -07:00
John Blum
8dbf0fd35d Add support for SessionChangedEvents.
Resolves gh-39.
2019-06-14 22:02:43 -07:00
John Blum
54fe8a3c75 Add additional Unit Tests.
Resolves gh-38.
2019-06-14 22:02:43 -07:00
John Blum
b09b988978 Add support to disable client subscriptions and register interest.
Resolves gh-38.
2019-06-14 22:02:43 -07:00