nkonev / r2dbc-migrate

R2DBC database migration library
https://nkonev.name/post/136
Apache License 2.0
98 stars 9 forks source link

Make (optional) basic templating with commons #34

Open nkonev opened 4 months ago

nkonev commented 4 months ago

This exists in Liquibase. See org.apache.commons:commons-lang3 StringSubstitutor.replaceSystemProperties(it.value) and so on

nkonev commented 3 weeks ago

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