- 25 Oct, 2018 13 commits
-
-
Brian Clozel authored
Closes gh-14936
-
Phillip Webb authored
Add checkstyle rule to ensure SLF4J is not used. Closes gh-14911
-
Phillip Webb authored
-
Phillip Webb authored
Don't use SLF4J loggers in `WebMvcMetricsFilter`. Fixes gh-14953
-
Phillip Webb authored
* pr/14947: Use message source in Web UI sample
-
Vedran Pavic authored
Update the sample application to show how a message source can be used in the view tier. Closes gh-14947 See gh-14882
-
Phillip Webb authored
* pr/14950: Add starter for OAuth2 resource server
-
Vedran Pavic authored
Closes gh-14950
-
Phillip Webb authored
Update `ApplicationContextAssert.getBean` so that multiple beans are supported as long as one of them is primary. This aligns better with the way that the standard `ApplicationContext.getBean` method works. Closes gh-14874
-
Madhura Bhave authored
-
Phillip Webb authored
Fixup sample POM following rename of the oauth2-oidc-client starter. See gh-14951
-
Phillip Webb authored
Fixup dependencies POM following rename of the oauth2-oidc-client starter. See gh-14951
-
Phillip Webb authored
Rename `spring-boot-starter-oauth2-oidc-client` to `spring-boot-starter-oauth2-client`. Closes gh-14951
-
- 24 Oct, 2018 9 commits
-
-
Phillip Webb authored
Change `ApplicationConversionService.getSharedInstance()` to again return a `ConversionService` rather than `ApplicationConversionService`. This restore binary compatibly with Spring Boot 2.0 Closes gh-14938
-
Phillip Webb authored
Update Thymeleaf and FreeMarker configurations to make use of the new `@ConditionalOnMissingFilterBean` annotation. Closes gh-14926
-
Phillip Webb authored
Add a new condition that can be used to check for servlet `Filter` beans that are either registered directly, or via a `FilterRegistrationBean`. Closes gh-14940
-
Phillip Webb authored
Add a `parameterizedContainer` attribute to `ConditionalOnBean` and `ConditionalOnMissingBean` which can be used to support generic types when checking for the presence of beans. Closes gh-14940
-
Phillip Webb authored
-
Phillip Webb authored
-
Madhura Bhave authored
Closes gh-14918
-
Stephane Nicoll authored
* pr/14937: Replace lambdas with method reference or call
-
dreis2211 authored
Closes gh-14937
-
- 23 Oct, 2018 13 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
* gh-14915: Polish Skip restarter for JUnit5
-
Madhura Bhave authored
Closes gh-14915
-
michal authored
See gh-14915
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-14927
-
Brian Clozel authored
See gh-14936
-
Madhura Bhave authored
* gh-14910: Use Commons Logging for PrometheusPushGatewayManager
-
Johnny Lim authored
Closes gh-14910
-
Madhura Bhave authored
-
Madhura Bhave authored
* gh-14912: Use Errors.hasErrors() in DefaultErrorAttributes
-
dreis2211 authored
Closes gh-14912
-
- 22 Oct, 2018 5 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
* gh-14916: Avoid creation of unnecessary collections
-
dreis2211 authored
Closes gh-14916
-