This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch feature/jaxp-factory-methods
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
discard 64c1c91 Document the JAXP factory methods and their Java 8
availability
discard 339cb23 Ignore the signature-polymorphic MethodHandle.invokeExact in
animal-sniffer
discard 032c62f Emulate the Java 13 NSInstance methods and reuse them
internally
discard 444dc82 Add the Java 13 newNSInstance factory methods, resolved at
runtime
discard 776e268 Add the Java 9 newDefaultInstance factory methods, resolved
at runtime
discard 31036ff Add the JDK 8 JAXP static factory methods to the factory
classes
add 41583da Merge pull request #56 from
apache/feature/merge-hardeners-into-factories
add 63aeb83 Add the JDK 8 JAXP static factory methods to the factory
classes
add 7e31532 Add the Java 9 newDefaultInstance factory methods, resolved
at runtime
add 5060021 Add the Java 13 newNSInstance factory methods, resolved at
runtime
add 3e27dba Emulate the Java 13 NSInstance methods and reuse them
internally
add da5718d Ignore the signature-polymorphic MethodHandle.invokeExact in
animal-sniffer
add a45add7 Document the JAXP factory methods and their Java 8
availability
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (64c1c91)
\
N -- N -- N refs/heads/feature/jaxp-factory-methods (a45add7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes: