Airidas36

Results 3 issues of Airidas36

## Motivation Currently, micrometer observation is not supported by the underlying RabbitMQ client, so it's not possible to trace any messages or collect metrics. ## Desired solution `com.rabbitmq:amqp-client` started [supporting...

**Affects:** 6.1.5 --- ### Description `@RestController` which is producing `Flux` as `MediaType.APPLICATION_JSON_VALUE` will fail to encode an error, handled by `@RestControllerAdvice`, if the Flux contains multiple signals starting with the...

type: documentation
in: web

**Is your feature request related to a problem? Please describe.** With the new Spring `6.1.0-M1` version, methods annotated with `@Scheduled` can now return `Publisher` types e.g (`Mono`, `Flux`, etc.) https://github.com/spring-projects/spring-framework/pull/29924...