Commit Graph

  • 1f9a4cf196 Fix bug in Region expiration configuration to properly handle Session expiration. John Blum 2018-08-20 21:53:56 -07:00
  • 1ac8aca9a7 Set maxInactiveIntervalInSeconds to 30 causing (HTTP) Session expiration after 30 seconds. John Blum 2018-08-20 23:16:39 -07:00
  • 017eebafcd Polish. John Blum 2018-08-20 22:26:51 -07:00
  • 125877df89 Fix bug in Region expiration configuration to properly handle Session expiration. John Blum 2018-08-20 21:53:56 -07:00
  • c0c3ade687 Remove optional 'gemfire.log-level' System property from command-line. John Blum 2018-08-20 21:53:11 -07:00
  • e1b5b1c5b5 Edit and clean up the Sample User Guides. John Blum 2018-08-20 18:34:46 -07:00
  • 18e46d9ef6 Timeout Jenkins build pipeline after 10 minutes. John Blum 2018-08-20 16:14:34 -07:00
  • 71392b2461 Reconfigure Jenkins build pipeline timeouts at the stage level. John Blum 2018-08-20 16:07:34 -07:00
  • 494442aa7b Timeout the Jenkins build pipeline after 10 minutes. John Blum 2018-08-20 15:48:33 -07:00
  • 26c7b583bf Fix sample XML client-server integration tests ClassNotFoundException on the o.s.session.config.annotation.web.http.SpringHttpSessionConfiguration class. John Blum 2018-08-17 00:34:19 -07:00
  • c80536d11b Polish. John Blum 2018-08-16 18:04:41 -07:00
  • c95f5aeddd Remove unnecessary ide.gradle file and remove 'apply from: IDE_GRADLE' plugin declarations from Gradle module build files. John Blum 2018-08-16 17:53:48 -07:00
  • 4708d9bf6d Correct 'spring.data.gemfire.cache.server.host' property; remove extra dot between 'server' and 'host'. John Blum 2018-08-15 13:53:22 -07:00
  • 11b74a0145 Set Groovy version to 2.4.15 to work with Gretty. John Blum 2018-08-15 02:26:12 -07:00
  • 1454a81ade Refactor all samples to use the Spring Test for Apache Geode project. John Blum 2018-08-15 01:03:39 -07:00
  • fbf5044930 Set the 'spring.data.gemfire.pool.servers' property. John Blum 2018-08-15 00:59:34 -07:00
  • 44a9f5c535 Remove embedded Manager configuration. John Blum 2018-08-13 16:57:53 -07:00
  • 38309e97a8 Refactor the Spring Session JavaConfig Sample to use Spring Data for Apache Geode Test. John Blum 2018-08-13 16:56:10 -07:00
  • 55c19ca849 Refactor the Spring Session Boot Sample with Scoped Proxies to use Spring Data for Apache Geode Test. John Blum 2018-08-13 16:48:27 -07:00
  • 6ad1813ddf Refactor Spring Session Boot Sample to use Spring Data for Apache Geode Test. John Blum 2018-08-13 16:04:35 -07:00
  • 3c984bad1d Set the 'spring.data.gemfire.cache.server.port' property in addition to the 'spring.session.data.geode.cache.server.port' property. John Blum 2018-08-13 15:58:51 -07:00
  • 86fcaba5e2 Fix failing tests due to required Pool bean definitions as of SD(G) Lovelace-RC1. John Blum 2018-08-10 21:42:33 -07:00
  • f3eaeca029 Upgrade to Spring Framework 5.1.0.RC1. John Blum 2018-08-10 21:31:10 -07:00
  • 678c642c30 Set version to 2.1.0.BUILD-SNAPSHOT. John Blum 2018-08-10 21:29:18 -07:00
  • 3f436b8e44 Prepare next development iteration. John Blum 2018-08-10 21:14:35 -07:00
  • c2aefe83bf Release 2.0.4.RELEASE. John Blum 2018-08-10 21:04:51 -07:00
  • 3ba261abc8 Run Spring IO Platform Check with Cairo-BUILD-SNAPSHOT. John Blum 2018-08-10 21:02:45 -07:00
  • ab57b37b05 Upgrade to Gradle 4.9. John Blum 2018-08-10 20:41:04 -07:00
  • 56905de3e9 Upgrade to Spring Session 2.0.5.RELEASE. John Blum 2018-08-10 20:34:06 -07:00
  • 4c1a7b441e Downgrade Spring Session BOM to Apple-SR3 to match Spring Session core version 2.0.4.RELEASE. John Blum 2018-08-10 20:29:26 -07:00
  • 3a4e7b7b75 Upgrade to Spring Build Conventions (Gradle) 0.0.17.RELEASE. John Blum 2018-08-10 20:22:56 -07:00
  • 3ec908e87a Add Tip noting the required PropertySourcesPlaceholderConfigurer bean definition when using Spring's @Value annotation and Spring Boot is not in play. John Blum 2018-08-10 20:11:39 -07:00
  • 8a6217cf18 Add test case testing the dynamic configuration of an overloaded SpringSessionGemFireConfigurer. John Blum 2018-08-10 19:59:48 -07:00
  • 9a2f149aec Fix bug in Exception handling when resolving the SpringSessionGemFireConfigurer to properly handle the NoUniqueBeanDefinitionException. John Blum 2018-08-10 19:58:18 -07:00
  • 81d51d89d6 Add documentation on configuring Spring Session with Apache Geode or Pivotal GemFire using Properties and the SpringSessionGemFireConfigurer interface. John Blum 2018-08-10 16:06:45 -07:00
  • b7f90d84cf Edit Javadoc to include the configuraiton properties. John Blum 2018-08-10 16:05:44 -07:00
  • bd9db4a8c0 Reviewed and edited the reference guide. John Blum 2018-08-10 14:02:25 -07:00
  • d38eda10aa Refactor GemFireCacheTypeAwareRegionFactoryBean to extend SDG's o.s.d.g.config.annotation.support.CacheTypeAwareRegionFactoryBean. John Blum 2018-08-09 15:13:36 -07:00
  • 09448ca92b Mock the ApplicationContext and throw NoSuchBeanDefinitionException when requesting beans of type SpringSessionGemFireConfigurer. John Blum 2018-08-09 14:03:43 -07:00
  • 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. John Blum 2018-08-09 13:55:26 -07:00
  • 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. John Blum 2018-08-08 19:16:58 -07:00
  • 8c20eba992 Upgrade to Spring Framework 5.0.8.RELEASE. John Blum 2018-08-08 17:27:05 -07:00
  • 055dd1f2be Add test compile dependency on Spring Data for Apache Geode Test 0.0.1.BUILD-SNAPSHOT. John Blum 2018-08-08 17:23:02 -07:00
  • bd5a2cfae4 Declare version property for Apache Geode set to 1.2.1. John Blum 2018-06-20 13:59:34 -07:00
  • 25a760cfe7 Align GemFireCacheTypeAwareRegionFactoryBean with SDG Kay-SR8 API changes. John Blum 2018-06-20 11:51:40 -07:00
  • 812c0d1a57 Prepare next development iteration. John Blum 2018-06-20 11:48:40 -07:00
  • ef9f3c7128 Reinstate the Spring IO Platform check, springIoCheck, build step/task. John Blum 2018-06-20 10:40:06 -07:00
  • 11f59711de Release 2.0.3.RELEASE. John Blum 2018-06-19 22:44:41 -07:00
  • bbc5814e4b Remove dependency-management.tmpl (template) file. John Blum 2018-06-19 22:41:17 -07:00
  • f93a58dda5 Remove Spring IO Platform check. John Blum 2018-06-19 22:38:12 -07:00
  • d6be6dacc4 Switch to Spring Boot Dependencies BOM for complete project dependency management. John Blum 2018-06-19 22:18:20 -07:00
  • f2ccb62f2f Reset Session Expiration Event capture timeout back to 1 second over configured Session Idle Timeout. John Blum 2018-06-19 22:07:48 -07:00
  • 1193276a37 Increase Session Expiration Event capture timeout by 5 seconds. John Blum 2018-06-19 21:27:23 -07:00
  • d7c9038e23 Remove Spring IO Platform Dependency Management. John Blum 2018-06-19 20:45:59 -07:00
  • 765527785a Add dependency management for Java Servlet JSP/JSTL API. John Blum 2018-06-19 20:44:40 -07:00
  • 70cb8cb2ff Upgrade to Mockito 2.19.0. John Blum 2018-06-19 20:42:54 -07:00
  • b9ec2c528b Upgrade to Spring Build Conventions Gradle Plugin 0.0.16.RELEASE. John Blum 2018-06-19 20:38:44 -07:00
  • d847c9e9e4 Upgrade to Gradle 4.8. John Blum 2018-06-19 20:37:22 -07:00
  • 0a50507519 Upgrade to AssertJ 3.9.1. John Blum 2018-05-17 15:38:53 -07:00
  • fc4307abf6 Upgrade to the Spring Build Conventions (for Gradle) 0.0.15.RELEASE. John Blum 2018-05-17 15:35:14 -07:00
  • 210b6ea04e Change branding from 'Spring Session for Apache Geode' to 'Spring Session for Apache Geode & Pivotal GemFire'. John Blum 2018-05-15 14:32:21 -07:00
  • 10e7f532b2 Changing branding from Geode to Apache Geode. John Blum 2018-05-09 13:58:44 -07:00
  • f44ae0c586 Change Apache Geode/Pivotal GemFire 'log-level' to 'error'. John Blum 2018-04-30 18:11:16 -07:00
  • cfcca3115a Upgrade to core Spring Framework 5.0.5.RELEASE. John Blum 2018-04-30 17:50:54 -07:00
  • 7e7d634d9c Upgrade to Gradle 4.6. John Blum 2018-04-30 17:49:15 -07:00
  • 0e27748882 Add URL/link to the documentation/reference guide for the current Spring Session Data GemFire/Geode release. John Blum 2018-03-06 09:03:01 -08:00
  • eb2cc9e7ec Enable Spring IO Platform checks in (Jenkins) CI build. John Blum 2018-02-21 10:28:17 -08:00
  • b2866a6399 Prepare next development iteration. John Blum 2018-02-20 15:11:52 -08:00
  • 8c7377cc1e Release 2.0.2.RELEASE. John Blum 2018-02-20 13:43:05 -08:00
  • c4b4398f41 Prepare the 2.0.2.RELEASE. John Blum 2018-02-20 13:20:57 -08:00
  • 7b93b13df5 Upgrade to Spring Build Conventions 0.0.13.RELEASE. John Blum 2018-02-20 12:02:32 -08:00
  • 8e2cdf284a Upgrade to Spring Framework 5.0.4.RELEASE. John Blum 2018-02-20 12:00:41 -08:00
  • 99de9a6f70 Prepare next development iteration. John Blum 2018-02-13 20:47:57 -08:00
  • d905d8afd2 Release 2.0.1.RELEASE. John Blum 2018-02-13 20:39:08 -08:00
  • 06abce299c Prepare the 2.0.1.RELEASE. John Blum 2018-02-13 20:31:40 -08:00
  • 88735dd90c Upgrade to Mockito 2.15.0. John Blum 2018-02-13 20:16:51 -08:00
  • ad356fc394 Prepare next development iteration. John Blum 2018-01-10 15:09:07 -08:00
  • bf74846c9f Release 2.0.0.RELEASE. John Blum 2018-01-10 14:58:59 -08:00
  • f0aef970e9 Prepare the 2.0.0.RELEASE. John Blum 2018-01-10 14:52:08 -08:00
  • a610fb75f5 Upgrade to AssertJ 3.9.0. John Blum 2018-01-10 14:17:37 -08:00
  • 9672c1336b Upgrade Spring Gradle Build Conventions Plugin to 0.0.9.RELEASE. John Blum 2018-01-10 14:00:24 -08:00
  • 1eef72854c Update Jenkins file with new SCM target and credentials for artifact deployments/releases. John Blum 2018-01-10 13:59:48 -08:00
  • 8568a53f91 Prepare next development iteration. John Blum 2017-11-28 23:59:54 -08:00
  • 1128e2fcee Release 2.0.0.RC2. John Blum 2017-11-28 23:51:33 -08:00
  • 6ea81cb063 Prepare the 2.0.0.RC2 release. John Blum 2017-11-28 23:45:27 -08:00
  • 649307d4d2 Fix the mainClassName property definition in build.gradle. John Blum 2017-11-28 22:43:51 -08:00
  • 5c647b8683 Fix test failures related to API changes in Spring Session core 2.0.0.RC2. John Blum 2017-11-28 21:18:40 -08:00
  • 9532a696bc Upgrade Spring Gradle Build Conventions Plugin to 0.0.8.RELEASE. John Blum 2017-11-28 21:03:37 -08:00
  • 2561d036ee Adapt to API changes in Spring Session core 2.0.0.RC2. John Blum 2017-11-28 20:58:27 -08:00
  • 318ed685d0 Change all Gradle build file desriptions containing 'Spring Session Data Geode' to 'Spring Session for Apache Geode'. John Blum 2017-11-28 13:09:53 -08:00
  • d2df385f57 Upgrade to Mockito 2.12.0. John Blum 2017-11-28 00:49:43 -08:00
  • 6121539f84 Rebrand Geode as Apache Geode and GemFire as Pivotal GemFire. John Blum 2017-11-28 11:22:18 -08:00
  • 4c68db97e4 Rebrand the Spring Session Data Geode project as Spring Session for Apache Geode. John Blum 2017-11-28 10:51:08 -08:00
  • bdbc6c1020 Prepare next development iteration. John Blum 2017-11-07 12:35:58 -08:00
  • 68f0a266ce Release 2.0.0.RC1. John Blum 2017-11-07 12:32:31 -08:00
  • 9099c472c6 Prepare the 2.0.0.RC1 release. John Blum 2017-11-07 12:24:38 -08:00
  • 3f7a41e3f2 Downgrade from Spring Boot 2.0.0.M6 to 2.0.0.M5 to match Spring Session 2.0.0.RC1 core. John Blum 2017-11-07 11:51:56 -08:00
  • e09128ca63 Fix failing test case due to Exception message refactor. John Blum 2017-11-07 11:21:07 -08:00
  • 1823d37db0 Upgrade to Spring Boot 2.0.0.M6. John Blum 2017-11-07 11:17:20 -08:00
  • dfc7ba4ac0 Add reference to the new Spring Boot with Apache Geode Sample using Scoped Proxy Beans in the index. John Blum 2017-11-07 11:14:27 -08:00