- 29 Jun, 2020 7 commits
-
-
Andy Wilkinson authored
Closes gh-22143
-
Andy Wilkinson authored
Closes gh-21928
-
Andy Wilkinson authored
* gh-22125: Polish "Add StatsD transport protocol configuration option" Add StatsD transport protocol configuration option Closes gh-22125
-
Andy Wilkinson authored
See gh-22125
-
Lee Dobryden authored
See gh-22125
-
Andy Wilkinson authored
* gh-22120: Upgrade to Flyway 6.5.0 and support createSchemas Closes gh-22120
-
Kedar Joshi authored
See gh-22120
-
- 27 Jun, 2020 1 commit
-
-
Andy Wilkinson authored
Closes gh-22136
-
- 26 Jun, 2020 15 commits
-
-
Andy Wilkinson authored
Closes gh-22135
-
Andy Wilkinson authored
Closes gh-22134
-
Andy Wilkinson authored
Closes gh-22133
-
Andy Wilkinson authored
Closes gh-22132
-
Andy Wilkinson authored
Closes gh-22131
-
Andy Wilkinson authored
Closes gh-22130
-
Andy Wilkinson authored
Closes gh-22129
-
Andy Wilkinson authored
Closes gh-22127
-
Andy Wilkinson authored
Closes gh-22126
-
Andy Wilkinson authored
See gh-21932
-
Andy Wilkinson authored
Closes gh-21931
-
Scott Frederick authored
Closes gh-22121
-
Scott Frederick authored
This commit improves the validation performed on the user input provided to the layertools jarmode to provide more clear error messages when the input is not correct and reduce the chance of ambiguity. Fixes gh-22042
-
Andy Wilkinson authored
* gh-221144: Update Atmosphere versions used in smoke test Closes gh-221144
-
jfarcand authored
See gh-221144
-
- 25 Jun, 2020 14 commits
-
-
Madhura Bhave authored
Closes gh-22078
-
Andy Wilkinson authored
Closes gh-22106
-
Andy Wilkinson authored
Closes gh-22099
-
Andy Wilkinson authored
* gh-22093: Polish "Disable XML reader when spring.xml.ignore is true" Disable XML reader when spring.xml.ignore is true Closes gh-22093
-
Andy Wilkinson authored
See gh-22093
-
Sébastien Deleuze authored
This commit allows to set the XmlBeanDefinitionReader field from BeanDefinitionLoader to null in a way that allows the GraalVM native compiler to remove it from the native image when the spring.xml.ignore flag introduced by spring-projects/spring-framework#25151 is set to true. The purpose of this change is to allow smaller footprint on native images without requiring to use GraalVM native substitutions which are unmaintainable by nature and also to increase the consistency between JVM and native images. In order to effective, this optimization requires BeanDefinitionLoader class to be initialized at build time. See gh-22093
-
Andy Wilkinson authored
See gh-22105
-
Andy Wilkinson authored
Closes gh-21930
-
Andy Wilkinson authored
Closes gh-21929
-
Andy Wilkinson authored
Closes gh-21927
-
Andy Wilkinson authored
Closes gh-22105
-
Andy Wilkinson authored
Closes gh-22103
-
Andy Wilkinson authored
Closes gh-22102
-
Andy Wilkinson authored
Previously, the thread dump endpoint's response could exceed WebClient's in-memory buffer limt when there were a large number of threads or the threads had large stacks. This commit disables WebClient's in-memory buffer size limit so that the test passing is not dependent on the number of active threads and their stack sizes. Closes gh-22101
-
- 24 Jun, 2020 3 commits
-
-
Scott Frederick authored
This commit changes the information provided by RedisReactiveHealthIndicator to include cluster details when Spring Data Redis detects that Redis is running in a clustered configuration. This brings the reactive and non-reactive Redis health indicators into alignment. Fixes gh-21514
-
Scott Frederick authored
Closes gh-22095
-
Scott Frederick authored
Fixes gh-22061 in 2.3.2
-