Commit Graph

17 Commits

Author SHA1 Message Date
John Blum
69cfe8f946 Update Copyright to 2022. 2022-03-23 17:53:10 -07:00
John Blum
f1268b3887 Update Copyright Year to 2020. 2020-03-03 03:56:08 +01:00
John Blum
e574fa646e Switch all HTTP URLs to HTTPS. 2019-07-03 17:38:46 -07:00
John Blum
8d9bdbd497 Set absolute path to 'java' EXE. 2019-05-29 12:24:32 -07:00
John Blum
4b8047123c Update Copyright to 2019.
Resolve gh-20.
2019-01-15 07:49:23 -08:00
John Blum
7426a0c92e Update Copyright to 2018. 2018-11-08 00:28:51 -08:00
John Blum
4536dfa5e3 Refactor GemFireServer Gradle Plugin to handle both Boot and WAR based integration tests. 2018-08-22 10:51:17 -07:00
John Blum
d856bce248 Re-organize all client/server sample code to separate client and server classes into client and server packages, respectively.
Rename sample.ServerConfig class to sample.server.GemFireServer and apply the GemFireServer Gradle Plugin.

Change all 'spring.session.data.gemfire.*' and 'spring.session.data.geode.*' properties to use the SDG property prefixed with 'spring.data.gemfire.*'.
2018-08-22 10:51:17 -07:00
John Blum
61048a3e04 Run GemFireServer class in the sample.server package.
Change all Spring Session (Data Geode) System properties to SDG properties (i.e. 'spring.data.gemfire.*').

Remove any 'spring.session.data.gemfire.*' and 'spring.session.data.geode.*' property configuration.

Remove commented code.
2018-08-22 10:51:04 -07:00
John Blum
0569a8da74 Change 'spring.session.data.gemfire.cache.server.port' System property for configuring the GemFire CacheServer port to 'spring.data.gemfire.cache.server.port'. 2018-08-21 22:04:54 -07:00
John Blum
fbf5044930 Set the 'spring.data.gemfire.pool.servers' property. 2018-08-15 01:04:48 -07:00
John Blum
3c984bad1d Set the 'spring.data.gemfire.cache.server.port' property in addition to the 'spring.session.data.geode.cache.server.port' property. 2018-08-13 17:00:11 -07:00
John Blum
04168ef1b3 Fixup documentation and samples. 2017-07-26 16:08:11 -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
4043d51b71 Rename 'gemFireServer' property to 'gemfireServer'. 2017-06-07 09:44:40 -07:00
John Blum
767074d7b8 Additional spring-session-data-geode setup. 2017-06-06 16:04:40 -07:00
Rob Winch
35e1ba929b Initial spirng-session-data-geode setup.
(cherry picked from commit c5a1ee021016d37dda5e5eb96320ee1be9869314)
Signed-off-by: John Blum <jblum@pivotal.io>
2017-06-06 16:00:46 -07:00