[resteasy-commits] [resteasy/Resteasy] 3e0ba6: RESTEASY-1983: Instances built from org.jboss.rest...

GitHub noreply at github.com
Tue Aug 14 18:29:31 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/resteasy/Resteasy
  Commit: 3e0ba66dc78a2781a1b0c9a6bf3ac9951d792dd8
      https://github.com/resteasy/Resteasy/commit/3e0ba66dc78a2781a1b0c9a6bf3ac9951d792dd8
  Author: NicoNes <nicolas.nesmon at gmail.com>
  Date:   2018-08-14 (Tue, 14 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/spi/ResteasyProviderFactory.java
    M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ConfigurationInheritenceTest.java

  Log Message:
  -----------
  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 at gmail.com>

* If parent == null let's perform full init

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

* Let's use getter methods to get full parent configuration, also the inherited one.

Signed-off-by: NicoNes <nicolas.nesmon at 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.


More information about the resteasy-commits mailing list