[resteasy-commits] [resteasy/Resteasy] b5ab15: [RESTEASY-1786] DynamicFeature should warn user w...

Alessio Soldano noreply at github.com
Wed Feb 13 09:18:50 EST 2019


  Branch: refs/heads/3.6
  Home:   https://github.com/resteasy/Resteasy
  Commit: b5ab15c1a896f2c2e67885c8fb5c1fdcd327150e
      https://github.com/resteasy/Resteasy/commit/b5ab15c1a896f2c2e67885c8fb5c1fdcd327150e
  Author: Alessio Soldano <soldano.servizi at 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 at gmail.com>

* Also warn users when registering a DynamicFeature from another DynamicFeature

Signed-off-by: NicoNes <nicolas.nesmon at gmail.com>

* Rollback methods protection level to protected and non static

Signed-off-by: NicoNes <nicolas.nesmon at gmail.com>

* Use DynamicFeatureContextDelegate instead of FeatureContextDelegate to warn users
when registering wrong provider type

Signed-off-by: NicoNes <nicolas.nesmon at gmail.com>

* Fixes

* Fixes




More information about the resteasy-commits mailing list