- 12 Feb, 2018 24 commits
-
-
Andy Wilkinson authored
Closes gh-11978
-
Madhura Bhave authored
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-11970
-
Stephane Nicoll authored
* pr/12004: Polish
-
Johnny Lim authored
Closes gh-12004
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-11992
-
Brian Clozel authored
As discussed in gh-11872, `TestRestTemplate` constructor variants taking a `RestTemplate` argument are confusing since the main goal of that class is to mutate `RestTemplate`. This commit removes all those constructor variants and replaces them with `RestTemplateBuilder` arguments when possible. Closes gh-11872
-
Stephane Nicoll authored
Closes gh-11025
-
Stephane Nicoll authored
See gh-11803
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12001
-
Stephane Nicoll authored
Closes gh-11914
-
Andy Wilkinson authored
Closes gh-11803
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-11988
-
Stephane Nicoll authored
This commit configures the failsafe plugin to use the classes directory rather than the produced jar file as the latter can be a repackaged jar by default. Closes gh-11974
-
Stephane Nicoll authored
* pr/11953: Polish "Improve FailureAnalyzer for embedded datasource" Improve FailureAnalyzer for embedded datasource
-
Stephane Nicoll authored
Closes gh-11953
-
Patryk Kostrzewa authored
See gh-11953
-
Andy Wilkinson authored
Closes gh-11998
-
- 10 Feb, 2018 12 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/11981: Update MySQL validation query to use lightweight ping Polish Reinject mocks when context is dirtied before each method Polish “Prevent reverse name lookup when configuring Jetty's address” Prevent reverse name lookup when configuring Jetty's address Fixup version numbers following release Next Development Version Protect against symlink attacks All CLI support for Windows MINGW environments Polish
-
Marcus Eisele authored
Closes gh-11981
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-11903
-
Andy Wilkinson authored
Closes gh-11889
-
Henrich Kraemer authored
Previously, the host on Jetty's connector was configured using the host address of the InetSocketAddress. This could result in reverse name resolution that could cause Jetty to bind to a different IP address than was configured. This commit updates the configuration code to use the host string when specifically does not perform reverse name resolution. See gh-11889
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
Update embedded launch script to no longer change ownership of files or folders that already exist. Fixes gh-11397
-
Jacques Stadler authored
Closes gh-11848
-
Phillip Webb authored
-
- 09 Feb, 2018 4 commits
-
-
Phillip Webb authored
Update `SimpleMetricsExportAutoConfiguration` to ensure that it runs before `SimpleMetricsExportAutoConfiguration`. See gh-11977
-
Phillip Webb authored
Drop the `recordRequestPercentiles` property as it overlaps with the property based `MeterFilter` support. Fixes gh-11982
-
Phillip Webb authored
* pr/11967: Polish "Add publishUnchangedMeters StatsD support" Add publishUnchangedMeters StatsD support
-
Phillip Webb authored
Closes gh-11967
-