- 24 Aug, 2020 7 commits
-
-
Stephane Nicoll authored
Closes gh-23060
-
Stephane Nicoll authored
* pr/23028: Polish "Add example of custom Actuator operations" Add example of custom Actuator operations Closes gh-23028
-
Stephane Nicoll authored
See gh-23028
-
Ivo Smid authored
See gh-23028
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-23056
-
Andy Wilkinson authored
Closes gh-23055
-
- 19 Aug, 2020 10 commits
-
-
Scott Frederick authored
This commit changes the path used to invoke lifecycle binaries in CNB builders from `/lifecycle` to `/cnb/lifecycle` to conform to the CNB spec. This will ensure the build plugin image-building goals and tasks are compatible with future versions of builders that may not support both paths. See gh-23009
-
Phillip Webb authored
Update `BuildImageMojo` so that commons HTTP wire logging is configured to ERROR. Without this update, running `mvn -X` will produce a great deal of logging since by default HTTP Client logs all bytes transfered at DEBUG and Maven will enable DEBUG for all logs. Closes gh-22674
-
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 2 commits
-
-
Phillip Webb authored
Closes gh-22966
-
Phillip Webb authored
Update `@TypeExcludeFilters` so that it is also annotated with `@Inherited`. Closes gh-22939
-