Remove Spring Session for Apache Geode
Closes gh-217
This commit is contained in:
@@ -87,7 +87,6 @@ dependencies {
|
||||
If you want to raise an issue, please report it in the appropriate Spring Session project:
|
||||
|
||||
* For issues in Spring Session MongoDB, use https://github.com/spring-projects/spring-session-data-mongodb
|
||||
* For issues in Spring Session for Apache Geode or VMware Tanzu GemFire please use https://github.com/spring-projects/spring-session-data-geode
|
||||
* For issues in Spring Session Data Redis, JDBC, Hazelcast or in core Spring Session please use https://github.com/spring-projects/spring-session
|
||||
|
||||
== Code of Conduct
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
== 1. Update Dependencies
|
||||
|
||||
Dependencies are declared in `gradle/dependency-management.gradle`.
|
||||
Update the `coreVersion` to the corresponding version of `spring-session-core` and `dataGeodeVersion` to the corresponding version of `spring-session-data-geode`.
|
||||
Update the `coreVersion` to the corresponding version of `spring-session-core`.
|
||||
|
||||
Run all the checks:
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@ group = "org.springframework.session"
|
||||
dependencies {
|
||||
constraints {
|
||||
api "org.springframework.session:spring-session-core:$springSessionCoreVersion"
|
||||
api "org.springframework.session:spring-session-data-geode:$springSessionDataGeodeVersion"
|
||||
api "org.springframework.session:spring-session-data-mongodb:$springSessionCoreVersion"
|
||||
api "org.springframework.session:spring-session-data-redis:$springSessionCoreVersion"
|
||||
api "org.springframework.session:spring-session-hazelcast:$springSessionCoreVersion"
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
version=2022.0.0-SNAPSHOT
|
||||
springSessionCoreVersion=3.0.0-RC1
|
||||
springSessionDataGeodeVersion=3.0.0-M3
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
ext {
|
||||
coreVersion = '3.0.0-M3'
|
||||
dataGeodeVersion = '3.0.0-M3'
|
||||
dataMongoDbVersion = coreVersion
|
||||
dataRedisVersion = coreVersion
|
||||
hazelcastVersion = coreVersion
|
||||
@@ -10,7 +9,6 @@ ext {
|
||||
dependencyManagement {
|
||||
dependencies {
|
||||
dependency "org.springframework.session:spring-session-core:$coreVersion"
|
||||
dependency "org.springframework.session:spring-session-data-geode:$dataGeodeVersion"
|
||||
dependency "org.springframework.session:spring-session-data-mongodb:$dataMongoDbVersion"
|
||||
dependency "org.springframework.session:spring-session-data-redis:$dataRedisVersion"
|
||||
dependency "org.springframework.session:spring-session-hazelcast:$hazelcastVersion"
|
||||
|
||||
Reference in New Issue
Block a user