https://bz.apache.org/bugzilla/show_bug.cgi?id=69958
Bug ID: 69958
Summary: JPMS violation. Modules org.apache.tomcat.embed.el and
jakarta.el export package jakarta.el
Product: Tomcat 11
Version: 11.0.18
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: EL
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -------
Tomcat should not export jakarta.el package. JPMS two packages may not be
exported by two different jar's. I think this is a regression from tomcat 10,
as I had a JPMS build working with that, although I'm not 100% certain as this
is a transient dependency for me.
org.apache.tomcat.embed:tomcat-embed-el:{strictly 11.0.18}
java.lang.module.ResolutionException: Modules org.apache.tomcat.embed.el and
jakarta.el export package jakarta.el to module spring.boot.starter.validation
my workaround is probably to remove one of these jars and I'm guessing that's
the official jakarta jar, although I don't know if it's just a duplicate...
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]