Re: [log4j] getCallerClass()

2017-12-23 Thread Matt Sicker
And we can add another page to the javadocs for the history of this method. :) On 22 December 2017 at 10:21, Ralph Goers 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 > > [

[log4j] getCallerClass()

2017-12-22 Thread Ralph Goers
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