File tree 2 files changed +8
-8
lines changed
src/main/antora/modules/ROOT/pages
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ pipeline {
276
276
sh ' mongosh --eval "rs.initiate({_id: \' rs0\' , members:[{_id: 0, host: \' 127.0.0.1:27017\' }]});"'
277
277
sh ' sleep 15'
278
278
sh ' MAVEN_OPTS="-Duser.name=' + " ${ p['jenkins.user.name']} " + ' -Duser.home=/tmp/jenkins-home" ' +
279
- " ./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Dgradle .cache.local.enabled=false -Dgradle .cache.remote.enabled=false"
279
+ " ./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Ddevelocity .cache.local.enabled=false -Ddevelocity .cache.remote.enabled=false"
280
280
}
281
281
}
282
282
}
Original file line number Diff line number Diff line change @@ -25,32 +25,32 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit
25
25
|2024.0
26
26
|4.3.x
27
27
|4.11.x & 5.x
28
- |4.4.x, 5.x, 6.x, 7.x
28
+ |4.4.x to 7.x
29
29
30
30
|2023.1
31
31
|4.2.x
32
32
|4.9.x
33
- |4.4.x, 5.x, 6.x, 7.x
33
+ |4.4.x to 7.x
34
34
35
35
|2023.0 (*)
36
36
|4.1.x
37
37
|4.9.x
38
- |4.4.x, 5.x, 6.x
38
+ |4.4.x to 6.x
39
39
40
40
|2022.0 (*)
41
41
|4.0.x
42
42
|4.7.x
43
- |4.4.x, 5.x, 6.x
43
+ |4.4.x to 6.x
44
44
45
45
|2021.2 (*)
46
46
|3.4.x
47
47
|4.6.x
48
- |4.4.x, 5.0.x
48
+ |4.4.x to 5.0.x
49
49
50
50
|2021.1 (*)
51
51
|3.3.x
52
52
|4.4.x
53
- |4.4.x, 5.0.x
53
+ |4.4.x to 5.0.x
54
54
55
55
|2021.0 (*)
56
56
|3.2.x
@@ -78,7 +78,7 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit
78
78
|4.0.x
79
79
80
80
|===
81
- (*) End of OSS Support
81
+ (*) https://spring.io/projects/spring-data-mongodb#support[ End of OSS Support]
82
82
====
83
83
84
84
[[compatibility.changes]]
You can’t perform that action at this time.
0 commit comments