Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Tim Mullé
Thanks Neil.. using those options stopped that particular warning.. I will have to weed out which ones we don’t need but on my testing our app started up and we no longer get that error. However, I am now seeing this in our logs. WARNING: No interface org.openide.util.spi.SVGLoader instance

Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Neil C Smith
On Wed, 23 Jun 2021 at 18:21, Tim Mullé wrote: > We recently switched our application to run in JDK11 and we are seeing this > warning in our logs. > I tried updating to the latest 124 maven reference but that didn’t seem to > help. You might want to look at which of the add-opens /

JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Tim Mullé
Hi, We recently switched our application to run in JDK11 and we are seeing this warning in our logs. I tried updating to the latest 124 maven reference but that didn’t seem to help. I looked in the GitHub code base for any reported issues but didn’t see to find any for this issue. WARNING: An