You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2008/09/08 03:00:44 UTC

DO NOT REPLY [Bug 45756] New: jul-to-log4j bridge, update dependency to log4j 1.2.15, retire PluginConfigurator

https://issues.apache.org/bugzilla/show_bug.cgi?id=45756

           Summary: jul-to-log4j bridge, update dependency to log4j 1.2.15,
                    retire PluginConfigurator
           Product: Log4j
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: javabrett@gmail.com


Created an attachment (id=22535)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22535)
Candidate patch

Suggesting that we update the POM dependency for log4j to 1.2.15 from 1.2.14,
and update JULReceiver to no longer reference PluginConfigurator and use
DOMConfigurator instead.

I had trouble compiling and running this test without this change.

Also, repositorySelectorGuard should be static, otherwise multiple tests added
to this case will fail due to the guard object changing.

Patch attached.

See also SVN log for (unreleased) companions/component:

svn log -v -r 571328 http://svn.apache.org/repos/asf/logging
------------------------------------------------------------------------
r571328 | carnold | 2007-08-31 08:02:18 +1000 (Fri, 31 Aug 2007) | 1 line
Changed paths:
   M /logging/log4j/companions/component/trunk/build.xml
   M /logging/log4j/companions/component/trunk/pom.xml
   M
/logging/log4j/companions/component/trunk/src/main/java/org/apache/log4j/LoggerRepositoryExImpl.java
   D
/logging/log4j/companions/component/trunk/src/main/java/org/apache/log4j/plugins/PluginConfigurator.java
   D
/logging/log4j/companions/component/trunk/src/main/java/org/apache/log4j/xml/UnrecognizedElementHandler.java
   D /logging/log4j/companions/component/trunk/src/main/resources/org
   D
/logging/log4j/companions/component/trunk/src/test/java/org/apache/log4j/plugins/PluginConfiguratorTest.java
   D
/logging/log4j/companions/component/trunk/src/test/resources/org/apache/log4j/plugins/plugins1.xml
   D
/logging/log4j/companions/component/trunk/src/test/resources/org/apache/log4j/xml

Eliminate PluginConfiguration by adding dependency on log4j 1.2.15
------------------------------------------------------------------------


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


DO NOT REPLY [Bug 45756] jul-to-log4j bridge, update dependency to log4j 1.2.15, retire PluginConfigurator

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45756





--- Comment #2 from Brett Randall <ja...@gmail.com>  2008-09-17 14:40:36 PST ---
All good now, thanks Paul.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


DO NOT REPLY [Bug 45756] jul-to-log4j bridge, update dependency to log4j 1.2.15, retire PluginConfigurator

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45756


Paul Smith <ps...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Paul Smith <ps...@apache.org>  2008-09-14 20:14:18 PST ---
I'm not sure when it happened, but my local working copy already pointed to
1.2.15, bizarre.  My commit in revision 695330 addressed the retirement of the
PluginConfigurator (forgot your patch already had that), and revision 695338
contains the testcase guard object fix.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org