RFR: 8078820: Test deploying a XML parser as a module

Frank Yuan frank.yuan at oracle.com
Thu Mar 31 09:54:53 UTC 2016


Hi Alan, Joe, and All

I have produced a new webrev http://cr.openjdk.java.net/~fyuan/8078820/webrev.01/ based on your comments, there are 2 tests:
1. BasicModularXMLParserTest.java, which is same as the previous one, tests the customized xml provider modules in boot layer
2. LayerModularXMLParserTest.java, which is suggested by Alan, it tests the different combinations of providers, application and
layers.

Would you like to review it again? Thank you!

Best Regards
Frank

From: Alan Bateman [mailto:Alan.Bateman at oracle.com] 
Sent: Sunday, March 27, 2016 2:52 PM
To: huizhe wang <huizhe.wang at oracle.com>; Frank Yuan <frank.yuan at oracle.com>
Subject: Re: RFR: 8078820: Test deploying a XML parser as a module


On 26/03/2016 22:07, huizhe wang wrote:

On 3/24/2016 2:51 AM, Frank Yuan wrote:
To Joe


Need I wait for org.xml.sax.helpers.XMLReaderFactory? or leave it till later?

Up to you. I don't know how urgent this task is.  The XMLReaderFactory might take a while to get fixed. We may go ahead with our own
plan to update it since I haven't heard from the SAX project yet. Even so, it still might take weeks.

But once it's in place, it will be exactly the same as other factories with regard to the way it works in modules.
We can always come back to the test once we have a solution for the SAX API.

So I suggest go ahead and work with Frank to get this test in. I think it should co-locate with the existing unit tests.

-Alan.



More information about the jigsaw-dev mailing list