You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by gi...@apache.org on 2022/12/15 17:59:54 UTC

[ambari-metrics] branch dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.7.1 updated (cbec19a -> 8b35b1e)

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

github-bot pushed a change to branch dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.7.1
in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git


 discard cbec19a  Bump jackson-databind from 2.10.0 to 2.12.7.1
     add 02af960  AMBARI-25635: Clear Cluster and METRIC_AGGREGATORS MBeans upon shutdown (#68)
     add 824acce  AMBARI-25722: Remediation of log4j dependency’s (#70)
     add dd34f09  AMBARI-25383: Ambari Metrics whitelisting is failing on * wildcard for Kafka Topics (#64)
     add 9c9923a  AMBARI-25668: Integrate the Apache released HBase as back store of Ambari Metrics (#69)
     add cc724fa  AMBARI-25727: Update slf4j version to 2.0.0 (#71)
     add 245b66f  AMBARI-25717: Fix broken build due to HBase/Phoenix version (#74)
     add aedad58  AMBARI-25780 Ambari metrics should upgrade hadoop and hbase for known CVE issues (#77)
     add 9078a5f  AMBARI-25782: Fix syntax, refactor and versions after forwarding from Ambari to ambari-metrics (#75)
     add 61e217d  AMBARI-25808: Metrics data simulator throws NPE (#81)
     add 2ebee53  AMBARI-25809: ambari-metrics-host-monitoring project build creates temp folder outside of target folder (#82)
     add 3765e73  AMBARI-25810: Allow skipping Python unit tests in ambari-metrics (#83)
     add 8b35b1e  Bump jackson-databind from 2.10.0 to 2.12.7.1

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   (cbec19a)
            \
             N -- N -- N   refs/heads/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.7.1 (8b35b1e)

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/pull_request_template.md                   |  15 ++
 README.md                                          |  15 ++
 ambari-metrics-assembly/pom.xml                    | 107 ++++++++++++-
 ambari-metrics-common/pom.xml                      |  10 ++
 ambari-metrics-host-monitoring/pom.xml             |   6 +-
 .../sink/kafka/KafkaTimelineMetricsReporter.java   |   6 +-
 ambari-metrics-storm-sink/pom.xml                  |   7 +-
 .../conf/unix/metrics_whitelist                    |  61 +++----
 ambari-metrics-timelineservice/pom.xml             |  23 +--
 .../metrics/core/loadsimulator/data/AppID.java     |   8 +-
 .../core/timeline/TimelineMetricsFilter.java       |   2 +-
 .../availability/MetricCollectorHAController.java  | 175 ++++++++++-----------
 .../upgrade/core/AbstractPhoenixMetricsCopier.java |   2 +-
 .../upgrade/core/PhoenixClusterMetricsCopier.java  |   2 +-
 .../pb/ApplicationAttemptFinishDataPBImpl.java     |   2 +-
 .../impl/pb/ApplicationAttemptStartDataPBImpl.java |   2 +-
 .../impl/pb/ApplicationFinishDataPBImpl.java       |   2 +-
 .../impl/pb/ApplicationStartDataPBImpl.java        |   2 +-
 .../records/impl/pb/ContainerFinishDataPBImpl.java |   2 +-
 .../records/impl/pb/ContainerStartDataPBImpl.java  |   2 +-
 .../timeline/AbstractMiniHBaseClusterTest.java     |   2 +-
 .../MetricCollectorHAControllerTest.java           |   3 +-
 pom.xml                                            |  37 +++--
 23 files changed, 321 insertions(+), 172 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org