NihalJain commented on code in PR #145:
URL:
https://github.com/apache/hbase-operator-tools/pull/145#discussion_r1714078543
##########
pom.xml:
##########
@@ -147,7 +147,9 @@
<hbase-surefire.argLine>-Djava.security.manager=allow</hbase-surefire.argLine>
<!-- Currently, all of these options are known to be required by the test
cases -->
<hbase-surefire.jdk11.flags>--add-opens java.base/java.lang=ALL-UNNAMED
- --add-opens
java.base/java.lang.reflect=ALL-UNNAMED</hbase-surefire.jdk11.flags>
+ --add-opens java.base/java.lang.reflect=ALL-UNNAMED
Review Comment:
Hi @stoty Earlier I was thinking of keeping this minimal to avoid
unnecessary opens but yeah you are right, it's easier to keep in sync and less
error prone. let me update the PR and sync it up with hbase.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]