-
Task
-
Resolution: Done
-
Major
-
None
-
None
In RESTEASY-3483 there was a change from casting a created application to jakarta.ws.rs.Application to loading the class as a subclass, e.g Class.asSubclass(Application.class). While technically this is okay, you end up with a better exception message when casting the object instead of the type. When casting the type, the exception message includes the class loader and the module each type live in which produces a better debugging experience.
- is incorporated by
-
WFLY-19354 Upgrade RESTEasy to 7.0.0.Alpha2 for WildFly Preview
- Resolved