- 11 Jun, 2020 16 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
See gh-21885
-
Phillip Webb authored
-
Madhura Bhave authored
Closes gh-21880
-
Madhura Bhave authored
This commit aligns log4j2's behavior with logback such that loggers with a null configuredLevel are also returned by the actuator endpoint. Fixes gh-20037
-
Madhura Bhave authored
Fixes gh-21293
-
Phillip Webb authored
See gh-21716
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
See gh-21716
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 10 Jun, 2020 24 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update the pipeline YAML to use ((milestone)) rather than ((branch)) when tagging docker images. See gh-21716
-
Phillip Webb authored
Closes gh-21877
-
Phillip Webb authored
Closes gh-21876
-
Phillip Webb authored
Use YAML anchors and aliases to reduce the amount of repetition in our CI pipeline YAML. Closes gh-21716
-
Phillip Webb authored
-
Scott Frederick authored
Fixes gh-21036 in 2.3.1
-
Scott Frederick authored
This commit updates the logic for handling binding exceptions in the management context when it is separate from the application context. The changes allow the exception details to be visible to DefaultErrorAttributes without causing the servlet container to detect an error condition. Fixes gh-21036
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-21778
-
Andy Wilkinson authored
Closes gh-21775
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-21774
-
Andy Wilkinson authored
Closes gh-21777
-
Andy Wilkinson authored
Closes gh-21871
-
Andy Wilkinson authored
Closes gh-21870
-
Andy Wilkinson authored
Previously, HttpMessageConvertersAutoConfiguration registered ServerProperties. When this happened in a parent context, any child contexts would skip registering ServerProperties due to its presence in the parent context. This prevents the child contexts from configuring their own server properties. This commit updates HttpMessageConvertersAutoConfiguration to bind server.servlet.encoding directly instead of enabling ServerProperties. With ServerProperties no longer enabled in a parent context, child contexts are now able to configure their own server properties. Fixes gh-21789
-
Stephane Nicoll authored
* pr/21769: Back-off if a custom ReactiveSessionFactory is defined Closes gh-21769
-
Tomek Szmytka authored
This commit makes sure that CassandraReactiveDataAutoConfiguration does not create a reactiveCassandraSessionFactory bean if the user has provided their own. See gh-21769
-
Andy Wilkinson authored
Closes gh-21865
-