https://bz.apache.org/bugzilla/show_bug.cgi?id=64514
Bug ID: 64514
Summary: classes missing from bootstrap.jar
Product: Tomcat 10
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Packaging
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ------
When performing a jdeps analysis on bootstrap.jar in master we can see that
there are two classes missing.
> tomcat]$ jdeps -v -cp output/build/bin/tomcat-juli.jar
> output/build/bin/bootstrap.jar | grep "not found"
> bootstrap.jar -> not found
> org.apache.catalina.startup.Bootstrap ->
> org.apache.catalina.Globals not found
> org.apache.catalina.startup.Tool ->
> org.apache.catalina.Globals not found
> org.apache.catalina.startup.Tool ->
> org.apache.tomcat.util.ExceptionUtils not found
The effective result of this is that when calculating either the OSGi or JPMS
metadata these packages want to be imported. Since several other classes are
cherry-picked into the jar it stands to reason that the assembly should be
logically complete as to never encounter any hard to diagnose errors.
--
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]