https://bz.apache.org/bugzilla/show_bug.cgi?id=69528
--- Comment #1 from Remy Maucherat <r...@apache.org> --- Looking at the code, it's because the JarContents simply goes over the entries in the JAR. There's no special code for /META-INF/versions/Y/ and so the entries in there are simply ignored. As a result, the entry io/opentelemetry/sdk/internal/Java9VersionSpecific which is not present in the main is simply reported as not present. So there are two options: - Document that multi release JARs are not supported for the bloom mode - Add specific processing for /META-INF/versions/Y/ (which is rather ugly of course but I don't see another way) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org