This is an automated email from the ASF dual-hosted git repository.
paksyd pushed a change to branch dependabot/npm_and_yarn/hbase-website/tar-7.5.3
in repository https://gitbox.apache.org/repos/asf/hbase.git
omit b0d2a153462 Bump tar from 7.5.2 to 7.5.3 in /hbase-website
add a07d8b52b79 HBASE-29770 Exclude commons-logging from HBase (#7539)
add da824c8453c HBASE-29820 Bump the syntax of velocity template to align
with velocity 2.x syntax (#7614)
add ff8420095e2 HBASE-29569: Implement a built-in TieringValueProvider for
parsing the date value from the rowkey (#7593)
add 6ae2929cf7a HBASE-29787 Run Yetus General Checks as a GitHub Action
(addendum) (#7638)
add 2741727d74e HBASE-29820 Bump the syntax of velocity template to align
with velocity 2.x syntax (addendum: also update bundled_hbase-bootstrap) (#7641)
add 6fa0d7185a1 HBASE-29836 Add org.bouncycastle:bcpkix-jdk18on as
explicit test dependency to hbase-http (#7649)
add 6ebdbc1c910 HBASE-29840 Bump tar from 7.5.2 to 7.5.3 in /hbase-website
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 (b0d2a153462)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/hbase-website/tar-7.5.3 (6ebdbc1c910)
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/yetus-general-check.yml | 40 -----
dev-support/hbase-personality.sh | 42 ++---
dev-support/jenkins_precommit_github_yetus.sh | 10 +-
hbase-assembly/pom.xml | 14 +-
hbase-diagnostics/pom.xml | 5 +
hbase-http/pom.xml | 19 ++-
.../src/main/resources/META-INF/LICENSE.vm | 26 +--
.../src/main/resources/META-INF/NOTICE.vm | 26 +--
hbase-server/pom.xml | 14 +-
.../RowKeyDateTieringValueProvider.java | 148 +++++++++++++++++
.../compactions/TestCustomCellTieredCompactor.java | 176 ++++++++++++++++++++
.../TestRowKeyDateTieringValueProvider.java | 177 +++++++++++++++++++++
hbase-shaded/pom.xml | 14 +-
pom.xml | 43 +++--
14 files changed, 621 insertions(+), 133 deletions(-)
create mode 100644
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RowKeyDateTieringValueProvider.java
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/TestRowKeyDateTieringValueProvider.java