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.
Set version to 1.1.1.BUILD-SNAPSHOT.
Set Spring Framework version to 5.1.10.BUILD-SNAPSHOT.
Set Spring Boot version to 2.1.8.BUILD-SNAPSHOT.
Set Spring Data for Apache Geode & Pivotal GemFire version to 2.1.11.BUILD-SNAPSHOT.
Set Spring Data Relese 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.
For example, usages of org.apache.shiro.util.Assert and org.apache.shiro.util.StringUtils should be replaced with org.springframework.util.Assert and org.springframework.util.StringUtils, respectively.