Skip to content

Commit b1e074b

Browse files
[test] add --add-opens for sun.security.krb5 to silence reflective-access warning (#6895)
1 parent 6b1b92c commit b1e074b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ under the License.
163163
--add-opens=java.base/sun.nio.cs=ALL-UNNAMED
164164
--add-opens=java.base/sun.security.action=ALL-UNNAMED
165165
--add-opens=java.base/sun.util.calendar=ALL-UNNAMED
166+
--add-opens=java.security.jgss/sun.security.krb5=ALL-UNNAMED
166167
-Djdk.reflect.useDirectMethodHandle=false
167168
-Dio.netty.tryReflectionSetAccessible=true
168169
</extraJavaTestArgs>

0 commit comments

Comments
 (0)