- 03 Jun, 2019 2 commits
-
-
Phillip Webb authored
See gh-16544
-
maly7 authored
Update `@JsonComponent` so that it can also be used to register key serializers and deserializers. See gh-16544
-
- 02 Jun, 2019 6 commits
-
-
Phillip Webb authored
* pr/16987: Polish "Avoid using deprecated NCSARequestLog" Avoid using deprecated NCSARequestLog Closes gh-16987
-
Phillip Webb authored
See gh-16987
-
dreis2211 authored
See gh-16987
-
Stephane Nicoll authored
* pr/17044: Polish "Fix typo in javadoc" Fix typo in javadoc Closes gh-17044
-
Stephane Nicoll authored
See gh-17044
-
fidel authored
See gh-17044
-
- 01 Jun, 2019 10 commits
-
-
Phillip Webb authored
* pr/16671: Polish defaultElementEquals Polish dashIgnoringElementEquals() Closes gh-16671
-
Phillip Webb authored
See gh-16671
-
Johnny Lim authored
See gh-16671
-
Phillip Webb authored
* pr/17040: Polish "Replace anonymous class with lambdas" Replace anonymous class with lambdas Closes gh-17040
-
Phillip Webb authored
See gh-17040
-
fidel authored
See gh-17040
-
Phillip Webb authored
-
Phillip Webb authored
* pr/17010: Polish "Use request factory to support Basic Authentication" Use request factory to support Basic Authentication Closes gh-17010
-
Phillip Webb authored
Reduce the surface area of the public API by making the `BasicAuthentication` and `BasicAuthenticationClientHttpRequestFactory` class package private. This commit also attempts to simplify `TestRestTemplate` by keeping the `RestTemplateBuilder` and reusing it, rather than needing to deal only with a `RestTemplate` instance. See gh-17010
-
Dmytro Nosan authored
Update `RestTemplateBuilder` to use a custom request factory to add authentication headers rather than an interceptor. Prior to this commit, the use of the `BasicAuthenticationInterceptor` interceptor could cause `OutOfMemoryError` whenever a large file is uploaded. See gh-17010
-
- 31 May, 2019 5 commits
-
-
Issam El-atif authored
Simplify `ClientHttpConnectorConfiguration`by using the recently introduced `JettyClientHttpConnector` constructor. See gh-17015
-
Madhura Bhave authored
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-17029
-
Phillip Webb authored
Split the JUnit 5 `OutputCapture` class into separate `OutputExtension` and `CapturedOutput` classes. The JUnit 5 callback methods are now contained only in the `OutputExtension` class so no longer pollute the public API that users will interact with. The `CapturedOutput` class has also been updated to capture System.err and System.out separately to allow distinct assertions if required. Closes gh-17029
-
- 30 May, 2019 5 commits
-
-
Phillip Webb authored
Refactor `Autotime` from a properties object to an interface and change the existing metric recording implementations. The `AutoTimer` interface is a general purpose callback that can be applied to a `Timer.Builder` to configure it. Autotime properties are now located in `spring-boot-actuator-autoconfigure` and have become an implementation of the interface. Closes gh-17026
-
Phillip Webb authored
-
Phillip Webb authored
-
Stephane Nicoll authored
* pr/17004: Polish CassandraDataAutoConfiguration Closes gh-17004
-
Dmytro Nosan authored
See gh-17004
-
- 29 May, 2019 12 commits
-
-
Phillip Webb authored
Closes gh-17019
-
Phillip Webb authored
Closes gh-16949
-
Phillip Webb authored
Closes gh-17018
-
Phillip Webb authored
Update `SpringIterableConfigurationPropertySource` so that they cache and cache key are not stored in different fields. Prior to this commit it was possible that the an incorrect cache could be returned from because the key and cache were out of sync. This commit also allows more lenient handling of ConcurrentModification exceptions if they are thrown during cache retrieval. Closes gh-17017 See gh-17013
-
Phillip Webb authored
* pr/17012: Add missing @Test annotation Closes gh-17012
-
dreis2211 authored
See gh-17012
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-17016
-
Phillip Webb authored
* pr/17005: Handle all getters first in JavaBeanBinder Closes gh-17005
-
Johnny Lim authored
Update `JavaBeanBinder.addProperties` to add both `get` and `is` methods before `set`. See gh-17005
-
Andy Wilkinson authored
Closes gh-17006
-
Andy Wilkinson authored
* gh-17002: Add a missing @Test in JavaBeanBinderTests Closes gh-17002
-