glassfish icon indicating copy to clipboard operation
glassfish copied to clipboard

Remove Java Web Start references from the code

Open dmatej opened this issue 3 years ago • 2 comments

  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
  1. JNLP Templates in GlassFish did not work 12 years ago (the log manager really doesn't exist so long): https://download.oracle.com/javaee-archive/glassfish.java.net/users/2010/02/42161.html

dmatej avatar Jul 30 '22 07:07 dmatej

Another possibility is to fix it and write at least one test for it. What do you think, is it worth of it?

dmatej avatar Jul 30 '22 08:07 dmatej