-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Replace com.sun.activation dependencies to standardize on jakarta #9839
Replace com.sun.activation dependencies to standardize on jakarta #9839
Conversation
I would also have to removed the |
The plot thickens:
|
Further research shows that activation-api doesn't contain the impl classes, but the com.sun artifact contains both impl and api classes. So given that:
the only logic conclusion is:
But that doesn't seem sensible... |
Feel free to close this PR, as this approach doesn't seem to be fruitful (it creates failing tests). We need to look in another way to avoid the duplicate classes of activation in quarkus. |
Yes, that's what we're supposed to do. I don't exactly know why they decided to encapsulate the API as it's a pain but that's how it is. |
@gsmet |
Yes so maybe we should do that. I don't think there is a clean implementation of Jakarta Activation not including also the API. |
Relates to issue #9834
and to discussion https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Duplicate.20classes.20in.20quarkus