Re: java 11 error

2020-11-30 Thread Yasser Zamani
I remember we fixed similar issues but against ognl (https://issues.apache.org/jira/browse/WW-5031) I think this is a new one about `clearMap(ResourceBundle.class, null, "cacheList");` inside "AbstractLocalizedTextProvider" (as error message also mentions). Maybe it's a good idea to set `--illega

Re: java 11 error

2020-11-30 Thread Greg Huber
I had used https://repository.apache.org/content/groups/snapshots/ 2.6-SNAPSHOT in my ~.m2/repository/org/apache/struts/struts2-core/2.6-SNAPSHOT there are two jars both with the same internal date 11 July struts2-core-2.6-20201128.103017-363.jar struts2-core-2.6-SNAPSHOT.jar On 30/11/2

Re: java 11 error

2020-11-30 Thread Lukasz Lenart
pon., 30 lis 2020 o 14:33 Greg Huber napisał(a): > > Seems still to be there, > > https://repository.apache.org/content/groups/snapshots/ > > the date of the jar is July 2020. > > Compiled with azul 8 and running azul 11 > > WARNING: An illegal reflective access operation has occurred > WARNING: I

Re: java 11 error

2020-11-30 Thread Lukasz Lenart
pon., 30 lis 2020 o 14:30 Greg Huber napisał(a): > > Seems still to be there, > > https://repository.apache.org/content/groups/snapshots/ > > the date of the jar is July 2020. Hm... November 28 https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts2-core/2.6-SNAPSHOT/ R

Re: java 11 error

2020-11-30 Thread Greg Huber
Seems still to be there, https://repository.apache.org/content/groups/snapshots/ the date of the jar is July 2020. Compiled with azul 8 and running azul 11 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.opensymphony.xwork2.util.AbstractL

Re: java 11 error

2020-11-30 Thread Lukasz Lenart
pon., 30 lis 2020 o 09:26 Greg Huber napisał(a): > > Not that I use java 11, but I get this error when testing: > > WARNING: An illegal reflective access operation has occurred > WARNING: Illegal reflective access by > com.opensymphony.xwork2.util.AbstractLocalizedTextProvider > (file:struts2-core

java 11 error

2020-11-30 Thread Greg Huber
Not that I use java 11, but I get this error when testing: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.opensymphony.xwork2.util.AbstractLocalizedTextProvider (file:struts2-core-2.5.26.jar) to field java.util.ResourceBundle.cacheList WAR