-
Notifications
You must be signed in to change notification settings - Fork 2
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 some glassfish osgi bundles with java ee equivalents #110
Conversation
Generate changelog in
|
"org.glassfish.hk2.external:javax.inject", | ||
new VersionMapping( | ||
new MavenCoordinate("org.glassfish.hk2.external", "javax.inject", "2.4.0"), | ||
new MavenCoordinate("javax.inject", "javax.inject", "1"))); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there other libraries auto-resolved by the other plugin which aren't handled here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the other one would be the el-api
things, but it actually goes in the opposite direction (el-api
replaced with org.glassfish:jakarta.el
).
I'm inclined to leave that one alone, it's not as straighforward since the jakarta.el
implementation contains more than just the classes in el-api
, whereas with inject
it should be the same set of classes.
Released 0.6.0 |
No description provided.