This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.owasp-dependency-check-maven-3.2.0
in repository https://gitbox.apache.org/repos/asf/tez.git


    omit d87d93c1f Bump dependency-check-maven from 1.3.6 to 3.2.0
     add e08d0279c TEZ-4568: ProfileServlet: add html to output formats and 
prepare for profiler 3.0 (#360) (Laszlo Bodor reviewed by Ayush Saxena)
     add 0ac505b09 TEZ-4540: Reading proto data more than 2GB from multiple 
splits fails (#334) (Raghav Aggarwal reviewed by Laszlo Bodor)
     add 19b2351a9 TEZ-4554: Counter for used nodes within a DAG (#362) (Laszlo
     add c745edfbb TEZ-4557: Revert TEZ-4303, NoClassDefFoundError because of 
missing httpclient jar (#349) (Raghav Aggarwal reviewed by Laszlo Bodor)
     add 70d79b27c TEZ-4573: Upgrade momentjs to 2.29.4 due to CVE-2022-24785, 
CVE-2022-31129 and CVE-2017-18214 (#363)
     add 563b4947b TEZ-4547: Add Tez AM JobID to the JobConf (#339) 
(Venkatasubrahmanian Narayanan reviewed by Laszlo Bodor)
     add cd6ceec3d TEZ-4550: Upgrade commons-cli to 1.6.0. (#343) (Shilun Fan 
reviewed by Laszlo Bodor)
     add 41549fb3f Bump dependency-check-maven from 1.3.6 to 3.2.0

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   (d87d93c1f)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.owasp-dependency-check-maven-3.2.0 (41549fb3f)

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:
 pom.xml                                            | 10 +--
 .../org/apache/tez/common/counters/DAGCounter.java | 15 ++++-
 .../tez/runtime/api/OutputCommitterContext.java    |  2 +
 .../org/apache/tez/common/web/ProfileServlet.java  | 32 ++++++---
 .../main/java/org/apache/tez/dag/app/dag/DAG.java  |  4 +-
 .../org/apache/tez/dag/app/dag/impl/DAGImpl.java   | 14 ++--
 .../app/dag/impl/OutputCommitterContextImpl.java   | 18 ++++--
 .../apache/tez/dag/app/dag/impl/VertexImpl.java    |  6 +-
 .../tez/dag/app/rm/TaskSchedulerManager.java       | 44 ++++++++-----
 .../apache/tez/dag/app/dag/impl/TestDAGImpl.java   | 75 +++++++++++++++++++---
 .../tez/dag/app/rm/TestTaskSchedulerManager.java   |  2 +-
 .../tez/mapreduce/committer/MROutputCommitter.java |  2 +
 .../org/apache/tez/mapreduce/common/Utils.java     | 12 +++-
 .../apache/tez/mapreduce/hadoop/MRJobConfig.java   |  5 ++
 .../org/apache/tez/mapreduce/output/MROutput.java  |  2 +
 .../apache/tez/mapreduce/output/TestMROutput.java  | 22 +++++++
 .../logging/proto/ProtoMessageWritable.java        |  1 +
 .../proto/TestProtoHistoryLoggingService.java      | 47 ++++++++++++++
 tez-ui/src/main/webapp/bower-shrinkwrap.json       |  2 +-
 tez-ui/src/main/webapp/bower.json                  |  2 +-
 tez-ui/src/main/webapp/yarn.lock                   |  8 +--
 21 files changed, 259 insertions(+), 66 deletions(-)

Reply via email to