- 28 Feb, 2018 31 commits
-
-
Andy Wilkinson authored
Closes gh-12286
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-12267
-
Andy Wilkinson authored
Closes gh-12285
-
Andy Wilkinson authored
Closes gh-12247
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-11991
-
Stephane Nicoll authored
* pr/12284: Remove an unnecessary method in EndpointDiscoverer
-
Johnny Lim authored
Closes gh-12284
-
Stephane Nicoll authored
Prior to this commit, the `ApplicationContext` couldn't start with a JDK-proxied `HikariDataSource` as the JMX auto-configuration was attempting to inject a (too narrowed) `HikariDataSource`. This commit rather injects a regular `DataSource` and attempt to unwrap it as a `HikariDataSource`. Closes gh-12271
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-12234
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-11991: Polish "Fix handling of static resource jars with spaces in their paths" Fix handling of static resource jars with spaces in their paths
-
Andy Wilkinson authored
Closes gh-11991
-
Rupert Madden-Abbott authored
See gh-11991
-
Brian Clozel authored
* pr/12269: Polish Add Netty Compression support
-
Brian Clozel authored
Closes gh-12268
-
Stephane Maldini authored
Reactor Netty 0.7.5 now supports all Compression options. Unlike previous Reactor Netty versions, the minimum compression threshold is now based on the content-length instead of accumulating for a while the data. See gh-12268
-
Andy Wilkinson authored
Closes gh-12279
-
Andy Wilkinson authored
Closes gh-12278
-
Stephane Nicoll authored
* pr/12236: Polish contribution Polish
-
Stephane Nicoll authored
Closes gh-12236
-
igor-suhorukov authored
See gh-12236
-
Stephane Nicoll authored
Closes gh-12233
-
Phillip Webb authored
Update `EndpointRequest` to that the `PathMappedEndpoints` bean is optional. A missing bean is treated as if there are no path mapped endpoints. Fixes gh-12238
-
Phillip Webb authored
Update `WebMvcTypeExcludeFilter` to include `WebSecurityConfigurer` beans. Fixes gh-12275
-
Madhura Bhave authored
-
Phillip Webb authored
Fix test failing due to commit d6649678. See gh-12238
-
Phillip Webb authored
Update `ApplicationContextRequestMatcher` and `ApplicationContextServerWebExchangeMatcher` to use a supplier for the context, rather than the context itself. This allow exceptions to be propagated to subclasses which may choose to deal with them. See gh-12238
-
Phillip Webb authored
Update `spring-boot-actuator-autoconfigure` so that it no longer has a dependency on `spring-boot-test-autoconfigure`. This will allow us to add test support for actuator concerns in the future if we need to. Fixed gh-12270
-
- 27 Feb, 2018 9 commits
-
-
Brian Clozel authored
This commit simplifies the HTTP compression configuration for Reactor Netty servers. Also, this commit removes a test for the `server.compression.min-response-size` support, as this is only supported when the HTTP response contains a `Content-Length` header. Since most Spring WebFlux responses are using `Transfer-Encoding: chunked`, we should not test for that case. See gh-12268
-
Madhura Bhave authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, if the project's group, name, or version changed the BuildInfo task would still be considered up-to-date as the values of the project's properties were not reflected in the fields of the BuildInfo instance. This commit updates BuildInfo to copy the value of the project's property to the corresponding BuildInfo field when the property is read using its getter method on BuildInfo. Closes gh-12266
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-12256
-
Andy Wilkinson authored
Closes gh-12246
-
Andy Wilkinson authored
Closes gh-12245
-
Andy Wilkinson authored
Closes gh-12111 Closes gh-12266
-