gianm commented on issue #13216:
URL: https://github.com/apache/druid/issues/13216#issuecomment-1276844735

   This is due to JDK encapsulation: 
https://druid.apache.org/docs/latest/operations/java.html#strong-encapsulation
   
   You can avoid them, if you like, by adding the mentioned `--add-exports` and 
`--add-opens` to your jvm parameters. Although as mentioned, the warnings are 
harmless, so this isn't required. Patch #12839 adds some logic to the startup 
scripts to set these automatically on Java 17, where they _are_ required.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to