Set version to 1.1.0.BUILD-SNAPSHOT.
Set Spring Framework version to 5.1.9.BUILD-SNAPSHOT.
Set Spring Boot version to 2.1.7.BUILD-SNAPSHOT.
Set Spring Data for Apache Geode & Pivotal GemFire version to 2.1.10.BUILD-SNAPSHOT.
Set Spring Data Release Train version to Lovelace-BUILD-SNAPSHOT.
Set Spring Session BOM version to Bean-BUILD-SNAPSHOT.
Set Spring Session for Apache Geode & Pivotal GemFire version to 2.1.5.BUILD-SNAPSHOT.
Upgrade to Mockito 3.0.0.
Upgrade to Pivotal GemFire 9.5.4.
Set Spring Framework version to 5.1.8.RELEASE.
Set Spring Boot version to 2.1.6.RELEASE.
Set Spring Data for Apache Geode & Pivotal GemFire version to 2.1.9.RELEASE.
Set Spring Data Release Train version to Lovelace-SR9.
Set Spring Session BOM version to Bean-SR6.
Set Spring Session for Apache Geode & Pivotal GemFire 2.1.4.RELEASE.
Set Spring Framework version to 5.1.9.BUILD-SNAPSHOT.
Set Spring Boot version to 2.1.7.BUILD-SNAPSHOT.
Set Spring Data for Apache Geode & Pivotal GemFire to 2.1.10.BUILD-SNAPSHOT.
Set Spring Data Release Train version to Lovelace-BUILD-SNAPSHOT.
Set Spring Session BOM version to Bean-BUILD-SNAPSHOT.
Set Spring Session for Apache Geode & Pivotal GemFire version to 2.1.5.BUILD-SNAPSHOT.
The test cases specifically tests the use case where a user has provisioned mutliple instances of the CloudCache Service in PCF and bound each of them to her deployed Spring Boot, ClientCache app.
Resolves gh-33.
The test cases specifically tests the use case where a user deployed a Spring Boot, ClientCache app to PCF connected to an external, standalone Apache Geode or Pivotal GemFire cluster.
Resolves gh-33.
Introduces the new 'spring.boot.data.gemfire.cloud.cloudfoundry.service.cloudcache.name' property enabling users to target a specific CloudCache Service Instance in PCF.
Fails fast and throws an IllegalStateException if the target CloudCache Service Instance cannot be found.
Logs warning when no CloudCache Service Instance is found. However, client security auto-configuration will no longer require a CloudCache Service Instance when deploying Spring Boot, GemFire ClientCache app to PCF. This enables users to deploy Spring Boot, ClientCache apps to PCF and connect them to external Apache Geode or Pivotal GemFire clusters.
Resolves gh-33.