-
Task
-
Resolution: Fixed
-
L3 - Default
-
7.5.x
-
None
-
None
Currently the 7.5 builds fail due to usage of a non supported TLS version by Java.
A similar issue was fixed with CAM-11284 for the release jobs.
Possible solution:
- We can set the https.protocols property to TLSv1.2 via maven in the parent pom.xml.
- Infra could adjust the jobs