>>>>> Steinar Bang <[email protected]>: >>>>> [email protected]:
>> I think you should take a look on pax-jdbc-config. >> It can simplify a lot your stuff. > It will certainly simplify this project (and make it less bound to > postgresql), and I will try it there: > https://github.com/steinarb/sonar-collector It ended up simplifying all of my projects using JDBC databases. Full story here: https://steinar.bang.priv.no/2019/11/30/rewriting-applications-to-use-pax-jdbc-config-and-liquibase/ Brief summary: It works well, and I was surprised at the amount of Java code removed, and especially at the amount of test code removed.
