◐ Shell
clean mode source ↗

Will docker-java release a new version for fully support Jakarta EE namespaces · docker-java/docker-java · Discussion #2464

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!

You must be logged in to vote

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.

You must be logged in to vote

0 replies