github sbt/sbt-native-packager v1.0.0-RC2
Use javaOptions in build.sbt

latest releases: v1.10.0, v1.10.3, v1.10.2...
pre-release9 years ago

Change: etc-default -> application.ini

We changed the shape of etc-default as it is meant to be.
There are two different configuration files now.

setting location description
bashScriptEnvConfigLocation /etc/default/appname sourced by init scripts
bashScriptConfigLocation app_home/conf/application.ini parsed by bash script

The setting value is the default value provided by sbt-native-packager. In order to
get picked up by sbt-native-packager put the files in these places:

file directory
etc-default src/templates/
application.ini src/universal/conf

For the full discussion see #473 (with prs #510 and #526 )

Change: dockerfile/java:latest -> java:latest

Docker is creating an official repo. See blog post. We already included this change with #533

Commits and the issues they fixed since v1.0.0-RC1

Issue(s) Commit Message
05696a4 Fix and improve docs for rpmAutoreq and rpmAutoprov - fix and improve sbt settin
#82 62362c2 FIX #82 adding the ability to specify jvm options via sbt
75eb2ac Fix bug in PR-524.
0b377bc Fix incorrect information in RPM Plugin docs.
13bd807 Fix typos in the documentation
6908b16 Fix typo scirpt to be script
0bd8d8a fix test for jdk1.7.0_25, jdk1.8.0_20
#502 e2d5bd7 FIX #502 Removing JAVA_OPTS

Pull requests since v1.0.0-RC1

Pull Request(s) Commit Message
#503 aa85388 FIX #502 Removing JAVA_OPTSFIX #502 Removing JAVA_OPTS
#507 4467d31 fix appveyor test fix appveyor test
#510 48b0c19 FIX #82 adding the ability to specify jvm options via sbtFIX #82 adding the abi
#512 bd05e79 Basic image generation detection test for JDKPackagerPlugin.Basic image generat
#514 d42e2e2 Added launcher jar pluginAdded launcher jar plugin
#517 86d4611 Fix typo 'scirpt' to be 'script'Fix typo 'scirpt' to be 'script'
#519 7be0d83 Fix typos in the documentationFix typos in the documentation
#523 b478aa5 Fix incorrect information in RPM Plugin docs.Fix incorrect information in RPM P
#524 0d72913 Codacy recommended cleanup.Codacy recommended cleanup.
#525 e6891b9 Revert "Codacy recommended cleanup."Revert "Codacy recommended cleanup."
#526 3a2a576 Added support for environment configuration file.Added support for environment
#528 e9cfbe4 Codacy fixesCodacy fixes
#532 a22bf58 Fix #531: Simplify stop() function on Debian based systems.Fix #531: Simplify s
#533 f60e1a4 !Update default dockerBaseImage to official repo!Update default dockerBaseImage
#534 8b043cd Fix and improve docs for rpmAutoreq and rpmAutoprovFix and improve docs for rpm
#535 496cbb3 Improvements to RPM documentationImprovements to RPM documentation

A big thank you to all the contributors!

# Author
9 Nepomuk Seiler
5 Myyk Seok
2 Daniel James
1 James Roper
1 Ugo Bataillard
1 Daniel Wegener
1 Fabian M. Borschel
1 Jonas Fonseca
1 Simeon H.K. Fitch
1 nazoking
0 Alexey Kardapoltsev

Don't miss a new sbt-native-packager release

NewReleases is sending notifications on new releases.