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
This use of an "inner class" as property value is getting flagged as an error by Liberty Tools validation, based on the LSP4MP code.
If I look at the Git history in the LS project: eclipse/lsp4mp@8512c09
In many MicroProfile implementations, ${other.property} can be used to refer to the value of an already defined property when defining the value of another property.
Does Liberty support something like prop1=${prop2}?
From the 'guide-microprofile-reactive-messaging' guide, we have in microprofile-config.properties:
mp.messaging.outgoing.systemLoad.value.serializer=io.openliberty.guides.models.SystemLoad$SystemLoadSerializer
which gets flagged with the error:
The text was updated successfully, but these errors were encountered: