You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following exception when running org.reflections 0.10.2 on Widlfly 26.1.1 and Java 17:
WARN [org.reflections.Reflections] could not create Dir using jboss_vfs from url vfs:/xxxxx.jar/. skipping.: java.lang.ClassCastException: class org.jboss.vfs.VirtualJarInputStream cannot be cast to class org.jboss.vfs.VirtualFile (org.jboss.vfs.VirtualJarInputStream and org.jboss.vfs.VirtualFile are in unnamed module of loader '[email protected]' @3f3afe78)
at xxxx.war//org.reflections.vfs.JbossDir.createDir(JbossDir.java:19)
at xxxx.war//org.reflections.vfs.Vfs$DefaultUrlTypes$4.createDir(Vfs.java:259)
Apparently, url.openConnection().getContent() returns a VirtualJarInputStream on Java 17 instead of the expected VirtualFile.
The text was updated successfully, but these errors were encountered:
I get the following exception when running org.reflections 0.10.2 on Widlfly 26.1.1 and Java 17:
Apparently, url.openConnection().getContent() returns a VirtualJarInputStream on Java 17 instead of the expected VirtualFile.
The text was updated successfully, but these errors were encountered: