Spring Boot, Data, and Session for VMware Gemfire documentation can be found in the following locations:
The Spring documentation contains release notes, compatibility matrixes, quick start guides, modules, and more.
Spring material changes:
Maven: <properties <springBootForGemFire.version>1.0.0</springBootForGemFire.version <vmwareGemFire.version>10.0.0</vmwareGemFire.version> </properties> Gradle: ext { springBootForGemFireVersion = '1.0.0' vmwareGemFireVersion = '10.0.0' }
Note: In addition to the Spring and Gemfire versions that must be specified, there are multiple artifact IDs to choose from (detailed in the Compatibility and Release Notes sections of the Spring documentation) that will specify which Spring Boot, Data, and Session version that will be used.
Spring Boot example using the above example versions:
Spring Boot 3.1 for VMware GemFire 10.0 - version 1.0.0 Artifact ID: spring-boot-3.1-gemfire-10.0 Uses Spring Boot 3.1.1