-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
External jars that must be converted to JPMS #2989
Comments
See #2978. |
|
See google/conscrypt#554. |
This has been published to Maven Central by Oracle, but without JPMS metadata. See https://github.com/eclipse-ee4j/javamail - unfortunately not yet published to Maven Central, although there appear to be JPMS metadata ( |
|
Keep in mind that the JPMS names for |
Ugh, |
The
|
See https://github.com/eclipse-ee4j/jaspic The module name (see the project's |
|
I believe that jakartaee/servlet#201 is fixed. You should be able to use the artifact that was released 6 days ago. |
The file referenced by @cowwoc - https://search.maven.org/artifact/jakarta.servlet/jakarta.servlet-api/4.0.2/jar The Jakarta Servlet API 4.0.2 artifact is missing the following content (that is present in the jetty-servlet-api-4.0.2.jar) which is necessary for JPMS.
|
@joakime Is there a ticket tracking this problem on Jakarta's side? |
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been closed due to it having no activity. |
Re-opening to ask if this work is complete or not |
@bowbahdoe with EE 10, I believe all spec jars have a proper Out of curiosity, do you use JPMS? |
I'm gonna give a pretty annoying answer to this I think. Yeah, I use modules - but mostly because i write up little libraries. With few or zero dependencies there is no reason not to have a I have some thoughts about the jlink/jpackage "workflow", how that could be part of a simpler overall workflow for the ecosystem writ. large, how it seems like the leyden work is going to want module descriptors, and I do like running But, professionally I've spent most of my JVM time in Clojure. The clojure world does not care about modules. I am very used to zipping everything into an uberjar and putting that uberjar in a docker image with the full jdk. ...does that make sense? |
Jetty has a number of dependencies on external jars that needs to be converted to JPMS before Jetty itself can be converted to proper JPMS modules.
The text was updated successfully, but these errors were encountered: