- 13 May, 2019 11 commits
-
-
Stephane Nicoll authored
Closes gh-16574
-
Stephane Nicoll authored
Closes gh-16833
-
Stephane Nicoll authored
Closes gh-16798
-
Stephane Nicoll authored
This commits moves the single use of that property to the already existing Tomcat-specific one. Closes gh-16673
-
Brian Clozel authored
Closes gh-16690
-
Stephane Nicoll authored
-
Brian Clozel authored
This commit auto-configures a prototype `RSocketRequester.Builder` bean for building requester instances. This builder is pre-configured with auto-detected `RSocketStrategies` (same as the server side). Closes gh-16280
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit restores the read-only `finalName` so that its value can be lazily resolved against `${project.build.finalName}`. While doing the evaluation ourselves and not relying on a dedicated field at all would have been better, the evaluation increased the number of required dependencies for no good reason. IDEs should not offer auto-completion for that read-only field and it is not published in the generated site either. Closes gh-16456
-
Brian Clozel authored
Closes gh-16827
-
Brian Clozel authored
Closes gh-16416
-
- 11 May, 2019 1 commit
-
-
Madhura Bhave authored
This reverts commit 3b4ff7d7. The commit caused the build to fail because it disabled `@ConfigurationPropertiesScan` completely in slice tests. It did not take into account components that were explicitly included in slice tests using the `components` attribute. Since `@ConfigurationPropertiesScan` replaces `@Component` and `@EnableConfigurationProperties`, these components are no longer registered even though explicitly included.
-
- 10 May, 2019 17 commits
-
-
Madhura Bhave authored
Closes gh-16659
-
Brian Clozel authored
-
Brian Clozel authored
* pr/16730: Fix 'spring.resources.cache.period' for WebMvc
-
Marcus Eisele authored
Before this change it got overwritten by forwarding an empty CacheControl to Spring. Spring itself sets CacheSeconds already correctly in absence (=null) of a CacheControl. Also: * Fixes bug in WebMvcAutoConfigurationTests.cachePeriod which prevented it to assert anything See gh-16488 Closes gh-16730
-
Brian Clozel authored
-
Brian Clozel authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-16724
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-16748
-
Brian Clozel authored
Closes gh-16817
-
Andy Wilkinson authored
Previously, due to a quirk in Spring Framework, it was necessary to use bean method proxying in @Configuration classes that define one or more FactoryBeans. This quirk has now been addressed so this commit disables bean method proxying where it is now no longer needed. Closes gh-16533
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16758: Polish "Add negative tests to ConfigurationPropertiesScanTests" Add negative tests to ConfigurationPropertiesScanTests
-
Stephane Nicoll authored
Closes gh-16758
-
Johnny Lim authored
See gh-16758
-
- 09 May, 2019 11 commits
-
-
Stephane Nicoll authored
Closes gh-16798
-
Stephane Nicoll authored
Closes gh-16589
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-16812
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-16759
-
Andy Wilkinson authored
* gh-16739: Start building against Spring Kafka 2.3.0.M2 snapshots Closes gh-16739
-
Gary Russell authored
See gh-16739 See gh-16752
-
Andy Wilkinson authored
Closes gh-16809
-
Andy Wilkinson authored
* gh-16703: Polish "Enable minIdle by allowing timeBetweenEviction runs to be configured" Enable minIdle by allowing timeBetweenEviction runs to be configured Closes gh-16703
-