-
Bug
-
Resolution: Done
-
Critical
-
3.6.3.Final
-
None
https://github.com/resteasy/Resteasy/pull/1787 changed the signature of
ResteasyProviderFactory.addContextResolver
in a not backward compatible way.
This blocks
Red Hat Virtualization / oVirt from upgrading from WildFly 15 to WildFly 16,
because Red Hat Virtualization / oVirt depends on the library openstack-java-sdk,
which calls ResteasyProviderFactory.addContextResolver in
https://github.com/woorea/openstack-java-sdk/blob/master/openstack-client-connectors/resteasy-connector/src/main/java/com/woorea/openstack/connector/RESTEasyConnector.java#L42
Is there a workaround how the openstack-java-sdk can be changed, which would enable the usage of RESTEasy 3.6.x and RESTEasy 3.6.3?