Skip to content
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

Remove org.apache.catalina.ssi from tomcat-embed-core.jar.tmp.bnd #684

Closed

Conversation

jjohannes
Copy link

@jjohannes jjohannes commented Jan 13, 2024

This package no longer exits in tomcat-embed-core.jar. It is in the module-info.class of the current 10.1.18 and earlier 10.x releases.

Running jlink or jpackage with a Module Path that contains tomcat-embed-core-10.1.18.jar gives the following error:

jlink failed with: Error: Packages that are exported or open in org.apache.tomcat.embed.core are not present: [org.apache.catalina.ssi]

This package no longer exits in 'tomcat-embed-core.jar'. It is in
the 'module-info.class' of the current '10.1.18' and earlier
10.x releases.

Running 'jlink' or 'jpackage' with a Module Path that contains
'tomcat-embed-core-10.1.18.jar' gives the following error:

> jlink failed with: Error: Packages that are exported or open in org.apache.tomcat.embed.core are not present: [org.apache.catalina.ssi]

Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
@jjohannes jjohannes force-pushed the remove-ssl-from-tomcat-embed-core branch from 74ca973 to f65b4ab Compare January 13, 2024 22:17
iherasymenko added a commit to iherasymenko/modular-spring-boot that referenced this pull request Jan 14, 2024
markt-asf added a commit that referenced this pull request Jan 15, 2024
Remove reference to org.apache.catalina.ssi package that is no longer
included in the JAR.

Based on pull request #684 by Jendrik Johannes
markt-asf added a commit that referenced this pull request Jan 15, 2024
Remove reference to org.apache.catalina.ssi package that is no longer
included in the JAR.

Based on pull request #684 by Jendrik Johannes
markt-asf added a commit that referenced this pull request Jan 15, 2024
Remove reference to org.apache.catalina.ssi package that is no longer
included in the JAR.

Based on pull request #684 by Jendrik Johannes
@markt-asf
Copy link
Contributor

Fixed manually in main for 11.0.x (with change log entry) and then back-ported (cherry-picked) to 10.1.x and 9.0.x.

@markt-asf markt-asf closed this Jan 15, 2024
@jjohannes
Copy link
Author

Thanks @markt-asf!

iherasymenko added a commit to iherasymenko/modular-spring-boot that referenced this pull request Jan 22, 2024
iherasymenko added a commit to iherasymenko/modular-spring-boot that referenced this pull request Jan 22, 2024
iherasymenko added a commit to iherasymenko/modular-spring-boot that referenced this pull request Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants