This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a change to branch feature/ci-matrix
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
omit 7202037 Merge remote-tracking branch 'apache/main' into
feature/ci-matrix
omit 1169468 fix: add `|| false` to `continue-on-error`
omit e9f99b9 fix: make GraalVM experimental
omit d2434be Fix POM comment
omit b9964b3 Run the test suite as a GraalVM native image
add 117f1e4 Javadoc
add 2d638e1 Javadoc
add d075b53 Javadoc
add 2647cf2 Bump actions/setup-java from 5.4.0 to 5.5.0
add 544badd Bump actions/setup-java from 5.5.0 to 5.6.0
add 24f22a1 Bump github/codeql-action from 4.37.0 to 4.37.1
add 91897e3 Bump org.apache.commons:commons-parent from 102 to 103.
add a4630c7 build(deps): bump reactivecircus/android-emulator-runner (#25)
add d3c3bb6 Bump actions/checkout from 7.0.0 to 7.0.1
add dc79fdc build(deps): bump actions/checkout from 7.0.0 to 7.0.1
add 47491aa Merge pull request #26 from
apache/dependabot/github_actions/actions/checkout-7.0.1
add e0d665d Merge branch 'main' of https://github.com/apache/commons-xml
into main
add 4e5895f Bump github/codeql-action from 4.37.1 to 4.37.3
add a00db73 Bump ossf/scorecard-action from 2.4.3 to 2.4.4.
add b6eebc9 Run the test suite as a GraalVM native image
add 8bc56f2 Fix POM comment
add bc08dcb fix: make GraalVM experimental
add 2863b29 fix: add `|| false` to `continue-on-error`
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 (7202037)
\
N -- N -- N refs/heads/feature/ci-matrix (2863b29)
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:
.github/workflows/dependency-review.yml | 2 +-
.github/workflows/maven.yml | 12 +++----
.github/workflows/scorecards-analysis.yml | 6 ++--
pom.xml | 2 +-
.../commons/xml/HardeningXMLInputFactory.java | 4 +--
src/main/java/org/apache/commons/xml/Limits.java | 2 +-
.../java/org/apache/commons/xml/Resolvers.java | 38 +++++++++++-----------
.../org/apache/commons/xml/SAXParserHardener.java | 4 +--
.../java/org/apache/commons/xml/XmlFactories.java | 20 ++++++------
.../org/apache/commons/xml/AttackTestSupport.java | 18 +++++-----
10 files changed, 54 insertions(+), 54 deletions(-)