Branch: refs/heads/main
Home:
https://github.com/jbossws/jbossws-cxf
Commit: 6756773ceefc3ccfca6089e2fc1ab9aeab825ffc
https://github.com/jbossws/jbossws-cxf/commit/6756773ceefc3ccfca6089e2fc1...
Author: Richard Opálka <opalka.richard(a)gmail.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/ProviderImpl.java
Log Message:
-----------
[JBWS-4452] Prevent potential JAXWS proxy memory leak
Commit: 2bf2b12dd374687125d0b4c45420dfc3ca67ce5f
https://github.com/jbossws/jbossws-cxf/commit/2bf2b12dd374687125d0b4c4542...
Author: Richard Opálka <opalka.richard(a)gmail.com>
Date: 2025-10-22 (Wed, 22 Oct 2025)
Changed paths:
M docbook/src/main/doc/adoc/content/chapter-3-JAX_WS_User_Guide.adoc
A modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/CachePortFeature.java
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/ProviderImpl.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4453/Hello.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4453/HelloBean.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4453/JBWS4453TestCase.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jbws4453/WEB-INF/web.xml
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jbws4453/WEB-INF/wsdl/HelloWorld.wsdl
Log Message:
-----------
[JBWS-4453] Making ports caching configurable and disabled by default because ports are
very expensive objects. Users have to turn caching on via CachePortFeature.
Commit: d4c66787ea1c2591e8bd3541b23783b86775055e
https://github.com/jbossws/jbossws-cxf/commit/d4c66787ea1c2591e8bd3541b23...
Author: Richard Opálka <opalka.richard(a)gmail.com>
Date: 2025-10-22 (Wed, 22 Oct 2025)
Changed paths:
M docbook/src/main/doc/adoc/content/chapter-3-JAX_WS_User_Guide.adoc
A modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/CachePortFeature.java
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/ProviderImpl.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4453/Hello.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4453/HelloBean.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws4453/JBWS4453TestCase.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jbws4453/WEB-INF/web.xml
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jbws4453/WEB-INF/wsdl/HelloWorld.wsdl
Log Message:
-----------
Merge pull request #646 from ropalka/ports-cache
[JBWS-4452][JBWS-4453] Fixing potential memory leaks plus making ports caching
configurable and disabled by default
Compare:
https://github.com/jbossws/jbossws-cxf/compare/873a72f14ee2...d4c66787ea1c
To unsubscribe from these emails, change your notification settings at
https://github.com/jbossws/jbossws-cxf/settings/notifications