- 24 Jul, 2019 28 commits
-
-
Madhura Bhave authored
Closes gh-17628
-
Madhura Bhave authored
Closes gh-15553
-
Brian Clozel authored
Since spring-projects/spring-framework#23314 and the following commit spring-projects/spring-framework@be4facef1b, the RSocket codec selection is relaxed and the order of configured commits matters again. This commit ensures that the CBOR codec is configured ahead of the JSON codec so that it can be chosen first if no data mime type is specified when a connection is established with a client requester.
-
Brian Clozel authored
Since spring-projects/spring-framework#23314, the `RSocketStrategies` provide more codecs by default, and there is no need to order them to avoid conflicts during mime type selection. This commit also ensures that the `PayloadDecoder.ZERO_COPY` is configured on the RSocket server if the configured `DataBufferFactory` is compatible with that strategy.
-
Phillip Webb authored
Closes gh-17624
-
Phillip Webb authored
* pr/17497: Trim OAuth2 provider property whitespace Closes gh-17497
-
Dmytro Nosan authored
Update `OAuth2ClientPropertiesRegistrationAdapter` to trim whitespace of the "provider" property. See gh-17497
-
Stephane Nicoll authored
Closes gh-17622
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Effectively all files have been touched this year due to the nohttp work.
-
Stephane Nicoll authored
Closes gh-16970
-
Stephane Nicoll authored
Closes gh-17620
-
Stephane Nicoll authored
Closes gh-17621
-
Stephane Nicoll authored
* pr/17567: Polish "Clarify description of "logging.file.max-history"" Clarify description of "logging.file.max-history" Closes gh-17567
-
Stephane Nicoll authored
See gh-17567
-
lihongmingming authored
See gh-17567
-
Stephane Nicoll authored
* pr/17612: Extend JavaVersion tests Closes gh-17612
-
dreis2211 authored
See gh-17612
-
Stephane Nicoll authored
* pr/17611: Align JavaVersion.NINE name with JDK versioning Closes gh-17611
-
dreis2211 authored
See gh-17611
-
Stephane Nicoll authored
* pr/17614: Remove obsolete UnauthenticatedAccessExample Closes gh-17614
-
dreis2211 authored
See gh-17614
-
Stephane Nicoll authored
* pr/17616: Polish Closes gh-17616
-
Johnny Lim authored
See gh-17616
-
Stephane Nicoll authored
See gh-16970
-
Stephane Nicoll authored
See gh-16970
-
- 23 Jul, 2019 12 commits
-
-
Andy Wilkinson authored
* gh-15834: Polish "Document `@EmbeddedKafka` and its interaction with Spring Boot" Document `@EmbeddedKafka` and its interaction with Spring Boot Closes gh-15834
-
Andy Wilkinson authored
See gh-15834
-
Artem Bilan authored
See gh-15834
-
Phillip Webb authored
-
Phillip Webb authored
Extend `JsonContentAssert` with `hasJsonPath` and `doesNotHaveJsonPath` methods which can be used to check the path regardless of the value it may or may not contain. Prior to this commit there wasn't an easy way to assert that the Jackson `@JsonInclude(JsonInclude.Include.NON_NULL)` annotation was applied since `assertDoesNotHavePathValue` would pass for both `{"name" : null}` and `{}`. Closes gh-17608
-
Phillip Webb authored
Fix the formatting message placeholders to '%s' since '{}' isn't supported by AssertJ. See gh-15569
-
Stephane Nicoll authored
See gh-17607
-
Stephane Nicoll authored
Hazelcast YAML support does not work with Java 13 so this commit disables relevant tests when Java 13 is detected See https://github.com/hazelcast/hazelcast/issues/15348 See gh-17607
-
Stephane Nicoll authored
* pr/16449: Polish "Make Actuator dedicated ConversionService configurable" Make Actuator dedicated ConversionService configurable Closes gh-16449
-
Stephane Nicoll authored
See gh-16449
-
chao.chang authored
See gh-16449
-
Stephane Nicoll authored
Closes gh-17544
-