Set Spring Framework version to 5.1.12.BUILD-SNAPSHOT.
Set Spring Boot version to 2.1.11.BUILD-SNAPSHOT.
Set Spring Data for Apache Geode & Pivotal GemFire version to 2.1.13.BUILD-SNAPSHOT.
Set Srping 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.7.BUILD-SNAPSHOT.
Set version to 1.1.4.BUILD-SNAPSHOT.
Ugprade to Spring Framework 5.1.11.RELEASE.
Upgrade to Spring Data for Apache Geode & Pivotal GemFire 5.1.12.RELEASE.
Upgrade to Spring Data Release Train Lovelace-SR12.
Upgrade to Spring Session BOM Bean-SR8.
Upgrade to Spring Session for Apache Geode & Pivotal GemFire 2.1.6.RELEASE.
Set Spring Framework version to 5.1.11.BUILD-SNAPSHOT.
Set Spring Boot version to 2.1.10.BUILD-SNAPSHOT.
Set Spring Data for Apache Geode & Pivotal GemFire version to 2.1.12.BUILD-SNAPSHOT.
Set Spring Data Release Train to Lovelace-BUILD-SNAPSHOT.
Set Spring Session BOM version to Bean-BUILD-SNAPSHOT.
Set Spring Session for Apache Geode & Pivotal GemFire to 2.1.7.BUILD-SNAPSHOT.
Set version to 1.1.3.BUILD-SNAPSHOT.
STDG 0.0.9.RELEASE is based on SD Moore while STDG 0.0.8.RELEASE is based on SD Lovelace and since SBDG 1.1.x is based on SD Lovelace, SBDG 1.1.x must be based on STDG 0.0.8.RELEASE.
Upgrade to Spring Framework 5.1.10.RELEASE.
Upgrade to Spring Boot 2.1.9.RELEASE.
Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.1.11.RELEASE.
Upgrade to Spring Data Release Train Lovelace-SR11.
Upgrade to Spring Session BOM Bean-SR8.
Upgrade to Spring Session for Apache Geode & Pivotal GemFire 2.1.6.RELEASE.
Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.9.RELEASE.
Set Spring Framework version to 2.1.10.BUILD-SNAPSHOT.
Set Spring Boot version to 2.1.9.BUILD-SNAPSHOT.
Set Spring Data for Apache Geode & Pivotal GemFire version to 2.1.11.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.6.BUILD-SNAPSHOT.
Set Spring Test for Apache Geode & Pivotal GemFire version to 0.0.9.BUILD-SNAPSHOT.
Set version to 1.1.2.BUILD-SNAPSHOT.
Set Spring Framework version to 2.1.9.RELEASE.
Set Spring Boot version to 2.1.8.RELEASE.
Set Spring Data for Apache Geode & Pivotal GemFire version to 2.1.10.RELEASE.
Set Spring Data Release Train version to Lovelace-SR10.
Set Spring Session BOM version to Bean-SR7.
Set Spring Session for Apache Geode & Pivotal GemFire version to 2.1.5.RELEASE.
Set Spring Test for Apache Geode & Pivotal GemFire version to 0.0.8.RELEASE.
Note: configuring the runtime user of a Spring Boot app outside of CloudFoundry is already supported. Simply set the 'spring.data.gemfire.security.username' and 'spring.data.gemfire.security.password' properties.
Resolves gh-44.
Wrap existing Security conditions (e.g. Cloud Platform, spring.data.gemfire.security properties) in a SecurityTriggersCondition class extending AnyNestedCondition.
Declare nested Condition on the 'spring.boot.data.gemfire.security.auth.environment.post-processor.enabled' property fixing bug with the non-guarded application of the @EnableSecurity annotation.
Edit Javadoc.
Optimize imports.
Wrap existing SSL conditions (e.g. trusted.keystore, spring.data.gemfire.security.ssl properties) in a SslTriggersCondition class extending AnyNestedCondition.
Declare nested Condition on the 'spring.boot.data.gemfire.security.ssl.environment.post-processor.enabled.property' fixing bug with the non-guarded application of the @EnableSsl annotation.
Change order of trusted.keystore scan in TrustedKeyStoreIsPresentCondition to be classpath, working directory then home directory, reflecting the documentation.
Remove System.err.printf statements.
Remove non-qualified 'ssl-keystore' and 'ssl-trustore' properties.
Edit Javadoc.
Optimize imports.