DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35452





------- Additional Comments From [EMAIL PROTECTED]  2006-01-23 23:31 -------
r 371687 spun off the RepositorySelector.detachRepository method onto a new
interface RepositorySelectorEx.  This method appeared to be called in only one
place in the log4j code base at org.apache.log4j.selector.ContextDetachingSCL
and the only implementation was a NOP in
org.apache.log4j.spi.DefaultRepositorySelector.

The former RepositorySelector.getLoggerRepository(String) was never called in
the log4j code base and the only implementation was in DefaultRepositorySelector
which checked the name against "default" and returned either
getLoggerRepository() or null.  Since the method seemed only to be a place
holder for some future enhancement, I removed it.

These changes should allow apps that provided custom RepositorySelectors to
log4j 1.2 to be compatible with log4j 1.3.  Existing repository selectors based
on the previous 1.3 definition that depend on detachRepositorySelector being
called should change their implements clause to RepositorySelectorEx.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to