"Restricted Method" Called Warning

When calling soffice --convert-to pdf I receive the following warning:

WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by com.sun.star.lib.util.NativeLibraryLoader in an unnamed module (file:/usr/lib64/libreoffice/program/classes/libreoffice.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled

This sounds like something that should be addressed on the backend, but I’m not sure where to reach out and let devs know.

Thanks for pointing me in the right direction!

see also Starting LibreOffice gives a warning in Java - #8 by DuctTape - Applications - openSUSE Forums
and maybe 38046 – (Java-Runtime-JRE-Warnings) [META] False "Libreoffice requires a Java runtime environment (JRE)" warnings

for reference → https://opengrok.libreoffice.org/xref/core/ridljar/com/sun/star/lib/util/NativeLibraryLoader.java?r=345b214c37d1f#63

this goes through QA → How to Report Bugs in LibreOffice - The Document Foundation Wiki

Thanks for those… I agree with the one sentiment that “warnings are not errors,” yet feel like we should not just ignore them because those warnings are there for a reason.

I’ll hit-up QA…