- 30 Apr, 2018 5 commits
-
-
Yaman Jain authored
Closes gh-12996
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-12996
-
Andy Wilkinson authored
* gh-13001: Upgrade to Kotlin 1.2.41
-
Sebastien Deleuze authored
Includes KT-23973 critical regression fix.
-
- 27 Apr, 2018 7 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fallback to server.servlet.session.timeout for backwards compatibility. Fixes gh-12906
-
Andy Wilkinson authored
Closes gh-12988
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-12796
-
Stephane Nicoll authored
* pr/12981: Polish
-
Johnny Lim authored
Closes gh-12981
-
- 26 Apr, 2018 4 commits
-
-
Madhura Bhave authored
NettyReactiveWebServerFactoryTests.portInUseExceptionIsThrownWhenPortIsAlreadyInUse started failing on CI following this change in reactor netty: https://github.com/reactor/reactor-netty/commit/e6634c27f6e847b7a6998a1f642c0b7efdf0c610 Instead of a `BindException`, a `NativeIoException` is thrown. Since that Exception is for internal use only, we throw a generic `WebServerException` instead of the `PortInUseException`.
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-12444
-
Stephane Nicoll authored
This commit excludes `com.rabbitmq:http-client` from `spring-rabbit` as the former brings spring webflux for an optional feature. This also prevents Spring Boot to consider that a web server should be started as all the necessary pieces are unexpectedly present. Closes gh-12853
-
- 25 Apr, 2018 8 commits
-
-
Stephane Nicoll authored
* pr/12960: Polish "Document Kotlin custom metadata generation" Document Kotlin custom metadata generation
-
Stephane Nicoll authored
Closes gh-12960
-
sdeleuze authored
See gh-12960
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12963
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12961
-
Stephane Nicoll authored
Closes gh-12955
-
- 24 Apr, 2018 7 commits
-
-
Stephane Nicoll authored
While being able to exclude all artifacts of a given group is a handy feature, excluding all artifacts with a given artifactId does not make much sense as it should refer to a single artifact anyway. Also the general "exclude" mechanism is meant to do the exact same thing. Closes gh-12885
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-12821
-
Stephane Nicoll authored
* pr/12926: Remove ManagementServerProperties.addApplicationContextHeader
-
Johnny Lim authored
Closes gh-12926
-
- 23 Apr, 2018 7 commits
-
-
Madhura Bhave authored
For tomcat, if an SslStoreProvider is configured, `SslStoreProviderUrlStreamHandlerFactory` stores the keyStore with an empty password. Previously, if a password was supplied using the ssl.key-store-password property, that would be the password used to load the keystore and the connector would fail with a "Password verification failed" exception. Fixes gh-11391
-
Andy Wilkinson authored
Closes gh-12952
-
Andy Wilkinson authored
* gh-12784: Polish “Only analyze configurations that we've registered to check” Only analyze configurations that we've registered to check
-
Andy Wilkinson authored
Closes gh-12784
-
danhyun authored
See gh-12784
-
Andy Wilkinson authored
See gh-12784
-
Brian Clozel authored
Since https://jira.spring.io/browse/SPR-16624, the contract for `ContentNegotiationStrategy` has been refined and should never return an empty list if it's got no preference for a media type, but it should rather respond with a `"*/*"` instead. This commit fixes the `OptionalPathExtensionContentNegotiationStrategy` defined in the Spring MVC auto-configuration to have that behavior. Fixes gh-12900
-
- 22 Apr, 2018 2 commits
-
-
Stephane Nicoll authored
Closes gh-12912
-
Stephane Nicoll authored
As we've updated the complete ref doc to use a canonical format for configuration keys, this not is outdated and this commit removes it.
-