- 28 Aug, 2020 5 commits
-
-
Andy Wilkinson authored
Closes gh-23129
-
Andy Wilkinson authored
Closes gh-23113
-
Andy Wilkinson authored
Closes gh-23123
-
Andy Wilkinson authored
Closes gh-23090
-
Andy Wilkinson authored
Closes gh-23122
-
- 27 Aug, 2020 3 commits
-
-
Stephane Nicoll authored
Closes gh-23103
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23102
-
- 26 Aug, 2020 4 commits
-
-
Andy Wilkinson authored
Closes gh-23093
-
Andy Wilkinson authored
* gh-23084: Polish "Handle null RSocketServer address when setting port property" Handle null RSocketServer address when setting port property Closes gh-23084
-
Andy Wilkinson authored
See gh-23084
-
spencergibb authored
See gh-23084
-
- 25 Aug, 2020 4 commits
-
-
Stephane Nicoll authored
Closes gh-23076
-
Stephane Nicoll authored
* pr/23071: Disallow Apache Commons Lang & Lang3 imports Closes gh-23071
-
dreis2211 authored
See gh-23071
-
Andy Wilkinson authored
Closes gh-23075
-
- 24 Aug, 2020 6 commits
-
-
Stephane Nicoll authored
Closes gh-23059
-
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
Closes gh-23056
-
Andy Wilkinson authored
Closes gh-23055
-
- 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 2 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
-