Commit Graph

1217 Commits

Author SHA1 Message Date
Jeremy Landis dd7ec6b31e Add git attributes
Added suggested git attributes & the few files that needed to change to
comply as a result.
2014-09-26 23:33:52 -04:00
Matt Bishop 86a79edef6 Merge pull request #67 from stempelo/patch-1
Update left.js
2014-09-26 15:47:21 -07:00
Matt Bishop b9248b5bf0 Merge pull request #79 from posix4e/groupId
Specifying the groupID is redundant. It must be the same as the parent.

This is true. Maven likes things DRY.
2014-09-26 15:46:49 -07:00
Matt Bishop 44516821ff Merge pull request #75 from twillouer/master
add MDCCloseable. Closeable interface came in with Java 5.
2014-09-26 15:44:26 -07:00
Matt Bishop 7d04c747cf Merge pull request #71 from lsdeva/master
Update LICENSE.txt to be 2014
2014-09-26 15:39:30 -07:00
Matt Bishop 9912a2e7b8 Merge pull request #69 from ThoMo/patch-1
correct property name for default log level
2014-09-26 15:34:06 -07:00
Matt Bishop b0afabb491 Merge pull request #64 from garcia-jj/ot-generics4privilegedaction
PrivilegedAction can executed with generics. The generics use is inside the methods and does not change the external interface.
2014-09-26 15:23:05 -07:00
Matt Bishop 1909792061 Merge pull request #46 from ceefour/findbugs
Add `@Nonnull` annotation to aid findbugs / Eclipse IDE.

Pretty innocuous; JSR305 annotations are definitely the norm in many circles.
2014-09-26 15:10:39 -07:00
Matt Bishop 0d3b1537b1 Merge pull request #15 from justdoo/master
Fix for bug 264.
2014-09-26 14:54:46 -07:00
Matt Bishop c1dc48bdf8 Merge pull request #78 from Turbo87/patch-1
SimpleLogger: Fixed showDateTime default documentation
2014-09-13 13:25:21 -07:00
Alex Newman a3e5fd068c Specifying the groupID is redundant. It must be the same as the parent. 2014-08-27 11:38:23 -07:00
Tobias Bieniek bdbd1b491d SimpleLogger: Fixed showDateTime default documentation 2014-08-21 15:11:39 +02:00
William Delanoue 5c76844e4c add MDCCloseable 2014-07-25 14:21:30 +02:00
Lali Devamanthri 92fd121b25 Update LICENSE.txt 2014-04-26 22:32:24 +05:30
ThoMo dae64a2f73 correct property name for default log level 2014-04-18 10:12:43 +02:00
Ceki Gulcu fdafef0253 remove popup from download page 2014-04-04 13:44:17 +02:00
Ceki Gulcu 46cf4f7fed prepare release 1.7.7 2014-04-04 13:08:46 +02:00
Ceki Gulcu 0ee9c99930 added SimpleLayout and FileAppender classes 2014-04-04 12:58:55 +02:00
stempelo fbbb60b974 Update left.js
link to android section
2014-03-20 13:09:57 +01:00
Otávio Garcia ff61dda0ea PrivilegedAction can executed with generics 2014-02-23 15:23:00 -03:00
Ceki Gulcu 3e7077c276 add missing file 2014-02-23 16:27:42 +01:00
Ceki Gulcu f59cd31a36 Merge pull request #63 from garcia-jj/ot-jultoslf4j-jdk5
Changing compiler version to 1.5 for  jul-to-slf4j
2014-02-23 16:22:03 +01:00
Otávio Garcia 49fcb62f02 Changing compiler version to 1.5 2014-02-23 12:04:22 -03:00
Ceki Gulcu f420e0255f mention Otavio Garcia 2014-02-23 02:10:49 +01:00
Ceki Gulcu c4f2232073 support for Category conversion on slf4j-migrator 2014-02-23 02:07:39 +01:00
Ceki Gulcu 39c7a28d0b ensure JDK 1.5 compatibility 2014-02-23 01:57:42 +01:00
Ceki Gulcu 9c3c7b885e Merge branch 'master' of github.com:qos-ch/slf4j 2014-02-23 01:20:53 +01:00
Ceki Gulcu ec7c8f1ddc blurb about generics 2014-02-23 01:20:03 +01:00
Ceki Gulcu 64bf087d92 Merge pull request #61 from garcia-jj/ot-using-java5-features
Using generics with collections when possible
2014-02-23 01:15:53 +01:00
Otávio Garcia 9e3e9a34f6 Using generics with collections when possible 2014-02-17 07:59:11 -03:00
Ceki Gulcu 3478cda72c preparing next release 2014-02-05 23:46:17 +01:00
Ceki Gulcu 1784b3485c releasing 1.7.6 2014-02-05 23:43:26 +01:00
Ceki Gulcu 023e2f39a4 updates to news.html 2014-02-05 23:19:35 +01:00
Ceki Gulcu f56ee2ea37 minor changes 2014-02-03 21:21:14 +01:00
Ceki Gulcu 7a7d0f8c52 update mailing list links 2014-02-03 21:06:23 +01:00
Ceki Gulcu 99da14c2fc remove ununsed slf4j-scala-api 2014-02-03 20:07:12 +01:00
Ceki Gulcu 8f28a83eb4 fix buf 311 2014-02-03 20:05:23 +01:00
Ceki Gulcu 8b3cc12b85 Merge pull request #58 from chetanmeh/SLF4J-311
SLF4j 311 - Enable swapping of NOPLogger in SubstituteLoggerFactory
2014-02-03 09:49:07 -08:00
Chetan Mehrotra c529cbd123 Updated the details around substituable logger creation as per updated implementation 2014-02-03 22:14:23 +05:30
Chetan Mehrotra 4f1bf59089 Changing the delegate of substituted loggers post initialization 2014-02-03 21:59:28 +05:30
Chetan Mehrotra ca68555486 Removing the synchronisation as per Andrei comments 2014-02-03 21:57:34 +05:30
Chetan Mehrotra 78280dc391 Minor changes around method names 2014-02-03 21:53:55 +05:30
Chetan Mehrotra a21401d25e SLF4j 311 - Enable swapping of NOPLogger in SubstituteLoggerFactory 2014-02-03 11:38:27 +05:30
Andrey Korzhevskiy 212e28923f Optimize logger name truncation 2013-12-16 00:56:08 +04:00
Matt Bishop 40a9bdd2ab Merge pull request #10 from kalgon/master
This changes the interface of XLogger slightly but not in a way that would not break code that uses XLogger. This change adds typing information to the input parameters and a return value where void was returned. Definitely makes writing unit tests easier.
2013-12-15 09:02:31 -08:00
Matt Bishop 60a10519f9 Merge pull request #54 from motlin/master
Fix typos. Thanks for taking the time, Craig!
2013-12-15 08:03:44 -08:00
Craig P. Motlin 4b710c8238 Fix typos. 2013-12-14 19:01:57 -05:00
Matt Bishop a598b1780c Merge pull request #48 from larrys/patch-1
Fixed spelling mistakes.
2013-12-14 12:26:04 -08:00
Matt Bishop a14b9cf068 Merge pull request #49 from motlin/master
Fix typo.
2013-12-14 12:25:06 -08:00
Matt Bishop 30be453b07 Merge pull request #52 from vivekpathak/vpathak_stringbuilder_for_better_multicore_formatter
Use string builder instead of StringBuffer when builder is not shared. this avoids unnecessary lock spinning in the JVM.
2013-12-14 12:23:54 -08:00