Spring Operator
7d4102d19f
Switch HTTP URLs to HTTPS.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* http://docs.spring.io/spring-data-geode/docs/current/api/ (301) migrated to:
https://docs.spring.io/spring-data-geode/docs/current/api/ ([https](https://docs.spring.io/spring-data-geode/docs/current/api/ ) result 404).
These URLs were fixed successfully.
* http://docs.spring.io/spring-data/commons/docs/current/api/index.html?index-all.html migrated to:
https://docs.spring.io/spring-data/commons/docs/current/api/index.html?index-all.html ([https](https://docs.spring.io/spring-data/commons/docs/current/api/index.html?index-all.html ) result 200).
* http://docs.spring.io/spring-session/docs/ migrated to:
https://docs.spring.io/spring-session/docs/ ([https](https://docs.spring.io/spring-session/docs/ ) result 200).
* http://docs.spring.io/spring/docs/current/javadoc-api/ migrated to:
https://docs.spring.io/spring/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring/docs/current/javadoc-api/ ) result 200).
* http://geode.apache.org/releases/latest/javadoc/index.html migrated to:
https://geode.apache.org/releases/latest/javadoc/index.html ([https](https://geode.apache.org/releases/latest/javadoc/index.html ) result 200).
Resolves gh-25.
2019-04-04 17:21:23 -07:00
John Blum
d34f92ae9b
Upgrade to Spring Session 2.1.4.RELEASE.
...
Upgrade to Spring Session BOM Bean-SR3.
2019-02-14 10:42:05 -08:00
John Blum
1036b29ea1
Add class member, static setup method to clear the 'usingDataSerialization' framework state.
2019-02-13 15:53:52 -08:00
John Blum
d2d6394c01
Downgrade (revert) to Spring Session 2.1.3.RELEASE (temporarily).
...
Currently, Spring Session 2.1.4.RELEASE is unresolvable from Maven Central.
2019-02-13 15:31:09 -08:00
John Blum
80af925872
Upgrade to Spring Build Conventions Gradle Plugin 0.0.23.RELEASE.
2019-02-13 15:24:58 -08:00
John Blum
10506077d8
Upgrade to Spring Framework 5.1.5.RELEASE.
...
Upgrade to Spring Data Commons 2.1.5.RELEASE.
Upgrade to Spring Data for Apache Geode 2.1.5.RELEASE.
Upgrade to Spring Data for Pivotal GemFire 2.1.5.RELEASE.
Upgrade to Spring Data Release Train Lovelace-SR5.
Upgrade to Spring Session 2.1.4.RELEASE.
Upgrade to Spring Session BOM Bean-SR2.
2019-02-13 15:23:37 -08:00
John Blum
5f4a8142f1
Add integration tests testing the serialization of a Session with GemFire Data Serialization along with using Java Serialization to serialize the contents of the Session.
2019-02-13 15:16:24 -08:00
John Blum
c70fd8619d
Move SessionSerializationWithDataSerializationDeltasAndPdxIntegrationTests to the org.springframework.session.data.gemfire.serialization.data package.
2019-02-13 15:16:24 -08:00
John Blum
8551a62813
Add local variable reference to the bean name array in isDataSerializerSessionSerializerAdapterPresent().
2019-02-12 17:17:54 -08:00
John Blum
320525b5f2
Upgrade to Spring Framework 5.1.4.RELEASE.
...
Upgrade to Spring Boot 2.1.2.RELEASE.
Upgrade to Spring Data Commons 2.1.4.RELEASE.
Upgrade to Spring Data for Apache Geode 2.1.4.RELEASE.
Upgrade to Spring Data for Pivotal GemFire 2.1.4.RELEASE.
Upgrade to Spring Data Release Train Lovelace-SR4.
Upgrade to Spring Session 2.1.3.RELEASE.
2019-01-30 19:27:47 -08:00
John Blum
f92d264c65
Correct IllegalArgumentException message.
2019-01-30 19:23:36 -08:00
John Blum
4b8047123c
Update Copyright to 2019.
...
Resolve gh-20.
2019-01-15 07:49:23 -08:00
John Blum
93f40453e7
Introduce private prepare(:Session) method to configure, register interests, commit and touch the Session.
...
Edit Javadoc.
2019-01-14 11:03:03 -08:00
John Blum
4bd752e43b
Simplify null-check in getApplicationContext().
...
Edit Javadoc.
2019-01-14 11:01:52 -08:00
John Blum
6b5bd4f640
Update README.adoc with 2.1.2.RELEASE details and documentation references.
2018-12-21 20:07:51 -08:00
John Blum
349fc837c4
Prepare next development iteration.
2018-12-21 19:55:30 -08:00
John Blum
3003793ccc
Release 2.1.2.RELEASE.
2018-12-21 19:24:02 -08:00
John Blum
6240560eb3
Rename the configurePom(..) method to customizePom(..).
2018-12-21 18:29:23 -08:00
John Blum
9ac0761219
Edit the module generated Maven POM file to set the project lead developer in the POM developers section.
2018-12-21 18:09:22 -08:00
John Blum
9a5f565e8e
Add Gradle build script extension to set the generated Maven POM file project lead developer in the POM developers section.
2018-12-21 18:07:39 -08:00
John Blum
44c7ccbdab
Upgrade to Spring Framework 5.1.3.RELEASE.
...
Upgrade to Spring Boot 2.1.1.RELEASE.
Upgrade to Spring Data Commons 2.1.3.RELEASE.
Upgrade to Spring Data for Apache Geode 2.1.3.RELEASE.
Upgrade to Spring Data for Pivotal GemFire 2.1.3.RELEASE.
Upgrade to Spring Data Release Train Lovelace-SR3.
Upgrade to Spring Test for Apache Geode/Pivotal GemFire 0.0.1.RC1.
Set version of Spring Session to 2.1.2.RELEASE.
Upgrade to Spring Session BOM Bean-SR1.
2018-12-19 17:58:25 -08:00
John Blum
f1bd5bd2f3
Edit README.adoc.
2018-12-19 16:31:16 -08:00
John Blum
de15a186fd
Add documentation describing the IsDirtyPredicate strategy interface.
...
Resolves gh-17.
2018-12-19 14:41:27 -08:00
John Blum
dc6d542c22
Add integration tests asserting the proper outcome of configuring and applying a custom IsDirtyPredicate.
...
Add additional unit tests covering the proper behavior of the DeltaAwareDirtyPredicate with non-Delta objects.
Resolves gh-17.
2018-12-19 02:18:23 -08:00
John Blum
23da21d8fe
Add generic signature to getSessionRepository().
...
Add commit(:Session) method.
2018-12-19 02:17:27 -08:00
John Blum
b077f66856
Update README describing SSDG custom, enterprise features.
2018-12-19 02:12:56 -08:00
John Blum
71837eac1f
Switch from Log4j to SLF4J.
...
Resolves gh-18.
2018-12-17 21:05:25 -08:00
John Blum
ba678e8b41
Add additional Unit Tests using Always Dirty, Never Dirty and a custom IsDirtyPredicate strategy interface.
...
Add additional Unit Tests for org.apache.geode.Delta implementing objects.
Resolves gh-17.
2018-12-17 20:53:16 -08:00
John Blum
deb774f94f
Rename getFullyQualifiedRegionName() to getSessionsRegionName().
2018-12-17 18:45:44 -08:00
John Blum
8e50d365f6
Apply the configured IsDirtyPredicate strategy interface implementation to appliation domain objects stored in Session Attributes.
...
Resolves gh-17.
2018-12-17 18:40:17 -08:00
John Blum
545a9fbff1
Enable the configuration of an IsDirtyPredicate strategy interface implementation.
...
Resolves gh-17.
2018-12-17 18:37:40 -08:00
John Blum
f90ca10bd8
Upgrade to Spring Build Conventions Gradle Plugin 0.0.22.RELEASE.
2018-12-17 16:42:40 -08:00
John Blum
c03cfe41f0
Upgrade to Gradle Wrapper 4.10.3.
2018-12-17 16:42:01 -08:00
John Blum
ad312984bc
Fix bug in DeltaCapableGemFireSessionAttriutes.newSessionAttributes(lock:Object) not properly passing the lock to the new GemFireSessionAttributes instance.
2018-12-17 13:52:05 -08:00
John Blum
96632a0502
Add an IsDirtyPredicate strategy interface for determining when users application domain objects are dirty in a DataSerialization, Delta capable Session configuration.
...
Resolves gh-17.
2018-12-16 13:40:52 -08:00
John Blum
f8c8e5d912
Simplify delta recording in DeltaCapableGemFireSessionAttributes.
...
Existing tests cover the changes.
Resolves gh-19.
2018-12-14 03:28:16 -08:00
John Blum
53ccac533e
Polish.
...
Resolves gh-21.
2018-12-14 03:03:10 -08:00
John Blum
7a448183c0
Change the default value for register interest receive values to true, matching the GemFire/Geode default.
...
Resolves gh-21.
2018-12-14 02:55:41 -08:00
John Blum
8b8723f87c
Re-implement GemFire/Geode cache entry event to Spring Session event to HttpSessionListener event handling.
...
Resolves gh-21.
2018-12-14 01:08:33 -08:00
John Blum
019753f86d
Re-implement Session ID interest registration using Apache Geode/Pivotal GemFire Region.registerInterest(..) inside a registered, custom CacheListener.
...
Resolves gh-6.
2018-12-12 19:23:07 -08:00
John Blum
c67d4d11b7
Add abstract utility class containing functions for managing Sessions.
2018-12-12 18:01:34 -08:00
John Blum
0952f7efc3
Add GemFireUtils.isNonLocalClientRegion(:Region<?, ?>) method.
...
Remove GemFireUtils.toRegionPath(:String) method.
2018-12-12 17:49:53 -08:00
John Blum
e3467fc840
Refactor and Simplify Interest Registration.
...
Resolves gh-6.
Resolves gh-7.
2018-12-12 17:49:53 -08:00
John Blum
58d79a3dfa
Simplify isProxy(:Region) method.
2018-12-10 23:13:41 -08:00
John Blum
84b6cd1442
Polish.
2018-12-07 16:43:10 -08:00
John Blum
7a9c1398ca
Add additional integration test case testing the accessiblity of Spring Session GemFire configuration as Properties via Spring's @Value annotation on other beans defined in the Spring ApplicationContext.
...
Resolves gh-14.
2018-12-06 01:33:32 -08:00
John Blum
308bf0e6b7
Introduce usingDataSerialization boolean flag fixing bug when DataSerializer is not the DataSerializableSessionSerializer provided by SSDG.
...
Rename exposeSpringSessionGemFireConfigurationAsProperties() to exposeSpringSessionGemFireConfiguration().
2018-12-06 01:33:32 -08:00
John Blum
50827c21cb
Simplify Spring Session DataSerializer (Spy) re-registration logic.
2018-12-06 01:33:32 -08:00
John Blum
788cbda8cb
Change DI annotations on the Session Region field from @Resource to @Autowired(required = false) with a qualifier.
2018-12-06 01:33:32 -08:00
John Blum
889d4b004b
Remove post test, explicit DataSerializer cleanup.
2018-12-06 01:33:32 -08:00