- 28 Feb, 2018 40 commits
-
-
Phillip Webb authored
-
Madhura Bhave authored
-
Andy Wilkinson authored
Closes gh-12235
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Phillip Webb authored
-
Phillip Webb authored
This reverts commit eef6fdb0.
-
Andy Wilkinson authored
* gh-12287: Polish "Remove redundant auto-configuration of SI Micrometer metrics" Remove redundant auto-configuration of SI Micrometer metrics
-
Andy Wilkinson authored
Closes gh-12287
-
Gary Russell authored
Spring Integration no longer requires a `MicrometerMetricsFactory` to support Micrometer metrics so there's nothing for Boot to auto-configure. See gh-12287
-
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
-