Skip to content

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>
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

Development

Successfully merging this pull request may close these issues.

2 participants