You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Ralph Goers <ra...@dslextreme.com> on 2017/12/22 16:21:48 UTC

[log4j] getCallerClass()

Reflection.getCallerClass() has been removed in Java 10 [1]. The pre-Java 9 version is already sensitive to this so it shouldn’t cause any problems.

Ralph

[1] http://mail.openjdk.java.net/pipermail/core-libs-dev/2017-December/050713.html <http://mail.openjdk.java.net/pipermail/core-libs-dev/2017-December/050713.html>

Re: [log4j] getCallerClass()

Posted by Matt Sicker <bo...@gmail.com>.
And we can add another page to the javadocs for the history of this method.
:)

On 22 December 2017 at 10:21, Ralph Goers <ra...@dslextreme.com>
wrote:

> Reflection.getCallerClass() has been removed in Java 10 [1]. The pre-Java
> 9 version is already sensitive to this so it shouldn’t cause any problems.
>
> Ralph
>
> [1] http://mail.openjdk.java.net/pipermail/core-libs-dev/2017-
> December/050713.html <http://mail.openjdk.java.net/
> pipermail/core-libs-dev/2017-December/050713.html>




-- 
Matt Sicker <bo...@gmail.com>