Skip to content

issue: Enable RestClient Auto Configuration when use Reactive and VirtualThreadsExecutor is Enabled. #47695

@zakaria-shahen

Description

@zakaria-shahen

I'm using Spring Boot 3.5.6 with next dependencies in classpath

implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.boot:spring-boot-starter-web")

I added the following properties:

spring.main.web-application-type=reactive
spring.threads.virtual.enabled=true

Is it expected that RestClientAutoConfiguration doesn't get enabled?

@Conditional(NotReactiveWebApplicationOrVirtualThreadsExecutorEnabledCondition.class)

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions