Daikon 8 is the first release based on Spring Boot 3 and Java 17. This two upgrade comes with a lot of breaking changes.
-
Replacing all
javax.*
imports tojakarta.*
imports-
Be aware that only Java EE
javax
packages are replaced byjakarta
packages. For plain JDK packages such asjavax.sql.*
andjavax.crypto.*
they do not need to get replaced.
-
-
Moving to Spring Boot 3:
-
Moving to Spring Security 6:
-
Upgrading Amazon SDK to version 2.x
-
Moving from
de.flapdoodle
totestcontainer
for DB testing -
Moving from Sleuth to micrometer
-
Removing Zuul dependencis