- 15 Jun, 2020 9 commits
-
-
Stephane Nicoll authored
Closes gh-21918
-
Stephane Nicoll authored
Closes gh-21910
-
Stephane Nicoll authored
Closes gh-21917
-
Stephane Nicoll authored
Closes gh-21916
-
Stephane Nicoll authored
* pr/21906: Update copyright year of changed files Fix wrong property reference to keys-to-sanitize in Javadoc Closes gh-21906
-
Stephane Nicoll authored
See gh-21906
-
lltx authored
See gh-21906
-
Stephane Nicoll authored
Closes gh-21915
-
Stephane Nicoll authored
Closes gh-21908
-
- 12 Jun, 2020 12 commits
-
-
Phillip Webb authored
Closes gh-21904
-
Phillip Webb authored
Update `AvailabilityChangeEvent` to be a `PayloadEvent` and ensure that the `getResolvableType` method returns a generic compatible result. Prior to this commit, a ClassCastExeption would be thrown if the following event listener was declared: @EventListener void onEvent(AvailabilityChangeEvent<ReadinessState> event) { ... } Closes gh-21898
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Cherry-pick release script updates from 2.3.x See gh-21474
-
Phillip Webb authored
Closes gh-21900
-
Phillip Webb authored
-
Phillip Webb authored
See gh-21474
-
Phillip Webb authored
Improve logging and fix a few issue with the release script. See gh-21474
-
Phillip Webb authored
Update the release tooling to check for bintray published artifacts using SHA256 digests and to also check before attempting a promote. See gh-21474
-
Phillip Webb authored
-
- 11 Jun, 2020 19 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
Closes gh-21896
-
Phillip Webb authored
Reinstate test now that we are on a reactor-netty releases that fixes reactor/reactor-netty issue 1093. Closes gh-21437
-
Phillip Webb authored
-
Phillip Webb authored
Further attempt to fix Windows file issues. See gh-21575
-
Phillip Webb authored
Closes gh-21895
-
Phillip Webb authored
Update `BuildRequest` to also allow digest based references. Closes gh-21879
-
Phillip Webb authored
-
Phillip Webb authored
Refactor the internals of `PropertiesLauncher` so that opened jar files are tracked and can be closed after a test completes. See gh-21575
-
Phillip Webb authored
Update Ant smoke test to explicitly use Java 8.
-
Madhura Bhave authored
Closes gh-21894
-
Madhura Bhave authored
* pr/21872: Fix deprecation in NettyRSocketServerFactoryTests Closes gh-21872
-
dreis2211 authored
See gh-21872
-
Madhura Bhave authored
Closes gh-21893
-
Madhura Bhave authored
* pr/21793: Link complete Slack message to build log Closes gh-21793
-
dreis2211 authored
See gh-21793
-
Scott Frederick authored
Closes gh-21892
-
Scott Frederick authored
This commit changes the NamedPipeSocket used for communication with a local Docker daemon to use a non-blocking AsynchronousByteChannel instead of a blocking RandomAccessFile, modeled after a similar change to the docker-java project. This eliminates the potential for a blocking call to hang indefinitely. Fixes gh-21672
-
Andy Wilkinson authored
Closes gh-21891
-