reflections icon indicating copy to clipboard operation
reflections copied to clipboard

ClassCastException in JbossDir.java with Java 11.0.16+8

Open WoPal opened this issue 3 years ago • 2 comments

After update to java 11.0.16+8 the code in jBossDir.java#createDir() throws a ClassCastException.

java.lang.ClassCastException: class org.jboss.vfs.VirtualJarInputStream cannot be cast to class org.jboss.vfs.VirtualFile

image

WoPal avatar Aug 18 '22 05:08 WoPal

I'm having the same issue.

higorn avatar Nov 15 '22 14:11 higorn

The same issue is discussed here: https://github.com/ronmamo/reflections/issues/440 So we have to wait for 0.10.3 release

Lonzak avatar Jan 06 '23 10:01 Lonzak