Replies: 1 comment
-
|
I don't see anything using javax, except the old annotations, which are mere syntax markers (nullable, etc). The rest are things like javax ssl context - which is core java despite the name. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My java application is using docker-java 3.. Recently I'm work on migrating my java application to Spring Boot 3. And I meet a breaking issue from docker-java running with Spring Boot 3 since the latest version of docker-java still uses javax. while Spring Boot 3 switched to Jakarta EE namespaces. Will docker-java release a new version for fully supporting Jakarta EE namespaces and compatible with Spring Boot 3? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions