You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ConfigProperty defaultValue marked wrongly as an error ...'does not match expected type of '... despite fact that correct org.eclipse.microprofile.config.spi.Converter exists
#396
Open
mariankassovic opened this issue
May 10, 2023
· 1 comment
We should have the same problem in JDT. If I remember we skip converter because it is not an easy task to support them and we take care of simple type without converter.
I dont know if it will be easy to support this issue.
Validation incorrectly reports:
'00:00' does not match the expected type of 'LocalTime'.
despite fact that there is defined org.eclipse.microprofile.config.spi.Converter for LocalTime
converter is implemented as simple as
code works as expected, compiles and junits works as well - only validation reports incorrect error.
The text was updated successfully, but these errors were encountered: