Details
-
Bug
-
Resolution: Fixed
-
Minor
-
1.1.2
-
None
Description
I am checking the APIs in the Logback site, and it seems that I found outdated APIs. I hope some contributors may confirm whether the followings are outdated or not:
1. SocketRemote
https://github.com/qos-ch/logback/blob/master/logback-site/src/site/pages/codes.html
The page includes “ch.qos.logback.classic.net.SocketRemote,” but the class does not exist anymore. I found that the class was deleted on Sep. 07, 2013.
2. CyclicBufferTrackerImpl
https://github.com/qos-ch/logback/blob/master/logback-site/src/site/pages/manual/appenders.html
The page includes “CyclicBufferTrackerImpl,” but the class does not exist anymore. I found that the class was deleted on Sep. 07, 2013.
3. ExecutionContext
https://github.com/qos-ch/logback/blob/master/logback-site/src/site/pages/manual/onJoran.html
The page includes “ch.qos.logback.core.joran.spi.ExecutionContext.” However, I found that the class was renamed to ch.qos.logback.core.joran.spi.InterpretationContext on Oct. 23, 2006.
4. NestedComponentIA
https://github.com/qos-ch/logback/blob/master/logback-site/src/site/pages/access.html
The page includes “NestedComponentIA,” which was deleted on Jul. 17, 2008.
Especially, regarding "CyclicBufferTrackerImpl," I found that the other person reported this, but still not fixed.
Thanks in advance,
Seonah