RFR: 8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class.
Daniel Fuchs
daniel.fuchs at oracle.com
Fri Jan 29 16:08:08 UTC 2016
Hi Alan,
On 29/01/16 17:00, Alan Bateman wrote:
> On 29/01/2016 15:55, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find below a patch that slightly modifies
>> the JEP 264 initial implementation to take advantage
>> of the module system.
>>
>> The change modifies the LoggerFinder abstract service
>> to take the Module of the caller class as parameter
>> instead of the caller class itself.
>> The caller class was used in the initial 9/dev implementation
>> because java.lang.reflect.Module was not yet available.
>>
>> http://cr.openjdk.java.net/~dfuchs/jigsaw/webrev_8148568/webrev.00/
> Daniel - are you looking for this to go into jake or are you planning to
> wait until the module system is in JDK 9?
I was planning to have this go into jake, but I can hold on to it if
you think that's preferable?
best regards,
-- daniel
>
> -Alan
More information about the jigsaw-dev
mailing list