-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
https://ci.wildfly.org/viewLog.html?buildId=277589&
======= Failed test run #1 ========== java.lang.NoSuchFieldException: modifiers at java.base/java.lang.Class.getDeclaredField(Class.java:2610) at org.jboss.as.server.parsing.SystemPropertiesParsingTest.before(SystemPropertiesParsingTest.java:56) ... ======= Failed test run #2 ========== java.lang.NoSuchFieldException: modifiers at java.base/java.lang.Class.getDeclaredField(Class.java:2610) at org.jboss.as.server.parsing.SystemPropertiesParsingTest.after(SystemPropertiesParsingTest.java:67)
I'm not sure what this is about as the Field class in SE 17 has a 'modifiers' field. Maybe it's a JPMS thing of some sort but poking at the SE code I'm not seeing it.
- is cloned by
-
JBEAP-22648 (7.4.z) SystemPropertiesParsingTest fails on SE 17
- Closed