8078820 -> Re: RFR: 8068938: Test deploying a XML parser as a module

Daniel Fuchs daniel.fuchs at oracle.com
Mon Mar 21 17:12:36 UTC 2016


On 21/03/16 18:02, huizhe wang wrote:
>
> On 3/21/2016 9:56 AM, Alan Bateman wrote:
>>
>>
>> On 21/03/2016 16:49, huizhe wang wrote:
>>>
>>> Then the module-info.java needs to be fixed. XMLReaderFactory is
>>> supported along with SAX.
>> Are you sure this API is using ServiceLoader? I have a vague memory
>> that we'd need the to update the endorsed SAX API for this.
>
> Let me take a look once I've done with my current work on hand.

FWIW this one doesn't use ServiceLoader.
It looks for a class name under META-INF/services/org.xml.sax.driver,
which means that it doesn't adhere to ServiceLoader specification.

best,

-- daniel

>
> -Joe
>
>>
>> -Alan
>



More information about the jigsaw-dev mailing list