1. 7122d7e set work version to 1.7.13-SNAPSHOT by Ceki Gulcu · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 0c189f9 preparing release 1.7.12 by Ceki Gulcu · 9 years ago
  3. e03c29e testing coverall by Ceki Gulcu · 9 years ago
  4. a0ebd0a add Category.getAppender(String) method fixing SLF4J-231, merge release 1.7.11 into 1.7.12 by Ceki Gulcu · 9 years ago
  5. 410dc2d next version is 1.7.12 by Ceki Gulcu · 9 years ago
  6. 850c565 set version number for javadoc plugin by Ceki Gulcu · 9 years ago
  7. d8dc5b1 preparing release 1.7.11 by Ceki Gulcu · 9 years ago
  8. 3121243 Reformat all code with the exception of the slf4j-android module to use 4 space indentation and max line width of 160. by Ceki Gulcu · 9 years ago
  9. 32d133d updated travis.yml file by Ceki Gulcu · 9 years ago
  10. 0ab0f6d Change Bundle-RequiredExecutionEnvironment declaration in MANIFEST.MF files by Ceki Gulcu · 9 years ago
  11. 8e0eeb1 Merge pull request #102 from nfalco79/master by Ceki Gulcu · 9 years ago
  12. 043db85 tentative fix for SLF4J-318, updated news.html by Ceki Gulcu · 9 years ago
  13. 6a6a504 Fix SLF4J-321 adding missing Bundle-ManifestVersion attribute to by Nikolas Falco · 9 years ago
  14. 8b77c9f pre-select SLF4J as the project to search for in JIRA by Ceki Gulcu · 9 years ago
  15. 13fc238 slf4j now uses JIRA by Ceki Gulcu · 9 years ago
  16. b954d3e Merge pull request #101 from dimitrisli/master by Matt Bishop · 9 years ago
  17. fd4ce79 Update AppenderSkeleton.java by Dimitrios Liapis · 9 years ago
  18. d18e5e9 Merge pull request #98 from thatJavaNerd/patch-1 by Matt Bishop · 9 years ago
  19. 2c0c3d8 Remove unnecessary line break by Matthew Dean · 9 years ago
  20. 769435f we are in 2015 by Ceki Gulcu · 9 years ago
  21. 1137e5b next version is 1.7.11 by Ceki Gulcu · 9 years ago
  22. d4c2cf5 prepare release by Ceki Gulcu · 9 years ago
  23. f0cfe95 typo fix by Ceki Gulcu · 9 years ago
  24. b774476 ignore intermittently failing perf test by Ceki Gulcu · 9 years ago
  25. 8ebce52 typo fix by Ceki Gulcu · 9 years ago
  26. ed55278 make FileAppender constructors public by Ceki Gulcu · 9 years ago
  27. 7c14612 next version is 1.7.10 by Ceki Gulcu · 9 years ago
  28. ed80ded Merge pull request #84 from twillouer/master by Ceki Gulcu · 9 years ago
  29. 5396fdd Merge pull request #95 from anziferrum/master by Matt Bishop · 9 years ago
  30. 8bd6b9e Fixed typo in BasicMarker.java by anziferrum · 9 years ago
  31. e4b7f60 remove mentions of 1.7.8 by Ceki Gulcu · 9 years ago
  32. cdcdebb version 1.7.9 reverts the of JSR 305 annotations by Ceki Gulcu · 9 years ago
  33. f62801b fix typo by Ceki Gulcu · 9 years ago
  34. e14afa6 reduce the number of Eclipse warnings to two by Ceki Gulcu · 9 years ago
  35. 33db0c5 less warnings by Eclipse by Ceki Gulcu · 9 years ago
  36. 54cd111 setting pom version numbers to 1.7.9-SNAPSHOT by Ceki Gulcu · 9 years ago
  37. 8a1702b polish the docs on slf4j.detectLoggerNameMismatch by Ceki Gulcu · 9 years ago
  38. f081680 add docs for the logger name mismath feature by Ceki Gulcu · 9 years ago
  39. 4ad29d1 extract #loggerNameMismatch to a constant by Ceki Gulcu · 9 years ago
  40. 175c8e4 Merge branch 'adorokhine-remarket' by Ceki Gulcu · 9 years ago
  41. 1ad0191 fix merge conflict with PR #93 by Ceki Gulcu · 9 years ago
  42. 7f7eeca use correct version for site plugin (this fixes the build for site:site by Ceki Gulcu · 9 years ago
  43. d9f79d3 revert indentation changes in LoggerFactory, modify codeStyle.xml to match existing code style as much as possible by Ceki Gulcu · 9 years ago
  44. b8b7aaf use 2 space indentation in IntelliJ formatter by Ceki Gulcu · 9 years ago
  45. 08d05cb Merge branch 'master' of github.com:qos-ch/slf4j by Ceki Gulcu · 9 years ago
  46. 67c07b7 move modelVersion tag to the top, reformat pom.xml files by Ceki Gulcu · 9 years ago
  47. c8cd020 Merge pull request #94 from adorokhine/test by Ceki Gulcu · 9 years ago
  48. ca1dbbf Fix tests which are no longer running. by Alexander Dorokhine · 9 years ago
  49. 7552796 Rename the auto-named logger field trial as a logger name mismatch detector. by Alexander Dorokhine · 9 years ago
  50. 7a57f1a indentation changes only by Ceki Gulcu · 9 years ago
  51. 26b0111 added Alexandre's name as author by Ceki Gulcu · 9 years ago
  52. 3a50635 minor typo fix by Ceki Gulcu · 9 years ago
  53. c52317a next version is 1.7.8-SNAPSHOT by Ceki Gulcu · 9 years ago
  54. c0f5835 allow for computed caller class to be a super-type of class passed as parameter to LoggerFactory.getLogger(Class) by Ceki Gulcu · 9 years ago
  55. ff3462d Merge pull request #92 from adorokhine/getlogger_field_study by Ceki Gulcu · 9 years ago
  56. 90735df Remove stack trace from the field trial mismatch message. by Alexander Dorokhine · 9 years ago
  57. 97f96c5 A field trial for the automatically named logger. by Alexander Dorokhine · 9 years ago
  58. e2ac06c Merge branch 'master' of github.com:qos-ch/slf4j by Ceki Gulcu · 9 years ago
  59. 8737f4a slightly better test method names by Ceki Gulcu · 9 years ago
  60. d81313f Merge pull request #90 from mattbishop/add-travis-ci by Ceki Gulcu · 9 years ago
  61. 8fda540 Set up Travis CI for SLF4J. by Matt Bishop · 9 years ago
  62. fa9e7aa manually revert pull-request #15 by Ceki Gulcu · 9 years ago
  63. 8110cbf Merge branch 'master' of github.com:qos-ch/slf4j by Ceki Gulcu · 9 years ago
  64. 58983ea improved testing by Ceki Gulcu · 9 years ago
  65. f2e443a Merge pull request #82 from eamonnl/patch-1 by Matt Bishop · 9 years ago
  66. ebcbbeb correct scm link by Ceki Gulcu · 9 years ago
  67. 6d8d41c Merge pull request #85 from mdietz198/master by Matt Bishop · 10 years ago
  68. 52c32f5 Remove unnecessary synchronized in JDK14LoggerFactory by Mark Dietz · 10 years ago
  69. 2897951 MDCCloseable instead of Closeable to avoid throwing of IOException by William Delanoue · 10 years ago
  70. 16ded72 Merge pull request #83 from karl82/master by Matt Bishop · 10 years ago
  71. a724fb3 Fix rendering of arrays in ToStringHelper.renderArray by Karel Rank · 10 years ago
  72. 29c01a0 Add Log4J method to MDC to workaround use in wild by Eamonn · 10 years ago
  73. 89c07b6 Merge pull request #80 from hazendaz/master by Matt Bishop · 10 years ago
  74. b3c3735 Merge pull request #81 from slandelle/master by Matt Bishop · 10 years ago
  75. 5f2cf53 Use StringBuilder instead of StringBuffer when no concurrent access by Stephane Landelle · 10 years ago
  76. 16b8c13 Correct Maven XSD Location by Jeremy Landis · 10 years ago
  77. c99a0ac Merge pull request #73 from hazendaz/master by Matt Bishop · 10 years ago
  78. 3b9f0ec Proposal: Enforce formatting by Jeremy Landis · 10 years ago
  79. dd7ec6b Add git attributes by Jeremy Landis · 10 years ago
  80. 86a79ed Merge pull request #67 from stempelo/patch-1 by Matt Bishop · 10 years ago
  81. b9248b5 Merge pull request #79 from posix4e/groupId by Matt Bishop · 10 years ago
  82. 4451682 Merge pull request #75 from twillouer/master by Matt Bishop · 10 years ago
  83. 7d04c74 Merge pull request #71 from lsdeva/master by Matt Bishop · 10 years ago
  84. 9912a2e Merge pull request #69 from ThoMo/patch-1 by Matt Bishop · 10 years ago
  85. b0afabb Merge pull request #64 from garcia-jj/ot-generics4privilegedaction by Matt Bishop · 10 years ago
  86. 1909792 Merge pull request #46 from ceefour/findbugs by Matt Bishop · 10 years ago
  87. 0d3b153 Merge pull request #15 from justdoo/master by Matt Bishop · 10 years ago
  88. c1dc48b Merge pull request #78 from Turbo87/patch-1 by Matt Bishop · 10 years ago
  89. a3e5fd0 Specifying the groupID is redundant. It must be the same as the parent. by Alex Newman · 10 years ago
  90. bdbd1b4 SimpleLogger: Fixed showDateTime default documentation by Tobias Bieniek · 10 years ago
  91. 5c76844 add MDCCloseable by William Delanoue · 10 years ago
  92. 92fd121 Update LICENSE.txt by Lali Devamanthri · 10 years ago
  93. dae64a2 correct property name for default log level by ThoMo · 10 years ago
  94. fdafef0 remove popup from download page by Ceki Gulcu · 10 years ago
  95. 46cf4f7 prepare release 1.7.7 by Ceki Gulcu · 10 years ago
  96. 0ee9c99 added SimpleLayout and FileAppender classes by Ceki Gulcu · 10 years ago
  97. fbbb60b Update left.js by stempelo · 10 years ago
  98. ff61dda PrivilegedAction can executed with generics by Otávio Garcia · 10 years ago
  99. 3e7077c add missing file by Ceki Gulcu · 10 years ago
  100. f59cd31 Merge pull request #63 from garcia-jj/ot-jultoslf4j-jdk5 by Ceki Gulcu · 10 years ago