>> - Remove the "*" >> - Add the missing maven dependencies (slf4j, validation-api) >> >> Is that correct? > > Yes.
OK. I'll track this as #1548: https://sourceforge.net/apps/trac/jooq/ticket/1548 > And please remove org.apache.log4j; you don't want to force consumers of the > bundle to use log4j; logback would also work since you're using slf4j. That would be nice. Could you provide a pull request for that? Or show me how to do it? - I would like to use log4j for developing jOOQ - I would like to support log4j in org.jooq.tools.JooqLogger (with or without slf4j) What modifications do I need in my pom.xml files / Java classes? Cheers Lukas
