Releases: tschulte/gradle-jnlp-plugin
Releases · tschulte/gradle-jnlp-plugin
v1.0.0
1.0.0 (2016-09-15)
Bug Fixes
- set http content-type return header for images (8aa036b, closes #27)
- jardiff:
- jnlp-servlet: jnlp-servlet delivers untruncated jnlp file on JBoss (7e561be)
Features
- Allow changing of the used certificate (027a350, closes #22)
- Respect $JAVA_HOME when calling pack200 (f4509ab, closes #33)
- use
gradle.startParameter.maxWorkerCount
instead ofparallelThreadCount
(b20f17f, closes #35) - add config option to clean all named sections from manifest (f98bdf6, closes #34)
Reverts
- "chore: try to reduce memory for Travis" (4662389)
BREAKING CHANGES
- Appends
-alias
to the version of all jars. However, you can set
jnlp.versionAppendix = { "" }
to get the old behavior - Increased the minimum gradle version to 2.4
- Config option
signJarRemovedManifestEntries
is not used for the named
attributes any more. For these entries the new
signJarRemovedNamedManifestEntries
is used.
0.2.1
- #19: Creation of Jardiff files
- #19: JnlpFileFilter (Servlet-Filter as replacement for JnlpDownloadServlet) -- handles $$name, $$codebase, $$context, $$site and $$hostname
- #19: jnlp-servlet is automatically added to runtime-dependencies when applying jnlp-war plugin
- #19: codebase and href of jnlp are set to $$codebase and $$name (can be configured)
- #19: Minor improvements: builds of jnlp-plugin where not fully incremental, when changing href, jnlp-war did not regenerate the war on config change
0.2.0
0.1.0
- #14 Pack200 Support
- #8: Launch.jnlp file name can be defined with jnlpParams.href
- changed output folder to $buildDir/jnlp
- incremented findbugs version for being able to run with java 8
- incremented gradle version to 2.3
- #17: Create Distribution zip if distribution plugin is applied
- signJarRemovedManifestEntries is now a regex