Unknown property error shown in application.yml when using java records #955
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: property-editing-support
type: bug
Milestone
Describe the bug
Given the following classes:
and the following
application.yml
The
application.yml
editor will show:Unknown property 'name' for type 'com.example.security.UserProperties'
If java classes with
@ConstructorBinding
is used, no problems are identified.To Reproduce
As described above.
Sample
https://github.com/philwebb/whats-new-in-spring-boot-3-0
The text was updated successfully, but these errors were encountered: