- 07 Apr, 2020 35 commits
-
-
Madhura Bhave authored
-
Phillip Webb authored
Rename the SAML `singleSignOn` nested property to `singleSignOn` so that we don't get problems when using uppercase environment variable names. See gh-20584
-
Phillip Webb authored
-
Phillip Webb authored
Remove the use of `Assert` since it's unavailable that early.
-
Phillip Webb authored
Closes gh-20875
-
Scott Frederick authored
-
Scott Frederick authored
-
Stephane Nicoll authored
Closes gh-20869
-
Stephane Nicoll authored
* pr/20832: Update copyright year Fix WebappLoader constructor deprecations Closes gh-20832
-
Stephane Nicoll authored
See gh-20832
-
dreis2211 authored
See gh-20832
-
Stephane Nicoll authored
Closes gh-20868
-
Stephane Nicoll authored
* pr/20847: Polish ConditionMessage#because() Closes gh-20847
-
dreis2211 authored
See gh-20847
-
Phillip Webb authored
Update `AbstractJarWriter` to ensure that streams are always closed, even if entries are not written.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Madhura Bhave authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Rework the rename logic used to include the reference PDF to try and workaround the following local build error: Encountered duplicate path "reference/pdf/spring-boot-reference.pdf" during copy operation configured with DuplicatesStrategy.FAIL See gh-20829
-
Phillip Webb authored
Relocate `VersionExtractor` to fix a package tangle.
-
Phillip Webb authored
-
Phillip Webb authored
Add tests to ensure that the layer index can support filenames that contain spaces. Closes gh-20827
-
Phillip Webb authored
Update the `LayersIndex` class to ensure that layers that do not contain content are still written. Closes gh-20858
-
Phillip Webb authored
Update the executable jar appendix to include details of the index files. Closes gh-20859
-
Phillip Webb authored
Update the `classpath.idx` format to align with `layers.idx` and allow third-parties can parse it as YAML Closes gh-20861
-
Phillip Webb authored
Update the `layers.idx` format so that it is more compact and can be parsed by third-parties as YAML. Closes gh-20860
-
Madhura Bhave authored
-
Madhura Bhave authored
Since the branch name doesn't always correspond to the milestone name, eg, master. See gh-20680
-
Madhura Bhave authored
Closes gh-20863
-
Madhura Bhave authored
Closes gh-20862
-
Madhura Bhave authored
This is done by checking for existing issues only in the milestone corresponding to the current branch. For issues, the milestone is assigned at the time of issue creation. For PRs, since the branch is different the milestone can be derived from that while triaging the issue. Closes gh-20680
-
- 06 Apr, 2020 5 commits
-
-
Scott Frederick authored
This commit adds examples for configuring the default builder to use an HTTP/HTTPS proxy when building OCI images using the Maven or Gradle plugin. Fixes gh-19984
-
Scott Frederick authored
This commit combines index adoc files for single-page HTML and PDF into one file to remove duplication. It also renames index files to reflect the separation between source format and generated output format. Finishes gh-20829
-
Madhura Bhave authored
* pr/20851: Change call to createClassLoader(URL) from 'super' to 'this' Closes gh-20851
-
Oleg Zhurakousky authored
ExecutableArchiveLauncher.createClassLoader(Iterator) calls createClassLoader(URL) method with 'super'. This means overriding createClassLoader(URL) is not possible without also overriding createClassLoader(Iterator). The switch to 'this' enables that. See gh-20851
-
Stephane Nicoll authored
-