Commit Graph

862 Commits

Author SHA1 Message Date
John Blum
980fd08840 Upgrade to Apache Geode 1.2.1.
Upgrade to Pivotal GemFire 9.1.1.

Upgrade to Spring Framework 5.0.0.RELEASE.

Upgrade to Spring Boot 2.0.0.M4.

Upgrade to Spring Data Release Train Kay-RELEASE.

Upgrade to Spring Data GemFire 2.0.0.RELEASE.

Upgrade to Spring Data Geode 2.0.0.RELEASE.

Upgrade to Spring Security 5.0.0.M4.
2017-10-05 13:10:30 -07:00
John Blum
d1e7f7e3df Add a chapter in the Reference Guide on the new Session Serialization Framework.
Resolves Issue #2.
2017-10-05 13:10:30 -07:00
John Blum
5945845f87 Add integration test to assert that no Spring (Session Data GemFire/Geode) artifacts of any kind are need on the classpath of a GemFire/Geode Server when PDX Serialization is used.
Resolves Issue #2.
2017-10-05 13:10:30 -07:00
John Blum
6581c790d0 Add integration tests covering various Serialization use cases.
Resolves Issue #2.
2017-10-05 13:10:30 -07:00
John Blum
f86be2faf9 Rename o.s.s.d.g.GemFireOperationsSessionRepositoryIntegrationTests to o.s.s.d.g.PeerCacheGemFireOperationsSessionRepositoryIntegrationTests. 2017-10-05 13:10:30 -07:00
John Blum
7a9f3c87a0 Add tests for all classes in the new Serialization framework.
Resolves Issue #2.
2017-10-05 13:10:30 -07:00
John Blum
ed8de1315a Remove DataSerializable serialization logic from GemFireSession and GemFireSessionAttributes classes.
Move Delta serialization logic to new DeltaCapableGemFireSession and DeltaCapableGemFireSessionAttributes subclasses.

Fix up all test class compilation issues and failures.

Resolves Issue #2.
2017-10-05 13:10:29 -07:00
John Blum
305a2d6255 Configure the serialization strategy from the declared, defined and registered SessionSerializer bean.
Resolves Issue #2.
2017-10-05 13:10:29 -07:00
John Blum
64a7fec70b Add framework support for customizable serialization.
The new Serialization framework supports PDX Serialization as a possible configuration option for SSDG in addition to the already existing use of GemFire/Geode's DataSerialization framework.

Resolves Issue #2.
2017-10-05 13:10:21 -07:00
John Blum
9f11a44763 Remove unnecessary explicit dependency declarations. 2017-07-27 15:56:43 -07:00
John Blum
b8fb2b0dd1 Prepare next development iteration. 2017-07-26 17:02:48 -07:00
John Blum
ea10ebe169 Release 2.0.0.M1. 2017-07-26 16:54:06 -07:00
John Blum
19dd6a5726 Prepare the 2.0.0.M1 release.
Upgrade to Spring Framework 5.0.0.RC3.
2017-07-26 16:53:11 -07:00
John Blum
75801db6e9 Set Spring Data Release Train version to Kay-RC2. 2017-07-26 16:20:33 -07:00
John Blum
04168ef1b3 Fixup documentation and samples. 2017-07-26 16:08:11 -07:00
John Blum
e3cc3e7388 Upgrade to Pivotal GemFire 9.1.0.
Upgrade to Spring Data GemFire 2.0.0.RC2.

Upgrade to Spring Data Geode 2.0.0.RC2.

Upgrade to Spring Data Release Train Kay RC2.

Upgrade to Spring Security 5.0.0.M3.

Upgrade to Spring Session 2.0.0.M3.
2017-07-25 18:19:47 -07:00
John Blum
7517ba375d Adapt to API changes in Spring Data Geode Kay. 2017-07-20 13:45:37 -07:00
John Blum
f501df2315 Refactor the GemFireServer Groovy Plugin to log debug messages to System.err.
Change process?.destroyForcibly() to process?.destroy().
2017-07-20 13:45:17 -07:00
John Blum
b00fa363f7 Upgrade to Apache Geode 1.2.0 release. 2017-07-20 13:42:21 -07:00
John Blum
3c56ff2f48 Reset Spring Data Geode version to 2.0.0.BUILD-SNAPSHOT.
Reset Apache Geode version to 1.2.0-SNAPSHOT.
2017-06-16 10:52:55 -07:00
John Blum
b3112ccb47 Set (and fix) the version of Spring Session to 2.0.0.M2. 2017-06-16 09:06:45 -07:00
John Blum
0923d63685 Upgrade to Spring-Build-Conventions (Gradle) 0.0.2.RELEASE.
Upgrade to Spring Framework 5.0.0.RC2.

Upgrade to Spring Boot 2.0.0.M2.

Set Spring Data GemFire version to 2.0.0.M4.

Set Spring Data Geode version to 1.0.0.INCUBATING-RELEASE.

Upgrade to Spring Data Release Train Kay M4.

Upgrade to Spring Security 5.0.0.M2.

Set Apache Geode version to 1.1.1.

Clean up dependencies in gradle/dependency-management.gradle.
2017-06-16 09:02:59 -07:00
Rob Winch
5e22b3c6a4 Clean up check from artifactoryPublish 2017-06-09 10:30:49 -05:00
Rob Winch
a3aab34757 Update emails in Jenkinsfile 2017-06-09 10:27:23 -05:00
Rob Winch
a565b1c5af Remove Spring IO Checks for now 2017-06-09 09:26:20 -05:00
Rob Winch
734f7f45a6 Fix Jenkinsfile format 2017-06-09 09:26:01 -05:00
John Blum
e3dfee103a Change Travis CI Repository/build URL to spring-session-data-geode. 2017-06-08 17:22:17 -07:00
John Blum
fbedd64700 Add Travis YAML file (.travis.yml) to build on Travis CI. 2017-06-08 17:12:00 -07:00
John Blum
41ef526e8c Fixup the README. 2017-06-08 17:04:27 -07:00
John Blum
d300d18ed7 Change email notifications 'to:' address from SPRING_SECURITY_TEAM_EMAILS to SPRING_SESSION_TEAM_EMAILS. 2017-06-08 16:55:12 -07:00
Rob Winch
8ddbeab2c7 Deploy to Artifactory.
Resolves gh-1
2017-06-08 16:53:11 -07:00
John Blum
163dd4f6b9 Add Jenkinsfile. 2017-06-07 22:19:19 -07:00
John Blum
2d0cbd2b5d Add the spring-session-data-gemfire Spring-Gradle module. 2017-06-07 21:55:04 -07:00
John Blum
5b8cc1b5d6 Optimize imports. 2017-06-07 21:37:02 -07:00
John Blum
69b6e3a2f1 Apply final polish and fixups to :spring-session-sample-boot-gemfire example and integration tests. 2017-06-07 21:33:17 -07:00
John Blum
b88d4a1895 Remove Thymeleaf from dependency management. 2017-06-07 21:26:26 -07:00
John Blum
6064dffe4a Polish along with debugging changes. 2017-06-07 20:37:37 -07:00
John Blum
bf40caedbf Upgrade to spring-build-conventions 0.0.2.BUILD-SNAPSHOT. 2017-06-07 18:31:56 -07:00
John Blum
415511aab2 Polish and fix up the :spring-session-sample-xml-gemfire-clientserver example module. 2017-06-07 09:45:48 -07:00
John Blum
fddcd116c4 Remove callouts. 2017-06-07 09:44:56 -07:00
John Blum
4043d51b71 Rename 'gemFireServer' property to 'gemfireServer'. 2017-06-07 09:44:40 -07:00
John Blum
ba773efe25 Polish Asciidoc documentation. 2017-06-07 08:43:01 -07:00
John Blum
3513e5765b Add Javadoc links configuration to resolve Java API docs for Spring, Spring Session and Apache Geode types. 2017-06-07 08:42:41 -07:00
John Blum
a557b0f81e Upgrade to Apache Geode 1.2.0-SNAPSHOT.
Upgrade to Spring Data Geode 2.0.0.BUILD-SNAPSHOT.
2017-06-07 01:24:19 -07:00
John Blum
9e53ae0910 Fix Selenium dependencies in :samples Gradle modules. 2017-06-07 01:12:01 -07:00
John Blum
4bd11b5fe3 Add version properties for Pivotal GemFire and Apache Geode.
Update key DependencyManagement Dependencies with version properties.

Remove explicit versions from dependencies in :spring-session-data-geode.
2017-06-07 00:41:59 -07:00
John Blum
492a51d120 Replace all Pivotal GemFire Java API base URL references with Apache Geode.
Replace all com.gemstone.gemfire.* package class references with org.apache.geode.*
2017-06-07 00:20:27 -07:00
John Blum
88dbfc1781 Add CODE_OF_CONDUCT and CONTRIBUTING Asciidoc to project. 2017-06-06 23:26:03 -07:00
John Blum
d43f5b1e53 Upgrade to Spring Boot 2.0.0.M1. 2017-06-06 23:12:56 -07:00
John Blum
6b25500f09 Add gradle/ide.gradle file to mark src/integration-test/java sources as an IJ Test Sources Root. 2017-06-06 20:07:41 -07:00