Danny Althoff

Results 267 comments of Danny Althoff

> The problem is that this plugin repackages the existing jar The underlying `javapackager` just works on some extracted jar-file or some jar-file, it is by design that the jar-file...

Hm, seems this is a conflict with a Spring Boot then. Can you create a small project for me, where I can re-create this situation? Does not have to be...

I'm flagging this as `It's the JDK` as there is no option for deactivating the compression-level, but I might be able to re-re-create the jar-file, just with the compression being...

Hi there, yes I see the problem, and it is [the JDK itself](https://github.com/teamfx/openjfx-8u-dev-rt/blob/master/modules/fxpackager/src/main/java/com/sun/javafx/tools/packager/PackagerLib.java) which does re-compress the jar-file (not the javafx-gradle-plugin). As I'm reworking this plugin for Java 9 compatibility...

Just start here: http://bugreport.java.com/ Please file the bug with the following configuration: * Type: Bug * Product/Category: JavaFX * Subcategory: Packager When you have some feedback from oracle, please report...

All reports will be converted into real JDK-issue-numbers, have done this several times :) they make it to separate unconfirmed bugs and real bugs, like a pre-filtering system. You will...

Thanks for the update, will check the sources what they changed, and if I need to add some workaround for older versions. For reference, the link to the openjdk-jira: https://bugs.openjdk.java.net/browse/JDK-8187357...

@arminnaderi can you recheck this using current JDK 8? > This issue is reported with an older Java version 8u65. Checking it's status with current JDK version 8u144 as well...

After evaluation with JDK 10, this still is relevant, and still inside the JDK.

Will have to look into the up2date documentation from gradle. Last time I checked I didn't understood the IDs and such stuff ;) meanwhile just use the maven-central way.