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

ndimiduk pushed a change to branch 29787-addendum-master
in repository https://gitbox.apache.org/repos/asf/hbase.git


    omit f63c617eebe introduce some breakages
    omit 6b26e8664a9 override how generate the comment, only make links when we 
have a url
    omit a78a5ff462a add support for line comments to our spotless extension
    omit c9ecc65e844 add a workflow to periodically hide old comments
    omit 32e1164a211 remove dependency on secrets
    omit 64dd0e7a393 HBASE-29787 Run Yetus General Checks as a GitHub Action 
(addendum)
     add 2c8d1c00730 HBASE-29828 Upgrade TestIPC related tests to junit5 (#7626)
     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 ca63fe1b177 HBASE-29787 Run Yetus General Checks as a GitHub Action 
(addendum)
     add 8cc3ca81c67 remove dependency on secrets
     add b1c1feaaec7 add a workflow to periodically hide old comments
     add e10add8f8d4 add support for line comments to our spotless extension
     add ef64eb82ff5 override how generate the comment, only make links when we 
have a url
     add c5c565e5e0d cannot write comments from external fork PRs
     add d33f2cc2e99 introduce some breakages

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   (f63c617eebe)
            \
             N -- N -- N   refs/heads/29787-addendum-master (d33f2cc2e99)

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/cleanup-pr-comments.yml          |  63 ---------
 dev-support/hbase-personality.sh                   | 154 --------------------
 dev-support/jenkins_precommit_github_yetus.sh      |   6 +-
 hbase-assembly/pom.xml                             |  14 +-
 hbase-diagnostics/pom.xml                          |   5 +
 hbase-http/pom.xml                                 |  14 +-
 .../src/main/resources/META-INF/LICENSE.vm         |  26 ++--
 .../src/main/resources/META-INF/NOTICE.vm          |  26 ++--
 hbase-server/pom.xml                               |  14 +-
 .../apache/hadoop/hbase/ipc/AbstractTestIPC.java   | 156 +++++++++++----------
 .../apache/hadoop/hbase/ipc/TestBlockingIPC.java   |  29 ++--
 .../org/apache/hadoop/hbase/ipc/TestNettyIPC.java  |  47 +++----
 .../apache/hadoop/hbase/ipc/TestNettyTlsIPC.java   |  82 +++++------
 hbase-shaded/pom.xml                               |  14 +-
 pom.xml                                            |  43 ++++--
 15 files changed, 252 insertions(+), 441 deletions(-)
 delete mode 100644 .github/workflows/cleanup-pr-comments.yml

Reply via email to