Branch: refs/heads/3.14
Home:
https://github.com/resteasy/Resteasy
Commit: 4d48a04c045342d3711610a7be00f5214a507e38
https://github.com/resteasy/Resteasy/commit/4d48a04c045342d3711610a7be00f...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/RestClientProviderPriorityTest.java
Log Message:
-----------
RESTEASY-2678 (#2520)
* RESTEASY-2678 - Fix read priority from @Priority with @RegisterProvider.
* RESTEASY-2678 - Fix test.
Co-authored-by: Roberto Cortez <radcortez(a)yahoo.com>