[JIRA] Created: (LBCORE-83) Filter list of appenders is no longer accessible

Filter list of appenders is no longer accessible ------------------------------------------------ Key: LBCORE-83 URL: http://jira.qos.ch/browse/LBCORE-83 Project: logback-core Issue Type: Bug Components: Appender Affects Versions: 0.9.14 Reporter: Michael Franz Assignee: Logback dev list Priority: Blocker In version 0.9.14 the getNext() method has been removed, but the FilterAttachable interface still only contains the method getFirstFilter(). This leads to the situation that for an appender only the first filter can be traversed by application code. I need to be able to access to full list to provide some visualization of the current working logging configuration. I raised this as a "blocker" since this prevents me migrating from 0.9.13 to 0.9.14. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-83?page=com.atlassian.jira.plugin.system.is... ] Ceki Gulcu commented on LBCORE-83: ---------------------------------- Michael, Thank you for this report. In revision 2124 and 2125, the getCopyOfAttachedFiltersList methd was added to the FilterAttachable interface. Please let me know if this change meets yours needs, as the returned list is only a copy of the original list.
Filter list of appenders is no longer accessible ------------------------------------------------
Key: LBCORE-83 URL: http://jira.qos.ch/browse/LBCORE-83 Project: logback-core Issue Type: Bug Components: Appender Affects Versions: 0.9.14 Reporter: Michael Franz Assignee: Ceki Gulcu Priority: Blocker
In version 0.9.14 the getNext() method has been removed, but the FilterAttachable interface still only contains the method getFirstFilter(). This leads to the situation that for an appender only the first filter can be traversed by application code. I need to be able to access to full list to provide some visualization of the current working logging configuration. I raised this as a "blocker" since this prevents me migrating from 0.9.13 to 0.9.14.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-83?page=com.atlassian.jira.plugin.system.is... ] Michael Franz commented on LBCORE-83: ------------------------------------- Hello Ceki, this getCopyOfAttachedFilterlIst() is sufficient. Additionally with this I think the getFirstFilter() method became obsolet, so you can delete this (but this has not the same high priority).
Filter list of appenders is no longer accessible ------------------------------------------------
Key: LBCORE-83 URL: http://jira.qos.ch/browse/LBCORE-83 Project: logback-core Issue Type: Bug Components: Appender Affects Versions: 0.9.14 Reporter: Michael Franz Assignee: Ceki Gulcu Priority: Blocker
In version 0.9.14 the getNext() method has been removed, but the FilterAttachable interface still only contains the method getFirstFilter(). This leads to the situation that for an appender only the first filter can be traversed by application code. I need to be able to access to full list to provide some visualization of the current working logging configuration. I raised this as a "blocker" since this prevents me migrating from 0.9.13 to 0.9.14.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-83?page=com.atlassian.jira.plugin.system.is... ] Ceki Gulcu resolved LBCORE-83. ------------------------------ Fix Version/s: 0.9.15 Resolution: Fixed Michael, Thank you for your response. I have marked the getFirstFilter method as deprecated.
Filter list of appenders is no longer accessible ------------------------------------------------
Key: LBCORE-83 URL: http://jira.qos.ch/browse/LBCORE-83 Project: logback-core Issue Type: Bug Components: Appender Affects Versions: 0.9.14 Reporter: Michael Franz Assignee: Ceki Gulcu Priority: Blocker Fix For: 0.9.15
In version 0.9.14 the getNext() method has been removed, but the FilterAttachable interface still only contains the method getFirstFilter(). This leads to the situation that for an appender only the first filter can be traversed by application code. I need to be able to access to full list to provide some visualization of the current working logging configuration. I raised this as a "blocker" since this prevents me migrating from 0.9.13 to 0.9.14.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

[ http://jira.qos.ch/browse/LBCORE-83?page=com.atlassian.jira.plugin.system.is... ] Ceki Gulcu closed LBCORE-83. ----------------------------
Filter list of appenders is no longer accessible ------------------------------------------------
Key: LBCORE-83 URL: http://jira.qos.ch/browse/LBCORE-83 Project: logback-core Issue Type: Bug Components: Appender Affects Versions: 0.9.14 Reporter: Michael Franz Assignee: Ceki Gulcu Priority: Blocker Fix For: 0.9.15
In version 0.9.14 the getNext() method has been removed, but the FilterAttachable interface still only contains the method getFirstFilter(). This leads to the situation that for an appender only the first filter can be traversed by application code. I need to be able to access to full list to provide some visualization of the current working logging configuration. I raised this as a "blocker" since this prevents me migrating from 0.9.13 to 0.9.14.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
participants (2)
-
Ceki Gulcu (JIRA)
-
Michael Franz (JIRA)