- 16 Feb, 2018 15 commits
-
-
Andy Wilkinson authored
Closes gh-12068
-
Jon Schneider authored
See gh-12068
-
Andy Wilkinson authored
Closes gh-11853
-
Andy Wilkinson authored
Closes gh-12080
-
Andy Wilkinson authored
Closes gh-11864
-
Brian Clozel authored
Update Redis Cache tests after changes in DATAREDIS-715.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-11930
-
Brian Clozel authored
Previously `TestRestTemplate` would override the configured `ClientHttpRequestFactory` if the Apache HTTP client library was on classpath. This commit fixes two issues: 1. The existing `ClientHttpRequestFactory` is overridden *only* if it is using the Apache HTTP client variant, in order to wrap it with the `TestRestTemplate` custom support 2. Calling `withBasicAuth` will no longer directly use the request factory returned by the internal `RestTemplate`; if client interceptors are configured, the request factory is wrapped with an `InterceptingClientHttpRequestFactory`. If we don't unwrap it, interceptors are copied/applied twice in the newly created `TestRestTemplate` instance. For that, we need to use reflection as the underlying request factory is not accessible directly. Closes gh-8697
-
Andy Wilkinson authored
See gh-11870
-
Andy Wilkinson authored
Closes gh-12086
-
Andy Wilkinson authored
Closes gh-11916
-
Andy Wilkinson authored
* gh-12082: Use Jersey BOM in dependency management
-
Vedran Pavic authored
Closes gh-12082
-
Brian Clozel authored
-
- 15 Feb, 2018 11 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12065
-
Andy Wilkinson authored
* gh-12073: Polish "Add Kotlin support reference documentation" Add Kotlin support reference documentation
-
Andy Wilkinson authored
Closes gh-12073
-
sdeleuze authored
See gh-12073
-
Brian Clozel authored
The `server.display-name` configuration property is used to configure the application display name for Servlet-based applications. This commit moves that property to: `server.servlet.application-display-name` and keeps the same defaults. Closes gh-8624
-
Andy Wilkinson authored
* gh-12070: Polish "Document git command to clone the repo on Windows" Document git command to clone the repo on Windows
-
Andy Wilkinson authored
See gh-12070
-
imgx64 authored
Closes gh-12070
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit 4179ed5a. See gh-11870
-
- 14 Feb, 2018 14 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, we removed the Connectors from Tomcat's Service before the Context was started. The removal of the Connectors is required as it prevents Tomcat from accepting requests before we're ready to handle them. Part of starting the Context is creating and initializing the ServletContext. ServerProperties uses a ServletContextInitializer to set the session tracking modes and Tomcat rejects the SSL tracking mode if there is no SSL-enabled connector available. With the previous arrangement this led to a failure as the Connectors had been removed so the SSL-enabled connector could not be found. This commit updates the embedded Tomcat container to defer the removal of the Connectors until after the context has been started but still at a point that is before the Connectors themselves would have been started. Closes gh-12058
-
Andy Wilkinson authored
Closes gh-12060
-
Brian Clozel authored
Closes gh-11203
-
Andy Wilkinson authored
Closes gh-12057
-
Andy Wilkinson authored
Closes gh-12056
-
Andy Wilkinson authored
Closes gh-12055
-
Andy Wilkinson authored
Closes gh-12054
-
Andy Wilkinson authored
Closes gh-12053
-
Andy Wilkinson authored
Closes gh-12052
-
Andy Wilkinson authored
Closes gh-12051
-
Andy Wilkinson authored
Closes gh-12050
-
Andy Wilkinson authored
Closes gh-12049
-
Andy Wilkinson authored
Closes gh-12048
-