Skip to content

Commit 40d53e9

Browse files
authored
FIX java.base/sun.security.krb5 -> java.security.jgss/sun.security.krb5 (#803)
1 parent 9e996c0 commit 40d53e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openam-distribution/openam-distribution-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV CATALINA_HOME=/usr/local/tomcat \
77
OPENAM_USER="openam" \
88
OPENAM_DATA_DIR="/usr/openam/config"
99
ENV PATH=$CATALINA_HOME/bin:$PATH \
10-
JAVA_OPTS="--add-exports java.base/sun.security.util=ALL-UNNAMED --add-exports java.base/sun.security.krb5=ALL-UNNAMED --add-exports java.base/sun.security.x509=ALL-UNNAMED --add-exports java.base/sun.security.tools.keytool=ALL-UNNAMED --add-exports java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED" \
10+
JAVA_OPTS="--add-exports java.base/sun.security.util=ALL-UNNAMED --add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED --add-exports java.base/sun.security.x509=ALL-UNNAMED --add-exports java.base/sun.security.tools.keytool=ALL-UNNAMED --add-exports java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED" \
1111
MEMORY="-server -XX:+UseG1GC -XX:+UseContainerSupport" \
1212
CATALINA_OPTS="$MEMORY -Dcom.iplanet.services.configpath=$OPENAM_DATA_DIR -Dcom.sun.identity.configuration.directory=$OPENAM_DATA_DIR"
1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
--add-exports java.base/jdk.internal.ref=ALL-UNNAMED
218218
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
219219
--add-exports java.base/sun.nio.ch=ALL-UNNAMED
220-
--add-exports java.base/sun.security.krb5=ALL-UNNAMED
220+
--add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED
221221
--add-exports java.base/sun.security.util=ALL-UNNAMED
222222
--add-exports java.base/sun.security.jca=ALL-UNNAMED
223223
--add-exports java.base/sun.security.x509=ALL-UNNAMED

0 commit comments

Comments
 (0)