Branch: refs/heads/3.6
Home:
https://github.com/resteasy/Resteasy
Commit: b5ab15c1a896f2c2e67885c8fb5c1fdcd327150e
https://github.com/resteasy/Resteasy/commit/b5ab15c1a896f2c2e67885c8fb5c1...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2019-02-13 (Wed, 13 Feb 2019)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/DynamicFeatureContextDelegate.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/util/DynamicFeatureContextDelegateTest.java
Log Message:
-----------
[RESTEASY-1786] DynamicFeature should warn user when registering wrong provider type
(#1859)
* DynamicFeature should warn user when registering wrong provider type
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Also warn users when registering a DynamicFeature from another DynamicFeature
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Rollback methods protection level to protected and non static
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Use DynamicFeatureContextDelegate instead of FeatureContextDelegate to warn users
when registering wrong provider type
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Fixes
* Fixes