[jbossws/jbossws-cxf] 7d39dd: [maven-release-plugin] prepare for next developmen...
by Richard Opálka
Branch: refs/heads/main
Home: https://github.com/jbossws/jbossws-cxf
Commit: 7d39dd0d15e03b3810d154091f2008af63b3654f
https://github.com/jbossws/jbossws-cxf/commit/7d39dd0d15e03b3810d154091f2...
Author: Richard Opálka <opalka.richard(a)gmail.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
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:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/jbossws/jbossws-cxf/settings/notifications
1 week, 4 days
[jbossws/jbossws-cxf] 7db388: [maven-release-plugin] prepare release jbossws-cxf...
by Richard Opálka
Branch: refs/heads/main
Home: https://github.com/jbossws/jbossws-cxf
Commit: 7db3888c2e87cd5fc5c928487cd3afe1894cb453
https://github.com/jbossws/jbossws-cxf/commit/7db3888c2e87cd5fc5c928487cd...
Author: Richard Opálka <opalka.richard(a)gmail.com>
Date: 2025-10-22 (Wed, 22 Oct 2025)
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:
-----------
[maven-release-plugin] prepare release jbossws-cxf-7.3.6.Final
To unsubscribe from these emails, change your notification settings at https://github.com/jbossws/jbossws-cxf/settings/notifications
1 week, 5 days
[jbossws/jbossws-cxf] 675677: [JBWS-4452] Prevent potential JAXWS proxy memory leak
by Richard Opálka
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
1 week, 5 days