amir-jakoby / crawler-commons

Automatically exported from code.google.com/p/crawler-commons
0 stars 0 forks source link

Upgrade the Slf4j logging Library to v1.7.7 #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We are currently using slf4j and log4j-over-slf4j v1.6.6

The current version of slf4j is v1.7.7, which is 9 versions with upgrades and 
bugfixes over our version.

v1.6.6 was out at June 2012, and doesn't have a method I want to use - this was 
the trigger for my need of the upgrade.

The only downside I can see for the upgrade is that the new version (1.7.7) 
requires JDK v1.5 or higher, so if support for lower JDKs is a requirement for 
this library I will manage without that method...

Original issue reported on code.google.com by avrah...@gmail.com on 12 Apr 2014 at 9:22

GoogleCodeExporter commented 8 years ago
Attaching the patch of the pom.xml which will upgrade the slf4j libs

Original comment by avrah...@gmail.com on 12 Apr 2014 at 9:23

Attachments:

GoogleCodeExporter commented 8 years ago
Committed, thanks!

Original comment by kkrugler...@transpac.com on 24 Jun 2014 at 2:46