Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

MissingConfigurationProcessorRule produces a false positive when developing Spring Boot #329

@wilkinsona

Description

@wilkinsona

I like to use the Spring Boot tooling in the workspace that I use for Spring Boot development. Unfortunately, this results in a couple of hundred warnings that are similar to the following:

When using @ConfigurationProperties it is recommended to add 'spring-boot-configuration-processor' to your classpath to generate configuration metadata

The problem appears to lie here: https://github.com/spring-projects/spring-ide/blob/8b57cc822e5330d1f95c7342b80b0e0a1a1fd6a9/plugins/org.springframework.ide.eclipse.boot.validation/src/org/springframework/ide/eclipse/boot/validation/rules/MissingConfigurationProcessorRule.java#L120

In my, admittedly unusual, case spring-boot-configuration-processor isn't a jar but a reference to the project. As a result, it's not found and the warning is generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions