Branch: refs/heads/3.6
Home:
https://github.com/resteasy/Resteasy
Commit: dec872d2f622f2b6110c46d9bb8c7b7530dde6a5
https://github.com/resteasy/Resteasy/commit/dec872d2f622f2b6110c46d9bb8c7...
Author: NicoNes <nicolas.nesmon(a)gmail.com>
Date: 2018-08-28 (Tue, 28 Aug 2018)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/LocalResteasyProviderFactory.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/interception/InterceptorRegistry.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
M
security-legacy/keystone/keystone-core/src/test/java/org/jboss/resteasy/test/keystone/TokenTest.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ConfigurationInheritenceTest.java
Log Message:
-----------
RESTEASY_3.6-1983: Instances built from
org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget must inherit of a detached
snaphot of the parent configuration (#1663)
* RESTEASY-1983: Instances built from
org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget must inherit of a detached
snaphot of the parent configuration (#1648)
* LocalResteasyProviderFactory instance used by client configuration MUST
be a detached view of its parent.
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* If parent == null let's perform full init
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Let's use getter methods to get full parent configuration, also the inherited one.
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Switch order to prevent npe
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Let's use getters to access parent properties
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Add missing initialization of containerResponseFilterRegistry
Fix init of exceptionMappers
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Fix cloneTo method to use clone.precedenceList
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Context resolvers must be registered before creating the target so that
they can be visibile by target
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from
GitHub.com on January 31st, 2019.