-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode PROP_UNKNOWN_PROPERTY when using spring-boot-configuration-processor in a Gradle project #585
Comments
This is expected because Gradle tooling (BuildShip) doesn't support annotation processor configuration in Eclipse. The maven tooling (m2e) does. This is a very long standing issue. See: eclipse-buildship/buildship#329 You can try to comment there to try and add your vote/voice and motivate Gradle folks to fix this. |
I am from the future and here to motivate gradle folks to fix this! |
@RamenTurismo I would recommend to comment on the above mentioned issue of the buildship project... |
I got the same issue with a maven project |
@gratisCobalt Can you share more details about when and how you are running into this issue and provide a few steps to reproduce this? |
Describe the bug
In VSCode when using spring-boot-configuration-processor in a Gradle project, any custom properties report PROP_UNKNOWN_PROPERTY.
This issue does NOT occur when using a Maven project.
To Reproduce
spring-boot-configuration-processor
@ConfigurationProperties
classapplication.properties
Sample
https://github.com/mdgilene/spring-unknown-config-bug
The text was updated successfully, but these errors were encountered: