- 27 Aug, 2018 3 commits
-
-
Stephane Nicoll authored
* pr/14212: Polish
-
Johnny Lim authored
Closes gh-14212
-
Stephane Nicoll authored
Closes gh-14210
-
- 26 Aug, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/14202: Polish
-
Johnny Lim authored
Closes gh-14202
-
- 24 Aug, 2018 20 commits
-
-
Madhura Bhave authored
* gh-14190: Polish "OIDC issuer uri in OAuth resource server config" Support OIDC issuer uri in OAuth resource server config
-
Madhura Bhave authored
Closes gh-14190
-
artsiom authored
-
Madhura Bhave authored
* gh-13865: Add user-info-authentication-method
-
mhyeon.lee authored
Closes gh-13865
-
Madhura Bhave authored
* gh-14156: Polish "OAuth2 client secret should not be required" OAuth2 client secret property should not be required
-
Madhura Bhave authored
Closes gh-14156
-
artsiom authored
-
Madhura Bhave authored
Closes gh-14169
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13810
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13896
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-14145
-
Stephane Nicoll authored
See gh-14184
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14184: Polish
-
Johnny Lim authored
Closes gh-14184
-
Stephane Nicoll authored
Closes gh-8926
-
- 23 Aug, 2018 15 commits
-
-
Madhura Bhave authored
Closes gh-14165
-
Stephane Nicoll authored
Hibernate 5.3 has deprecated the ehcache2 region factory so this commit upgrades the integration test to use JCache instead.
-
Brian Clozel authored
This reverts commit da4624a8.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit fixes the ordering between `CacheAutoConfiguration` and `HibernateJpaAutoConfiguration` so that the auto-configured `CacheManager` is configured before Hibernate starts. Closes gh-14181
-
Brian Clozel authored
This commit introduces a subclass of `DispatcherHandler` that only considers the current context when looking for WebFlux infrastructure beans. This avoids issues where a child context (e.g. with Actuator) picks up infrastructure beans from the parent context and exposes all endpoints instead of getting only the ones from the current context. Closes gh-14012
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-1789
-
Stephane Nicoll authored
* pr/14172: Polish
-
Johnny Lim authored
Closes gh-14172
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commits restores the behaviour of Spring Boot 1.x with regards to the "trace" request param used to add the stacktrace to the model. This was inadvertently changed so that the stacktrace would be added if the parameter wasn't set. Closes gh-14171
-
Brian Clozel authored
This commit adds a new auto-configuration choice for `ClientHttpConnector`, this time using the Jetty RS HTTP client library if available. This is the best choice in case the application runs on a Jetty reactive server, as both client and server will share resources. Closes gh-14005
-
Sebastien Deleuze authored
This commit adds the Jetty RS HTTP client to the Spring Boot dependency management. As of SPR-15092 and SPR-17124, this HTTP client library is supported by Spring Framework. This commit is first step towards supporting that library as a driver for the WebClient / ClientHttpConnector auto-configuration. See gh-14005
-
Stephane Nicoll authored
-