Skip to content

Commit beb4d47

Browse files
committed
fix: restore jackson annotations to v2
v3 is no longer maintained
1 parent 1d64295 commit beb4d47

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

ci/tests/puppeteer/scenarios/configuration-properties-zookeeper/script.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": "configuration-cloud-zookeeper",
3-
"enabled": "false",
43
"conditions": {
54
"docker": "true"
65
},

docs/cas-server-documentation/release_notes/RC1.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,6 @@ We plan to re-add support for Spring Boot Admin in the future once compatibility
146146
and [Spring Session with Hazelcast](../webflow/Webflow-Customization-Sessions-ServerSide-Hazelcast.html) are
147147
not yet compatible with Spring Boot `4`. We plan to re-add support for these features in the future once compatibility is restored.
148148

149-
#### Spring Cloud Configuration ZooKeeper
150-
151-
Support for [Spring Cloud Configuration ZooKeeper](../configuration/Configuration-Server-Management-SpringCloud-ZooKeeper.html)
152-
is not yet compatible with Spring Boot `4`. We plan to re-add support for Spring Cloud Configuration ZooKeeper
153-
in the future once compatibility is restored.
154-
155149
#### Jackson & JSON Processing
156150

157151
The Jackson library, responsible for JSON processing and parsing in CAS, is upgraded to `3.x` version.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ influxDb = "1.5.0"
9797
ipGeoLocation = "2.0.1"
9898
jackson2 = "2.20.0"
9999
jackson = "3.0.1"
100-
jacksonAnnotations = "3.0-rc5"
100+
jacksonAnnotations = "2.20"
101101
jacksonAsl = "1.9.13"
102102
jacksonDataBind = "3.0.1"
103103
jacoco = "0.8.14"

0 commit comments

Comments
 (0)