You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Steinar Bang <sb...@dod.no> on 2019/12/15 17:51:11 UTC

Using pax-jdbc-config (Was: Pluggable databases in apache karaf)

>>>>> Steinar Bang <sb...@dod.no>:
>>>>> jb@nanthrax.net:

>> 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.