Masanori Yano
83bce94cc8
8268457: XML Transformer outputs Unicode supplementary character incorrectly to HTML
...
Reviewed-by: lancea, naoto, iris, joehw
2021-06-30 16:25:40 +00:00
Joe Wang
d799563ac0
8256919: BCEL: Utility.encode forget to close
...
Reviewed-by: lancea, bpb, naoto
2021-06-25 18:42:07 +00:00
Joe Wang
7e03cf2916
8265073: XML transformation and indentation when using xml:space
...
Reviewed-by: naoto, lancea, iris
2021-06-18 16:03:30 +00:00
Joe Wang
1c3932f3d5
8264766: ClassCastException during template compilation (Variable cannot be cast to Param)
...
Reviewed-by: naoto
2021-06-09 00:34:16 +00:00
Joe Wang
460ce5553c
8266019: StreamResult(File) writes to incorrect file path if # is part of the file path
...
Reviewed-by: dfuchs
2021-06-03 21:26:32 +00:00
Jonathan Gibbons
3482cb87fd
8266254: Update to use jtreg 6
...
8265020: tests must be updated for new TestNG module name
Reviewed-by: lancea, erikj, mchung, naoto, alanb, iris, chegar
2021-06-02 21:20:12 +00:00
Joe Wang
8c4719a588
8265248: Implementation Specific Properties: change prefix, plus add existing properties
...
Reviewed-by: lancea, rriggs
2021-05-26 19:34:06 +00:00
Weijun Wang
640a2afda3
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
...
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: dholmes, alanb, dfuchs, mchung, mullan, prr
2021-05-24 16:55:55 +00:00
Mahendra Chhipa
308f6796da
8264454: Jaxp unit test from open jdk needs to be improved
...
Reviewed-by: joehw
2021-04-08 21:21:11 +00:00
Joe Wang
475595847c
8262041: javax/xml/jaxp/unittest/common/prettyprint/PrettyPrintTest.java fails after JDK-8260858
...
Reviewed-by: lancea, naoto
2021-02-20 02:37:53 +00:00
Daniel D. Daugherty
8b4fd77f60
8262042: ProblemList javax/xml/jaxp/unittest/common/prettyprint/PrettyPrintTest.java on Windows
...
Reviewed-by: joehw
2021-02-19 17:30:45 +00:00
Joe Wang
c99eeb0102
8260858: Implementation specific property xsltcIsStandalone for XSLTC Serializer
...
Reviewed-by: lancea, naoto
2021-02-19 06:34:21 +00:00
Joe Wang
7c565f8b37
8261209: isStandalone property: remove dependency on pretty-print
...
Reviewed-by: lancea, naoto
2021-02-09 17:50:25 +00:00
Joe Wang
69ee314b63
8249867: xml declaration is not followed by a newline
...
Reviewed-by: rriggs, naoto, lancea, dfuchs
2021-01-30 02:34:52 +00:00
Mahendra Chhipa
5df2a949e3
8212035: merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer
...
Reviewed-by: dfuchs
2021-01-13 15:53:05 +00:00
Michael Edgar
6847bbbb11
8255918: XMLStreamFilterImpl constructor consumes XMLStreamException
...
Reviewed-by: joehw
2020-12-10 03:40:01 +00:00
Marius Volkhart
c47ab5f6b7
8256515: javax.xml.XMLEventReader produces incorrect START_DOCUMENT event
...
Reviewed-by: joehw
2020-12-08 20:43:42 +00:00
Joe Wang
b5f785ba9b
8246816: XMLGregorianCalendar.hashCode() produces far too many identical hashes
...
Reviewed-by: naoto, rriggs
2020-08-10 17:16:56 +00:00
Joe Wang
e0c26b37fd
8248348: Regression caused by the update to BCEL 6.0
...
Reviewed-by: smarks, plevart
2020-07-03 00:09:45 +00:00
Igor Ignatyev
e47b2bc8c3
8246387: switch to jtreg 5.1
...
Reviewed-by: dholmes, erikj
2020-06-10 10:47:40 -07:00
Joe Wang
140a79765f
8237456: Transform filtered through SAX filter mishandles character entities
...
Reviewed-by: aefimov, lancea
2020-06-09 21:23:33 +00:00
Fernando Guallini
cd9b2bb97f
8244444: [TESTBUG] Test for XPathEvaluationResult.XPathResultType
...
Reviewed-by: joehw
2020-05-05 16:59:41 +00:00
Joe Wang
acafdb3f60
8238183: SAX2StAXStreamWriter cannot deal with comments prior to the root element
...
Reviewed-by: naoto, lancea
2020-04-03 17:34:31 +00:00
Igor Ignatyev
c4059c667d
8238943: switch to jtreg 5.0
...
Reviewed-by: erikj, jjg, joehw
2020-02-24 11:50:18 -08:00
Mikael Vidstedt
3318314c7c
8237589: Fix copyright header formatting
...
Reviewed-by: jjg, serb, iris, jwilhelm
2020-01-21 14:23:01 -08:00
Igor Ignatyev
60073c395c
8235866: bump jtreg requiredVersion to 4.2b16
...
Reviewed-by: dholmes, joehw
2019-12-16 15:45:07 -08:00
Joe Wang
a664c9cf99
8016914: CoreDocumentImpl.setXmlVersion NPE
...
Reviewed-by: lancea
2019-09-30 17:54:11 +00:00
Joe Wang
c52603204d
8230814: Enable SAX ContentHandler to handle XML Declaration
...
Reviewed-by: lancea, dfuchs, alanb
2019-09-19 16:53:17 +00:00
Joe Wang
77b3801f6c
8228854: Default ErrorListener reports warnings and errors to the console
...
Reviewed-by: lancea
2019-09-05 17:26:38 +00:00
Joe Wang
7b6b6702e3
8230094: CCE in createXMLEventWriter(Result) over an arbitrary XMLStreamWriter
...
Reviewed-by: lancea
2019-08-28 19:02:51 +00:00
Frank Yuan
f85fe3a3d6
8230010: Remove jdk8037819/BasicTest1.java
...
8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test
Reviewed-by: joehw, vtewari
2019-08-28 11:00:55 +08:00
Joe Wang
136cfdb1e3
8068376: Validator fails valid XML files due to String == in XSD validator code
...
Reviewed-by: lancea
2019-07-26 17:15:17 +00:00
Joe Wang
a91f9c4c7e
8157830: Errors in XSLT stylesheet are not dispatched correctly to ErrorListener
...
Reviewed-by: lancea
2019-07-19 02:40:59 +00:00
Joe Wang
5dcfefbae0
8176447: javax.xml.validation.Validator validates incorrectly on uniqueness constraint
...
Reviewed-by: lancea
2019-07-16 21:12:14 +00:00
Joe Wang
8286318f2a
7148925: StAXSource causes exceptions to be thrown with certain wellformed XML instances
...
Reviewed-by: lancea
2019-07-10 16:45:28 +00:00
Joe Wang
5c12a30062
8223291: Whitespace is added to CDATA tags when using OutputKeys.INDENT to format XML
...
Reviewed-by: dfuchs, lancea
2019-07-03 16:30:19 +00:00
Stuart Marks
6758853b54
8205131: remove Runtime trace methods
...
Reviewed-by: lancea, rriggs, iklam
2019-06-10 17:33:11 -07:00
Joe Wang
2e09b8459b
8219692: DOM and SAX parsers ignore namespace
...
Reviewed-by: lancea
2019-05-21 14:55:30 -07:00
Joe Wang
94f04de7bc
8222991: Xerces 2.12.0: Validation
...
Reviewed-by: lancea
2019-05-09 09:23:31 -07:00
Joe Wang
05a9f3541b
8220818: Validator does not find missing match for keyref error
...
Reviewed-by: lancea
2019-05-01 14:35:28 -07:00
Joe Wang
f50047aa8e
8222743: Xerces 2.12.0: DOM Implementation
...
Reviewed-by: lancea
2019-04-25 15:54:21 -07:00
Joe Wang
7d9e7e1e0b
8222415: Xerces 2.12.0: Parsing Configuration
...
Reviewed-by: lancea
2019-04-16 21:29:33 +00:00
Joe Wang
b238aef18d
8219705: Wrong media-type for a given serialization method
...
Reviewed-by: lancea
2019-03-11 15:51:39 -07:00
Igor Ignatyev
98ebd2bc9e
8219417: bump jtreg requiredVersion to b14
...
Reviewed-by: alanb, dholmes
2019-02-22 09:47:00 -08:00
Joe Wang
643ca20866
8180901: Transformer.reset() resets the state only once
...
Reviewed-by: rriggs, lancea
2019-02-05 15:06:08 -08:00
Joe Wang
b63c4ce810
8206132: DOM parser does not honor DocumentBuilderFactory.setExpandEntityReferences(false)
...
Reviewed-by: rriggs, lancea
2019-02-05 09:57:35 -08:00
Joe Wang
1ebe11a28d
8216408: XMLStreamWriter setDefaultNamespace(null) throws NullPointerException
...
Reviewed-by: dfuchs, lancea
2019-01-25 14:28:43 -08:00
Magnus Ihse Bursie
659006b218
8217638: Remove old way of running tests (test/Makefile)
...
Reviewed-by: erikj, jjg
2019-01-24 11:29:16 +01:00
Joe Wang
32a556860d
8215330: javax.xml.catalog.CatalogResolverImpl: GroupEntry.matchURI fails to match
...
Reviewed-by: lancea
2019-01-04 10:42:12 -08:00
Joe Darcy
b5f0eec3d8
8205626: Start of release updates for JDK 13
...
8205393: Add SourceVersion.RELEASE_13
8205394: Add source 13 and target 13 to javac
8205645: Bump maximum recognized class file version to 57 for JDK 13
8214825: Update preview language features for start of JDK 13
Reviewed-by: erikj, alanb, mchung, mcimadamore, dholmes, smarks, jjg
2018-12-13 19:06:11 +01:00