spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
https://github.com/spring-cloud/spring-cloud-commons/blob/a0ec693cbd9e7fa3a53642d9f7af6974e4aee7d9/docs/modules/ROOT/pages/spring-cloud-commons/application-context-services.adoc?plain=1#L153 I'm not sure, if not a typo, please close this issue, thanks.
``` java.lang.IllegalStateException: java.lang.IllegalArgumentException: Unknown format 'CONSOLE_LOG_STRUCTURED_FORMAT_IS_UNDEFINED'. Values can be a valid fully-qualified class name or one of the common formats: [ecs, gelf, logstash] at org.springframework.boot.context.logging.LoggingApplicationListener.initializeSystem(LoggingApplicationListener.java:347) at org.springframework.boot.context.logging.LoggingApplicationListener.initialize(LoggingApplicationListener.java:298) at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEnvironmentPreparedEvent(LoggingApplicationListener.java:246) at...
**Describe the bug** In [documentation](https://docs.spring.io/spring-cloud-commons/reference/spring-cloud-commons/common-abstractions.html) `Spring RestClient as a LoadBalancer Client` and `Spring WebClient as a LoadBalancer Client` sections contains wrong `RestClient.Builder` bean declarations, e.g.: ```java @LoadBalanced @Bean RestClient.Builder restClientBuilder()...
# Description The current implementation of `ReactiveCompositeDiscoveryClient` does not respect the order of discovery clients. Instead of returning results in the specified order, it returns the first non-empty Flux from...
When using the default cache, the following warning is logged: > Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding...