[
https://issues.apache.org/jira/browse/CXF-8997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17864216#comment-17864216
]
Jamie Mark Goodyear commented on CXF-8997:
------------------------------------------
With 8997 changes back ported to 3.5.x the STS tests pass.
The build tests now fail at:
```
[INFO] Apache CXF CDI Integration System Tests - OWB ...... SUCCESS [ 0.272 s]
[INFO] Apache CXF CDI Integration System Tests - OWB with multiple apps FAILURE
[ 26.441 s]
[INFO] Apache CXF CDI Integration System Tests - OWB with no apps SKIPPED
[INFO] Apache CXF CDI Integration System Tests - OWB with producers SKIPPED
```
> AbstractSTSTokenTest and TransportBindingTests no longer need to set https
> protocol to TLSv1 on IBM Java
> --------------------------------------------------------------------------------------------------------
>
> Key: CXF-8997
> URL: https://issues.apache.org/jira/browse/CXF-8997
> Project: CXF
> Issue Type: Test
> Components: STS
> Affects Versions: 3.6.3, 4.0.4
> Reporter: Jamie Mark Goodyear
> Priority: Major
> Fix For: 4.0.5, 3.6.4
>
>
> AbstractSTSTokenTest and TransportBindingTests no longer need to set https
> protocol to TLSv1 on IBM Java.
> Current builds of CXF 4.0.x on IBM Java will fail the AbstractSTSTokenTest
> and TransportBindingTests due to their use of TLSv1. Note: IBM JDKs disable
> TLSv1 by default since around Java 8
> (https://community.ibm.com/community/user/wasdevops/blogs/hiroko-takamiya1/2021/06/19/ibm-java-80630-disables-tlsv1-tlsv11-by-default-ho).
> Removing the test case IBM control flag allows the default TLS to pass the
> tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)