sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Jakarta update

Open radtriste opened this issue 1 year ago • 3 comments

Spring Boot 3 is out and Quarkus 3 should be really soon and both frameworks migrated to jakarta libraries.

Would it be possible to update the codebase to use jakarta in the next version ? Or try to maintain 2 versions: one with javax and one with jakarta ?

The problem is mainly with the validation-api library dependency

radtriste avatar Apr 20 '23 08:04 radtriste

I can provide a PR for the jakarta update if needed

radtriste avatar Apr 20 '23 08:04 radtriste

btw, not sure it is used at all into the project: https://github.com/serverlessworkflow/sdk-java/search?q=javax

radtriste avatar Apr 20 '23 08:04 radtriste

I think we can release a 4.1.0 version following 4.0.5 with Java 11 and Jakarta support.

ricardozanini avatar Oct 20 '23 14:10 ricardozanini