We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8564560 + 5d3d3a4 commit dffd510Copy full SHA for dffd510
modules/sso/sso-jdk/11/configure.sh
@@ -35,3 +35,6 @@ if grep -q "^$SECURERANDOM=.*" $JAVA_SECURITY_FILE; then
35
else
36
echo $SECURERANDOM=file:/dev/urandom >> $JAVA_SECURITY_FILE
37
fi
38
+
39
+# CIAM-1757: On each arch remove JDK 1.8 rpms if present (since using JDK 11 already)
40
+rpm --query --all name=java* version=1.8.0* | xargs rpm -e --nodeps
0 commit comments