-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jakarta EE compatible release #112
Comments
Link to Apache Camel JIRA ticket: https://issues.apache.org/jira/browse/CAMEL-18907 |
Hmm, yes, this feature was added so that Datasonnet can support and map wsdl-generated objects. I'm honestly not sure what would be the best course of action here, because we need to maintain backwards compatibility. |
Yeah I am not sure how other projects do it, thought I have seen some use maven shade plugin to search/replace and build a -jakarta JAR ala |
Yep, thanks, Claus, I guess I will have to release two separate versions, at least for the time being. |
Camel 4.0 GA is April/May but if we are really speedy then it may be as fast as late March |
But camel-datasonnet can be added back to 4.x when its jakarta ready, eg in 4.1 or 4.2 etc. |
Ah, good, then I guess I have time. I'll try to wrap up everything in two-three weeks from now, the goal is to have a new release by February 1st (or earlier, if I'm lucky :) |
Well, I addressed all the outstanding issues I mentioned, but I still cannot figure out how to make a release. The problem is that the datasonnet Java code imports |
OK, the new version is out there, the version number is |
Hi
Apache Camel has datasonnet integration and we are working on Camel v4 which is upgrading to JEE 10 (javax -> jakarta) and we can see that camel-datasonnet fails with datasonnet 2.2.0 due to
I wonder if you plan to do a release that supports Jakarta EE spec or can find a way to make a release support both javax and jakarta ee, eg its in this code
Maybe you can try to detect if its javax or jakarta ee for that serializer
The text was updated successfully, but these errors were encountered: