diff --git a/CHANGES.md b/CHANGES.md
index d1dc39d2984..b3e11c97f66 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -18,7 +18,7 @@
-->
# HBASE Changelog
-## Release 2.4.16 - Unreleased (as of 2023-01-30)
+## Release 2.4.16 - Unreleased (as of 2023-02-01)
@@ -78,7 +78,6 @@
| [HBASE-27579](https://issues.apache.org/jira/browse/HBASE-27579) | CatalogJanitor can cause data loss due to errors during cleanMergeRegion | Blocker | . |
| [HBASE-27589](https://issues.apache.org/jira/browse/HBASE-27589) | Rename TestConnectionImplementation in hbase-it to fix javadoc failure | Blocker | Client, documentation |
| [HBASE-27586](https://issues.apache.org/jira/browse/HBASE-27586) | Bump up commons-codec to 1.15 | Major | dependencies, security |
-| [HBASE-27585](https://issues.apache.org/jira/browse/HBASE-27585) | Bump up jruby to 9.3.9.0 and related joni and jcodings to 2.1.43 and 1.0.57 respectively | Major | jruby, security |
| [HBASE-27547](https://issues.apache.org/jira/browse/HBASE-27547) | Close store file readers after region warmup | Major | regionserver |
| [HBASE-26967](https://issues.apache.org/jira/browse/HBASE-26967) | FilterList with FuzzyRowFilter and SingleColumnValueFilter evaluated with operator MUST\_PASS\_ONE doesn't work as expected | Critical | Filters |
diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml
index bddfdf8ddb6..fb73c216c7d 100644
--- a/hbase-annotations/pom.xml
+++ b/hbase-annotations/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase
- 2.4.17-SNAPSHOT
+ 2.4.16
..
diff --git a/hbase-archetypes/hbase-archetype-builder/pom.xml b/hbase-archetypes/hbase-archetype-builder/pom.xml
index 593b655b335..2d759257abd 100644
--- a/hbase-archetypes/hbase-archetype-builder/pom.xml
+++ b/hbase-archetypes/hbase-archetype-builder/pom.xml
@@ -24,7 +24,7 @@
org.apache.hbase
hbase-archetypes
- 2.4.17-SNAPSHOT
+ 2.4.16
..
diff --git a/hbase-archetypes/hbase-client-project/pom.xml b/hbase-archetypes/hbase-client-project/pom.xml
index 2ba7f3ce8fe..0ea3befd51d 100644
--- a/hbase-archetypes/hbase-client-project/pom.xml
+++ b/hbase-archetypes/hbase-client-project/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-archetypes
- 2.4.17-SNAPSHOT
+ 2.4.16
..
hbase-client-project
diff --git a/hbase-archetypes/hbase-shaded-client-project/pom.xml b/hbase-archetypes/hbase-shaded-client-project/pom.xml
index 56f840270fa..42659ac0cce 100644
--- a/hbase-archetypes/hbase-shaded-client-project/pom.xml
+++ b/hbase-archetypes/hbase-shaded-client-project/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-archetypes
- 2.4.17-SNAPSHOT
+ 2.4.16
..
hbase-shaded-client-project
diff --git a/hbase-archetypes/pom.xml b/hbase-archetypes/pom.xml
index f1f94368bdb..f87332c31b5 100644
--- a/hbase-archetypes/pom.xml
+++ b/hbase-archetypes/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 6b0eb28e545..726d984cb9d 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-assembly
diff --git a/hbase-asyncfs/pom.xml b/hbase-asyncfs/pom.xml
index 46fcbf74f08..42f4988540f 100644
--- a/hbase-asyncfs/pom.xml
+++ b/hbase-asyncfs/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-build-configuration/pom.xml b/hbase-build-configuration/pom.xml
index b0efcdb0925..bbde1afd3bf 100644
--- a/hbase-build-configuration/pom.xml
+++ b/hbase-build-configuration/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase
- 2.4.17-SNAPSHOT
+ 2.4.16
..
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index 8f6c8ab1c44..dbf7939d08e 100644
--- a/hbase-checkstyle/pom.xml
+++ b/hbase-checkstyle/pom.xml
@@ -25,12 +25,12 @@
org.apache.hbase
hbase
- 2.4.17-SNAPSHOT
+ 2.4.16
..
org.apache.hbase
hbase-checkstyle
- 2.4.17-SNAPSHOT
+ 2.4.16
Apache HBase - Checkstyle
Module to hold Checkstyle properties for HBase.
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 708f12080e1..fbe2c5d3eaf 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 0eca0443aea..b9b562523c2 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml
index 5b2bc5c28ee..e298a47e66b 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-endpoint
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index c155a0db93e..556b5d3b271 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-examples
diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml
index 0ddcdae4f9d..dbc05457af4 100644
--- a/hbase-external-blockcache/pom.xml
+++ b/hbase-external-blockcache/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-external-blockcache
diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml
index bba9c0fa0e3..bc2da9f8a1b 100644
--- a/hbase-hadoop-compat/pom.xml
+++ b/hbase-hadoop-compat/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index 24c9d95426a..f4033f28ef2 100644
--- a/hbase-hadoop2-compat/pom.xml
+++ b/hbase-hadoop2-compat/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-hbtop/pom.xml b/hbase-hbtop/pom.xml
index cea7e2f9e22..15d1ec34c3f 100644
--- a/hbase-hbtop/pom.xml
+++ b/hbase-hbtop/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-hbtop
diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index d42cdf48bd7..4b7598c901c 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-http
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 063cb4cac5d..c3996288b7f 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-logging/pom.xml b/hbase-logging/pom.xml
index fbb55041cc0..20dce6ff865 100644
--- a/hbase-logging/pom.xml
+++ b/hbase-logging/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml
index 601d6b0c5e5..1efd9364e0b 100644
--- a/hbase-mapreduce/pom.xml
+++ b/hbase-mapreduce/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-mapreduce
diff --git a/hbase-metrics-api/pom.xml b/hbase-metrics-api/pom.xml
index c4a11f6ddda..355616480cb 100644
--- a/hbase-metrics-api/pom.xml
+++ b/hbase-metrics-api/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-metrics/pom.xml b/hbase-metrics/pom.xml
index 4a51191a234..670d1619140 100644
--- a/hbase-metrics/pom.xml
+++ b/hbase-metrics/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-procedure/pom.xml b/hbase-procedure/pom.xml
index 91f54e356cf..3f2d7c6034b 100644
--- a/hbase-procedure/pom.xml
+++ b/hbase-procedure/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index d3fd8bb54f9..be67445f3f9 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-protocol-shaded
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index dcd4f022893..3951cdd6b8e 100644
--- a/hbase-protocol/pom.xml
+++ b/hbase-protocol/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-protocol
diff --git a/hbase-replication/pom.xml b/hbase-replication/pom.xml
index 368d9d79719..8aa01976b0b 100644
--- a/hbase-replication/pom.xml
+++ b/hbase-replication/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-replication
diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml
index 1833c1a7881..ae112c8dd82 100644
--- a/hbase-resource-bundle/pom.xml
+++ b/hbase-resource-bundle/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index e68e0f4920a..983f5210d4d 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-rest
diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml
index 046ff25c926..f4b5d53e094 100644
--- a/hbase-rsgroup/pom.xml
+++ b/hbase-rsgroup/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-rsgroup
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 461b851fc25..c769cb3d6ab 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-server
diff --git a/hbase-shaded/hbase-shaded-check-invariants/pom.xml b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
index 8c971fe1c67..57df5aac3b9 100644
--- a/hbase-shaded/hbase-shaded-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
@@ -15,7 +15,7 @@
org.apache.hbase
hbase
- 2.4.17-SNAPSHOT
+ 2.4.16
../..
hbase-shaded-check-invariants
diff --git a/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml b/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml
index 014575f5ae5..1905e6e3700 100644
--- a/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml
+++ b/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-shaded
- 2.4.17-SNAPSHOT
+ 2.4.16
..
hbase-shaded-client-byo-hadoop
diff --git a/hbase-shaded/hbase-shaded-client/pom.xml b/hbase-shaded/hbase-shaded-client/pom.xml
index 6a5df0c82ca..d4fb27f13d5 100644
--- a/hbase-shaded/hbase-shaded-client/pom.xml
+++ b/hbase-shaded/hbase-shaded-client/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-shaded
- 2.4.17-SNAPSHOT
+ 2.4.16
..
hbase-shaded-client
diff --git a/hbase-shaded/hbase-shaded-mapreduce/pom.xml b/hbase-shaded/hbase-shaded-mapreduce/pom.xml
index fe193710850..cc48cd071de 100644
--- a/hbase-shaded/hbase-shaded-mapreduce/pom.xml
+++ b/hbase-shaded/hbase-shaded-mapreduce/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-shaded
- 2.4.17-SNAPSHOT
+ 2.4.16
..
hbase-shaded-mapreduce
diff --git a/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml b/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml
index e6fe81df47b..1902eb22c2d 100644
--- a/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml
+++ b/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml
@@ -24,7 +24,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../../hbase-build-configuration
diff --git a/hbase-shaded/hbase-shaded-testing-util/pom.xml b/hbase-shaded/hbase-shaded-testing-util/pom.xml
index 5cc3f571782..8e52b388720 100644
--- a/hbase-shaded/hbase-shaded-testing-util/pom.xml
+++ b/hbase-shaded/hbase-shaded-testing-util/pom.xml
@@ -24,7 +24,7 @@
org.apache.hbase
hbase-shaded
- 2.4.17-SNAPSHOT
+ 2.4.16
..
diff --git a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
index 7ee9b3d183f..523bef62090 100644
--- a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
@@ -15,7 +15,7 @@
org.apache.hbase
hbase
- 2.4.17-SNAPSHOT
+ 2.4.16
../..
hbase-shaded-with-hadoop-check-invariants
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 5d8af3c7029..a4faeb89ddd 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-shaded
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index a376b7b59fa..4d40c49d008 100644
--- a/hbase-shell/pom.xml
+++ b/hbase-shell/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-shell
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index 3ef7d266b0c..62d4cc59049 100644
--- a/hbase-testing-util/pom.xml
+++ b/hbase-testing-util/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-testing-util
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index b8a0e0721c9..f86297eb0a7 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-thrift
diff --git a/hbase-zookeeper/pom.xml b/hbase-zookeeper/pom.xml
index eb9ace163b1..189de42079a 100644
--- a/hbase-zookeeper/pom.xml
+++ b/hbase-zookeeper/pom.xml
@@ -23,7 +23,7 @@
org.apache.hbase
hbase-build-configuration
- 2.4.17-SNAPSHOT
+ 2.4.16
../hbase-build-configuration
hbase-zookeeper
diff --git a/pom.xml b/pom.xml
index 4fb0ba943ea..11680c4d7f2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
org.apache.hbase
hbase
- 2.4.17-SNAPSHOT
+ 2.4.16
pom
Apache HBase
Apache HBase™ is the Hadoop database. Use it when you need