-
Bug
-
Resolution: Done
-
Major
-
None
-
None
WFCORE-3943 introduced a new method which accepts a class loader for the reflective invocation. This fails with any release of WildFly Core prior to 6.0.0.Alpha5 as the method including the class loader is not present. The method using the class loader should be checked and fallback to the method without the class loader parameter.
Note that this may affect the migration tool which could require a 6.0.2.Final release of WildFly Core.
- is caused by
-
WFCORE-3943 Embedded server operations executed using different classloaders
- Resolved
- is cloned by
-
JBEAP-15354 Starting an embedded server with older versions of WildFly Core results in a NoSuchMethodException
- Closed