Commit Graph

70 Commits

Author SHA1 Message Date
Aleksei Efimov
0c5f493370 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
Reviewed-by: joehw
2016-05-13 01:19:41 +03:00
Staffan Larsen
fa6b2edf64 8156658: Common way to run jtreg tests
Reviewed-by: erikj, dsamersoff
2016-05-11 11:05:53 +02:00
Frank Yuan
0537b18b12 8156119: Update ServiceProviderTest for XMLReaderFactory
Reviewed-by: joehw
2016-05-10 00:24:24 -07:00
Amy Lu
1e67fc1de6 8156513: Problem list javax/xml/jaxp/unittest/stream/FactoryFindTest.java
Reviewed-by: rriggs, joehw
2016-05-10 10:45:09 +08:00
Frank Yuan
c3a6242368 8156007: Refix: TestPolicy should extend the default security policy
Reviewed-by: mchung, joehw
2016-05-05 20:01:18 -07:00
Alan Bateman
b9eb3050d8 Merge 2016-05-03 10:38:18 +01:00
Alan Bateman
3e17f032b6 8154956: Module system implementation refresh (4/2016)
Reviewed-by: mchung, chegar, redestad
2016-05-03 09:09:45 +01:00
Frank Yuan
766c5e26ae 8155514: jaxp.library.TestPolicy should extend the default security policy
Reviewed-by: mchung, joehw
2016-04-28 19:11:09 -07:00
Joe Wang
2f9ffbd280 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
Reviewed-by: lancea
2016-04-28 09:08:01 -07:00
Frank Yuan
4b1ef0a20b 8078820: Test deploying a XML parser as a module
Reviewed-by: joehw, alanb
2016-04-19 23:56:52 -07:00
Christoph Langer
d03b607896 8153781: Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping large DOCTYPE section with CRLF at wrong place
Reviewed-by: joehw
2016-04-19 23:01:06 -07:00
Joe Wang
7cd550290a 8152527: Relative rewriteSystem with xml:base at group level failed
Reviewed-by: lancea
2016-04-14 16:36:04 -07:00
Joe Wang
470dc96724 8151162: Public entries not searched when prefer='system'
Reviewed-by: lancea
2016-04-12 14:44:23 -07:00
Joe Wang
88deed35ed 8150969: DEFER from Features API is taking precedence over defer preference in catalog file
Reviewed-by: lancea
2016-04-06 14:31:38 -07:00
Joe Wang
29a3fff19b 8147431: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh copied JDK failed
Reviewed-by: rriggs
2016-03-30 11:40:47 -07:00
Joe Wang
5aabf0b57a 8151154: IllegalArgumentException not thrown when wrong syntax value is set for javax.xml.catalog.files
Reviewed-by: lancea
2016-03-24 15:34:50 -07:00
Alan Bateman
81f516c57b 8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282

Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: alanb, mchung, joehw
2016-03-17 19:04:05 +00:00
Christoph Langer
7b2839f9ee 8150704: XALAN: ERROR: 'No more DTM IDs are available' when transforming with lots of temporary result trees
Reviewed-by: joehw
2016-03-09 16:09:55 -08:00
Christoph Langer
5b5e0a63e7 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
Reviewed-by: joehw
2016-02-22 11:00:06 -08:00
Joe Wang
ffa5558ae1 8146237: PREFER from Features API taking precedence over catalog file
Reviewed-by: lancea
2016-02-17 16:32:51 -08:00
Aleksei Efimov
6df6c45593 8144593: Suppress not recognized property/feature warning messages from SAXParser
Reviewed-by: joehw
2016-02-04 18:31:11 +03:00
Joe Wang
0224290c87 8146606: Catalog.matchSystem() appends an extra '/' to the matched result
Reviewed-by: lancea
2016-01-13 10:12:39 -08:00
Joe Wang
fdb8990307 8144966: Catalog API: Null handling and reference to Reader
Reviewed-by: mchung, rriggs
2016-01-12 15:29:21 -08:00
Joe Wang
a4d59b2815 8144967: javax.xml.transform.Source and org.xml.sax.InputSource can be empty
Reviewed-by: darcy, rriggs
2016-01-08 10:51:34 -08:00
Joe Wang
ea676129ea 8068839: newDuration(x) produces incorrect outputs for some values of x
Reviewed-by: rriggs, lancea
2015-12-11 12:01:26 -08:00
Joe Wang
bed7e98034 8072081: Supplementary characters are rejected in comments
Reviewed-by: lancea
2015-12-09 21:40:44 -08:00
Joe Wang
8a9ae48ba7 8142463: Xml schema validation failing after Xerces update; maxOccurs ignored
Reviewed-by: lancea
2015-11-30 16:17:54 -08:00
Alejandro Murillo
8756c98eb8 Merge 2015-11-16 22:36:41 -08:00
Joe Wang
0204e737b3 8142900: Xerces Update: Xerces XPath
Reviewed-by: lancea
2015-11-16 14:12:06 -08:00
Joseph Provino
067567e0a1 Merge 2015-11-11 23:45:52 +00:00
Chris Plummer
9b5cb90f04 8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
Updated requiredVersion to 4.1 b12

Reviewed-by: dholmes, sla, darcy
2015-11-05 10:30:08 -08:00
Sha Jiang
85a9bd78c3 8077931: Develop tests for XML Catalog API
Reviewed-by: joehw, lancea
2015-10-29 22:12:53 -07:00
Joe Wang
ed903000ea 8081248: Implement JEP 268: XML Catalog API
Reviewed-by: lancea, dfuchs
2015-10-29 21:53:21 -07:00
Joe Wang
9a0831a18e 8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization
Reviewed-by: dfuchs, lancea, hawtin
2015-05-12 10:02:21 -07:00
Joe Wang
6b8fd86fa1 8138721: ElementTraversal: javadoc warning; also, hasFeature shall return true
Reviewed-by: lancea, dfuchs
2015-10-06 10:59:52 -07:00
Joe Wang
019303a96b 8135283: DOM API update: Element Traversal Specification
Reviewed-by: mchung, lancea
2015-09-25 16:42:19 -07:00
Frank Yuan
29a1cfdf2f 8133307: Missing files while changing packages of JAXP unittest
Reviewed-by: joehw
2015-08-10 20:26:05 -07:00
Frank Yuan
0785d3b590 8132660: Change jaxp unit test package name to be different with jaxp api
Reviewed-by: joehw
2015-08-10 09:52:32 -07:00
Daniel Fuchs
ae9ba69804 8130058: jaxp: Investigate removal of com/sun/org/apache/xalan/internal/xslt/Process.java
Com/sun/org/apache/xalan/internal/xslt/Process.java removed. A copy modified to not depend on internal APIs is put in test/javax/xml/jaxp/internaltest/javax/xml/transform/cli/ProcessXSLT.java. The CLITest is preserved and uses that new copy.

Reviewed-by: joehw, lancea
2015-07-31 12:05:46 +02:00
Daniel Fuchs
e5138fb786 8130059: jaxp: Investigate removal of com/sun/org/apache/xalan/internal/xslt/EnvironmentCheck.java
Remove com/sun/org/apache/xalan/internal/xslt/EnvironmentCheck.java

Reviewed-by: joehw
2015-07-29 11:00:59 +02:00
Frank Yuan
e2f4c35479 8080266: Failed to create CharInfo due to ResourceBundle update for modules
Fixed the initialization of LSSerializerImpl.

Reviewed-by: joehw, dfuchs
2015-06-25 11:06:28 +02:00
Joe Darcy
ef7177e418 8129597: Add tier 3 test definitions to the JDK 9 forest
Reviewed-by: smarks, jjg
2015-06-24 15:18:44 -07:00
Daniel Fuchs
4ebbfc918f 8129572: Cleanup usage of getResourceAsStream in jaxp
Reviewed-by: alanb, joehw, mchung, redestad
2015-06-23 19:50:10 +02:00
Frank Yuan
8ad1f8523c 8080907: Develop test for Xerces Update: XML Schema Validation
Reviewed-by: lancea, joehw
2015-06-15 09:25:23 -07:00
Frank Yuan
dfdcd9050f 8080908: Develop test for Xerces Update: XPointer
Reviewed-by: lancea, joehw
2015-06-08 22:08:47 -07:00
Frank Yuan
4a0e9912f0 8080906: Develop test for Xerces Update: DOM L3 Serializer
Reviewed-by: lancea, joehw
2015-06-08 21:59:07 -07:00
Joe Darcy
1c1c11d919 8075551: Add tiered testing definitions to the jaxp repo
Reviewed-by: joehw
2015-06-01 17:31:45 -07:00
Aleksei Efimov
38bcbb873f 8081392: getNodeValue should return 'null' value for Element nodes
Reviewed-by: joehw
2015-05-29 12:28:40 +03:00
Frank Yuan
2910c5e690 8078596: jaxp tests failed in modular jdk due to internal class access
Reviewed-by: alanb, lancea, joehw
2015-05-15 16:26:03 -07:00
Aleksei Efimov
4b9b3c027f 8062518: AIOBE occurs when accessing to document function in extended function in JAXP
Reviewed-by: joehw
2015-05-08 11:07:35 +03:00