Skip to content

Commit

Permalink
Merge pull request #2114 from fjuma/ELY-2725
Browse files Browse the repository at this point in the history
[ELY-2725] Update the modular.jdk.args used by the tests to get GssapiTestSuite passing with JDK 21
  • Loading branch information
Skyllarr committed Mar 14, 2024
2 parents ad9667c + 36b9fb6 commit e9fc8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base/pom.xml
Expand Up @@ -799,7 +799,7 @@
</activation>
<properties>
<!-- [WFCORE-1431] remove SASL workaround -->
<modular.jdk.args>--add-modules java.sql --illegal-access=permit</modular.jdk.args>
<modular.jdk.args>--add-modules java.sql --illegal-access=permit --add-exports=jdk.security.jgss/com.sun.security.sasl.gsskerb=ALL-UNNAMED</modular.jdk.args>
<!-- use version of jboss-logging that works much better with JDK9 -->
<modular.jdk.props>-Djdk.attach.allowAttachSelf=true</modular.jdk.props>
<!-- 2.20.x doesn't start on JDK10-->
Expand Down

0 comments on commit e9fc8b0

Please sign in to comment.