Skip to content
  1. Dec 29, 2008
  2. Dec 28, 2008
    • Ceki Gulcu's avatar
      · 17faeb66
      Ceki Gulcu authored
      - Fix LBCORE-74
        
        HTMLLayoutBase now takes into custom conversion words.
        
      - Moved StringListAppender to c.q.l.classic.testUtil package
      17faeb66
  3. Dec 27, 2008
    • Ceki Gulcu's avatar
      · a2a29835
      Ceki Gulcu authored
      - cleaned up config files so that "level" is an XML attribute and not
        an XML element
      
      - updated Gmail related examples
      
      - LBCLASSIC-100
      
        Evaluators are now wired into an appender automatically (implicit
        rules) without the help of EvaluatorAction. EvaluatorAction is now
        only needed for global evaluator elements.
      
        It follows that name attribute is necessary only for global
        evaluators. Embedded evaluators no longer need a name.
      
        EvaluatorAction has been modified to accept evaluators of any type
        and not just JaninoEvaluators.
      a2a29835
  4. Dec 26, 2008
  5. Dec 24, 2008
  6. Dec 23, 2008
  7. Dec 22, 2008
  8. Dec 05, 2008
  9. Dec 04, 2008
  10. Nov 17, 2008
  11. Nov 04, 2008
  12. Oct 31, 2008
  13. Oct 30, 2008
  14. Oct 29, 2008
  15. Oct 28, 2008
  16. Oct 27, 2008
  17. Oct 24, 2008
  18. Oct 22, 2008
    • Ceki Gulcu's avatar
      Related to LBCORE-15 · f687bf62
      Ceki Gulcu authored
      - minor refactoring in DBAppender and related classes
      - As suggested by John Gibson in LBCORE-15, we now use the prepareStatement method of 
        Connection which takes the sql statement followed by the autogenerateed key columnNames 
        (of type String[])
      
        This change is compatible with JDBC drivers of SQLServer and MySQL, as well as Oracle.
      
        JDBC drivers not supporting getGeneratedKeys are not affected by this change.
      
      - added integration tests which are active only on my machine, namely, Orion. This avoids other
        developers from having to install Oracle, MySQL, Postgres and SQL Server just for the 
        logback tests to pass.
        
      - similar tests on logback-access to follow.  
      f687bf62
  19. Oct 20, 2008
    • Ceki Gulcu's avatar
      · c77e8bae
      Ceki Gulcu authored
      - detachAppender in AppenderAttachable now returns a boolean instead of an Appender.
      - iteratorForAppenders() in AppenderAttachable now returns Iterator<Appender<E>> instead of just Iterator
      - modified Logger to invoke callAppender without synchronization on this
      - AppenderAttachableImpl modified to take advantage of the fact that reads occur much more 
        often than writes
      - associated test cases
      c77e8bae
    • Ceki Gulcu's avatar
  20. Oct 01, 2008
    • Ceki Gulcu's avatar
      - migrate some tests to junit4 · 9ae5e794
      Ceki Gulcu authored
      - renamed ClassPackagingDataCalculator as PackagingDataCalculator
      - added calculatePackagingData method to ThrowableProxy so that converters can
        force calculation of packaging data
      - added relevant test cases
      9ae5e794
  21. Aug 27, 2008
    • Ceki Gulcu's avatar
      removing junk · 38d0768f
      Ceki Gulcu authored
      38d0768f
    • Ceki Gulcu's avatar
      LBCORE-27 and LBCLASSIC-67 · 01f87960
      Ceki Gulcu authored
      - Fixes both LBCORE-27 and LBCLASSIC-67. 
      
      - added test cases (using GreenMail) that verify that the output generated
        by SMTPAppender and HTMLLayout conform to xhtml1-strict.dtd
      
      - HTMLLayout* now use StringBuilder instead of StringBuffer. The former is significantly faster.
      01f87960
    • Ceki Gulcu's avatar
      LBCLASSIC-67 · 16e67152
      Ceki Gulcu authored
      Other missing files
      16e67152
  22. Aug 26, 2008
    • Ceki Gulcu's avatar
      LBCLASSIC-67 · 7bb2167d
      Ceki Gulcu authored
      Not not all PatternLayout instances need to have a
      ThrowableInformationConverter added at the end of the converter chain
      by the postCompileProcessing() method.
      
      With this commit, post compile processing code has been moved to an
      interface. By default, PatternLayouts that ship with logback have a
      default post compile processor. However, it is now very easy to set
      processor to null.
      
      We now test SMTPAppender using GreenMail. Problem described in
      LBCLASSIC-67 is reproduced in tests but not yet fixed.
      7bb2167d