jfudickar / json2puml

Generate PlantUML files based on JSON files.
GNU General Public License v3.0
8 stars 0 forks source link

curlMappingParameter are not resolved with environment Variables. #39

Closed jfudickar closed 2 weeks ago

jfudickar commented 2 months ago

A curlmapping parameter like this: { "name": "${file.name}", "prefix": ".", "value": "${JSON2PUML_STAGE}${name.customer.id}${name.party.id}${name.party.fullname}", "suffix": null, "valueIfEmpty": null, "urlEncodeValue": false }

where the ${JSON2PUML_STAGE} is a environment variable, this value is removed (because of not replaced)

jfudickar commented 2 weeks ago

Done, will be part of 2.2.18.114