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
Not the names will automatically converted into the ${} format
This fixes the wrong check if the parameter is defined at runtime which could lead to duplicate curlparameters
All property name filters which are supporting wildcards are supporting now to exclude a property from a previous found by supporting a remove with a leading "-".
E.g.
"product*"
"-productOffering"
This will allow product and productCharacteristic but not productOffering.
Internal performance optimization (by caching) when searching in the definition configurations
Performance optimization by doing one plantuml call to convert all files of the same output format