arthurblake / log4jdbc

log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system.
513 stars 146 forks source link

Is this still alive? #78

Closed CyborTronik closed 8 years ago

CyborTronik commented 8 years ago

Hi, Is still alive? Is this jar published to maven?

sepe81 commented 8 years ago

You can find the last release in maven central -- see http://mvnrepository.com/artifact/com.googlecode.log4jdbc/log4jdbc

arthurblake commented 8 years ago

Yes it's still alive. There is a 1.3 code release which I haven't had time to formally release but you can build it from source. I don't do Maven but someone else out there puts it in Maven sometimes.

sepe81 commented 8 years ago

@arthurblake Do you know the one who could possibly upload version 1.3 to maven? It would be a pitty, if this never happens, because IMO the project is of great value and most projects use maven dependencies nowadays. Thanks for all the great work!