Spring Session Apple SR2
On behalf of the community I’m pleased to announce the release of Spring Session BOM Apple-SR2
. This release includes an update to the core modules and adds support for Spring Session for Apache Geode. You can use the BOM
With Maven:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-bom</artifactId>
<version>Apple-SR2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.session</groupId…