From: Tuukka Lehtonen Date: Sun, 23 Feb 2020 01:04:56 +0000 (+0200) Subject: Stop using pack200 because it has been deprecated and removed X-Git-Tag: v1.43.0~85 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=dac7a40d1cf85956aeac63ccbdf5b7a0d9977ac3;hp=dac7a40d1cf85956aeac63ccbdf5b7a0d9977ac3 Stop using pack200 because it has been deprecated and removed Deprecated in Java 11 https://openjdk.java.net/jeps/336 and removed in Java 14 https://openjdk.java.net/jeps/367. The main problem for us now is that the packed JARs don't get signed when using maven-jarsigner-plugin, while the unpacked ones do. Simplest solution is to let go of pack200 already. gitlab #468 Change-Id: I2f6769802cfa51f9d2fd410a125831849f7d484f ---