- 11 Jan, 2021 23 commits
-
-
Pascal Schumacher authored
See gh-24717 See gh-24734
-
Andy Wilkinson authored
Closes gh-24739
-
Andy Wilkinson authored
Closes gh-24738
-
Andy Wilkinson authored
Previously, unlike the application plugin's run task, our bootRun task ignored the project's Java toolchain. This meant that the application was run on a JVM with the same Java version as the one being used by Gradle itself. This could result in a failure if the application required a more modern JVM. This commit updates the plugin to configure the bootRun task's JavaLauncher convention to be one derived from the project's Java toolchain. Toolchain support was introduced in Gradle 6.7 so this is only done when using Gradle 6.7 and later. Fixes gh-24517
-
Andy Wilkinson authored
Closes gh-24736
-
Andy Wilkinson authored
Closes gh-24735
-
Andy Wilkinson authored
Previously, bootRun assumed that the Java version of the JVM that would run the application would be the same as the Java version of the JVM that is running the build. This assumption does not hold true when Gradle's toolchain support is used to configure tasks that fork a new JVM to use a version other than that being used by Gradle itself. This commit updates the BootRun task to query the JavaLauncher property when determining the version of Java on which the application will be run. Toolchain support and the JavaLauncher property are new in Gradle 6.7. To support earlier versions of Gradle, NoSuchMethodError is caught we continue as if no JavaLauncher has been configured and use the local JVM's Java version. Fixes gh-24512
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-24247
-
Stephane Nicoll authored
Closes gh-24731
-
Stephane Nicoll authored
Closes gh-24730
-
Stephane Nicoll authored
Closes gh-24729
-
Stephane Nicoll authored
Closes gh-24728
-
Stephane Nicoll authored
Closes gh-24727
-
Stephane Nicoll authored
Closes gh-24726
-
Stephane Nicoll authored
Closes gh-24725
-
Stephane Nicoll authored
Closes gh-24724
-
Stephane Nicoll authored
Closes gh-24723
-
Stephane Nicoll authored
Closes gh-24722
-
Stephane Nicoll authored
Closes gh-24721
-
Stephane Nicoll authored
* pr/24717: Polish "Add support for GET requests for /actuator/startup" Add support for GET requests for /actuator/startup Closes gh-24717
-
Stephane Nicoll authored
See gh-24717
-
bono007 authored
See gh-24717
-
- 10 Jan, 2021 1 commit
-
-
Stephane Nicoll authored
Closes gh-24616
-
- 08 Jan, 2021 13 commits
-
-
Andy Wilkinson authored
Closes gh-24711
-
Andy Wilkinson authored
Closes gh-24710
-
Andy Wilkinson authored
This reverts commit ad164269 and adds some additional tests. Fixes gh-24192
-
Stephane Nicoll authored
Closes gh-24708
-
Stephane Nicoll authored
Closes gh-24707
-
Stephane Nicoll authored
Closes gh-24705
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-24703
-
Stephane Nicoll authored
See gh-24702
-
Stephane Nicoll authored
See gh-24701
-
Stephane Nicoll authored
See gh-24700
-
Stephane Nicoll authored
See gh-24699
-
Stephane Nicoll authored
See gh-24698
-
- 07 Jan, 2021 3 commits
-
-
Madhura Bhave authored
Closes gh-24692
-
Madhura Bhave authored
Closes gh-24691
-
Madhura Bhave authored
Closes gh-24677
-