Commit Graph

148 Commits

Author SHA1 Message Date
John Blum
3a4e7b7b75 Upgrade to Spring Build Conventions (Gradle) 0.0.17.RELEASE. 2018-08-10 20:22:56 -07:00
John Blum
3ec908e87a Add Tip noting the required PropertySourcesPlaceholderConfigurer bean definition when using Spring's @Value annotation and Spring Boot is not in play. 2018-08-10 20:11:39 -07:00
John Blum
8a6217cf18 Add test case testing the dynamic configuration of an overloaded SpringSessionGemFireConfigurer. 2018-08-10 19:59:48 -07:00
John Blum
9a2f149aec Fix bug in Exception handling when resolving the SpringSessionGemFireConfigurer to properly handle the NoUniqueBeanDefinitionException. 2018-08-10 19:58:18 -07:00
John Blum
81d51d89d6 Add documentation on configuring Spring Session with Apache Geode or Pivotal GemFire using Properties and the SpringSessionGemFireConfigurer interface. 2018-08-10 16:40:53 -07:00
John Blum
b7f90d84cf Edit Javadoc to include the configuraiton properties. 2018-08-10 16:05:44 -07:00
John Blum
bd9db4a8c0 Reviewed and edited the reference guide.
Added Asciidoc variables for data store name, doc references and Javadoc references.

Corrected grammar and layout/formatting.
2018-08-10 14:02:51 -07:00
John Blum
d38eda10aa Refactor GemFireCacheTypeAwareRegionFactoryBean to extend SDG's o.s.d.g.config.annotation.support.CacheTypeAwareRegionFactoryBean. 2018-08-09 15:41:52 -07:00
John Blum
09448ca92b Mock the ApplicationContext and throw NoSuchBeanDefinitionException when requesting beans of type SpringSessionGemFireConfigurer. 2018-08-09 14:03:43 -07:00
John Blum
bfb101b9e8 Add Configurer based configuration option when enabling Spring Session and configuring either Apache Geode or Pivotal GemFire as an HTTP Session state management provider. 2018-08-09 13:55:54 -07:00
John Blum
ebfaff614d Add property-based configuration option when enabling Spring Session and configuring either Apache Geode or Pivotal GemFire as an HTTP Session state management provider. 2018-08-09 13:55:53 -07:00
John Blum
8c20eba992 Upgrade to Spring Framework 5.0.8.RELEASE.
Upgrade to Spring Boot 2.0.4.RELEASE.

Upgrade to Spring Data for Apache Geode 2.0.9.RELEASE.

Upgrade to Spring Data for Pivotal GemFire 2.0.9.RELEASE.

Upgrade to Spring Data Release Train Kay-SR9.

Upgrade to Spring Session BOM Apple-SR4.
2018-08-08 17:27:05 -07:00
John Blum
055dd1f2be Add test compile dependency on Spring Data for Apache Geode Test 0.0.1.BUILD-SNAPSHOT. 2018-08-08 17:23:02 -07:00
John Blum
bd5a2cfae4 Declare version property for Apache Geode set to 1.2.1.
Declare version property for Pivotal GemFire set to 9.1.1.
2018-06-20 13:59:34 -07:00
John Blum
25a760cfe7 Align GemFireCacheTypeAwareRegionFactoryBean with SDG Kay-SR8 API changes.
Specifically, the GemFireCacheTypeAwareRegionFactoryBean class needs to implement the o.s.c.SmartLifecycle interface and delegate the lifecycle operations to the underlying ClientRegionFactoryBean or GenericRegionFactoryBean, respectively.

Additionally, refactored GemFireCacheTypeAwareRegionFactoryBean to extend o.s.d.g.support.AbstractFactoryBeanSupport to simplify the implementation.
2018-06-20 11:57:22 -07:00
John Blum
812c0d1a57 Prepare next development iteration. 2018-06-20 11:48:40 -07:00
John Blum
ef9f3c7128 Reinstate the Spring IO Platform check, springIoCheck, build step/task.
Declare version property for Spring Framework set to 5.0.7.RELEASE.

Declare version property for Spring Data for Apache Geode set to 2.0.8.RELEASE.

Declare version property for Spring Data for Pivotal GemFire set to 2.0.8.RELEASE.

Declare version property for Spring Data Release Train set to Kay-SR8.

Declare version property for Spring Session core set to 2.0.4.RELEASE.

Declare version property for Spring Session BOM set to Apple-SR3.
2018-06-20 11:16:56 -07:00
John Blum
11f59711de Release 2.0.3.RELEASE. 2018-06-19 22:44:41 -07:00
John Blum
bbc5814e4b Remove dependency-management.tmpl (template) file. 2018-06-19 22:41:17 -07:00
John Blum
f93a58dda5 Remove Spring IO Platform check. 2018-06-19 22:38:12 -07:00
John Blum
d6be6dacc4 Switch to Spring Boot Dependencies BOM for complete project dependency management. 2018-06-19 22:19:48 -07:00
John Blum
f2ccb62f2f Reset Session Expiration Event capture timeout back to 1 second over configured Session Idle Timeout. 2018-06-19 22:19:47 -07:00
John Blum
1193276a37 Increase Session Expiration Event capture timeout by 5 seconds.
Polish code; edit Javadoc.
2018-06-19 22:19:47 -07:00
John Blum
d7c9038e23 Remove Spring IO Platform Dependency Management.
Declare Spring's Dependency Management Gradle Plugin to manage project dependency versions.
2018-06-19 22:19:47 -07:00
John Blum
765527785a Add dependency management for Java Servlet JSP/JSTL API.
Add dependency management for Apache Standard Taglibs (Impl, JSTL-EL, and Spec).
2018-06-19 22:19:47 -07:00
John Blum
70cb8cb2ff Upgrade to Mockito 2.19.0.
Upgrade to Spring Framework 5.0.7.RELEASE.

Upgrade to Spring Boot 2.0.3.RELEASE.

Upgrade to Spring Data for Pivotal GemFire 2.0.8.RELEASE.

Upgrade to Spring Data for Apache Geode 2.0.8.RELEASE.

Upgrade to Spring Data Release Train Kay-SR8.

Upgrade to Spring Security 5.0.6.RELEASE.

Upgrade to Spring Session 2.0.3.RELEASE.

Add version property for Apache Standard Taglibs 1.2.5.

Add version property for Java Servlet JSP/JSTL API 1.2.1.
2018-06-19 22:19:47 -07:00
John Blum
b9ec2c528b Upgrade to Spring Build Conventions Gradle Plugin 0.0.16.RELEASE. 2018-06-19 22:19:47 -07:00
John Blum
d847c9e9e4 Upgrade to Gradle 4.8. 2018-06-19 22:19:42 -07:00
John Blum
0a50507519 Upgrade to AssertJ 3.9.1.
Upgrade to Mockito 2.18.3.

Upgrade to Spring Framework 5.0.6.RELEASE.

Upgrade to Spring Boot 2.0.2.RELEASE.

Upgrade to Spring Data GemFire 2.0.7.RELEASE.

Upgrade to Spring Data Geode 2.0.7.RELEASE.

Upgrade to Spring Data Release Train Kay-SR7.

Upgrade to Sring Security 5.0.5.RELEASE.
2018-05-17 15:42:14 -07:00
John Blum
fc4307abf6 Upgrade to the Spring Build Conventions (for Gradle) 0.0.15.RELEASE. 2018-05-17 15:35:14 -07:00
John Blum
210b6ea04e Change branding from 'Spring Session for Apache Geode' to 'Spring Session for Apache Geode & Pivotal GemFire'. 2018-05-15 14:33:06 -07:00
John Blum
10e7f532b2 Changing branding from Geode to Apache Geode.
Change branding from GemFire to Pivotal GemFire.

Change branding from Spring Data Geode to Spring Data for Apache Geode.

Change branding from Spring Data GemFire to Spring Data for Pivotal GemFire.

Change branding from Sppring Session Data GemFire/Geode to Spring Session for Pivotal GemFire and Apache Geode, respectively.
2018-05-09 13:58:44 -07:00
John Blum
f44ae0c586 Change Apache Geode/Pivotal GemFire 'log-level' to 'error'.
Fix compiler warnings.

Fix Javadoc warnings.
2018-04-30 18:11:16 -07:00
John Blum
cfcca3115a Upgrade to core Spring Framework 5.0.5.RELEASE.
Upgrade to Spring Boot 2.0.1.RELEASE.

Upgrade to Spring Data GemFire 2.0.6.RELEASE.

Upgrade to Spring Data Geode 2.0.6.RELEASE.

Upgrade to Spring Data Release Train Kay-SR6.

Upgrade to Spring IO Platform Cairo-RELEASE.

Upgrade to Spring Security 5.0.4.RELEASE.
2018-04-30 17:50:54 -07:00
John Blum
7e7d634d9c Upgrade to Gradle 4.6. 2018-04-30 17:49:15 -07:00
John Blum
0e27748882 Add URL/link to the documentation/reference guide for the current Spring Session Data GemFire/Geode release. 2018-03-06 09:04:27 -08:00
John Blum
eb2cc9e7ec Enable Spring IO Platform checks in (Jenkins) CI build. 2018-02-21 10:56:17 -08:00
John Blum
b2866a6399 Prepare next development iteration. 2018-02-20 15:11:52 -08:00
John Blum
8c7377cc1e Release 2.0.2.RELEASE. 2018-02-20 13:43:05 -08:00
John Blum
c4b4398f41 Prepare the 2.0.2.RELEASE. 2018-02-20 13:33:09 -08:00
John Blum
7b93b13df5 Upgrade to Spring Build Conventions 0.0.13.RELEASE. 2018-02-20 12:02:32 -08:00
John Blum
8e2cdf284a Upgrade to Spring Framework 5.0.4.RELEASE.
Upgrade to Spring Data GemFire 2.0.4.RELEASE.

Upgrade to Spring Data Geode 2.0.4. RELEASE.

Upgrade to Spring Data Release Train Kay-SR4.

Upgrade to Spring Security 5.0.2.RELEASE.

Upgrade to Spring Session 2.0.2.RELEASE.
2018-02-20 12:00:41 -08:00
John Blum
99de9a6f70 Prepare next development iteration. 2018-02-13 20:47:57 -08:00
John Blum
d905d8afd2 Release 2.0.1.RELEASE. 2018-02-13 20:39:08 -08:00
John Blum
06abce299c Prepare the 2.0.1.RELEASE. 2018-02-13 20:31:40 -08:00
John Blum
88735dd90c Upgrade to Mockito 2.15.0.
Upgrade to Spring Framework 5.0.3.RELEASE.

Upgrade to Spring Boot 2.0.0.RC1.

Upgrade to Spring Data GemFire 2.0.3.RELEASE.

Upgrade to Spring Data Geode 2.0.3.RELEASE.

Upgrade to Spring Data Release Train Kay-SR3.

Upgrade to Spring Security 5.0.1.RELEASE.
2018-02-13 20:16:51 -08:00
John Blum
ad356fc394 Prepare next development iteration. 2018-01-10 15:09:07 -08:00
John Blum
bf74846c9f Release 2.0.0.RELEASE. 2018-01-10 14:58:59 -08:00
John Blum
f0aef970e9 Prepare the 2.0.0.RELEASE. 2018-01-10 14:53:05 -08:00
John Blum
a610fb75f5 Upgrade to AssertJ 3.9.0.
Upgrade to Mockito 2.13.0.

Upgrade to Spring Boot 2.0.0.M7.
2018-01-10 14:53:00 -08:00