Open nkonev opened 4 months ago
This exists in Liquibase. See org.apache.commons:commons-lang3 StringSubstitutor.replaceSystemProperties(it.value) and so on
org.apache.commons:commons-lang3
StringSubstitutor.replaceSystemProperties(it.value)
Text utils in commons-lang3 are marked with deprecation and the Javadoc points to commons-text
https://github.com/apache/commons-text/blob/master/src/main/java/org/apache/commons/text/StringSubstitutor.java
This exists in Liquibase. See
org.apache.commons:commons-lang3
StringSubstitutor.replaceSystemProperties(it.value)
and so on