Skip to content

Improve validation of @ConfigProperty/defaultValue for lists and arrays #409

@angelozerr

Description

@angelozerr

Given this ConfigProperty:

@ConfigProperty(name = "listprop2", defaultValue="12,A,14")
List<Integer> greeting2;

The validation of default value highlights the full String of default value

image

It should be nice to highlight just A

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions