You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/11/06 18:18:07 UTC

[GitHub] [accumulo] cshannon commented on issue #3068: 1.10 build failure with JDK 11.0.17 when it passes with JDK 11.0.14

cshannon commented on issue #3068:
URL: https://github.com/apache/accumulo/issues/3068#issuecomment-1304862132

   @ctubbsii - I can confirm that this fails on RHEL8 as well (but doesn't really tell us much as RHEL8 is based on Fedora).
   
   Anyways, I found the issue, it has to do with the mime type now being properly detected on the jar file as "application/java-archive" and the AccumuloVFSClassLoader.jar class in version 1.10 not having an entry for it.  You actually fixed this already in 2.1 here: https://github.com/apache/accumulo/blob/main/start/src/main/java/org/apache/accumulo/start/classloader/vfs/AccumuloVFSClassLoader.java#L288
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org