You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logbook does not work with Spring Boot 3.3.4 with webflux/netty dependencies.
Description
I'm trying to integrate logbook with Spring Boot 3.3.x + webflux but it seems not to log requests/responses. I read the documentation and tried to find some working examples on the web, but without success.
Before that I worked with Spring Boot 2.7.x and Logbook 3.7.2, which worked as a charm.
I've prepared a minimal repo with two versions of Spring Boot for testing to reproduce this issue.
Logbook does not work with Spring Boot 3.3.4 with webflux/netty dependencies.
Description
I'm trying to integrate logbook with Spring Boot 3.3.x + webflux but it seems not to log requests/responses. I read the documentation and tried to find some working examples on the web, but without success.
Before that I worked with Spring Boot 2.7.x and Logbook 3.7.2, which worked as a charm.
I've prepared a minimal repo with two versions of Spring Boot for testing to reproduce this issue.
Steps to Reproduce
mvn spring-boot:run
mvn -f pom-2.6.xml spring-boot:run
Your Environment
3.9.0
pom.xml
pom-2.6.xml
application.yml
The text was updated successfully, but these errors were encountered: