- 17 Jul, 2020 18 commits
-
-
Stephane Nicoll authored
See gh-22389
-
Stephane Nicoll authored
See gh-22388
-
Stephane Nicoll authored
See gh-22387
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-22386
-
Stephane Nicoll authored
See gh-22385
-
Stephane Nicoll authored
See gh-22384
-
Stephane Nicoll authored
See gh-22383
-
Stephane Nicoll authored
See gh-22382
-
Stephane Nicoll authored
See gh-22376
-
Stephane Nicoll authored
See gh-22375
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-22374
-
Stephane Nicoll authored
See gh-22372
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-22371
-
Stephane Nicoll authored
See gh-22370
-
- 16 Jul, 2020 9 commits
-
-
Andy Wilkinson authored
Closes gh-22359
-
Stephane Nicoll authored
* pr/22296: Polish "Restructure "Building Container Images" section" Restructure "Building Container Images" section Closes gh-22296
-
Stephane Nicoll authored
See gh-22296
-
Sebastiaan Fernandez authored
See gh-22296
-
Stephane Nicoll authored
* pr/22344: Handle null items as advertized in the Javadoc Closes gh-22344
-
dreis2211 authored
See gh-22344
-
Andy Wilkinson authored
Closes gh-22345
-
Andy Wilkinson authored
Closes gh-22347
-
Andy Wilkinson authored
Closes gh-22348
-
- 15 Jul, 2020 6 commits
-
-
Scott Frederick authored
Closes gh-22351
-
Scott Frederick authored
Fixes gh-22350
-
Scott Frederick authored
-
Scott Frederick authored
This commit adds a check to the support code for the Gradle plugin bootBuildImage task to ensure that the jar file that will be passed to a builder is readable and has a valid directory. This prevents a situation where the jar file cannot be read because it is prepended with a launch script, and the builder does not receive any files to process. Notes have also been added to the Gradle plugin documentation to warn against using a bootJar launchScript configuration and bootBuildImage together, as well as caveats about launchScript that match the Maven plugin documentation. Fixes gh-22223
-
Andy Wilkinson authored
Closes gh-22339
-
Andy Wilkinson authored
Closes gh-22337
-
- 14 Jul, 2020 7 commits
-
-
Stephane Nicoll authored
* pr/22330: Avoid unnecessary allocations in ConditionMessage for NORMAL style Closes gh-22330
-
dreis2211 authored
See gh-22330
-
Stephane Nicoll authored
-
Andy Wilkinson authored
* gh-22112: Cleanup temporary files after Maven plugin execution Closes gh-22112
-
dreis2211 authored
See gh-22112
-
Andy Wilkinson authored
* gh-22294: Reduce started threads in OnClassCondition Closes gh-22294
-
dreis2211 authored
Prior to this commit, OnClassCondition started a thread even if the number of passed autoconfiguration class candidates never exceeded 1. This commit only starts a thread if there is actually work to split in half. See gh-22294
-