- 25 Oct, 2018 6 commits
-
-
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 8 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
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Fix `ResourceUrlEncodingFilter` conditions which were inadvertently changed in commits 64f04fce and 6cc272ec and would back off if any `FilterRegistrationBean` was found. The updated conditions restores the behavior of Spring Boot 2.0.5 and allows users to directly register their own `ResourceUrlEncodingFilter` beans (as long as they don't use a `FilterRegistrationBean`). Fixes gh-14897
-
- 19 Oct, 2018 4 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
This commit also marks a release as pre-release for milestones and RCs Closes gh-14908 Closes gh-14875
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14872
-