-
-
Notifications
You must be signed in to change notification settings - Fork 465
Closed
Labels
Description
Problem Statement
I'm currently testing my application with Spring Boot 4.0.0-M2 and with the current sentry gradle plugin 5.9.0 in my build file, I will get the following error on start:
Could not find class [org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration]
That's because of the modularisation efforts, the WebClient has it's own module now and the class moved to
module/spring-boot-webclient/src/main/java/org/springframework/boot/webclient/autoconfigure/WebClientAutoConfiguration.java
It would be great if the Sentry Spring Boot 4 support would be ready by the time the final version is released.
Solution Brainstorm
No response
don-vip
Metadata
Metadata
Assignees
Labels
Projects
Status
No status