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
However ChangeSpringPropertyKey and ChangeSpringPropertyValue only support globs for the oldKey not the newKey. This becomes a problem as there is 2 sources and the names can be defined by the app developer
Describe the solution you'd like
In a perfect world the newKey/newValue would be able to support globs as well as the old one.
Have you considered any alternatives or workarounds?
Currently we just use the YAML ChangeKey and warn properties users they may need to manually fix the files.
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve?
More information here
Basically I have a property that can be given a client name something like
This could also be in properties like
I would like to change the
url
key tonewurl
However ChangeSpringPropertyKey and ChangeSpringPropertyValue only support globs for the oldKey not the newKey. This becomes a problem as there is 2 sources and the names can be defined by the app developer
Describe the solution you'd like
In a perfect world the newKey/newValue would be able to support globs as well as the old one.
Have you considered any alternatives or workarounds?
Currently we just use the YAML ChangeKey and warn properties users they may need to manually fix the files.
The text was updated successfully, but these errors were encountered: