Skip to content

Support Spring Boot 4 #4669

@alexkops

Description

@alexkops

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

Metadata

Metadata

Assignees

No fields configured for issues without a type.

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions