David Matějček
David Matějček
Payara 4 / JSF 2.2 backport
See https://github.com/payara/Payara/issues/2506
* I tried to add generics where it was possible and known * Fixed issue #23601
## Problem Description * cargo cult synchronization of it's setter and getter when affected usages are not synchronized. Any change affects all parallel deployments, but as it takes just microseconds,...
1. Deprecated in JDK9, removed from JDK11, now "lives" standalone as OpenWebStart/IcedTea - https://en.wikipedia.org/wiki/Java_Web_Start - https://en.wikipedia.org/wiki/IcedTea - https://icedtea.classpath.org/download/source/?C=M;O=D - https://openwebstart.com/ - https://github.com/AdoptOpenJDK/IcedTea-Web/graphs/commit-activity 2. JNLP Templates in GlassFish did not work...
TODO: reproducer including creating instances ``` /app/appservers/glassfish7/bin/asadmin collect-log-files --target Cluster1 --retrieve true /tmp/space/output Log files are downloaded for test-instance. Log files are downloaded for ClusterServer1. Log files are downloaded for...
I am not quite sure about the cause of the error as LoggingRestITest mostly passes, but sometimes fails because log records/filenames in the response are escaped. That is probably caused...
The first log record in server.log is not printed by the server, but by it's launcher. That means ... * the launcher prints the log even if the server startup...
See links: * https://foojay.io/today/introduction-to-jvm-unified-logging-jep-158-jep-271/ * https://foojay.io/today/embracing-jvm-unified-logging/ * https://openjdk.org/jeps/158 GFEmbeddedLauncher and maybe other classes too still use LogVMOutput etc. ``` private void addThreadDump(List cmdLine) { File logDir = new File(domainDir, "logs");...
I believe ie. server.http-service.virtual-server.__asadmin.log-file=${com.sun.aas.instanceRoot}/logs/server.log came from SunOne, where admin had own JVM and other instances had own instances too. But somehow it survived to these days. There were also some...