Skip to content

Payara Micro Maven Plugin 1.0.1

Compare
Choose a tag to compare
@mulderbaba mulderbaba released this 15 Jun 22:06
· 600 commits to master since this release
93dd569

[MP-13] Prepare 1.0.1 release for maven plugin
[MP-12] Upgrade payara version to 5.182 for payara-micro-maven-plugin
[MP-10] Add application GAV to JPS process started by Payara micro maven plugin
[MP-9] payara-micro:stop does not stop the running instance if version is different
[MP-5] Add option contextRoot to Payara Micro maven plugin's bundle goal
[MP-4] Add property to Payara Micro maven plugin in order to pass java command line options
[MP-3] Debugging properties support in Payara Micro maven plugin through mvn command-line option
[PAYARA-1918] Add and option to Payara Micro maven plugin to wait until server is ready in daemon mode
[PAYARA-2142] Payara Micro maven plugin start goal should support payaraVersion config value like the bundle goal
[PAYARA-2143] Payara Micro maven plugin: add skip property
[PAYARA-2144] Payara Micro maven plugin: when a command line option value is null then NullPointerException
[PAYARA-2156] Add option contextRoot to Payara Micro maven plugin's bundle goal
[PAYARA-2393] Set Java version to 1.8 in payara-micro-maven-plugin
[PAYARA-2481] StopMojo doesn't support Windows OS for kill process
[PAYARA-2537] Add property to Payara Micro maven plugin in order to pass java command line options
[Community Contribution #1] Changing the stop mojo from using SIGINT to SIGTERM as this does also work on Windows systems (with 'kill' being an alias for Stop-Process Cmdlet).
[Community Contribution #2] Ensure that the server terminates on parent JVM exit.