[jbossws/jbossws-cxf] 0d8043: [JBWS-4335] return picketbox support and maintain ...
by rsearls
Branch: refs/heads/jbossws-cxf-5.4.x
Home: https://github.com/jbossws/jbossws-cxf
Commit: 0d80430a76d6d8a8985a607e6c3af1501d502cc2
https://github.com/jbossws/jbossws-cxf/commit/0d80430a76d6d8a8985a607e6c3...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-11-19 (Sat, 19 Nov 2022)
Changed paths:
M .github/workflows/maven.yml
M modules/server/pom.xml
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/configuration/ServerBeanCustomizer.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationMgrSubjectCreatingInterceptor.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingPolicyInterceptor.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreator.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/callback/UsernameTokenCallback.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/callback/UsernameTokenCallbackHandler.java
M modules/testsuite/cxf-tests/pom.xml
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxEJBDigestServiceImpl.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestEjbTestCase.java
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaspi/UsernamePasswordCallback.java
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-jms-picketbox.groovy
M modules/testsuite/pom.xml
Log Message:
-----------
[JBWS-4335] return picketbox support and maintain elytron support. Change CI wfly version
Commit: 19f8269098b4e7dc15c5f41b1d8404deeb788e9a
https://github.com/jbossws/jbossws-cxf/commit/19f8269098b4e7dc15c5f41b1d8...
Author: Jim Ma <ema(a)redhat.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M .github/workflows/maven.yml
M modules/dist/pom.xml
M modules/dist/src/main/scripts/build-deploy.xml
M modules/testsuite/cxf-tests/pom.xml
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestTestCase.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/digest/WEB-INF/jboss-web-picketbox.xml
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-picketbox.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-ssl-mutual-auth-picketbox.groovy
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/pom.xml
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-picketbox.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-picketbox.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-picketbox.groovy
M pom.xml
Log Message:
-----------
[JBWS-4335]:Install jbossws-wildfly2400-server-integration to include the change in webservice subsystem. added more picketbox specific groovy scripts. Added 1 picketbox test. Changed profile name to wildfly2400picketbox. Added needed wildfly2400picketbox profile to other pom files.
Commit: f43cb1653a7279a26065974c05efb3f7cbbb7df0
https://github.com/jbossws/jbossws-cxf/commit/f43cb1653a7279a26065974c05e...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/EJBDigestServiceImpl.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxEJBDigestServiceImpl.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestEjbTestCase.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestTestCase.java
R modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/digest/WEB-INF/jboss-web-picketbox.xml
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
M modules/testsuite/pom.xml
Log Message:
-----------
remove picketbox tests and other fixes
Commit: 2fd34e53dfc6b06e518713cef17d932fffdb25b3
https://github.com/jbossws/jbossws-cxf/commit/2fd34e53dfc6b06e518713cef17...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/EJBDigestServiceImpl.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxEJBDigestServiceImpl.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestEjbTestCase.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestTestCase.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/digest/WEB-INF/jboss-web-picketbox.xml
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
M modules/testsuite/pom.xml
Log Message:
-----------
Revert "remove picketbox tests and other fixes". return to a known working state (i.e. [JBWS-4335]:Install jbossws-wildfly2400-server-integration ...)
This reverts commit f43cb1653a7279a26065974c05efb3f7cbbb7df0.
Commit: 41f8d0b9052e0421f982f6a65669497698f8d149
https://github.com/jbossws/jbossws-cxf/commit/41f8d0b9052e0421f982f6a6566...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/EJBDigestServiceImpl.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxEJBDigestServiceImpl.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestEjbTestCase.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestTestCase.java
R modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/digest/WEB-INF/jboss-web-picketbox.xml
M modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/ejb-digest/META-INF/jbossws-users.properties
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-elytron.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
M modules/testsuite/pom.xml
Log Message:
-----------
changes to get full success of testsuite with both profiles
Commit: 499d907745a2abe961abc23f2b4d8ff2ec3e61a5
https://github.com/jbossws/jbossws-cxf/commit/499d907745a2abe961abc23f2b4...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M .github/workflows/maven.yml
M modules/dist/pom.xml
M modules/testsuite/cxf-tests/pom.xml
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-nolegacy.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-nolegacy.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-jms-nolegacy.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-ssl-mutual-auth-nolegacy.groovy
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/pom.xml
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-nolegacy.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-nolegacy.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-nolegacy.groovy
M pom.xml
Log Message:
-----------
added support for *-nolegacy.groovy scripts
Commit: a6c453fdd09deb41837dc83ab82decb853ade8fb
https://github.com/jbossws/jbossws-cxf/commit/a6c453fdd09deb41837dc83ab82...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M modules/dist/pom.xml
M modules/dist/src/main/scripts/build-deploy.xml
M modules/resources/pom.xml
R modules/resources/src/main/resources/modules/wildfly2200/javax/xml/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/commons/lang3/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/services-sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/ws-security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/neethi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/santuario/xmlsec/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/velocity/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/ws/security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/ws/xmlschema/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/as/webservices/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/as/webservices/server/integration/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/jaxws-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/jaxws-undertow-httpspi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/saaj-impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/spi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/tools/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/tools/wsconsume/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/tools/wsprovide/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/opensaml/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/javax/xml/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/commons/lang3/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/services-sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/ws-security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/neethi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/santuario/xmlsec/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/velocity/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/ws/security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/ws/xmlschema/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/as/webservices/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/as/webservices/server/integration/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/jaxws-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/jaxws-undertow-httpspi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/saaj-impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/spi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/tools/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/tools/wsconsume/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/tools/wsprovide/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/opensaml/main/module.xml
M modules/server/src/main/scripts/antrun-beans-config.xml
M modules/testsuite/pom.xml
M pom.xml
Log Message:
-----------
removed obsolete profiles wildfly2200 and wildfly2300
Commit: cad15ac4b1ddb1466c1860e30ab10d074c64c924
https://github.com/jbossws/jbossws-cxf/commit/cad15ac4b1ddb1466c1860e30ab...
Author: Jim Ma <ema(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase.java
M modules/testsuite/pom.xml
Log Message:
-----------
Enable WSTrustTestCase and other tests; Enable all tests for wildfly2400picketbox profile
Commit: 2aee51113d2be2d8ae0691503cb020809782e25f
https://github.com/jbossws/jbossws-cxf/commit/2aee51113d2be2d8ae0691503cb...
Author: Jim Ma <ema(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Upgrade to wildfly 25.0.0.Final
Commit: a1579845870e25fe0f0255b64f6a9f38e665d5fa
https://github.com/jbossws/jbossws-cxf/commit/a1579845870e25fe0f0255b64f6...
Author: Jim Ma <ema(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-nolegacy.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-nolegacy.groovy
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-nolegacy.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-nolegacy.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-nolegacy.groovy
Log Message:
-----------
Fix -nolegacy groovy scripts and wildfly2500 profile;Remove wildfly2400nolegacy profile
Commit: ab1ba54b2d7d6bdf3e70205f28e4cc91b9ee28b8
https://github.com/jbossws/jbossws-cxf/commit/ab1ba54b2d7d6bdf3e70205f28e...
Author: Jim Ma <ema(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M .github/workflows/maven.yml
R .github/workflows/wildfly-build.yml
R .travis-settings.xml
R .travis.yml
M pom.xml
R travis-scripts/build-wildfly.sh
R travis-scripts/jbossws-test.sh
Log Message:
-----------
Upgrade jbossws-wildfly2400-tests-integration to 5.4.6.Final;Remove unused files
Commit: 0dde6412d6c935db6e6eac2dbfba6190946784f8
https://github.com/jbossws/jbossws-cxf/commit/0dde6412d6c935db6e6eac2dbfb...
Author: rsearls <rsearls(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M .github/workflows/maven.yml
R .github/workflows/wildfly-build.yml
R .travis-settings.xml
R .travis.yml
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase.java
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-nolegacy.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-nolegacy.groovy
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-nolegacy.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-nolegacy.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-nolegacy.groovy
M pom.xml
R travis-scripts/build-wildfly.sh
R travis-scripts/jbossws-test.sh
Log Message:
-----------
Merge pull request #2 from jimma/JBWS-4335-Picketbox-Elytron
Jbws 4335 picketbox elytron
Commit: 73137d9360d34032db1c8ceae041aef438d083d3
https://github.com/jbossws/jbossws-cxf/commit/73137d9360d34032db1c8ceae04...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M docbook/pom.xml
M modules/dist/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
Log Message:
-----------
set release version in files ignored by mvn
Commit: f00db32d573b353a0fa48643eb64f41334b365df
https://github.com/jbossws/jbossws-cxf/commit/f00db32d573b353a0fa48643eb6...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M modules/addons/pom.xml
M modules/addons/transports/http/undertow/pom.xml
M modules/addons/transports/udp/pom.xml
M modules/client/pom.xml
M modules/endorsed/pom.xml
M modules/jaspi/pom.xml
M modules/resources/pom.xml
M modules/server/pom.xml
M modules/test-utils/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jbossws-cxf-5.4.6.Final
Commit: 29221313a32ed10781cc6aef45ae2f8dc156e4ef
https://github.com/jbossws/jbossws-cxf/commit/29221313a32ed10781cc6aef45a...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M modules/addons/pom.xml
M modules/addons/transports/http/undertow/pom.xml
M modules/addons/transports/udp/pom.xml
M modules/client/pom.xml
M modules/endorsed/pom.xml
M modules/jaspi/pom.xml
M modules/resources/pom.xml
M modules/server/pom.xml
M modules/test-utils/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: bb5938c13876b658d55bb04826e02902a63955a2
https://github.com/jbossws/jbossws-cxf/commit/bb5938c13876b658d55bb04826e...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M docbook/pom.xml
M modules/dist/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
Log Message:
-----------
update version missed by tagging util
Commit: 7b041e06f683e4c1006af70424a2e36f607db97a
https://github.com/jbossws/jbossws-cxf/commit/7b041e06f683e4c1006af70424a...
Author: rsearls <rsearls(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M .github/workflows/maven.yml
R .github/workflows/wildfly-build.yml
R .travis-settings.xml
R .travis.yml
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/client/pom.xml
M modules/dist/pom.xml
M modules/dist/src/main/scripts/build-deploy.xml
M modules/endorsed/pom.xml
M modules/jaspi/pom.xml
M modules/resources/pom.xml
R modules/resources/src/main/resources/modules/wildfly2200/javax/xml/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/commons/lang3/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/services-sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/ws-security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/neethi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/santuario/xmlsec/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/velocity/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/ws/security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/ws/xmlschema/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/as/webservices/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/as/webservices/server/integration/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/jaxws-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/jaxws-undertow-httpspi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/saaj-impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/spi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/tools/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/tools/wsconsume/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/tools/wsprovide/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/opensaml/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/javax/xml/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/commons/lang3/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/services-sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/ws-security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/neethi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/santuario/xmlsec/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/velocity/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/ws/security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/ws/xmlschema/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/as/webservices/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/as/webservices/server/integration/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/jaxws-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/jaxws-undertow-httpspi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/saaj-impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/spi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/tools/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/tools/wsconsume/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/tools/wsprovide/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/opensaml/main/module.xml
M modules/server/pom.xml
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/configuration/ServerBeanCustomizer.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationMgrSubjectCreatingInterceptor.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingPolicyInterceptor.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreator.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/callback/UsernameTokenCallback.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/callback/UsernameTokenCallbackHandler.java
M modules/server/src/main/scripts/antrun-beans-config.xml
M modules/test-utils/pom.xml
M modules/testsuite/cxf-tests/pom.xml
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/EJBDigestServiceImpl.java
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaspi/UsernamePasswordCallback.java
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase.java
M modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/ejb-digest/META-INF/jbossws-users.properties
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-nolegacy.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-picketbox.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-elytron.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-nolegacy.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-jms-nolegacy.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-jms-picketbox.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-ssl-mutual-auth-nolegacy.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-ssl-mutual-auth-picketbox.groovy
M modules/testsuite/perf-tests/pom.xml
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/pom.xml
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-nolegacy.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-picketbox.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-nolegacy.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-picketbox.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-nolegacy.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-picketbox.groovy
M pom.xml
R travis-scripts/build-wildfly.sh
R travis-scripts/jbossws-test.sh
Log Message:
-----------
Merge pull request #252 from rsearls/JBWS-4335-Picketbox-Elytron
[JBWS-4335] return picketbox support and maintain elytron support. Ch…
Compare: https://github.com/jbossws/jbossws-cxf/compare/ea24c51a4375...7b041e06f683
2 years
[jbossws/jbossws-cxf] 0d8043: [JBWS-4335] return picketbox support and maintain ...
by rsearls
Branch: refs/heads/JBWS-4335-Picketbox-Elytron
Home: https://github.com/jbossws/jbossws-cxf
Commit: 0d80430a76d6d8a8985a607e6c3af1501d502cc2
https://github.com/jbossws/jbossws-cxf/commit/0d80430a76d6d8a8985a607e6c3...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-11-19 (Sat, 19 Nov 2022)
Changed paths:
M .github/workflows/maven.yml
M modules/server/pom.xml
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/configuration/ServerBeanCustomizer.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/AuthenticationMgrSubjectCreatingInterceptor.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingPolicyInterceptor.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreator.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/callback/UsernameTokenCallback.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/callback/UsernameTokenCallbackHandler.java
M modules/testsuite/cxf-tests/pom.xml
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxEJBDigestServiceImpl.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestEjbTestCase.java
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaspi/UsernamePasswordCallback.java
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-jms-picketbox.groovy
M modules/testsuite/pom.xml
Log Message:
-----------
[JBWS-4335] return picketbox support and maintain elytron support. Change CI wfly version
Commit: 19f8269098b4e7dc15c5f41b1d8404deeb788e9a
https://github.com/jbossws/jbossws-cxf/commit/19f8269098b4e7dc15c5f41b1d8...
Author: Jim Ma <ema(a)redhat.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M .github/workflows/maven.yml
M modules/dist/pom.xml
M modules/dist/src/main/scripts/build-deploy.xml
M modules/testsuite/cxf-tests/pom.xml
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestTestCase.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/digest/WEB-INF/jboss-web-picketbox.xml
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-picketbox.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-ssl-mutual-auth-picketbox.groovy
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/pom.xml
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-picketbox.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-picketbox.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-picketbox.groovy
M pom.xml
Log Message:
-----------
[JBWS-4335]:Install jbossws-wildfly2400-server-integration to include the change in webservice subsystem. added more picketbox specific groovy scripts. Added 1 picketbox test. Changed profile name to wildfly2400picketbox. Added needed wildfly2400picketbox profile to other pom files.
Commit: f43cb1653a7279a26065974c05efb3f7cbbb7df0
https://github.com/jbossws/jbossws-cxf/commit/f43cb1653a7279a26065974c05e...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/EJBDigestServiceImpl.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxEJBDigestServiceImpl.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestEjbTestCase.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestTestCase.java
R modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/digest/WEB-INF/jboss-web-picketbox.xml
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
M modules/testsuite/pom.xml
Log Message:
-----------
remove picketbox tests and other fixes
Commit: 2fd34e53dfc6b06e518713cef17d932fffdb25b3
https://github.com/jbossws/jbossws-cxf/commit/2fd34e53dfc6b06e518713cef17...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/EJBDigestServiceImpl.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxEJBDigestServiceImpl.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestEjbTestCase.java
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestTestCase.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/digest/WEB-INF/jboss-web-picketbox.xml
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
M modules/testsuite/pom.xml
Log Message:
-----------
Revert "remove picketbox tests and other fixes". return to a known working state (i.e. [JBWS-4335]:Install jbossws-wildfly2400-server-integration ...)
This reverts commit f43cb1653a7279a26065974c05efb3f7cbbb7df0.
Commit: 41f8d0b9052e0421f982f6a65669497698f8d149
https://github.com/jbossws/jbossws-cxf/commit/41f8d0b9052e0421f982f6a6566...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/EJBDigestServiceImpl.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxEJBDigestServiceImpl.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestEjbTestCase.java
R modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/PicketboxUsernameAuthorizationDigestTestCase.java
R modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/digest/WEB-INF/jboss-web-picketbox.xml
M modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/ejb-digest/META-INF/jbossws-users.properties
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-elytron.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-picketbox.groovy
M modules/testsuite/pom.xml
Log Message:
-----------
changes to get full success of testsuite with both profiles
Commit: 499d907745a2abe961abc23f2b4d8ff2ec3e61a5
https://github.com/jbossws/jbossws-cxf/commit/499d907745a2abe961abc23f2b4...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M .github/workflows/maven.yml
M modules/dist/pom.xml
M modules/testsuite/cxf-tests/pom.xml
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-nolegacy.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-nolegacy.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-jms-nolegacy.groovy
A modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-ssl-mutual-auth-nolegacy.groovy
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/pom.xml
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-nolegacy.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-nolegacy.groovy
A modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-nolegacy.groovy
M pom.xml
Log Message:
-----------
added support for *-nolegacy.groovy scripts
Commit: a6c453fdd09deb41837dc83ab82decb853ade8fb
https://github.com/jbossws/jbossws-cxf/commit/a6c453fdd09deb41837dc83ab82...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M modules/dist/pom.xml
M modules/dist/src/main/scripts/build-deploy.xml
M modules/resources/pom.xml
R modules/resources/src/main/resources/modules/wildfly2200/javax/xml/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/commons/lang3/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/services-sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/cxf/ws-security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/neethi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/santuario/xmlsec/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/velocity/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/ws/security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/apache/ws/xmlschema/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/as/webservices/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/as/webservices/server/integration/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/cxf/sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/jaxws-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/jaxws-undertow-httpspi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/saaj-impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/spi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/tools/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/tools/wsconsume/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/jboss/ws/tools/wsprovide/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2200/org/opensaml/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/javax/xml/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/commons/lang3/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/services-sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/cxf/ws-security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/neethi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/santuario/xmlsec/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/velocity/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/ws/security/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/apache/ws/xmlschema/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/as/webservices/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/as/webservices/server/integration/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/api/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/cxf/sts/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/jaxws-client/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/jaxws-undertow-httpspi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/saaj-impl/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/spi/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/tools/common/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/tools/wsconsume/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/jboss/ws/tools/wsprovide/main/module.xml
R modules/resources/src/main/resources/modules/wildfly2300/org/opensaml/main/module.xml
M modules/server/src/main/scripts/antrun-beans-config.xml
M modules/testsuite/pom.xml
M pom.xml
Log Message:
-----------
removed obsolete profiles wildfly2200 and wildfly2300
Commit: cad15ac4b1ddb1466c1860e30ab10d074c64c924
https://github.com/jbossws/jbossws-cxf/commit/cad15ac4b1ddb1466c1860e30ab...
Author: Jim Ma <ema(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase.java
M modules/testsuite/pom.xml
Log Message:
-----------
Enable WSTrustTestCase and other tests; Enable all tests for wildfly2400picketbox profile
Commit: 2aee51113d2be2d8ae0691503cb020809782e25f
https://github.com/jbossws/jbossws-cxf/commit/2aee51113d2be2d8ae0691503cb...
Author: Jim Ma <ema(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Upgrade to wildfly 25.0.0.Final
Commit: a1579845870e25fe0f0255b64f6a9f38e665d5fa
https://github.com/jbossws/jbossws-cxf/commit/a1579845870e25fe0f0255b64f6...
Author: Jim Ma <ema(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-nolegacy.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-nolegacy.groovy
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-nolegacy.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-nolegacy.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-nolegacy.groovy
Log Message:
-----------
Fix -nolegacy groovy scripts and wildfly2500 profile;Remove wildfly2400nolegacy profile
Commit: ab1ba54b2d7d6bdf3e70205f28e4cc91b9ee28b8
https://github.com/jbossws/jbossws-cxf/commit/ab1ba54b2d7d6bdf3e70205f28e...
Author: Jim Ma <ema(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M .github/workflows/maven.yml
R .github/workflows/wildfly-build.yml
R .travis-settings.xml
R .travis.yml
M pom.xml
R travis-scripts/build-wildfly.sh
R travis-scripts/jbossws-test.sh
Log Message:
-----------
Upgrade jbossws-wildfly2400-tests-integration to 5.4.6.Final;Remove unused files
Commit: 0dde6412d6c935db6e6eac2dbfba6190946784f8
https://github.com/jbossws/jbossws-cxf/commit/0dde6412d6c935db6e6eac2dbfb...
Author: rsearls <rsearls(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M .github/workflows/maven.yml
R .github/workflows/wildfly-build.yml
R .travis-settings.xml
R .travis.yml
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase.java
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-config-tests-nolegacy.groovy
M modules/testsuite/cxf-tests/src/test/scripts/jbws-testsuite-default-nolegacy.groovy
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-address-rewrite-nolegacy.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-config-tests-nolegacy.groovy
M modules/testsuite/shared-tests/src/test/scripts/jbws-testsuite-shared-default-nolegacy.groovy
M pom.xml
R travis-scripts/build-wildfly.sh
R travis-scripts/jbossws-test.sh
Log Message:
-----------
Merge pull request #2 from jimma/JBWS-4335-Picketbox-Elytron
Jbws 4335 picketbox elytron
Commit: 251015ce453d12aceb25fcfe0288af06349f33c9
https://github.com/jbossws/jbossws-cxf/commit/251015ce453d12aceb25fcfe028...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M docbook/pom.xml
M modules/dist/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
Log Message:
-----------
set release version in files ignored by mvn
Commit: fcd406b50cadcee4fc01b5d81e6497050de257e7
https://github.com/jbossws/jbossws-cxf/commit/fcd406b50cadcee4fc01b5d81e6...
Author: R Searls <rsearls(a)redhat.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M modules/addons/pom.xml
M modules/addons/transports/http/undertow/pom.xml
M modules/addons/transports/udp/pom.xml
M modules/client/pom.xml
M modules/endorsed/pom.xml
M modules/jaspi/pom.xml
M modules/resources/pom.xml
M modules/server/pom.xml
M modules/test-utils/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jbossws-cxf-5.4.6.Final
Compare: https://github.com/jbossws/jbossws-cxf/compare/0d80430a76d6%5E...fcd406b5...
2 years