- 04 Nov, 2019 12 commits
-
-
Andy Wilkinson authored
In 2.2.0, @ConfigurationPropertiesScan was enabled by default. Unfortunately, this had the unexpected side-effect of breaking conditional enablement of a @ConfigurationProperties class via @EnableConfigurationProperties if the @ConfigurationProperties class was in a package covered by scanning. This commit remove @ConfigurationPropertiesScan from @SpringBootApplication so that it is no longer enabled by default. 2.1.x users who rely upon such conditional enablement of @ConfigurationProperties classes can now upgrade to 2.2.x without having to make any changes. Users who do not have such a need and are in a position to use configuration properties scanning can now opt-in by adding @ConfigurationPropertiesScan to their main application class alongside @SpringBootApplication. Closes gh-18674
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-18743
-
Andy Wilkinson authored
Previously, all of the type exclude filters in spring-boot-test-autoconfigure were package-private. This prevent a user who was creating their own test slice from composing their own TypeExcludeFilter with one of Boot's. This commit updates all of the TypeExcludeFilters in the test-autoconfigure module to make them public. The intention is only to allow them to be composed with other type exclude filters when referenced in a @TypeExcludeFilters annotation. Therefore, each filter class is declared final and their constructors remain package-private. Closes gh-18746
-
Stephane Nicoll authored
* pr/18847: Add missing reference to HazelcastHealthContributorAutoConfiguration Closes gh-18847
-
wycm authored
See gh-18847
-
Stephane Nicoll authored
Closes gh-18851
-
Stephane Nicoll authored
* pr/18848: Drop JDK 12-based CI Closes gh-18848
-
dreis2211 authored
See gh-18848
-
Stephane Nicoll authored
Closes gh-18850
-
Stephane Nicoll authored
* pr/18845: Test the Gradle Plugin against Gradle 5.6.4 Closes gh-18845
-
dreis2211 authored
See gh-18845
-
- 02 Nov, 2019 3 commits
-
-
Stephane Nicoll authored
Closes gh-18733
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-18737
-
- 01 Nov, 2019 9 commits
-
-
Madhura Bhave authored
Closes gh-18840
-
Madhura Bhave authored
Closes gh-17261
-
Stephane Nicoll authored
Closes gh-18798
-
Stephane Nicoll authored
* pr/18837: Add reference to Armeria starter Closes gh-18837
-
Jaeyeon Kim authored
See gh-18837
-
Stephane Nicoll authored
* pr/18838: Polish Closes gh-18838
-
Johnny Lim authored
See gh-18838
-
Stephane Nicoll authored
* pr/18833: Remove unnecessary log4j exclusion Closes gh-18833
-
larrywest authored
See gh-18833
-
- 31 Oct, 2019 7 commits
-
-
Brian Clozel authored
This commit creates a new configuration property `spring.codec.max-in-memory-size` which configures the maximum amount of data to be buffered in memory by codecs (both client and server). This property has no default value - it will let Spring Framework handle the default behavior, currently enforcing a 256KB for provided codecs. Fixes gh-18828
-
Stephane Nicoll authored
Closes gh-18818
-
Stephane Nicoll authored
Closes gh-18824
-
Stephane Nicoll authored
Closes gh-18823
-
Stephane Nicoll authored
Closes gh-18822
-
Stephane Nicoll authored
Closes gh-18821
-
Stephane Nicoll authored
Closes gh-18820
-
- 30 Oct, 2019 3 commits
-
-
Phillip Webb authored
Update `HealthEndpointConfiguration` to also include adapted reactive health contributors when project reactor is on the classpath. Prior to this commit, reactive contributors were only exposed in WebFlux applications. This was a regression from Spring Boot 2.1 that we didn't catch because all our own reactive contributors all have non-reactive equivalents. Closes gh-18805
-
Phillip Webb authored
-
Stephane Nicoll authored
This commit is a follow-up of a change in Spring Framework[1] to make sure injection points that are expecting a specific bean by name use a qualifier. As a result of this change, MVC uses the dedicated MVC validator again rather than the general one auto-configured by Spring Boot. [1] https://github.com/spring-projects/spring-framework/issues/23887 Closes gh-18672
-
- 29 Oct, 2019 6 commits
-
-
Stephane Nicoll authored
Closes gh-18802
-
Stephane Nicoll authored
Closes gh-18801
-
Stephane Nicoll authored
Closes gh-18800
-
Stephane Nicoll authored
Closes gh-18799
-
Stephane Nicoll authored
Closes gh-18797
-
Stephane Nicoll authored
Closes gh-18796
-