Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 15a202814d4894ce786bbbac36e09e0d37e22f2e
https://github.com/resteasy/Resteasy/commit/15a202814d4894ce786bbbac36e09...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2019-02-13 (Wed, 13 Feb 2019)
Changed paths:
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages.java
M resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
M
resteasy-core/src/main/java/org/jboss/resteasy/core/ResteasyProviderFactoryImpl.java
A
resteasy-core/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
(#1858)
* 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