hg: type-annotations/type-annotations/jaxp: 6 new changesets

wdietl at gmail.com wdietl at gmail.com
Wed Apr 24 20:56:41 PDT 2013


Changeset: fad6560cb32a
Author:    dfuchs
Date:      2013-04-17 15:23 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jaxp/rev/fad6560cb32a

8005954: JAXP Plugability Layer should use java.util.ServiceLoader
Summary: This fix replaces manual processing of files under META-INF/services in JAXP factories by calls to java.util.ServiceLoader.
Reviewed-by: alanb, joehw, mchung

! src/javax/xml/datatype/DatatypeFactory.java
! src/javax/xml/datatype/FactoryFinder.java
! src/javax/xml/parsers/DocumentBuilderFactory.java
! src/javax/xml/parsers/FactoryFinder.java
! src/javax/xml/parsers/SAXParserFactory.java
! src/javax/xml/stream/FactoryFinder.java
! src/javax/xml/stream/XMLEventFactory.java
! src/javax/xml/stream/XMLInputFactory.java
! src/javax/xml/stream/XMLOutputFactory.java
! src/javax/xml/transform/FactoryFinder.java
! src/javax/xml/transform/TransformerFactory.java
! src/javax/xml/validation/SchemaFactory.java
+ src/javax/xml/validation/SchemaFactoryConfigurationError.java
! src/javax/xml/validation/SchemaFactoryFinder.java
! src/javax/xml/xpath/XPathFactory.java
! src/javax/xml/xpath/XPathFactoryFinder.java

Changeset: 1c2079d11a79
Author:    dfuchs
Date:      2013-04-19 17:22 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jaxp/rev/1c2079d11a79

8010495: Update JAXP NetBeans project - add support for generating javadoc
Summary: Make it possible to use NetBeans to edit the jaxp sources and to generate a preview of the associated javadoc.
Reviewed-by: joehw, alanb

! build.xml
! nbproject/project.xml

Changeset: 9550aab82b5d
Author:    katleman
Date:      2013-04-18 10:30 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jaxp/rev/9550aab82b5d

Added tag jdk8-b86 for changeset ca71ec37b2ef

! .hgtags

Changeset: eddbc8ad2435
Author:    lana
Date:      2013-04-23 09:27 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jaxp/rev/eddbc8ad2435

Merge


Changeset: 6c6411a7070f
Author:    lana
Date:      2013-04-23 15:03 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jaxp/rev/6c6411a7070f

Merge


Changeset: 6a0295d1ffdd
Author:    wmdietl
Date:      2013-04-24 23:56 -0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jaxp/rev/6a0295d1ffdd

Automated merge with http://hg.openjdk.java.net/jdk8/tl/jaxp

! .hgtags



More information about the type-annotations-dev mailing list