Skip to content

[validation] Spring Boot support range validation messages appear and disappear again #887

Closed
@martinlippert

Description

@martinlippert

I tried to convert Petclinic to Spring Boot 3 in VSCode (using the latest Spring Tools CI builds) using the OpenRewrite recipes from the command palette. The conversion itself seems to work fine, although looking at the problems view in VSCode while doing that reveals some strange things.

Among them, I can see (after clicking the button to update the project config in the popup that appears after the project files got changed) some INFO messages appear in the problem view about the Spring Boot support ranges, but those info messages also disappear again. I am not sure why they appear and disappear. They were not in the problems view before the conversion to Spring Boot 3.

I am not exactly sure whether the validation itself works correctly here or not, but I am worried about those info messages (whether correct or not) are appearing and disappearing. It feels to me like a more fundamental problem of those diagnostics being overridden or deleted in some situations (or something like that). We should investigate this.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions