Apache POI发生了非法reflection访问操作

我正在使用Apache POI来处理excel文件,从Java 9开始我收到此消息,根据这篇文章JDK9:发生了非法的reflection访问操作。 org.python.core.PySystemState我们应该等待开发人员解决问题,但是我应该在新的生产版本中保留它吗? 如果我跳过警告,我认为这应该不是问题。

WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.poi.util.DocumentHelper (file:/T:/Workspace/Java/Sections%20Manager/libs/poi/poi-ooxml-3.17.jar) to method com.sun.org.apache.xerces.internal.util.SecurityManager.setEntityExpansionLimit(int) WARNING: Please consider reporting this to the maintainers of org.apache.poi.util.DocumentHelper WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release