Iris Clark
180e773544
Merge
2015-11-29 20:29:35 -08:00
Iris Clark
edd1d4d2b5
Merge
2015-11-19 14:00:25 -08:00
Iris Clark
f5c0c55600
Merge
2015-11-16 17:10:11 -08:00
Joe Wang
0204e737b3
8142900: Xerces Update: Xerces XPath
...
Reviewed-by: lancea
2015-11-16 14:12:06 -08:00
Chris Hegarty
b1bef722b9
8140606: Update library code to use internal Unsafe
...
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 11:33:40 +00:00
Iris Clark
d0cb8fc0ab
Merge
2015-11-01 09:48:57 -08:00
Joe Wang
ed903000ea
8081248: Implement JEP 268: XML Catalog API
...
Reviewed-by: lancea, dfuchs
2015-10-29 21:53:21 -07:00
Iris Clark
4687bf0a14
Merge
2015-10-25 19:16:29 -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
Iris Clark
965c0d95e6
Merge
2015-10-05 20:55:44 -07:00
Joe Wang
019303a96b
8135283: DOM API update: Element Traversal Specification
...
Reviewed-by: mchung, lancea
2015-09-25 16:42:19 -07:00
Iris Clark
838c3c4021
Merge
2015-09-08 10:25:02 -07:00
Joe Wang
804a447ee4
8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518
...
Reviewed-by: aefimov, lancea, joehw
2015-08-26 10:16:04 -07:00
Iris Clark
4d4f9b7381
Merge
2015-08-17 13:02:39 -07:00
Iris Clark
c8af39909f
Merge
2015-08-10 19:58:58 -07:00
Iris Clark
53d6547efa
Merge
2015-08-03 09:26:08 -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
Daniel Fuchs
6e586e8a3b
8132256: jaxp: Investigate removal of com/sun/org/apache/bcel/internal/util/ClassPath.java
...
Com/sun/org/apache/bcel/internal/util/ClassPath.java removed
Reviewed-by: joehw
2015-07-28 11:30:55 +02:00
Joe Wang
793dc7b0d2
8131907: Numerous threads lock during XML processing while running Weblogic 12.1.3
...
Reviewed-by: rriggs, dfuchs, lancea
2015-07-22 10:55:39 -07:00
Iris Clark
3602420d79
Merge
2015-07-20 11:00:47 -07:00
Iris Clark
1c6723be5b
Merge
2015-07-13 13:23:44 -07:00
Joe Darcy
bc9b78ac81
8130716: Fix reference problems in jaxp javadoc
...
Reviewed-by: lancea
2015-07-07 17:57:35 -07:00
Joe Wang
7ed29c81ee
8130078: Document better processing
...
Reviewed-by: dfuchs, lancea, ahgross
2015-07-07 16:57:55 -07:00
Joe Wang
1e46af2eae
8086733: Improve namespace handling
...
Reviewed-by: dfuchs, lancea, ahgross
2015-07-07 15:56:38 -07:00
Daniel Fuchs
18b9b116dc
8130238: Remove com.sun.org.apache.xalan.internal.xsltc.cmdline
...
Reviewed-by: lancea, joehw
2015-07-07 18:19:57 +02:00
Iris Clark
bae8f42ade
Merge
2015-07-06 11:48:07 -07:00
Daniel Fuchs
0c329ac4cf
8130051: Cleanup usage of reflection in jaxp
...
Replaced usage of reflection with direct access where possible, removed obsolete code where possible.
Reviewed-by: joehw
2015-06-30 12:04:27 +02:00
Iris Clark
9936506d64
Merge
2015-06-29 11:27:36 -07:00
Daniel Fuchs
94ad46346b
8129956: jaxp: CodeSource.getLocation() might return null
...
Reviewed-by: lancea
2015-06-26 17:26:48 +02:00
Daniel Fuchs
a89e684eec
8129880: Cleanup usage of Class.getResource in jaxp
...
Reviewed-by: joehw, mchung
2015-06-25 20:06:37 +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
Daniel Fuchs
4ebbfc918f
8129572: Cleanup usage of getResourceAsStream in jaxp
...
Reviewed-by: alanb, joehw, mchung, redestad
2015-06-23 19:50:10 +02:00
Alejandro Murillo
ad0bbaee67
8098588: Allow for parsing jdk9 new version string
...
Reviewed-by: alanb, joehw, dtitov
2015-06-22 13:04:01 -07:00
Sean Mullan
22fad64529
8087283: Add support for the XML Signature here() function to the JDK XPath implementation
...
Reviewed-by: alanb, joehw
2015-06-12 16:36:31 -04:00
Aleksei Efimov
38bcbb873f
8081392: getNodeValue should return 'null' value for Element nodes
...
Reviewed-by: joehw
2015-05-29 12:28:40 +03:00
Joe Wang
a9f9be2377
8078427: More supportive home environment
...
Reviewed-by: dfuchs, lancea, skoivu
2015-05-26 10:37:23 -07:00
Joe Wang
6c916eb061
8080344: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
...
Reviewed-by: lancea
2015-05-14 09:38:53 -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
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
Alexander Stepanov
b27f042010
8077332: tidy warnings from javax/xml
...
Some HTML markup fix (jaxp part)
Reviewed-by: joehw, lancea
2015-04-21 20:01:21 +04:00
Joe Wang
6eafc29cfa
8068842: Better JAXP data handling
...
Reviewed-by: dfuchs, lancea, hawtin
2015-04-18 00:17:19 -07:00
Joe Wang
b6cd67bd3b
8042244: Re-examine the supportedness of non-SE org.w3c.dom.** API
...
Reviewed-by: mchung, alanb, lancea
2015-04-16 12:25:27 -07:00
Joe Wang
7d455864c8
8048983: Enhance thread contexts in JAXP
...
Reviewed-by: chegar, lancea, dfuchs, hawtin
2015-04-02 10:35:54 -07:00
Aleksei Efimov
2b912ed601
8040228: TransformerConfigurationException occurs with security manager, FSP and XSLT Ext
...
Reviewed-by: joehw, lancea, ahgross
2015-03-05 12:05:56 +03:00
Aleksei Efimov
c1e2102b1a
8073385: Bad error message on parsing illegal character in XML attribute
...
Reviewed-by: joehw
2015-04-01 17:07:50 +03:00
Aleksei Efimov
75f2048a84
8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
...
Reviewed-by: joehw
2015-04-01 16:01:10 +03:00
Aleksei Efimov
d4502a832f
8074297: substring in XSLT returns wrong character if string contains supplementary chars
...
Reviewed-by: joehw
2015-03-30 14:54:57 +03:00
Joe Wang
a953097a89
8049378: Examine references to ${java.home}/lib in JAXP
...
Reviewed-by: lancea, alanb
2015-03-05 17:18:19 -08:00
Joe Wang
54b2d15c94
8054196: XPath: support any type
...
Reviewed-by: alanb, lancea, dfuchs
2015-01-27 22:01:46 -08:00