
Branch: refs/heads/master Home: https://github.com/qos-ch/slf4j Commit: ff61dda0ea8e305cd5b8e4451f08db2708f19137 https://github.com/qos-ch/slf4j/commit/ff61dda0ea8e305cd5b8e4451f08db2708f19... Author: Otávio Garcia <otavio@otavio.com.br> Date: 2014-02-23 (Sun, 23 Feb 2014) Changed paths: M jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/SimpleLog.java M slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java Log Message: ----------- PrivilegedAction can executed with generics Commit: b0afabb491a56c543e46093baece1986d505bd7a https://github.com/qos-ch/slf4j/commit/b0afabb491a56c543e46093baece1986d505b... Author: Matt Bishop <matt@thebishops.org> Date: 2014-09-26 (Fri, 26 Sep 2014) Changed paths: M jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/SimpleLog.java M slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java Log Message: ----------- Merge pull request #64 from garcia-jj/ot-generics4privilegedaction PrivilegedAction can executed with generics. The generics use is inside the methods and does not change the external interface. Compare: https://github.com/qos-ch/slf4j/compare/1909792061a1...b0afabb491a5