- 30 Jan, 2018 29 commits
-
-
Andy Wilkinson authored
Closes gh-11852
-
Jon Schneider authored
See gh-11852
-
Andy Wilkinson authored
* gh-11815: Use Spring Session BOM in dependency management
-
Vedran Pavic authored
Closes gh-11815
-
Andy Wilkinson authored
This reverts commit d908d0e8. See gh-11830
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-11845
-
Stephane Nicoll authored
-
Stephane Nicoll authored
While Spring Mobile support has been removed from Spring Boot, the auto-configuration has been relocated to a separate module that uses the same keys. Flagging those keys as deprecated means that the IDE will be confused when the extra jar is present on the classpath as it advertizes, as it should, support fo them. Closes gh-11844
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-11806
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-11371
-
Stephane Nicoll authored
This commit reverts df28ee71
-
Jon Schneider authored
Add MeterFilter to restrict the maximum number of web client URI tags created. Prior to this commit, if a user was manually building URIs for use with a RestTemplate (rather than using uriVariables) the JVM could run out of memory. Fixes gh-11338 Co-authored-by:
Phillip Webb <pwebb@pivotal.io>
-
Phillip Webb authored
Update `MeterRegistryPostProcessor` and `MetricsAutoConfiguration` so that micrometer `MeterFilter` beans are automatically applied. Fixes gh-11843
-
Phillip Webb authored
Closes gh-11575
-
Phillip Webb authored
Update `LambdaSafe` to also detect `ClassCastException` messages that start with "module/name". See gh-11584
-
Phillip Webb authored
-
Phillip Webb authored
See gh-11575
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-11704
-
Phillip Webb authored
* pr/11839: Use interfaces for collection declarations
-
dreis2211 authored
Closes gh-11839
-
Phillip Webb authored
Update micrometer auto-configuration so that a `CompositeMeterRegistry` is only created when more than one `MeterRegistry` bean is declared. When a composite is crated, it is marked as `@Primary` so that it can be directly injected. Meter registries can now be defined directly as beans, and auto-configuration can back off in the usual way. The `MeterRegistryConfigurer` is now called `MeterRegistryCustomizer` and is generically types so it's easy to apply customizations to a particular `MeterRegistry` implementation. Fixes gh-11799 Co-authored-by:
Jon Schneider <jschneider@pivotal.io>
-
- 29 Jan, 2018 11 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Migrate existing code to the new `LambaSafe` callback handler. Closes gh-11584
-
Phillip Webb authored
Add `LambdaSafe` utility that provides a consistent way to deal with the problems that can occur when calling lambda based callbacks. See gh-11584
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-11837
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-11836
-
Andy Wilkinson authored
Closes gh-11501
-