You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2014/10/04 01:51:21 UTC

git commit: TAP5-2395: Release notes update for logging framework TBD by application developer

Repository: tapestry-5
Updated Branches:
  refs/heads/master a4cc2fb69 -> 265d23fcb


TAP5-2395: Release notes update for logging framework TBD by application developer


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/265d23fc
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/265d23fc
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/265d23fc

Branch: refs/heads/master
Commit: 265d23fcb50e345b2c79c603850289c3c7f04cc4
Parents: a4cc2fb
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Oct 3 16:51:15 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Oct 3 16:51:15 2014 -0700

----------------------------------------------------------------------
 54_RELEASE_NOTES.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/265d23fc/54_RELEASE_NOTES.md
----------------------------------------------------------------------
diff --git a/54_RELEASE_NOTES.md b/54_RELEASE_NOTES.md
index c0e57c0..3d864de 100644
--- a/54_RELEASE_NOTES.md
+++ b/54_RELEASE_NOTES.md
@@ -162,6 +162,16 @@ for the field (this is related to big improvements in rendering described below)
 Tapestry now assumes that all text/* assets use the utf-8 character set. 
 This is generally the case for JavaScript files (the primary text asset). 
 
+## Logging Dependencies
+
+Previous versions of Tapestry included dependencies on both SLF4J (Simple Logging Facade for Java)
+and Log4J (the most common logging library), as well as the bridge between the two. Users who did not wish to
+use Log4J had to muck about with dependencies in their Maven or Gradle build file.
+
+Tapestry 5.4 only has dependencies on SL4FJ and not on any particular logging implementation; SLF4J will 
+write only a warning message that it needs to be configured. Application developers must provide additional
+dependencies (hint: use Logback!).
+
 ## tapestry-yuicompressor replaced by tapestry-webresources
 
 The tapestry-yuicompressor module has been removed and superseded by tapestry-webresources.