- 19 Aug, 2020 4 commits
-
-
Phillip Webb authored
See gh-22991
-
Phillip Webb authored
Update `JarFileWrapperTests` so that the jar files are closed after each test. See gh-22991
-
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 4 commits
-
-
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
Refine method visibility in an attempt to fix test issues on Java 11+. See gh-22991
-
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 3 commits
-
-
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
-
- 15 Aug, 2020 3 commits
-
-
Phillip Webb authored
Update `@TypeExcludeFilters` so that it is also annotated with `@Inherited`. Closes gh-22939
-
Phillip Webb authored
Update SpringApplicationBuilder.properties method javadoc to fix inaccuracies and apply more consistency. Closes gh-22962
-
Phillip Webb authored
-
- 14 Aug, 2020 2 commits
-
-
Phillip Webb authored
* pr/22948: Fix typo `Assert4J` -> `AssertJ` Closes gh-22948
-
Maciej Walkowiak authored
See gh-22948
-
- 13 Aug, 2020 3 commits
-
-
Stephane Nicoll authored
* pr/22919: Polish "Fix conditions that lead to auto-configure PushGateway" Fix conditions that lead to auto-configure PushGateway Closes gh-22919
-
Stephane Nicoll authored
See gh-22919
-
smlc authored
See gh-22919
-
- 12 Aug, 2020 5 commits
-
-
Andy Wilkinson authored
* gh-22765: Mention configuration customizers for WebTestClient and RestAssured Closes gh-22765
-
Johnny Lim authored
See gh-22765
-
Stephane Nicoll authored
* pr/22898: Polish "Harmonize Discover the HTTP Port at Runtime How-To" Harmonize Discover the HTTP Port at Runtime How-To Closes gh-22898
-
Stephane Nicoll authored
See gh-22898
-
John Franco authored
See gh-22898
-
- 11 Aug, 2020 4 commits
-
-
Madhura Bhave authored
Fixes gh-21542
-
Stephane Nicoll authored
Closes gh-22685
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-22615
-
- 10 Aug, 2020 7 commits
-
-
Stephane Nicoll authored
* pr/21615: Polish "Migrate legacy endpoint that have a dash in their id" Migrate legacy endpoint that have a dash in their id Closes gh-21615
-
Stephane Nicoll authored
See gh-21615
-
Gabriele Bianchet-David authored
See gh-21615
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/22777: Polish "Propagate the cause that led Reactor"s debug agent to fail" Propagate the cause that led Reactor"s debug agent to fail Closes gh-22777
-
Stephane Nicoll authored
See gh-22777
-
davidbilge authored
Prior to this commit, DebugAgentEnvironmentPostProcessor throws a RuntimeException with a generic error message if its initialization fails. The causing exception is discarded, which makes error analysis unnecessarily difficult. This commit attaches the cause to the newly thrown RuntimeException. See gh-22777
-
- 07 Aug, 2020 1 commit
-
-
Madhura Bhave authored
Closes gh-22490
-
- 06 Aug, 2020 4 commits
-
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-22763
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22281
-