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
The current interpolation logic does not seem to support default values, i.e. ${primary.value:fallback}, instead treating the entire primary.value:fallback as the property key. This may be conflating resource filtering with actual maven property expressions, but I do still think the ability to have default values would be of value. Is there another way to achieve this currently?
The text was updated successfully, but these errors were encountered:
The current interpolation logic does not seem to support default values, i.e.
${primary.value:fallback}
, instead treating the entireprimary.value:fallback
as the property key. This may be conflating resource filtering with actual maven property expressions, but I do still think the ability to have default values would be of value. Is there another way to achieve this currently?The text was updated successfully, but these errors were encountered: