- 19 Aug, 2020 8 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
See gh-22991
-
Phillip Webb authored
Update `ExtractCommandTests` so that the writer is closed after the contents have been written. See gh-22993
-
Phillip Webb authored
-
Phillip Webb authored
Update `JarFileWrapperTests` so that the jar files are closed after each test. See gh-22991
-
Stephane Nicoll authored
Closes gh-23004
-
Stephane Nicoll authored
* pr/23002: Mention correct JUnit 5 annotations in Kotlin testing section Closes gh-23002
-
dreis2211 authored
See gh-23002
-
- 18 Aug, 2020 10 commits
-
-
Phillip Webb authored
Update `Repackager` to ensure that `getLayout` is called before we backup the source file. This restores earlier behavior that some custom `ModuleFactory` implementations were relying on. Closes gh-22995
-
Phillip Webb authored
-
Phillip Webb authored
Remove Mockto from JarFileWrapperTests since it seems to be failing on later versions of Java. See gh-22991
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Refine method visibility in an attempt to fix test issues on Java 11+. See gh-22991
-
Scott Frederick authored
This commit adds a check to the `layertools extract` command to ensure that the jar file being processed is readable and has a valid directory. Fixes gh-22993
-
Phillip Webb authored
Closes gh-22998
-
Phillip Webb authored
Create a new `JarFileWrapper` class so that we can wrap and existing `JarFile` and offer a version that can be safely closed. Prior to this commit, we provided wrapper functionality in the `JarFile` class itself. Unfortunately, because we override `close` and also create a lot of wrappers this caused memory issues when running on Java 11. With Java 11 `java.util.zip.ZipFile` class uses `FinalizableResource` for any implementation that overrides `close()`. This means that any wrapper classes will not be garbage collected until the JVM finalizer thread runs. Closes gh-22991
-
- 17 Aug, 2020 11 commits
-
-
Phillip Webb authored
Closes gh-22989
-
Phillip Webb authored
* pr/21134: Polish 'Order metrics auto-configurations correctly' Order metrics auto-configurations correctly Closes gh-21134
-
Phillip Webb authored
See gh-21134
-
Martin Benda authored
Update metrics auto-configurations so that they are auto-configured after `CompositeMeterRegistryAutoConfiguration` in order to ensure the `MeterRegistry` bean has been defined. Prior to this commit, metrics auto-configurations that depended on a `MeterRegistry` has `@AutoConfigureAfter(MetricsAutoConfiguration.class)` which is not sufficient since `MetricsAutoConfiguration` does not export a `MeterRegistry`. See gh-21134
-
Phillip Webb authored
* pr/22750: Polish "Fix include exception handling in DefaultErrorAttributes" Fix include exception handling in DefaultErrorAttributes Closes gh-22750
-
Scott Frederick authored
See gh-22750
-
Lopfest authored
This commit fixes a problem with the handling of the includeException field in DefaultErrorAttributes. See gh-22750
-
Stephane Nicoll authored
* pr/22918: Fix custom image name example and documentation Closes gh-22918
-
Jean-Baptiste Nizet authored
There is no `artifactId` property in a gradle Project, and the default value uses the project name. See gh-22918
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-22945
-
- 15 Aug, 2020 5 commits
-
-
Phillip Webb authored
Closes gh-22966
-
Phillip Webb authored
Update `@TypeExcludeFilters` so that it is also annotated with `@Inherited`. Closes gh-22939
-
Phillip Webb authored
Closes gh-22964
-
Phillip Webb authored
Update SpringApplicationBuilder.properties method javadoc to fix inaccuracies and apply more consistency. Closes gh-22962
-
Phillip Webb authored
-
- 14 Aug, 2020 4 commits
-
-
Phillip Webb authored
Closes gh-22960
-
Phillip Webb authored
* pr/22948: Fix typo `Assert4J` -> `AssertJ` Closes gh-22948
-
Maciej Walkowiak authored
See gh-22948
-
Andy Wilkinson authored
See gh-22909
-
- 13 Aug, 2020 2 commits
-
-
Spring Buildmaster authored
-
Andy Wilkinson authored
This reverts commit 6547ea56, reversing changes made to e9e4a34e. Fixes gh-22039
-