This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch iris-galliform
in repository https://gitbox.apache.org/repos/asf/maven.git
discard 5bf8a9d215 Centralize XXE hardening for StAX XML parsers
add 123b43ad1a Add XmlService classloader fallback for ServiceLoader
discovery (#12237)
add cc0e5d6398 Fix #11715: preserve 4.1.0 namespace/schema in
help:effective-pom (#11742)
new 1e95c61223 Centralize XXE hardening for StAX XML parsers
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 (5bf8a9d215)
\
N -- N -- N refs/heads/iris-galliform (1e95c61223)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/maven/api/xml/XmlService.java | 10 +++++-
.../maven/model/io/xpp3/MavenXpp3Writer.java | 16 +++++++++
.../java/org/apache/maven/model/ModelTest.java | 41 ++++++++++++++++++++++
.../maven/internal/xml/XmlServiceLoadingTest.java | 31 ++++++++--------
...> MavenITgh11715EffectivePomNamespaceTest.java} | 22 +++++-------
.../src/test/resources/gh-11715/pom.xml | 10 ++++++
6 files changed, 101 insertions(+), 29 deletions(-)
copy
its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5768CliExecutionIdTest.java
=>
impl/maven-xml/src/test/java/org/apache/maven/internal/xml/XmlServiceLoadingTest.java
(53%)
copy
its/core-it-suite/src/test/java/org/apache/maven/it/{MavenITgh11384RecursiveVariableReferenceTest.java
=> MavenITgh11715EffectivePomNamespaceTest.java} (63%)
create mode 100644 its/core-it-suite/src/test/resources/gh-11715/pom.xml