- 16 Jan, 2020 26 commits
-
-
dreis2211 authored
See gh-19658
-
Stephane Nicoll authored
* pr/19699: Polish "Remove deprecated Joda-Time support" Remove deprecated Joda-Time support Remove deprecated 2.2 code Remove deprecated HealthIndicator and HealthAggregator 2.2 code Remove deprecated Actuator metrics 2.2 code Polish "Remove deprecated logging properties" Remove deprecated logging properties Closes gh-19699
-
Stephane Nicoll authored
See gh-19699
-
Scott Frederick authored
See gh-19699
-
Scott Frederick authored
See gh-19699
-
Scott Frederick authored
See gh-19699
-
Scott Frederick authored
See gh-19699
-
Stephane Nicoll authored
See gh-19699
-
Scott Frederick authored
See gh-19699
-
Stephane Nicoll authored
This commit deprecates the only public accessor to `CacheOperationInvoker` so that we can make the entire class package private in the next feature release. Closes gh-19089
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-19778
-
Andy Wilkinson authored
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Closes gh-19774
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-19772
-
Andy Wilkinson authored
Fixes gh-19520
-
Andy Wilkinson authored
-
Andy Wilkinson authored
The release didn't happen in time for 2.2.3. See gh-19645
-
Andy Wilkinson authored
-
Andy Wilkinson authored
The release did not happen in time for 2.1.12. See gh-19649.
-
Phillip Webb authored
Update the Maven plugin with a new `LAYERED_JAR` layout option. See gh-19768
-
Madhura Bhave authored
Support an alternative fat jar format that is more amenable to Docker image layers. The new format arranges files in the following structure: BOOT-INF/ layers/ <layer-name #1> /classes /lib <layer-name #2> /classes /lib The `BOOT-INF/layers.idx` file provides the names of the layers and the order in which they should be added (starting with the least changed). The `JarLauncher` class can load layered jars in both fat and exploded forms. Closes gh-19767 Co-authored-by:
Phillip Webb <pwebb@pivotal.io>
-
Madhura Bhave authored
Update the `Repackager` class so that an additional `classpath.idx` file is written into the jar that provides the original order of the classpath. The `JarLauncher` class now uses this file when running as an exploded archive to ensure that the classpath order is the same as when running from the far jar. Closes gh-9128 Co-authored-by:
Phillip Webb <pwebb@pivotal.io>
-
Phillip Webb authored
Polish and refactor `spring-boot-loader` and `spring-boot-loader-tools` to make it easier to add indexing and layering support. Closes gh-19766
-
- 15 Jan, 2020 14 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
The JarFile was not being closed which linked a file handle and caused a test failure on Windows. The local variable has been renamed as, when declared in a try-with-resources, Checkstyle was confused by the shadowing of the jarFile field and required references to jarFile within the try-block the be prefixed with this. See gh-19595
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-19613
-
Andy Wilkinson authored
Closes gh-19647
-
Andy Wilkinson authored
Closes gh-19646
-
Andy Wilkinson authored
publishIfAuthenticated() does not appear to work as intended as it disables publishing even when authenticated.
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-19761
-
Andy Wilkinson authored
Closes gh-19641
-
Andy Wilkinson authored
-