WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

drool lib outdated #89

Open Sieme-RUG opened 1 year ago

Sieme-RUG commented 1 year ago

Hi,

We get warnings caused by the current Drools version (see below). There are also vulnerabilities related to current version being used: https://mvnrepository.com/artifact/org.drools/drools-core/7.15.0.Final (we are not able to judge the severity). But if we understand correctly, we may not be able to install java updates in the future.

If you could update this, that would be much appreciated! Best regards,

System Events =-=-=-=-=-=-= Mar 2 00:52:17 java[1045]: WARNING: An illegal reflective access operation has occurred Mar 2 00:52:17 java[1045]: WARNING: Illegal reflective access by org.drools.core.rule.builder.dialect.asm.ClassGenerator (jar:file:./opt/wct-binary-3.0.3/lib/webapp/webcurator-webapp-3.0.3.war!/WEB-INF/lib/drools-core-7.15.0.Final.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) Mar 2 00:52:17 java[1045]: WARNING: Please consider reporting this to the maintainers of org.drools.core.rule.builder.dialect.asm.ClassGenerator Mar 2 00:52:17 java[1045]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations Mar 2 00:52:17 java[1045]: WARNING: All illegal access operations will be denied in a future release