serverlessworkflow / sdk-java

Java SDK for Serverless Workflow
http://serverlessworkflow.io
Apache License 2.0
76 stars 46 forks source link

Jakarta update #225

Closed radtriste closed 3 months ago

radtriste commented 1 year ago

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 commented 1 year ago

I can provide a PR for the jakarta update if needed

radtriste commented 1 year ago

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

ricardozanini commented 10 months ago

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