Branch: refs/heads/main
Home: https://github.com/jbossws/jbossws-cxf
Commit: bd70de2bc3a45faa12164f7472a220fda476f450
https://github.com/jbossws/jbossws-cxf/commit/bd70de2bc3a45faa12164f7472a...
Author: Jim Ma <ema(a)redhat.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreator.java
Log Message:
-----------
[JBWS-4389]:Fix wrong assumption about the Identity's password are all clearpassword
Commit: 7cc0bf748438ee26fba8faf0c5cb133a0ce7f500
https://github.com/jbossws/jbossws-cxf/commit/7cc0bf748438ee26fba8faf0c5c...
Author: Diana Krepinska <skyllarr(a)gmail.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/i18n/Loggers.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreator.java
M modules/testsuite/cxf-tests/src/test/cli/jbws-testsuite-default-elytron.cli
A modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/jaas/UsernameAuthorizationTextDigestedPropertiesRealmTestCase.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/digest/WEB-INF/jboss-web-digest.xml
A modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/jaas/digest/WEB-INF/jbossws-users-digest.properties
Log Message:
-----------
[JBWS-4389] Use TwoWayPassword in a UsernameToken profile instead of ClearPassword
Compare: https://github.com/jbossws/jbossws-cxf/compare/462e5021d6ee...7cc0bf748438
Branch: refs/heads/main
Home: https://github.com/jbossws/jbossws-cxf
Commit: 462e5021d6eecd7f36a832462bdf1cd5598b52ff
https://github.com/jbossws/jbossws-cxf/commit/462e5021d6eecd7f36a832462bd...
Author: Jim Ma <ema(a)redhat.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M docbook/src/main/doc/adoc/content/chapter-4-JAX_WS_Tools.adoc
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFConsumerImpl.java
M modules/testsuite/shared-tests/scripts/antrun-wsconsume.xml
M pom.xml
Log Message:
-----------
[JBWS-4392]:Remove the target option from wsconsume tool