Polishing.
Tweak wording. Update Develocity system property names. See #4785 Original pull request: #4796
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -276,7 +276,7 @@ pipeline {
|
||||
sh 'mongosh --eval "rs.initiate({_id: \'rs0\', members:[{_id: 0, host: \'127.0.0.1:27017\'}]});"'
|
||||
sh 'sleep 15'
|
||||
sh 'MAVEN_OPTS="-Duser.name=' + "${p['jenkins.user.name']}" + ' -Duser.home=/tmp/jenkins-home" ' +
|
||||
"./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Dgradle.cache.local.enabled=false -Dgradle.cache.remote.enabled=false"
|
||||
"./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Ddevelocity.cache.local.enabled=false -Ddevelocity.cache.remote.enabled=false"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,32 +25,32 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit
|
||||
|2024.0
|
||||
|4.3.x
|
||||
|4.11.x & 5.x
|
||||
|4.4.x, 5.x, 6.x, 7.x
|
||||
|4.4.x to 7.x
|
||||
|
||||
|2023.1
|
||||
|4.2.x
|
||||
|4.9.x
|
||||
|4.4.x, 5.x, 6.x, 7.x
|
||||
|4.4.x to 7.x
|
||||
|
||||
|2023.0 (*)
|
||||
|4.1.x
|
||||
|4.9.x
|
||||
|4.4.x, 5.x, 6.x
|
||||
|4.4.x to 6.x
|
||||
|
||||
|2022.0 (*)
|
||||
|4.0.x
|
||||
|4.7.x
|
||||
|4.4.x, 5.x, 6.x
|
||||
|4.4.x to 6.x
|
||||
|
||||
|2021.2 (*)
|
||||
|3.4.x
|
||||
|4.6.x
|
||||
|4.4.x, 5.0.x
|
||||
|4.4.x to 5.0.x
|
||||
|
||||
|2021.1 (*)
|
||||
|3.3.x
|
||||
|4.4.x
|
||||
|4.4.x, 5.0.x
|
||||
|4.4.x to 5.0.x
|
||||
|
||||
|2021.0 (*)
|
||||
|3.2.x
|
||||
@@ -78,7 +78,7 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit
|
||||
|4.0.x
|
||||
|
||||
|===
|
||||
(*) End of OSS Support
|
||||
(*) https://spring.io/projects/spring-data-mongodb#support[End of OSS Support]
|
||||
====
|
||||
|
||||
[[compatibility.changes]]
|
||||
|
||||
Reference in New Issue
Block a user