[slf4j-dev] annotated tag, v1.5.9-RC0, created. v1.5.9-RC0

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Fri Sep 4 20:26:54 CEST 2009


The annotated tag, v1.5.9-RC0 has been created
        at  b1fee76b387d8d76649b73238ecc28f70096e9f6 (tag)
   tagging  aec79d97acacb680a1a611aa134c50dd6a3014af (commit)
 tagged by  Ceki Gulcu
        on  Fri Sep 4 20:24:43 2009 +0200

- Log -----------------------------------------------------------------
tagging release v1.5.9-RC0

Ceki Gulcu (727):
      Initial repository layout
      Initial import from UGLI
      Initial version of build.xml, TODO list
      Added X11 style copyright
      Added X11 type license
      commit 952e4747757a9e68e3270b6e263f1b5e3698f743
      added package description
      added invocation tests
      javadoc cleanup
      Added test for log4j-1.2.10
      Moving input/log4j to log4j1210
      Added lib/log4j-1.2.10.jar from the log4j distrib
      minor javadoc adjustments
      Renamed the org.slf4j.ULogger interface as org.slf4j.Logger
      log4j1210 renamed  nlog4j1212
      minor fixes
      Removed ULogger.java
      added missing file
      1.0beta3
      Added the capability to set the LoggerFactoryAdapter from the System properties.
      Doc updates, copyright notices
      minor corrections
      - Migrating to modified printing methods as discussed on the slf4j-dev
      improved javadocs, bug fixes in JDK14Logger, preparing release 1.0beta4
      improved javadocs, bug fixes in JDK14Logger, preparing release 1.0beta4
      minor javadoc change
      Added new directory for holding source files ready for compiling (without filtering)
      moved correctly formatted java source files from filtered-java/ to java/
      Merged https://svn.slf4j.org/repos/slf4j/branches/marker-experiment into trunk
      Renamed nlog4j1212 as nlog4j12x
      Improved javadocs, started to add Marker specific log statements to the Logger interface
      commit 60a4d3dba785f49dc6c55bf5e9c856c7562291db
      Added new methods in Logger in relation with Markers.
      - Added getName method to Logger
      commit 235d1b15e4f3ca000a48af154e83910ef4ed5cbf
      - improved javadocs
      Javadoc improvements
      original version from Jakarta
      original version from Jakarta
      original version from Jakarta
      original version from Jakarta
      Initial implementation of JCL on top of SLF4J
      improved javadocs
      missing LICENSE file
      JCL implementation available in a seperate jar (jcl-over-slf4j.jar)
      minor improvements
      svn ignore props
      fix compilation errors
      JCL invocation test
      JCL invocation test
      commit 788ca92f8ce13b0ed562a9491fd3f3b6d9861395
      added JCL invocation tests (under slf4j-simple and slf4j-nop)
      added svn ignored files
      added svn ignored files
      Refactoring of LoggerFactory and ILoggerBinding. The actual binding operation
      - minor changes in code
      refactoring of bindings for Marker
      javadoc improvements
      added missing test
      minor simplifications
      javadoc improvements
      upgrade to nlog4j-1.2.17.jar
      svn ignore changes
      svn ignore changes
      ibiblio related scripts
      property changes
      - build.properties now contains shared values (constants)
      minor changes
      Initial commit of Log4j* for vanilla log4j binding
      - Separated Logger into two interfaces: Logger and MarkingLogger. The latter interface
      Minor javadocs changes.
      Added ibiblio files for log4j.
      minor javadoc changes
      - Differentiating betwwen log4j 1.2 and 1.3 as they are not runtime compatible.
      updates ibiblio files
      Fixed bug #4.
      replace log4j-1.3alpha6.jar with log4j-1.3alpha7.jar
      clean up
      remove unused files
      commit b3ec222b34827101b00bf3bbbcb0db0b8e64fb7b
      - Fixed bug #5. See
      Separation between Marker binding and Logger binding allowing us to build smaller jar files
      Various minor changes in an effort to reduce jar file size.
      minor change to allow standalone compilation.
      minor change to allow standalone compilation.
      minor change to allow standalone compilation.
      commit 9563d4e5629a7df15c7380d8d11247526b62c543
      minor change to allow standalone compilation
      successful standalong compilation and testing
      Added a SLF4J binding for JCL ensuring transparent use of SLF4J
      - added slf4l-jcl binding
      minor additions
      - Changes following up on http://bugzilla.slf4j.org/show_bug.cgi?id=6
      added missing copy task
      correcting bugs 6 and 7
      replacing nlog4j 1.2.17.jar with the latest
      - Added support for arguments passed in an array
      -tests
      patch applied as found in bug report #9
      shorter author tag
      shorter author tag
      more test cases
      improved docs
      - improved javadocs
      commit 673845542df56895d39e59a15738ae7acb0bd5f3
      added missing printing methods for supporting array arguments
      added missing printing methods for supporting array arguments
      preparing 1.0RC4
      Fix in case message is null.
      Testing null input parameters.
      Remove superflous message.toString() call which made SimpleLogger vulnerable to null input.
      Remove superflous message.toString() calls which made JDK14LoggerAdapter vulnerable to null input.
      more tests for null input
      preparing RC5
      updated nlog4j version
      typo fix
      minor typo fix
      shorter author tag
      shorter author tag
      removed unnecessary comment
      typo fixes, removed unneccessary comments
      minor corrections
      commit af4aeb69ed54f2b0fbc7abcff93709aa34acab2f
      Removed references to Contants class. (It was recently removed and its contents moved to SystemPropsBinder.
      Removed references to Contants class. (It was recently removed and its contents moved to SystemPropsBinder.
      upped rev number
      javadoc changes
      minor changes
      - added contains(Marker) method to the Marker interface
      minor rearrangement of tests
      Added a default INSTANCE to SimpleLoggerFactory to serve as a last-resort fallback mechanism.
      Added a default instance
      - Merged Logger and MakingLogger interfaces.
      deleted unused classes
      deleted superflous interface
      reflecting the merge of Logger and MarkingLogger interfaces
      Renamed WrappingLoggerAdapter as MarkerIgnoringAdapterBase because this class
      MarkerIgnoringAdapterBase renamed as MarkerIgnoringBase because this class can also
      javadoc improvements
      reflecting class name changes
      Make the class visible outside its package
      added the "index" option to  appropriate jar tasks as requesed in bug report #14
      preparing release RC6
      Moved StaticMarkerBinder to src/java/ from src/filtered because this file does
      added tests for Marker support
      added missing Marker related .class files into the jar task
      - updated NLOG4J jar file
      adding files to svn ignore
      minor javadoc change
      - added the exists method IMarkerFactory interface
      updates to tests
      preparing 1.0final
      Per discussions on the slf4j user mailing list [1], changing the target
      Adding caller info to JDK14LoggerAdapter as suggested in bug report #13 [1].
      - minor bug fix in the info method
      prefer 1.0 over 1.0final
      There should be no "org.slf4j13" group.
      Added missing public fields used by Axis.
      Added file required by Axis. See [1] and [2] for more details.
      Added SPI file by required  Axis to jcl104-over-slf4j.jar.
      fixing bug #20. work in progress
      - better name for new test case (JDK14AdapterLoggerNameTest)
      commit abd2041e5d2d52473876b934a9d62bfd6335f55c
      - Preparing release 1.0.1
      fix in response to bug #22
      - Added Maven source bundles.
      Attempt at separation of API and Binding.
      unused files
      commit 4b1ba79b7e077ae359209b77f3af77344d0db0aa
      aligning with Maven structures
      aligning with Maven folder conventions
      Mavenizing of SLF4J, on going work
      commit ddce36368fbe45375195e7dd18b950eecf3fecd3
      aligning with Maven folder conventionsmavenizing SLF4J
      removed unnecessary files
      removed unused ant files
      Mavenizing of SLF4J, on going work
      Added slf4j-log4j12 module
      Mavenizing of SLF4J, on going work
      minor changes
      minor changes
      added files to svn ignore
      added files to svn ignore
      added files to svn ignore
      added files to svn ignore
      Removed file/folder
      added files to svn ignore
      added missing fies for constructing the SLF4J site
      added required skin
      ongoing work on SLF4J site
      SLF4J target JDK 1.4, updated parent pom.xml accordingly
      since the parent pom.xml already targets JDK 1.4, no need to repeat the
      migrating to FML format for SLF4J FAQ
      removed FAQ in propriatary format
      test
      test
      testing
      ongoing work in preparation of Mavenized SLF4J release
      minor updates
      commit 69c2e10fa489b3a5c2f91161dc2fe3ab251212c3
      commit 2cfbec8c5678d5c78eb48a672fc1494565af0099
      removing unused folder
      commit 3f07d282857965d2e805dea308edd3231fc3543f
      minor updates
      adding slf4j-archetype project for faster binding creation.
      added a reasonable impl for toString() method which will be inherited
      updated documentation
      updated ignore lists
      nop
      typo fix
      commit 4e2d0555dd4954e7a1d61e839e8093b7a27b6027
      commit efd3aef8435db4e87852c025b537ea7238b485c5
      let pom.xml reference parent pom by variable
      let pom.xml reference parent pom by variable
      let pom.xml reference parent pom by variable
      let pom.xml reference parent pom by variable
      commit 778219d88c11d4d3bf8e741bb4d33493ef22e427
      let pom.xml reference parent pom by variable
      preparing release 1.1.0-beta0
      script for uploading bundles on pixie
      - Fixed synchronisation related bug number 27.
      - javadoc improvements
      fixed problem with missing jar files in assemblies, fixed problem with parent pom file
      fixed problems in the included jar files.
      updated scm data
      - Since SLF4J is published on ibiblio, slf4j-parent pom is no longer a SNAPSHOT
      commit 4e4ed59503b01d20cad951a0f0d722a01d70c0ee
      deleting log4j-over-slf4j
      adding missing services file as reported in bug report 33. See also http://bugzilla.slf4j.org/show_bug.cgi?id=33
      adding missing manifest entries. See also http://bugzilla.slf4j.org/show_bug.cgi?id=30
      - moving to release 1.2-SNAPSHOT
      adding OSGI metadata
      minor fix
      minor fix
      the parent pom has the artifactId "slf4j-parent"
      fixed bug in relation to the number and reporter id of #33.
      better luck this time
      - Added list of current customers
      target JDK 1.3 as requested in bug report 37. http://bugzilla.slf4j.org/show_bug.cgi?id=37
      While we claim [1] that the SLF4J license is identical to the terms of
      Ooops. jcl104-over-slf4j is licensed under the Apache Software License, not MIT.
      Added Apache Wicket 2.0 and Spring-OSGi to the list of projects depending on SLF4J.
      Added support for retrieving the root logger to the JUL and log4j
      we no longer use xdoc files
      minor documentation improvements/fixes
      removed the xdocs directory
      It looks like theres is a simple fix for bug#23 (see [1]). It won't impact existing clients, not existing bindings.
      updates news
      My personal attempt to get SLF4J to build using the osgi profile, i.e. running the command
      Better error reporting.
      Added error message when the loggerFactory variable in LoggerFactory class is null.
      slightly better wording
      better wording
      Moving to older MANIFEST.MF style
      Moving to older MANIFEST.MF style
      Moving to the older MANIFEST.MF style
      Use 'jar' packaging instead of 'bundle'
      Moving to older MANIFEST.MF style
      Moving to older MANIFEST.MF style
      Moving to older MANIFEST.MF style
      - Attempted to restore the state of the various MANIFEST.MF files
      Change makes the bundle work OK with Apache Felix
      Seems to work better
      This works too and is even simpler
      adding version information
      added missing file
      - Added versioning information
      The slf4j-skin is no longer needed.
      - improving documentation
      Added a Maven2 related FAQ entry
      - License header now identical to the official license file
      - Renamed the "project_version_for_osgi" property as pv4osgi
      - news update
      removed unused directives
      - javadoc adjustments
      typo fixes
      We can start working on 1.3.1-SNAPSHOT
      Next version is 1.3.1
      minor doc enhancements
      minor improvements
      Javadoc now refers to "ROOT" instead of mistakenly to "NULL"
      fixing bug 41: http://bugzilla.slf4j.org/show_bug.cgi?id=41
      minor doc change
      correcting version reference
      moving files from slf4j-site/src/site/resources to slf4j-site/src/site/pages
      adding filtering suport
      moving files from slf4j-site/src/site/resources to slf4j-site/src/site/pages
      commit 8ef2a46405b1ba3c10daa95e887e207a745b67f8
      Changed the packaging type to "jar" from "pom". As a consequence, variable substition in html files seems to work fine.
      added compatibility report
      - updated mailing list info
      - Corrected bug 46, http://bugzilla.slf4j.org/show_bug.cgi?id=46
      Added a mechanism to detach markers. See also http://bugzilla.slf4j.org/show_bug.cgi?id=39
      - modified CSS to use smaller menus
      added two new projects
      preparing release 1.3.1
      - Tagging 1.3.1
      - next version will be 1.4.0 as we will be adding the TRACE level
      added jWebUnit to the list
      Added implementations which are occasionally referenced directly by libraries such as commons-configuration
      better toString implementation
      added link to YASL and Mule.
      introducing the TRACE level
      ignoring pom.xml.original
      ignoring pom.xml.original
      ignoring pom.xml.original
      - org.slf4j.MarkerFactory is part of slf4j-api
      better error reporting when no bindign is available
      better error reporting when no bindign is available
      - updating slf4j-archetype/pom.xml to match latest changes
      - org.slf4j.impl.SLF4FLogFactory class was renamed as
      added ignored file
      - changing version number to 1.4.0 preparation for a release
      - added a WTFIGO the list of projects using SLF4J
      Added commons-configuration related text
      one more project
      yet another project added to the list
      minor refactoring
      As reported by Heinrich Nirsch [1], the trace(String) method in Log44jLoggerAdapter
      - updated news.html
      no changes
      started work on 1.4.1
      started work on 1.4.1
      started work on MDC abstraction
      continued work on MDC support
      improved testing
      snapshot of SLF4J 1.4.1
      minor typo fix
      updated svn ingnore list
      reconciliation with logback, starting work on 1.4.2
      - started work on 1.4.2
      - adding log4j-over-slf4j
      updated ignore list
      - continued work on log4j-over-slf4j
      removed logback related tests to compatibility
      removed logback related tests to compatibility
      better testing
      updates libs
      improved testing
      deleting unnecessary files
      preparing 1.4.2
      minor changes
      release date correction
      minor doc improvements
      added jtrac and sesame
      added artifactory
      added version 99 link
      added thecodist blog
      - removed slf4j-archetype
      updated SVN ignores lists
      fixing bug 59
      - preparing 1.4.3
      - fixing bug 58. In the MDC class, put, get and remove cannot take a null key. In, MDC.put(key, value), the value can be null only if the underlying MDC supports it. Log4j does not accept null values for the 'val' parameter, whereas logback does accept null for the 'val' parameter.
      The "remove" method does nothing if there is no previous value
      MDCAdapter.remove method does nothing if there is no previous value
      - changes necessary for release 1.4.3
      attempt to fix the lack of propagation of project variables in the MANIFEST.MF file
      starting work on 1.4.4-SNAPSHOT
      updated reference to openRDF as requested by Arjohn Kampman
      added new links
      link to mindquarry
      Add Tapestry to the list. Cool!
      use the autoboxing feature of JDK 1.5
      indentation changes only
      let us use the constants we define
      it's a unit test. So let us be as specific as possible.
      Exactly the same logic.
      more blogs
      In pursuit of a better clarity, I've made the following changes to the
      added missing class
      - Modified JCLMatcherTest to list the expected value first in all assertions
      added jabsorb to the list
      added link to display tag project
      added link to JCL harmful to your health
      StaticLoggerBinder and StaticMarker binding are not meant to make it into slf4j-api.jar.
      - Serious refactoring of slf4j-converter.
      - the o.s.converter.Writer class is no longer used.
      - adding bogus tests
      - added support for multi-line replacements. This is required for log4j conversions.
      As requested by Maarten Bosteels in bug report 63 [1], adding BasicMDCAdapter
      - bind the MDC implementation in the jdk adapter to BasicMDCAdapter
      - added missing copyright
      - formatting changes
      - We now avoid touching files that do not need converting to SLF4J.
      - I think the recent changes deserve bumping the version number to 1.5.0
      - MDC is now supported in slf4j-jdk14
      minor change
      - diabling local test
      - force failre (for testing continuum)
      - added spaces (testing continuum)
      - disabling local test (testing continuum)
      - fixing bug 61.
      - removed incorrect statement in javadocs
      - error code relating to the trace method introduced in log4j version 1.2.12
      - fixing bug #64. The log4j binding will now alert the user that log4j version 1.2.12 or later is required.
      - preparing for 1.5-M0
      - fix of error URL
      - calls to the trace() printing method are now correctly mapped to
      - improved javadocs (referring to SLF4J instead of logback)
      - Declaring version 1.0.4 for the exported JCL packages ad requested in bug 67
      - setting current version number to 1.5.0-SNAPSHOT
      - refer to the escape char '\\' as a constant
      - fixing bug #41 (http://bugzilla.slf4j.org/show_bug.cgi?id=41)
      - ongoing work
      - change copyright date
      - improvements to documentation
      - visual corrections
      - ow
      - ongoing work
      - Improving the visual aspects of the convertor
      - added progress bar and other goodies to the migration tool
      - setting the progress bar to invisible and *then* setting the label text yield better results
      - Stable state of the migration tool
      - adding an SLF4J image
      - getting rid of SLF4J image
      - removing unused resources
      - wired the actual conversion plumbing
      - renaming slf4j-converter module to slf4j-migrator
      - renaming slf4j-converter module to slf4j-migrator
      - renaming slf4j-converter module to slf4j-migrator
      - renaming slf4j-converter module to slf4j-migrator
      - renaming slf4j-converter module to slf4j-migrator
      - renaming slf4j-converter module to slf4j-migrator
      - updating slf4j-migrator related documentation
      - documenting slf4j-migrator tool
      - documenting slf4j-migrator tool
      - limit the number of screen updates to eliminate screen flicker
      - doc adjustments.
      - removing white space
      - SLF4JLog and SLF4JLocationAwareLog classes are now serializable. This corrects bug 71.
      In response to bug report 73, adding "Fragment-Host: slf4j.api" line to
      - Avoiding needless processing in slf4j-jdk14. This fixes bug 72
      - fixed bug 72
      - updated docs
      preparing release 1.5.0
      starting work on 1.5.1
      - documenting the fact that only messages of type String are supported
      - added new projects to the list, in particular GreenMail and DBUbit.
      - added minimal support for JUL to SLF4J migration
      - added minimal support for JUL to SLF4J migration
      - documenting JUL to SLF4J migration
      - minor doc enhancements
      - exclude org.slf4j.migrator* package from the javadocs
      - added a new FAQ entry about logger declaration idiom
      added link to h2
      - added new links to the project list
      - Avoid minor compiler warning
      correct mapping of trace methods with marker data
      - fixed bug 68. If log4j version in use is older than 1.2.12, then
      - Added a new method called getCopyOfPropertyMap to the MDCAdapter and MDC classes.
      - fix bug 74. See also http://bugzilla.slf4j.org/show_bug.cgi?id=74
      - fixed javadoc as reported in bug 81
      - update to logj dependency to 1.2.14
      Added typical usage pattern to the javadoc. This was requested in bug 77.
      - fixed bug 78.  If the argument array passed
      - test case in relation with http://bugzilla.slf4j.org/show_bug.cgi?id=78
      - started work on jul-to-slf4j bridge as requested in bug 38
      - started work on jul-to-slf4j bridge as requested in bug 38
      - started work on jul-to-slf4j bridge as requested in bug 38
      - adopted the threshold approach suggested by Joern to compute logging levels
      - correct license info
      - correct license info
      - added QOS.ch copyright
      - added QOS.ch copyright
      - tested to make sure that location information can be extracted correctly
      - remove unnecessary junk
      - restoring missing test files
      Damn: I hope it goes right this time!
      - Revisited the "Should Logger members of a class be declared as static?" question, hopefully with some insight.
      diagrams documenting SLF4J
      - Trivial implementation of getLevel() method always returning null.
      - modified blurb about about bug 74
      ongoing work on SLF4J relateed illustrations
      ongoing work on SLF4J relateed illustrations
      ongoing work on SLF4J relateed illustrations
      ongoing work on SLF4J relateed illustrations
      ongoing work on SLF4J relateed illustrations
      - added the setContextMap(Map) method to MDCAdapter interface as well as the MDC class
      - renamed module jcl104-over-slf4j as jcl-over-slf4j in order to upgrade to JCL 1.1.1
      - the jcl104-over-slf4j module renamed as jcl-over-slf4j
      - the jcl104-over-slf4j module renamed as jcl-over-slf4j
      - implemented methods added to o.a.c.l.LogFactory class in JCL 1.1
      - slf4j-jcl now depends on commons-logging 1.1.1
      - the protected methods added in JCL 1.1 are all static
      - fixed bug 74,  an endless recursion problem in Marker.contains method
      preparing release 1.5.1
      preparing release 1.5.1
      - minor clean up in relation to renaming of jcl104-over-slf4j as jcl-over-slf4j
      - adapt assembly/source.xml to recent changes such as renaming of jcl104-over-slf4j as jcl-over-slf4j
      - adding package.html file
      - SLF4J illustrations
      minor improvements
      - preparing release 1.5.2
      - doc improvements, spelling, links etc
      - starting work on SLF4J 1.5.3
      apache archiva added to the list
      typographical changes
      Related to bug 68. See also [1]
      - fixing cruft in pom.xml
      - we need an actual binding for tests to pass
      - profilers now know about loggers
      indentation matters
      slf4j-ext/src/main/resources directory was misplaced
      - minor refactoring of the SLF4J profiler API
      - TimeInstrument was omitted in the previous commit by mistake
      Fixed a typo reported in bug 92
      typo fix as reported in bug 91 by Gwyn Evans
      - improved Profiler docs and other minor changes
      - doc improvements
      - fix the javadocs link for offline site
      - fix bug 71 by adding a readResolve method in all Logger implementations. The
      - added getInstance methods to the Category class
      - if(logger.isTraceEnabled()) check in trace(...) methods throw
      - added a check before invoking JUL logger. This check improves
      - add support for array values in parameters
      - redone support for array parameters using JDK 1.4 functionality
      - minor changes
      started work on bug 86, http://bugzilla.slf4j.org/show_bug.cgi?id=86
      - decoupling slf4j version numbers from slf4j-ext version
      - moved the NOPLoger class from slf4j-nop module to slf4j-api. An NOPLogger came in handy in slf4j-ext
      As Joern Huxhorn observed in bug 76, markers are usually unique by
      - null is not a valid argument for Marker.add method
      - support for cyclical arrays
      - cyclical arrays are supported
      Apache FTPserver graduated
      look Ma no IRC!
      Parameter substitution code has been simplified. SLF4J now only
      - added a BogoPerf based test
      - method signatures match those in log4j 1.2 instead of log4j 1.3 as previously.
      - use BogoPerf utility.
      - use BogoPerf utility.
      Moving XLogger to org.slf4j.ext package
      increasing SLACK_FACTOR
      - minor changes
      Removed the "SLF4J-related buzz" menu on the right because less is more.
      commit 9b9aa2889954fad3b85d4cac4420085a8c090209
      Diagrams for the OpenExpo 08 presentation
      Diagrams for the OpenExpo 08 presentation (ongoing work)
      Diagrams for the OpenExpo 08 presentation (ongoing work)
      - slf4j-in-10-slides OpenExpo 08 presentation
      - slf4j-in-10-slides OpenExpo 08 presentation (on going work)
      - minor indentations changes
      - preparing release 1.5.3
      - additions relative to compatibility report
      - 1.5.3 supports serialization
      - starting work on the next version namely 1.5.4
      - minor improvements to the slides
      - ongoing work
      - Nexus replaces Promixity
      Fixing javadocs. Reported by Gili Tzabari.
      Fix for bug 101.
      - slf4j-ext now has the same version number as the rest of SLF4J modules.
      Markers contains "references" to other markers. We no longer mention child markers.
      Xlogger implements the org.slf4j.Logger interface. This avoids users from having to
      improving presentation for OpenExpo 08
      minor improvements to the slides
      fix a typo reported by Jean-Luc Geering in http://www.slf4j.org/pipermail/user/2008-October/000596.html
      Fixing bug 104
      - minor javadoc fix
      - minor javadoc fix
      - another javadoc correction
      - clirr compatibility report should be with respect to 1.5.3
      - adding VERSION related compatibility checks (code to follow)
      - adding test cases as requested by Raph Goers in bug 104
      - test cases pass. The tests are in a different package because
      - a perl script to edit the version number of  StaticLoggerBinder.java files
      - Adding version check support in each slf4j-binding
      - Adding version check support in each slf4j-binding
      keep JDK logging quite during tests...
      keep tests silent...
      - keep tests quiet
      - keep tests quiet
      keep slfj-simple tests silent as well...
      - testing VERSION checks
      - minor clean up
      - added a new version checking test
      Fixing bug 98 as reported by Darryl Smith
      - added parameter support as requested in bug 103 by Jarek Gawor
      - blurb about resource bundle support in jul-to-slf4j
      Error in the names of markers. Problem reported by Ralph Goers.
      Fixing bug 106
      Fixing bug 106
      bug 107
      Further refinements in relation to bug 106.
      doc updates
      minor rewording
      Minor javadoc improvements
      - mostly indentation changes
      - preparing release 1.5.4
      - last minute typo fixes
      added missing file
      Given the huge size of the SLF4J user base, we need a more lenient version
      - better wording in the docs
      - preparing release 1.5.5
      typo fixes
      1.5.6-SNAPSHOT comes after 1.5.5
      - BogoPerf now uses its own random number generator as well as
      - use a rounder number for the REFERENCE_BIPS
      - Refine the type of the exception thrown
      Fixing http://jira.codehaus.org/browse/MNG-2045 as suggested by Joerg Schaible.
      - changes in indentation or cosmetic changes to make the documentation be XHTML compliant
      Replaced "slf4j-ext-X.Y.Z.jar" by "slf4j-ext-${project.version}.jar", taking advantage of Maven
      Replaced "slf4j-ext-X.Y.Z.jar" by "slf4j-ext-${project.version}.jar", taking advantage of Maven
      An attempt at fixing bug 113 [1] and indirectly LBCORE-51 [2]. Instead
      - attempting to fix Bug 114
      Fixed bug 114. Added test case.
      correcting line number count
      - preparing release 1.5.6
      The install() method of SLF4JBridgeHandler will no longer reset the entire
      - need to remove previously installed SLF4JBridgeHandler instances for the tests to pass
      bumped inception year in copyright notice
      removing unused file
      - minor corrections for XHTML conformance
      - updates to the compatibility report
      replaced log4j-over-slf4j.html by an Apache redirect
      - rewording of an  FAQ entry
      - minor rephrasing
      adding missing mailman icons
      Added support for simulating NDC over MDC.
      Minor refactoring
      bumping version to 1.5.7-SNAPSHOT
      - updating the compatibility list in LoggerFactory
      - minor rewording
      - minor additions to the docs.
      cosmetic changes
      Fixing URL as reported by bug 126
      testing  svn-mirror
      testing again
      testing with the sync process put in the backgraound
      testing sync process with wrong URL
      With the exception revision 1277 triggering two emails, it all looks good
      Added blurb about Javascript requirement within a <nosrcipt> element
      slightly better text
      - added a new faq entry covering IllegalAccessException.
      - minor rewording
      slight rewording
      - editing of the introduction page as well as the user manual.html reducing redundancy and improving clarity.
      minor tweaking
      cosmetic changes
      cosmetic change in the javadocs
      Fix typo
      fixing grammatical error
      adding links to SLF4J-based extensions
      added link to SLF4Fx
      minor changes
      added link to log4jdbc
      Typo fixes in method names.
      - changes of my own to manual.html (kept most of Ralph's changes)
      - minor editing
      with NOT switch
      Share project "slf4j-ext" into "https://svn.slf4j.org/repos/slf4j/trunk/slf4j-ext"
      Share project "jul-to-slf4j" into "https://svn.slf4j.org/repos/slf4j/trunk/slf4j-ext"
      - fixed bug 108
      - Added support for location information. This fixes bug 131.
      Added dependencyManagement entry for slf4j-jdk14
      better method name
      - Implementations of Log interface in the jcl-over-slf4j module now support serialization.
      - make tests pass
      - added a section on "logging consolidation via SLF4J"
      we don't have chapters
      - removed the words "depressingly" and "highly".
      - added a sentence on using SLF4J in conjunction with logback
      - fix bug in StopWatch found by "findbugs"
      - indentation changes only
      Fewer eclipse warnings
      - reverted 1330
      jcl104-over-slf4j.jar no longer exists.
      minor adjustments
      minor adjustments
      minor adjustments
      small improvements
      - minor rewording
      Google-code-prettify works nicely. In particular, it does
      prettified the FAQ
      added missing javascript for google-code-prettifier.
      Share project "slf4j-api" into "https://svn.slf4j.org/repos/slf4j/trunk/slf4j-api"
      remove cruft created by eclipse
      initial (and yet untested) version of the fix for bug 132 contributed by Robert Elliot
      Added a test for testing MultiBinding behaviour. See also bug http://bugzilla.slf4j.org/show_bug.cgi?id=132
      improved error messages
      correcting typo caught by Ralph
      Fixed bug 112. In case the toString() of an parameter throws an exception MessageFormatter will print an error message, instead of cascading the exception.
      Fixed bug 112. In case the toString() of an parameter throws an exception MessageFormatter will print an error message, instead of cascading the exception.
      typo fix
      - added error code for "Multiple Bindings"
      changing version to 1.5.7 in the pom.xml files
      The Arrays.toString(Object[]) was added in JDK 1.5.
      - in news.html: added blurb about JDK 1.4 compatibility problems in 1.5.5 and 1.5.6
      next SLF4J version will be 2.0.0
      elaboration on the JDK 1.4 compatibility problem
      - tinkering the last slide (conclusion)
      - animating the last slide
      the slide on simplicity should be simple
      - fixed test scope issue in log4j-over-slf4j
      fix typo
      - minor enhancements to the presentation
      - removed border for "right" id
      - start work on 1.5.9
      - indentation changes only
      - update copyright year to 2009
      - add 1.5.9 to the compatibility list
      In response to bug 141, added getCopyOfChildTimeInstruments and getCopyOfGlobalStopWatch methods. This allows developers to create their own output formats for Profiler.
      - added blurb about bug 141
      Fixed bug 139. See also http://bugzilla.slf4j.org/show_bug.cgi?id=139
      - blurb about bug  139
      - fixed href attribute in the entry related to java.lang.IllegalAccessError
      - removed "IllegalAccessError" entry in codes.html which duplicates a similar entry in faq.html
      - minor change in local variable name
      - link to Jazoon 2009 presentation with audio
      reapplying patches on the rebuilt repository
      - added support for http protocol for cloning
      - adding .gitignore file
      - removed unnecessary big class in <td> element
      - updated javadocs.
      This commit completes commit 7a7cf32a3e2a9e5bdc4809f5c6a4e9cc0b120ee0
      - Clarified the title in license.html.
      - added a link to the log4j manual
      Fixed bug 146
      - corrected various compiler errors (serialization id, raw types)
      Added copyright notice
      - started work on localization support (ongoing work)
      - Localication code that actually does something useful
      - pretty print
      - Documenting LocLogger and co.
      - Preparing release 1.5.9-RC0
      - added 1.5.9-RC0 to the API_COMPATIBILITY_LIST in LoggerFactory
      Fixed http://bugzilla.slf4j.org/show_bug.cgi?id=117

Jean-Noel Charpin (25):
      ongoing work
      ow
      ow
      testing
      testing
      deleting witness folder
      on going work
      commit 0546086a4fbed55487e3e550cb2c898d576bd29c
      on going work
      on going work  adding JCL to SLF4j conversion rules
      on going work adding jcl sample source code
      adding test for JCLConversion
      AbstractMatcher replacement method refactoring
      removing slf4j dependency
      removing slf4j dependency
      minor changes in paths ans params management.
      commit 904be7864331e13a07384843a8d3d66cbe8aaaa0
      Adding JFileChooser to select source folder when no source folder has been specified.
      Regrouping pattern matching and replacement rules in  same object.
      adding rules
      on going work refactoring
      Refactoring according to the alternative approach for conversion expressions proposed by Ceki.
      On going work introducing Swing user interface to manage conversion.
      commit e737f6057b79bdd47e7b7dd6283f174d54c06eb4
      On going work on graphical user interface

John E. Conlon (27):
      trivial punctuation.
      Cleaned up OSGi metadata. Removed unnecessary Bundle-Classpath, changed Bundle-Version to conform to correct syntax and added a BundleDescription.
      Added configuration in pom.xml to create OSGi manifest in jar.
      Changed Bundle-Version to conform to correct syntax.
      OSGi Testing bundle project.
      Ignore Eclipse artifacts.
      Test bundle now registers an OSGi Probe Service.
      Replaced maven-jar-plugin with the org.apache.felix.maven-bundle-plugin for the
      Added version to plugin.
      Spring-OSGi based OSGi integration test project.
      Ignore Eclipse artifacts.
      Added tests for the jdk104 binding bundle.
      A slf4j OSGi LogService implementation.
      Ignore Eclipse artifacts.
      Added testing for OSGi LogService adapter osgi-over-slf4j.
      Check log level before creating strings.
      Added the new org.slf4j.helpers as a private package to the bundle.
      Added the new org.slf4j.helpers as a private package to the bundle.
      Added the new org.slf4j.helpers as a private package to the bundle.
      Added the new org.slf4j.helpers as a private package to the bundle.
      Added the new org.slf4j.helpers as a private package to the bundle.
      Added profile for building and testing OSGi projects.
      Exported org.slf4j.spi package from bindings.
      Changed to conform to the refactored spring-osgi testing api.  Adapted to test new slf4j-api bundle.
      Removed Require-Bundle entry.
      Removed Require-Bundle entry. Added org.apache.log4j import.
      Updated OSGi metadata to support version 1.3.1

Ralph Goers (13):
      Add information about XLogger
      testing email notifications
      testing email notifications
      testing email notifications
      Add MDCStrLookup and corresponding test
      XLoogerFactory.getLogger(class) was returning a Logger instead of an XLogger.
      Add news on MDCStrLookup.
      Add EventLogger
      Fix style and add documentation
      Fix for bug 128 - Allow logging level to be specified on catching and throwing
      Fix bug 130 - ArrayIndexOutOfBoundsException in entry() if 5 arguments specified
      Change EventLogger log level to info
      Change EventLogger log level to info

Raphael Jaques (4):
      Testing
      Testing
      Testing
      typo

Sebastien Pennec (24):
      corrected target jdk in pom.xml
      corrected reference to slf4j-parent and parent version
      - added necessary information in the poms to create bundles
      added subproject LICENSE.txt files
      just testing
      Made Marker Serializable
      Back to previous revision.
      test only, please ignore
      test only, please ignore
      test only, please ignore
      Markers are now Serializable.
      ignore list modifications
      Updated pom and site files to version 1.2-RC0
      Updated news and download page to 1.2-RC0
      This release will not be a candidate.
      Updating versions to 1.3-SNAPSHOT
      Updated the slf4j website to use our own templates + html files
      Added access to the apache snapshot repo
      Moved BasicMarker.java, BasicMarkerTest.java, BasicMarkerFactory.java, MarkerIgnoringBase.java, MessageFormatter.java and Util.java to the org.slf4j.helpers package.
      deleted unused packages
      reformat
      Added the LoggerFactory class to the api module.
      Moved the MarkerFactory to the slf4j-api module
      corrected faq page with valid version number: 1.3.0

Thorbjorn Ravn Andersen (55):
      initial version of javaagent which adds logger entry/exit calls to classes as they are loaded.
      testing notification system
      removed test artifact
      moved instrumentation methods from AgentMain to AddEntryExitLogginTransformer
      changed to use message formatting
      beginning to generalize premain() and log transformer (which now has a builder)
      beginning to generalize premain() and log transformer (which now has a builder)
      now usable as a javaagent, tested with log4j
      cannot test the resulting jar yet.
      added notice about not being released yet
      added log level option, default=info
      added log level option, default=info
      fixed incorrectly placed quote in result snippet
      added apple and sun to those packages to be ignored
      now handles arrays of arrays to see if the array base is a primitive (which Arrays.asList does not like)
      now takes synchronized parameter in consideration and is more robust of lack of information
      disabled summary for test phase
      now comforms to slf4j formatting
      added javadoc
      added javadoc
      added javadoc
      added javadoc
      added javadoc
      put options in seperate file for documentation purposes
      cleaned source and javadoc preparing for 1.5.6 release
      added note regarding how to get the proper Javasssist name from Maven in the manifest
      message regarding "this" is too noisy to go in a release and has been commented out
      added warning message if javassist is not on classpath (fails silently otherwise)
      revised bootclasspath so referring directly to jar in maven will work
      added content table plus initial text for java agent
      first draft of javaagent documentation
      changed option separator back to "," (comma) and the ignore list separator to ":" (colon).  The semicolon did not work well on Unix.
      removed note about slf4j-api in slf4j-ext, and clarified agent option "import" default value
      added note on static logger name and that empty methods are not logged
      Now uses domain classloader to see if slf4j is available, and only instruments if so.
      Now is robust against exceptions in parameter rendering by
      Now is robust against exceptions in parameter rendering by
      added improved rendering of arrays of arrays, and primitive elements.
      more unit tests for nested arrays
      Improved documentation
      accidentially used MessageFormatter in agent, that code is not visible there
      Revised documentation and ensured that log4j and logback classes are not instrumented
      Experimented with detecting recursive calls on the same object, but it
      Added note on disabling troublesome classes in the log backend
      added Hello World section
      made logger in usage example static
      revised presentation of supported frameworks, sprinkled links, clarified MDC
      revised "fail-fast operation" text to conform with title
      cleaned JCL bashing
      merged logback mentioning
      revised the legacy mentioning
      added note on isDebugEnabled
      experimental colorized version of HelloWorld.java
      reverted coloured code to plain, and added note on log levels in sample program
      revised logback reference to mention same author and working well together

-----------------------------------------------------------------------


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java



More information about the slf4j-dev mailing list