timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-68021] Remove JDK-8206937 workaround from extras-executable-war #1884

Open timja opened 2 years ago

timja commented 2 years ago

extras-executable-war currently uses sun.misc.Signal, which when combined with release=8 exposes JDK-8206937. To work around that issue, we've temporarily disabled release=8, which is fine as long as we are still supporting Java 8 and using Animal Sniffer. But when we drop support for Java 8 and drop Animal Sniffer, we should restore the use of release=11 (which isn't susceptible to JDK-8206937, either).


Originally reported by basil, imported from: Remove JDK-8206937 workaround from extras-executable-war
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 2 years ago

[Epic: JENKINS-67688]