uschindler commented on PR #15843: URL: https://github.com/apache/lucene/pull/15843#issuecomment-4097282396
I still don't think that the current code fails when native access is disabled. Have you tested this. Actually it is intended to log warning, with your change the warning is no longer printed. In general I don't see a problem with current code. If you want to get rid of the warning, suppress it in your logging config. The current code is fine, but I don't understand why it fails. I have tested current code with disabled native access and it correctly logs a warning, so the clinit stuff is fine. -- 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]
