I can start Payara v5.192 with JDK11 via command line, but it breaks after trying to start it via IntelliJ with the following error:
-Xbootclasspath/p is no longer a supported option
And I can't even start it via terminal any longer.
This is part of the IntelliJ log:
C:\Program Files\Java\jdk-11.0.3\bin\java.exe
-cp
D:/Program Files/payara-5.192/glassfish/modules/glassfish.jar
-XX:+UnlockDiagnosticVMOptions
-XX:NewRatio=2
-Xbootclasspath/p:D:\Program Files\payara-5.192\glassfish/lib/grizzly-npn-bootstrap-1.8.1.jar
[...]
My project is configured to use JDK 11.0.3, what might the issue be?
EDIT: I'm using IntelliJ 2019.1.3 on Windows, I don't get this issue on Debian
EDIT2: apparently the configuration changes after starting the domain with IntelliJ, here's domain.xml respectively before and after: https://pastebin.com/HAzFgkGn -> https://pastebin.com/F3r3nWet