- 29 Sep, 2019 40 commits
-
-
Stephane Nicoll authored
Closes gh-18429
-
Stephane Nicoll authored
Closes gh-18428
-
Stephane Nicoll authored
Closes gh-18427
-
Stephane Nicoll authored
Closes gh-18426
-
Stephane Nicoll authored
Closes gh-18425
-
Stephane Nicoll authored
Closes gh-18424
-
Stephane Nicoll authored
Closes gh-18423
-
Stephane Nicoll authored
Closes gh-18422
-
Stephane Nicoll authored
Closes gh-18421
-
Stephane Nicoll authored
Closes gh-18420
-
Stephane Nicoll authored
Closes gh-18418
-
Stephane Nicoll authored
Closes gh-18417
-
Stephane Nicoll authored
Closes gh-18416
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-18414
-
Phillip Webb authored
Closes gh-18411
-
Phillip Webb authored
* pr/18339: Polish 'Apply TTL invocation caching on reactor types' Apply TTL invocation caching on reactor types Closes gh-18339
-
Stephane Nicoll authored
Closes gh-18398
-
Phillip Webb authored
Closes gh-18409
-
Phillip Webb authored
This reverts commit 8d9e4479.
-
Phillip Webb authored
-
Phillip Webb authored
Fix package tangle in devtools by relocating `DevToolsEnablementDeducer` to a new `system` package. Closes gh-18393
-
Phillip Webb authored
Fix a package tangle that was introduced when we added cache bypass to `SpringIterableConfigurationPropertySource`. Ideally we should have been able to depend on `env` from `context` but unfortunately the `EnvironmentPostProcessor` interface references `SpringApplication` which needs to use the Binder. The `isImmutable` method has now been moved to `OriginLookup` which removes the immediate tangle. Closes gh-18393
-
Phillip Webb authored
Polish code and relocate `RSocketServerBootstrap` from `server` to `context` since it's really an `ApplicationContext` concern. Closes gh-18391
-
Phillip Webb authored
Closes gh-18395
-
Phillip Webb authored
* pr/18287: Polish 'Add @LocalRSocketServerPort support' Add @LocalRSocketServerPort support Closes gh-18287
-
Phillip Webb authored
See gh-18287
-
Verónica Vásquez authored
Add an appication context initializer to detect and store the active RSocket port in the Environment under `local.rsocket.server.port`. Additionally add a `@LocalServerPort` that provides a convenient alternative to `@Value`. See gh-18287 Co-authored-by:
Eddú Meléndez <eddu.melendez@gmail.com>
-
Phillip Webb authored
* pr/18374: Simplify pipe escaping for reference doc tables Avoid need to escape pipe character in reference tables Closes gh-18374
-
dreis2211 authored
Replace `{vbar}` with an escaped pipe character. Unfortunately `{vbar}` does not render correctly with PDF generation. See gh-18374
-
dreis2211 authored
-
Phillip Webb authored
* pr/18384: Polish some external documentation links Closes gh-18384
-
dreis2211 authored
See gh-18384
-
Phillip Webb authored
* pr/18383: Mention Java 13 in system requirements docs Closes gh-18383
-
dreis2211 authored
See gh-18383
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-17999
-
Phillip Webb authored
Extract reactor specific code to an inner class to protect against ClassNotFound exceptions if reactor is not in use. Also add support for `Flux`. See gh-18339
-
dreis2211 authored
Update `CachingOperationInvoker` so that TTL caching is applied directly to reactive types. Prior to this commit, a `Mono` would be cached, but the values that it emitted would not. See gh-18339
-
Phillip Webb authored
* pr/18333: Use ordered TaskExecutorCustomizers Fixes gh-18333
-