deps: update jackson to 3.0.0-rc9
All checks were successful
CI / build (17) (push) Successful in 42s
CI / build (true, 21) (push) Successful in 41s

Migrate packages from com.fasterxml.jackson to tools.jackson, adjust
exception handling and remove JSR310 module and replace with new
JavaTimeFeature flags.
This commit is contained in:
2025-07-20 15:40:46 +02:00
parent ac23b15e5c
commit 0067bf3f7f
5 changed files with 27 additions and 38 deletions

12
pom.xml
View File

@@ -47,14 +47,9 @@
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.20.0</version>
<version>3.0.0-rc9</version>
</dependency>
<dependency>
@@ -129,8 +124,7 @@
<configuration>
<argLine>
@{argLine}
--add-opens
de.stklcode.jvault.connector/de.stklcode.jvault.connector.test=com.fasterxml.jackson.databind
--add-opens de.stklcode.jvault.connector/de.stklcode.jvault.connector.test=tools.jackson.databind
</argLine>
</configuration>
</plugin>