-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update to Micronaut 4 #488
Comments
Here is a PR with work-in-progress: #487 This might help: |
A fork working on this issue from the branch of @tobiasschaefer is here |
See also https://micronaut-projects.github.io/micronaut-servlet/latest/guide/#versioning which means we probably also need to update to Camunda 7.20 which switches to |
We've updated to Camunda 7.20 using the non -jakarta dependencies. We now only need to update Micronaut to version 4.x |
@tobiasschaefer Thanks for this awesome project. Is this possible to consider 4.x.x now as there is no patches released for version 3 since Mar 23, 2024. |
Hi @amardeep2006 : There is the PR #487 but updating is harder than expected. Feel free to contribute by using the PR as a basis and creating your own. If all tests are green and it looks good, I'd be happy to approve it. How are you using this integration project? Is it running on production for you? |
I will have a look on PR. Micronaut is new for me as I have worked in Springboot mostly in past. |
@amardeep2006 : please note:
Hope that helps |
We will probably need to Update Micronaut 4 and Camunda 7.20 together because both switched from
javax
tojakarta
namespace. We will also need to update to Java 17.The text was updated successfully, but these errors were encountered: