Skip to content

Changes

Summary

  1. WSATRecoveryEventListener should not be static class (commit: 1e3a5b6) (details)
  2. Integrate test harness 3.0.0-M2 (commit: 93c3aeb) (details)
  3. update cpright in poms (commit: c61ef9d) (details)
  4. gh action to test on embedded tomcat (commit: 1c86b6f) (details)
  5. fix test image (commit: 2459860) (details)
  6. Integrate jaxws-ri 4.0.0-M2 (commit: 40b115c) (details)
  7. use cache in gh test action (commit: 7e8854a) (details)
  8. reorder action steps (commit: a968917) (details)
Commit 1e3a5b674577536c65dc06b26fa4d1897c114727 by Lukas Jungmann
WSATRecoveryEventListener should not be static class

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: 1e3a5b6)
The file was modified wsit/ws-tx/wstx-api/src/main/java/com/sun/xml/ws/tx/dev/WSATRuntimeConfig.java (diff)
Commit 93c3aeb3246cfd200008209b7b23ad722aad6fbb by Lukas Jungmann
Integrate test harness 3.0.0-M2

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: 93c3aeb)
The file was modified wsit/tests/e2e/testcases/wssc/sc5/test-descriptor.xml (diff)
The file was modified wsit/tests/e2e/pom.xml (diff)
The file was modified wsit/bundles/webservices-extra/pom.xml (diff)
The file was modified wsit/tests/pom.xml (diff)
The file was modified wsit/tests/e2e/testcases/xwss/s1/test-descriptor.xml (diff)
Commit c61ef9d84ad580ed3d7b9c251aa89f8f7016ed9e by Lukas Jungmann
update cpright in poms

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: c61ef9d)
The file was modified wsit/bundles/pom.xml (diff)
The file was modified wsit/bundles/webservices-osgi/pom.xml (diff)
The file was modified wsit/ws-rx/wsmc-impl/pom.xml (diff)
The file was modified wsit/bundles/wsit-api/pom.xml (diff)
The file was modified wsit/ws-sx/wssx-api/pom.xml (diff)
The file was modified wsit/tests/coverage/pom.xml (diff)
The file was modified wsit/docs/pom.xml (diff)
The file was modified wsit/pom.xml (diff)
The file was modified wsit/ws-rx/pom.xml (diff)
The file was modified wsit/metro-runtime/metro-runtime-impl/pom.xml (diff)
The file was modified wsit/ws-rx/wsrm-impl/pom.xml (diff)
The file was modified wsit/metro-cm/pom.xml (diff)
The file was modified wsit/ws-sx/pom.xml (diff)
The file was modified wsit/boms/bom-gf/pom.xml (diff)
The file was modified wsit/bundles/webservices-rt/pom.xml (diff)
The file was modified wsit/ws-tx/wstx-services/pom.xml (diff)
The file was modified wsit/bundles/webservices-api-osgi/pom.xml (diff)
The file was modified wsit/bundles/metro-standalone/pom.xml (diff)
The file was modified wsit/xmlfilter/pom.xml (diff)
The file was modified wsit/bundles/webservices-extra-jdk-packages/pom.xml (diff)
The file was modified wsit/ws-rx/wsrx-commons/pom.xml (diff)
The file was modified wsit/ws-tx/wstx-api/pom.xml (diff)
The file was modified wsit/ws-tx/wstx-impl/pom.xml (diff)
The file was modified wsit/metro-cm/metro-cm-impl/pom.xml (diff)
The file was modified wsit/ws-rx/wsrx-testing/pom.xml (diff)
The file was modified wsit/ws-mex/pom.xml (diff)
The file was modified wsit/docs/getting-started/pom.xml (diff)
The file was modified wsit/metro-config/pom.xml (diff)
The file was modified wsit/metro-commons/pom.xml (diff)
The file was modified wsit/soaptcp/pom.xml (diff)
The file was modified wsit/metro-runtime/metro-runtime-api/pom.xml (diff)
The file was modified wsit/boms/bom-ext/pom.xml (diff)
The file was modified wsit/soaptcp/soaptcp-api/pom.xml (diff)
The file was modified wsit/docs/guide/pom.xml (diff)
The file was modified wsit/tests/osgi-test/pom.xml (diff)
The file was modified wsit/bundles/webservices-extra-xmlsec/pom.xml (diff)
The file was modified wsit/bundles/webservices-extra/pom.xml (diff)
The file was modified wsit/bundles/webservices-api/pom.xml (diff)
The file was modified wsit/metro-config/metro-config-api/pom.xml (diff)
The file was modified wsit/soaptcp/soaptcp-impl/pom.xml (diff)
The file was modified wsit/tests/e2e/pom.xml (diff)
The file was modified wsit/metro-cm/metro-cm-api/pom.xml (diff)
The file was modified wsit/ws-tx/pom.xml (diff)
The file was modified wsit/bundles/wsit-impl/pom.xml (diff)
The file was modified wsit/tests/pom.xml (diff)
The file was modified wsit/ws-rx/wsrm-api/pom.xml (diff)
The file was modified wsit/metro-runtime/pom.xml (diff)
The file was modified wsit/bundles/webservices-tools/pom.xml (diff)
The file was modified wsit/ws-sx/wssx-impl/pom.xml (diff)
The file was modified wsit/boms/bom/pom.xml (diff)
The file was modified wsit/ws-rx/wsmc-api/pom.xml (diff)
The file was modified wsit/metro-config/metro-config-impl/pom.xml (diff)
Commit 1c86b6fed2b85888667302e4d1b62d67c6a97656 by Lukas Jungmann
gh action to test on embedded tomcat

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: 1c86b6f)
The file was modified .github/workflows/maven.yml (diff)
The file was modified wsit/tests/e2e/testcases/wssc/sc5/test-descriptor.xml (diff)
The file was modified wsit/tests/e2e/testcases/xwss/s1/test-descriptor.xml (diff)
Commit 24598603b95f300d962085a8f1d1ccd90a486522 by Lukas Jungmann
fix test image

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: 2459860)
The file was modified .github/workflows/maven.yml (diff)
The file was modified wsit/tests/e2e/pom.xml (diff)
Commit 40b115c1a5d3ae5e8efc4adaecee95c0a20355ad by Lukas Jungmann
Integrate jaxws-ri 4.0.0-M2

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: 40b115c)
The file was modified wsit/boms/bom/pom.xml (diff)
Commit 7e8854a636f6a48556498f9006b9d0f922de8c15 by Lukas Jungmann
use cache in gh test action

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: 7e8854a)
The file was modified .github/workflows/maven.yml (diff)
Commit a968917bed3bd899c7dd051e89aaf6600566f8a0 by Lukas Jungmann
reorder action steps

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(commit: a968917)
The file was modified .github/workflows/maven.yml (diff)