Branch: refs/heads/main
Home:
https://github.com/jbossws/jbossws-cxf
Commit: bc838dea2070411dfd902450618c6034a34046a4
https://github.com/jbossws/jbossws-cxf/commit/bc838dea2070411dfd902450618...
Author: Jim Ma <ema(a)redhat.com>
Date: 2024-11-05 (Tue, 05 Nov 2024)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JAXPDelegateClassLoader.java
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/HandlerAuthInterceptor.java
A
modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/SecurityActions.java
M modules/testsuite/cxf-tests/pom.xml
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/DelegateBean.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/EmptyBean.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/Hello.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/HelloBean.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/JBWS4430TestCase.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/LoggingHandler.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jbws4430/WEB-INF/web.xml
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jbws4430/WEB-INF/wsdl/HelloWorld.wsdl
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jbws4430/handlers.xml
M pom.xml
Log Message:
-----------
[JBWS-4430]:Sever throws IllegalStateException when call a handler with the CDI bean
invocation
Commit: ccf74136eb5ecad1f5f3b89d52cd88a1fe496c9d
https://github.com/jbossws/jbossws-cxf/commit/ccf74136eb5ecad1f5f3b89d52c...
Author: Jim Ma <ema(a)redhat.com>
Date: 2024-11-05 (Tue, 05 Nov 2024)
Changed paths:
A
modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/AbstractTCCLPhaseInterceptor.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/CDIOutInterceptor.java
M
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/HelloBean.java
M
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/JBWS4430TestCase.java
Log Message:
-----------
[JBWS-4430]:Fix IllegalStateException in CXF interceptor when it tries to access CDI
bean
Commit: f890d15f74c17b30c60d6187cb214773816ad552
https://github.com/jbossws/jbossws-cxf/commit/f890d15f74c17b30c60d6187cb2...
Author: Jim Ma <ema(a)redhat.com>
Date: 2024-11-05 (Tue, 05 Nov 2024)
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/HandlerAuthInterceptor.java
A
modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/HandlerConfigInterceptor.java
M
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/CDIOutInterceptor.java
M
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4430/JBWS4430TestCase.java
Log Message:
-----------
[JBWS-4430]:Rename HandlerAuthInterceptor to HandlerConfigInterceptor;Improve comment
and test
Compare:
https://github.com/jbossws/jbossws-cxf/compare/71880b89c1a3...f890d15f74c1
To unsubscribe from these emails, change your notification settings at
https://github.com/jbossws/jbossws-cxf/settings/notifications