[jbossws/jbossws-cxf] 022042: [JBWS-4488] - Let JBossWSDestinationRegistryImpl o...
by Fabio Burzigotti
Branch: refs/heads/main
Home: https://github.com/jbossws/jbossws-cxf
Commit: 02204295c7c3271f53d684107ba05fec820ea6bf
https://github.com/jbossws/jbossws-cxf/commit/02204295c7c3271f53d684107ba...
Author: Fabio Burzigotti <fburzigo(a)ibm.com>
Date: 2026-04-23 (Thu, 23 Apr 2026)
Changed paths:
M docbook/src/main/doc/adoc/content/chapter-5-Advanced_User_Guide.adoc
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/SecurityActions.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/JBossWSDestinationRegistryImpl.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/SecurityActions.java
M modules/testsuite/cxf-tests/src/test/cli/jbws-testsuite-default-elytron.cli
M modules/testsuite/cxf-tests/src/test/etc/arquillian.xml
M modules/testsuite/cxf-tests/src/test/etc/container.properties
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSEndpoint.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSEndpointImpl.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSSystemPropertyTestCase.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSTestCase.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSTestUtils.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices.xml
M modules/testsuite/pom.xml
Log Message:
-----------
[JBWS-4488] - Let JBossWSDestinationRegistryImpl override getDestinationForPath and decode the request URL path
Commit: 8e1e6d4b44775af8fac65bd9f809b7ab8a96d2ef
https://github.com/jbossws/jbossws-cxf/commit/8e1e6d4b44775af8fac65bd9f80...
Author: Fabio Burzigotti <fburzigo(a)redhat.com>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M docbook/src/main/doc/adoc/content/chapter-5-Advanced_User_Guide.adoc
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/JBossWSDestinationRegistryImpl.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSUrlCharsetConfigurationTestCase.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-expected-url-charset.xml
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-invalid-url-charset.xml
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-unexpected-url-charset.xml
Log Message:
-----------
[JBWS-4488] - Add the org.jboss.ws.cxf.urlCharset property to control how an URL-encoded request path is decoded
Commit: 1220b1dcf20a39d2640e195e7db38c66fd9817f3
https://github.com/jbossws/jbossws-cxf/commit/1220b1dcf20a39d2640e195e7db...
Author: Fabio Burzigotti <34456377+fabiobrz(a)users.noreply.github.com>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M docbook/src/main/doc/adoc/content/chapter-5-Advanced_User_Guide.adoc
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/SecurityActions.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/JBossWSDestinationRegistryImpl.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/SecurityActions.java
M modules/testsuite/cxf-tests/src/test/cli/jbws-testsuite-default-elytron.cli
M modules/testsuite/cxf-tests/src/test/etc/arquillian.xml
M modules/testsuite/cxf-tests/src/test/etc/container.properties
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSEndpoint.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSEndpointImpl.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSSystemPropertyTestCase.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSTestCase.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSTestUtils.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/nls/NLSUrlCharsetConfigurationTestCase.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-expected-url-charset.xml
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-invalid-url-charset.xml
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices-unexpected-url-charset.xml
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/nls/WEB-INF/jboss-webservices.xml
M modules/testsuite/pom.xml
Log Message:
-----------
Merge pull request #695 from fabiobrz/JBWS-4488
[JBWS-4488] - Fix JBWS024029 error when consuming a web service having NLS characters in URL path
Compare: https://github.com/jbossws/jbossws-cxf/compare/9158615e8c1a...1220b1dcf20a
To unsubscribe from these emails, change your notification settings at https://github.com/jbossws/jbossws-cxf/settings/notifications
1 week, 3 days
[jbossws/jbossws-cxf] cba4f5: [JBWS-4487] - Upgrade Apache CXF to 4.1.5, and bum...
by Fabio Burzigotti
Branch: refs/heads/main
Home: https://github.com/jbossws/jbossws-cxf
Commit: cba4f5a70960d56cf76c306957f0c95d5d6b52ed
https://github.com/jbossws/jbossws-cxf/commit/cba4f5a70960d56cf76c306957f...
Author: Fabio Burzigotti <fburzigo(a)redhat.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M pom.xml
Log Message:
-----------
[JBWS-4487] - Upgrade Apache CXF to 4.1.5, and bump related dependencies' version too
Commit: 6c0e5e6910a85ad59dfbf004f085c6c34a2c38b9
https://github.com/jbossws/jbossws-cxf/commit/6c0e5e6910a85ad59dfbf004f08...
Author: Fabio Burzigotti <fburzigo(a)redhat.com>
Date: 2026-04-21 (Tue, 21 Apr 2026)
Changed paths:
M docbook/pom.xml
M modules/addons/pom.xml
M modules/addons/transports/http/undertow/pom.xml
M modules/addons/transports/udp/pom.xml
M modules/channel/pom.xml
M modules/client/pom.xml
M modules/dist/pom.xml
M modules/endorsed/pom.xml
M modules/feature-pack/pom.xml
M modules/resources/pom.xml
M modules/server/pom.xml
M modules/test-utils/pom.xml
M modules/testsuite/cloud-tests/container/pom.xml
M modules/testsuite/cloud-tests/k8s/basic/pom.xml
M modules/testsuite/cloud-tests/k8s/common/pom.xml
M modules/testsuite/cloud-tests/k8s/images/pom.xml
M modules/testsuite/cloud-tests/k8s/pom.xml
M modules/testsuite/cloud-tests/k8s/wsse/pom.xml
M modules/testsuite/cloud-tests/k8s/wstrust/pom.xml
M modules/testsuite/cloud-tests/k8s/wstrust/service/pom.xml
M modules/testsuite/cloud-tests/k8s/wstrust/sts/pom.xml
M modules/testsuite/cloud-tests/pom.xml
M modules/testsuite/cloud-tests/test-feature-pack/pom.xml
M modules/testsuite/cxf-tests/pom.xml
M modules/testsuite/perf-tests/pom.xml
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/pom.xml
M pom.xml
Log Message:
-----------
[JBWS-4487] - Bump version to 7.4.0-SNAPSHOT
Commit: 9158615e8c1a64d95ba6d7fccdd9a48e0c1dd5a7
https://github.com/jbossws/jbossws-cxf/commit/9158615e8c1a64d95ba6d7fccdd...
Author: Fabio Burzigotti <34456377+fabiobrz(a)users.noreply.github.com>
Date: 2026-04-21 (Tue, 21 Apr 2026)
Changed paths:
M docbook/pom.xml
M modules/addons/pom.xml
M modules/addons/transports/http/undertow/pom.xml
M modules/addons/transports/udp/pom.xml
M modules/channel/pom.xml
M modules/client/pom.xml
M modules/dist/pom.xml
M modules/endorsed/pom.xml
M modules/feature-pack/pom.xml
M modules/resources/pom.xml
M modules/server/pom.xml
M modules/test-utils/pom.xml
M modules/testsuite/cloud-tests/container/pom.xml
M modules/testsuite/cloud-tests/k8s/basic/pom.xml
M modules/testsuite/cloud-tests/k8s/common/pom.xml
M modules/testsuite/cloud-tests/k8s/images/pom.xml
M modules/testsuite/cloud-tests/k8s/pom.xml
M modules/testsuite/cloud-tests/k8s/wsse/pom.xml
M modules/testsuite/cloud-tests/k8s/wstrust/pom.xml
M modules/testsuite/cloud-tests/k8s/wstrust/service/pom.xml
M modules/testsuite/cloud-tests/k8s/wstrust/sts/pom.xml
M modules/testsuite/cloud-tests/pom.xml
M modules/testsuite/cloud-tests/test-feature-pack/pom.xml
M modules/testsuite/cxf-tests/pom.xml
M modules/testsuite/perf-tests/pom.xml
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/pom.xml
M pom.xml
Log Message:
-----------
Merge pull request #691 from fabiobrz/JBWS-4487
[JBWS-4487] - Upgrade Apache CXF to 4.1.5, and bump related dependencies' version too
Compare: https://github.com/jbossws/jbossws-cxf/compare/c49bd6aaf08c...9158615e8c1a
To unsubscribe from these emails, change your notification settings at https://github.com/jbossws/jbossws-cxf/settings/notifications
2 weeks, 2 days