- 14 May, 2019 25 commits
-
-
Stephane Nicoll authored
Closes gh-16227
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-16846
-
Stephane Nicoll authored
Closes gh-16845
-
Stephane Nicoll authored
Closes gh-16844
-
Stephane Nicoll authored
Closes gh-16843
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-16842
-
Stephane Nicoll authored
Closes gh-16841
-
Stephane Nicoll authored
Closes gh-16840
-
Stephane Nicoll authored
Closes gh-16839
-
Stephane Nicoll authored
Closes gh-16838
-
Stephane Nicoll authored
Closes gh-16837
-
Stephane Nicoll authored
Closes gh-16724
-
Stephane Nicoll authored
Closes gh-16749
-
Stephane Nicoll authored
Closes gh-16751
-
Stephane Nicoll authored
Closes gh-16753
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-16836
-
Stephane Nicoll authored
Closes gh-16748
-
Stephane Nicoll authored
Closes gh-16750
-
Stephane Nicoll authored
Closes gh-16750
-
Stephane Nicoll authored
Closes gh-16752
-
Stephane Nicoll authored
Closes gh-16754
-
- 13 May, 2019 14 commits
-
-
Brian Clozel authored
This commit auto-configures CBOR (see https://cbor.io/) codecs in the RSocketStrategies, using Jackson binary format support. The required dependency is added to the rsocket starter. Binary codecs are well suited for RSocket payloads, so this codec is added first to the list of codecs (before the JSON one already supported). Closes gh-16830
-
Brian Clozel authored
As of spring-projects/spring-hateoas#854, Spring HATEOAS is not relying on Objenesis anymore and removed the cache that was being used for it. This commit removes the support for clearing that cache when running an application with Devtools enabled. See gh-16833
-
Stephane Nicoll authored
Closes gh-16409
-
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.
-