[jbossws-commits] [jbossws/jbossws-cxf] 0975bb: [JBWS-3905]:Use original thread for ejb webservice...

GitHub noreply at github.com
Wed Nov 29 11:22:18 EST 2017


  Branch: refs/heads/jbossws-cxf-4.3.x
  Home:   https://github.com/jbossws/jbossws-cxf
  Commit: 0975bbeee5b7d2963a9e81e38a0aa6adcb6bf8ae
      https://github.com/jbossws/jbossws-cxf/commit/0975bbeee5b7d2963a9e81e38a0aa6adcb6bf8ae
  Author: jim.ma <jim.ma>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
    M modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/EndpointAssociationInterceptor.java
    A modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/EnableRobustOneWayInterceptor.java
    A modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl2.java
    A modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl3.java
    M modules/testsuite/shared-tests/src/test/java/org/jboss/test/ws/jaxws/samples/securityDomain/SecurityDomainTestCase.java
    A modules/testsuite/shared-tests/src/test/resources/jaxws/samples/securityDomain/jboss-webservices.xml

  Log Message:
  -----------
  [JBWS-3905]:Use original thread for ejb webservice oneway operation to avoid authorization failure


  Commit: 466971e94fbe67ee661b3e88e32a2608f3630fcf
      https://github.com/jbossws/jbossws-cxf/commit/466971e94fbe67ee661b3e88e32a2608f3630fcf
  Author: jim.ma <jim.ma>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
    M modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/BusHolder.java
    R modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/EnableDecoupledFaultInterceptor.java
    M modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/EndpointAssociationInterceptor.java
    A modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/MessagePropertySettingInterceptor.java

  Log Message:
  -----------
  [JBWS-3905]:Fix NPE;Refactor work to better name the new added interceptor


  Commit: bfd6a67d266a2c547ce014ad5076e59333d632ff
      https://github.com/jbossws/jbossws-cxf/commit/bfd6a67d266a2c547ce014ad5076e59333d632ff
  Author: asoldano <asoldano>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
    M modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/BusHolder.java
    M modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/MessagePropertySettingInterceptor.java

  Log Message:
  -----------
  [JBWS-3920] Default to OneWayProcessorInterceptor.USE_ORIGINAL_THREAD = true


  Commit: 2bc367c345b2ccf29a20330e9ddef10d3ea577cd
      https://github.com/jbossws/jbossws-cxf/commit/2bc367c345b2ccf29a20330e9ddef10d3ea577cd
  Author: asoldano <asoldano>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
    M modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/BusHolder.java
    R modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/MessagePropertySettingInterceptor.java

  Log Message:
  -----------
  [JBWS-3921] Get rid of unrequired MessagePropertySettingInterceptor


  Commit: 01801c8bddf01ea22ce96bcdf7e35b2be00662bd
      https://github.com/jbossws/jbossws-cxf/commit/01801c8bddf01ea22ce96bcdf7e35b2be00662bd
  Author: Brad Maxwell <bmaxwell at redhat.com>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
    M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
    M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/SecurityActions.java
    M modules/server/pom.xml
    M modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/BusHolder.java
    M pom.xml

  Log Message:
  -----------
  [bz-1403939] JBWS-3905 / JBWS-3920 / JBWS-3921 @javax.jws.Oneway causes security-context to be lost


Compare: https://github.com/jbossws/jbossws-cxf/compare/d4211ffb297a...01801c8bddf0


More information about the jbossws-commits mailing list