Skip to content

Incorrect metadata for HttpServiceClientProperties ("spring.http.serviceclient") #47943

@kaleev

Description

@kaleev

spring-configuration-metadata.json in spring-boot-http-client-4.0.0-RC1.jar has incorrect metadata generated for HttpServiceClientProperties ("spring.http.serviceclient"):

{
      "name": "spring.http.serviceclient",
      "type": "java.util.Map<String.org.springframework.boot.http.client.autoconfigure.HttpClientProperties>",
      "description": "HTTP Service Client definitions",
      "sourceType": "org.springframework.boot.http.client.autoconfigure.service.HttpServiceClientProperties"
}

That breaks configuration properties code insight in IDEs.

Metadata

Metadata

Assignees

Labels

type: regressionA regression from a previous release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions