diff --git a/CHANGELOG.md b/CHANGELOG.md index 948fd7f165..d2e482c7db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.8.0](https://github.com/googleapis/java-bigtable-hbase/compare/v2.7.4...v2.8.0) (2023-05-10) + + +### Features + +* Optimize dataflow job start by making sample row keys lighter ([#4075](https://github.com/googleapis/java-bigtable-hbase/issues/4075)) ([f0f453d](https://github.com/googleapis/java-bigtable-hbase/commit/f0f453d64f2e1f1c1560a6bc63edfc7320d17f90)) + + +### Bug Fixes + +* Prevent connections from leaking for reads ([#4073](https://github.com/googleapis/java-bigtable-hbase/issues/4073)) ([56d32bd](https://github.com/googleapis/java-bigtable-hbase/commit/56d32bd09cb24bc84f1df85df7ad066275b26d9d)) + ## [2.7.4](https://github.com/googleapis/java-bigtable-hbase/compare/v2.7.3...v2.7.4) (2023-04-04) diff --git a/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml b/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml index dc1823ea21..ce86eb42c9 100644 --- a/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml +++ b/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/pom.xml @@ -19,7 +19,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-core-parent - 2.7.5-SNAPSHOT + 2.8.0 bigtable-hbase-integration-tests-common diff --git a/bigtable-client-core-parent/bigtable-hbase/pom.xml b/bigtable-client-core-parent/bigtable-hbase/pom.xml index 19ea680868..1c04c29c89 100644 --- a/bigtable-client-core-parent/bigtable-hbase/pom.xml +++ b/bigtable-client-core-parent/bigtable-hbase/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-core-parent - 2.7.5-SNAPSHOT + 2.8.0 bigtable-hbase @@ -190,7 +190,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.5-SNAPSHOT + 2.8.0 test @@ -262,7 +262,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 + 2.8.0 bigtable-client-core-parent diff --git a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml index bc5ee4e862..9351cfbd1e 100644 --- a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml +++ b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml @@ -18,7 +18,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-dataflow-parent - 2.7.5-SNAPSHOT + 2.8.0 4.0.0 @@ -147,7 +147,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-beam - 2.7.5-SNAPSHOT + 2.8.0 org.apache.hbase @@ -159,7 +159,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-shaded - 2.7.5-SNAPSHOT + 2.8.0 @@ -278,7 +278,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.5-SNAPSHOT + 2.8.0 test @@ -467,7 +467,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 verify-mirror-deps diff --git a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml index 0964e0bbb4..9a5bdd5331 100644 --- a/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml +++ b/bigtable-dataflow-parent/bigtable-hbase-beam/pom.xml @@ -16,7 +16,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-dataflow-parent - 2.7.5-SNAPSHOT + 2.8.0 bigtable-hbase-beam @@ -83,7 +83,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.7.5-SNAPSHOT + 2.8.0 + 2.8.0 verify-mirror-deps diff --git a/bigtable-dataflow-parent/pom.xml b/bigtable-dataflow-parent/pom.xml index 749fdd320b..8a66de1eed 100644 --- a/bigtable-dataflow-parent/pom.xml +++ b/bigtable-dataflow-parent/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.7.5-SNAPSHOT + 2.8.0 bigtable-dataflow-parent diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml index 70c7292b99..911814dcdc 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-hadoop/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-1.x-parent com.google.cloud.bigtable - 2.7.5-SNAPSHOT + 2.8.0 4.0.0 @@ -39,7 +39,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-shaded - 2.7.5-SNAPSHOT + 2.8.0 @@ -234,7 +234,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml index f727823952..5e7562a523 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-integration-tests/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-parent - 2.7.5-SNAPSHOT + 2.8.0 bigtable-hbase-1.x-integration-tests @@ -184,7 +184,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.7.5-SNAPSHOT + 2.8.0 test @@ -198,7 +198,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.7.5-SNAPSHOT + 2.8.0 test @@ -212,7 +212,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.7.5-SNAPSHOT + 2.8.0 test-jar test diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml index 1b35c293bd..e0c5cbdad3 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-parent - 2.7.5-SNAPSHOT + 2.8.0 bigtable-hbase-1.x-mapreduce @@ -65,7 +65,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.7.5-SNAPSHOT + 2.8.0 @@ -125,7 +125,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.5-SNAPSHOT + 2.8.0 test @@ -231,7 +231,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 verify-mirror-deps diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml index d80f7e49eb..5923bdaf47 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-1.x-parent com.google.cloud.bigtable - 2.7.5-SNAPSHOT + 2.8.0 4.0.0 @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x - 2.7.5-SNAPSHOT + 2.8.0 @@ -430,7 +430,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml index 9db83f3ad5..bfa5335284 100644 --- a/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml +++ b/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml @@ -5,7 +5,7 @@ bigtable-hbase-1.x-parent com.google.cloud.bigtable - 2.7.5-SNAPSHOT + 2.8.0 4.0.0 @@ -23,7 +23,7 @@ ${project.groupId} bigtable-hbase-1.x-shaded - 2.7.5-SNAPSHOT + 2.8.0 + 2.8.0 bigtable-hbase-1.x @@ -56,7 +56,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.7.5-SNAPSHOT + 2.8.0 com.google.cloud.bigtable @@ -180,7 +180,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.5-SNAPSHOT + 2.8.0 test diff --git a/bigtable-hbase-1.x-parent/pom.xml b/bigtable-hbase-1.x-parent/pom.xml index 3bde05badb..f1ec77e286 100644 --- a/bigtable-hbase-1.x-parent/pom.xml +++ b/bigtable-hbase-1.x-parent/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.7.5-SNAPSHOT + 2.8.0 bigtable-hbase-1.x-parent diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml index 6a874f782c..707533d577 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-hadoop/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-2.x-parent com.google.cloud.bigtable - 2.7.5-SNAPSHOT + 2.8.0 4.0.0 @@ -39,7 +39,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x-shaded - 2.7.5-SNAPSHOT + 2.8.0 org.apache.hbase @@ -235,7 +235,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml index 5bb38f267c..b89df217ce 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-integration-tests/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-parent - 2.7.5-SNAPSHOT + 2.8.0 bigtable-hbase-2.x-integration-tests @@ -185,7 +185,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase - 2.7.5-SNAPSHOT + 2.8.0 test @@ -203,7 +203,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.7.5-SNAPSHOT + 2.8.0 test @@ -217,7 +217,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-integration-tests-common - 2.7.5-SNAPSHOT + 2.8.0 test-jar test diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml index de81ffbe37..e43738d435 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml @@ -18,7 +18,7 @@ limitations under the License. bigtable-hbase-2.x-parent com.google.cloud.bigtable - 2.7.5-SNAPSHOT + 2.8.0 4.0.0 @@ -68,7 +68,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-2.x - 2.7.5-SNAPSHOT + 2.8.0 @@ -415,7 +415,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml index ec7ac2d7f0..3c106e5180 100644 --- a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml +++ b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-parent - 2.7.5-SNAPSHOT + 2.8.0 @@ -60,7 +60,7 @@ limitations under the License. ${project.groupId} bigtable-hbase - 2.7.5-SNAPSHOT + 2.8.0 org.apache.hbase diff --git a/bigtable-hbase-2.x-parent/pom.xml b/bigtable-hbase-2.x-parent/pom.xml index 038241ac79..95beaad054 100644 --- a/bigtable-hbase-2.x-parent/pom.xml +++ b/bigtable-hbase-2.x-parent/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.7.5-SNAPSHOT + 2.8.0 bigtable-hbase-2.x-parent diff --git a/bigtable-test/bigtable-build-helper/pom.xml b/bigtable-test/bigtable-build-helper/pom.xml index b1b4301748..4d84ad9538 100644 --- a/bigtable-test/bigtable-build-helper/pom.xml +++ b/bigtable-test/bigtable-build-helper/pom.xml @@ -5,13 +5,13 @@ bigtable-test com.google.cloud.bigtable - 2.7.5-SNAPSHOT + 2.8.0 4.0.0 com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 maven-plugin java-bigtable-hbase internal maven extensions. diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-misaligned/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-misaligned/pom.xml index 3dcc54254a..2ca8ec9ee0 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-misaligned/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-misaligned/pom.xml @@ -35,7 +35,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 test diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-ok/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-ok/pom.xml index 372dbd7862..c5de32fe13 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-ok/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-mirror-deps-ok/pom.xml @@ -35,7 +35,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 test diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-ok/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-ok/pom.xml index acb49e1f9e..64ee1fcf3c 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-ok/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-ok/pom.xml @@ -60,7 +60,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 test diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-unpromoted/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-unpromoted/pom.xml index d2b205547c..1d79e7caa5 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-unpromoted/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-exclusions-unpromoted/pom.xml @@ -65,7 +65,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 test diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-leak/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-leak/pom.xml index 4f05a0ba68..ce402bcc13 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-leak/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-leak/pom.xml @@ -61,7 +61,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 test diff --git a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-ok/pom.xml b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-ok/pom.xml index 5e7d704556..93972ce309 100644 --- a/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-ok/pom.xml +++ b/bigtable-test/bigtable-build-helper/src/it/verify-shaded-jar-entries-ok/pom.xml @@ -81,7 +81,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 test diff --git a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml index 5d07c31d8b..a820c6190b 100644 --- a/bigtable-test/bigtable-emulator-maven-plugin/pom.xml +++ b/bigtable-test/bigtable-emulator-maven-plugin/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-test - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/bigtable-test/bigtable-internal-test-helper/pom.xml b/bigtable-test/bigtable-internal-test-helper/pom.xml index 3a265ac536..d20a7699ef 100644 --- a/bigtable-test/bigtable-internal-test-helper/pom.xml +++ b/bigtable-test/bigtable-internal-test-helper/pom.xml @@ -5,7 +5,7 @@ bigtable-test com.google.cloud.bigtable - 2.7.5-SNAPSHOT + 2.8.0 4.0.0 diff --git a/bigtable-test/pom.xml b/bigtable-test/pom.xml index 125e88348d..e1ddcb45c3 100644 --- a/bigtable-test/pom.xml +++ b/bigtable-test/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.7.5-SNAPSHOT + 2.8.0 bigtable-test diff --git a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml index c85b36bbaa..6b2888f4e5 100644 --- a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml +++ b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml @@ -20,13 +20,13 @@ limitations under the License. bigtable-hbase-replication com.google.cloud.bigtable - 1.6.5-SNAPSHOT + 1.7.0 4.0.0 com.google.cloud.bigtable bigtable-hbase-1.x-replication - 1.6.5-SNAPSHOT + 1.7.0 jar bigtable-hbase-1.x-replication @@ -135,7 +135,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-replication-core - 1.6.5-SNAPSHOT + 1.7.0 @@ -189,7 +189,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.5-SNAPSHOT + 2.8.0 test diff --git a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml index 9ab5b85a54..9b2f5520a5 100644 --- a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml +++ b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml @@ -20,13 +20,13 @@ limitations under the License. bigtable-hbase-replication com.google.cloud.bigtable - 1.6.5-SNAPSHOT + 1.7.0 4.0.0 com.google.cloud.bigtable bigtable-hbase-2.x-replication - 1.6.5-SNAPSHOT + 1.7.0 jar bigtable-hbase-2.x-replication Library to enable one way replication from HBase to Cloud Bigtable. @@ -158,7 +158,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-replication-core - 1.6.5-SNAPSHOT + 1.7.0 @@ -178,7 +178,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-2.x-hadoop - 2.7.5-SNAPSHOT + 2.8.0 @@ -227,7 +227,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-internal-test-helper - 2.7.5-SNAPSHOT + 2.8.0 test diff --git a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml index 1953594285..d24371d3c3 100644 --- a/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml +++ b/hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-replication-core/pom.xml @@ -21,13 +21,13 @@ limitations under the License. bigtable-hbase-replication com.google.cloud.bigtable - 1.6.5-SNAPSHOT + 1.7.0 4.0.0 com.google.cloud.bigtable bigtable-hbase-replication-core - 1.6.5-SNAPSHOT + 1.7.0 jar bigtable-hbase-replication-core Library to enable one way replication from HBase to Cloud @@ -95,7 +95,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-1.x-hadoop - 2.7.5-SNAPSHOT + 2.8.0 org.mockito diff --git a/hbase-migration-tools/bigtable-hbase-replication/pom.xml b/hbase-migration-tools/bigtable-hbase-replication/pom.xml index ebb1bb4203..e67dcdb8cd 100644 --- a/hbase-migration-tools/bigtable-hbase-replication/pom.xml +++ b/hbase-migration-tools/bigtable-hbase-replication/pom.xml @@ -18,12 +18,12 @@ limitations under the License. 4.0.0 com.google.cloud.bigtable bigtable-hbase-replication - 1.6.5-SNAPSHOT + 1.7.0 com.google.cloud.bigtable hbase-migration-tools - 2.7.5-SNAPSHOT + 2.8.0 pom diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml index 6cc45af7ba..673ff0699a 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-hadoop/pom.xml @@ -21,12 +21,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-parent - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-1.x-hadoop jar - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} @@ -43,7 +43,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-shaded - 0.2.5-SNAPSHOT + 0.3.0 compile @@ -183,7 +183,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml index ac2bed811e..54ef0fa5dd 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml @@ -22,12 +22,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-parent - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-1.x-integration-tests jar - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} @@ -49,7 +49,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.5-SNAPSHOT + 2.8.0 @@ -116,7 +116,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.5-SNAPSHOT + 2.8.0 @@ -182,7 +182,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.2.5-SNAPSHOT + 0.3.0 test @@ -218,7 +218,7 @@ limitations under the License. ${project.groupId} bigtable-hbase-1.x-hadoop - 2.7.5-SNAPSHOT + 2.8.0 test @@ -349,7 +349,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.5-SNAPSHOT + 0.3.0 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml index fe4c04a0e4..7a8c91136f 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-shaded/pom.xml @@ -21,12 +21,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-parent - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-1.x-shaded jar - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} @@ -39,7 +39,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x - 0.2.5-SNAPSHOT + 0.3.0 compile @@ -204,7 +204,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml index 8380975c7e..b798706542 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x/pom.xml @@ -21,12 +21,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-parent - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-1.x jar - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} @@ -37,7 +37,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.5-SNAPSHOT + 0.3.0 compile @@ -63,7 +63,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.5-SNAPSHOT + 0.3.0 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml index c168f1b4b0..4de361f894 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable mirroring-client - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-1.x-parent pom - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml index 68a2a85336..16bd3fe5c4 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml @@ -22,12 +22,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-parent - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-1.x-2.x-integration-tests jar - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} @@ -48,7 +48,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.5-SNAPSHOT + 2.8.0 @@ -117,7 +117,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.5-SNAPSHOT + 2.8.0 @@ -186,14 +186,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.2.5-SNAPSHOT + 0.3.0 test ${project.groupId} bigtable-hbase-2.x - 2.7.5-SNAPSHOT + 2.8.0 test @@ -217,14 +217,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.5-SNAPSHOT + 0.3.0 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.2.5-SNAPSHOT + 0.3.0 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml index a5ef08955b..a0856abe21 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-hadoop/pom.xml @@ -21,12 +21,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-parent - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-2.x-hadoop jar - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} @@ -42,7 +42,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-shaded - 0.2.5-SNAPSHOT + 0.3.0 compile @@ -192,7 +192,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml index 2abfa9ed11..025643e1e7 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml @@ -22,12 +22,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-parent - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-2.x-integration-tests jar - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} @@ -49,7 +49,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.5-SNAPSHOT + 2.8.0 @@ -117,7 +117,7 @@ limitations under the License. ${project.groupId} bigtable-emulator-maven-plugin - 2.7.5-SNAPSHOT + 2.8.0 @@ -185,14 +185,14 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.2.5-SNAPSHOT + 0.3.0 test ${project.groupId} bigtable-hbase-2.x - 2.7.5-SNAPSHOT + 2.8.0 test @@ -215,21 +215,21 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.5-SNAPSHOT + 0.3.0 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-integration-tests - 0.2.5-SNAPSHOT + 0.3.0 test-jar test com.google.cloud.bigtable bigtable-hbase-mirroring-client-1.x-2.x-integration-tests - 0.2.5-SNAPSHOT + 0.3.0 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml index 12e757aa2e..41e15d80ab 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-shaded/pom.xml @@ -21,12 +21,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-parent - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-2.x-shaded jar - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} @@ -38,7 +38,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x - 0.2.5-SNAPSHOT + 0.3.0 compile @@ -202,7 +202,7 @@ limitations under the License. com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x/pom.xml index 703735ef34..2f4d558dbf 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x/pom.xml @@ -21,12 +21,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-2.x-parent - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-2.x jar - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} @@ -38,7 +38,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.5-SNAPSHOT + 0.3.0 compile @@ -100,7 +100,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core - 0.2.5-SNAPSHOT + 0.3.0 test-jar test diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml index 8be9860980..ee3abf1191 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/pom.xml @@ -20,12 +20,12 @@ limitations under the License. com.google.cloud.bigtable mirroring-client - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-2.x-parent pom - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml index 375323e548..0d16cf6ebe 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/bigtable-hbase-mirroring-client-core/pom.xml @@ -21,12 +21,12 @@ limitations under the License. com.google.cloud.bigtable bigtable-hbase-mirroring-client-core-parent - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-core jar - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} @@ -91,7 +91,7 @@ limitations under the License. com.google.cloud.bigtable protobuf-java-format-shaded - 0.2.5-SNAPSHOT + 0.3.0 compile diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml index c44eb7a95c..c5bc013e9b 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/pom.xml @@ -21,12 +21,12 @@ limitations under the License. com.google.cloud.bigtable mirroring-client - 0.2.5-SNAPSHOT + 0.3.0 bigtable-hbase-mirroring-client-core-parent pom - 0.2.5-SNAPSHOT + 0.3.0 ${project.groupId}:${project.artifactId} diff --git a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml index 0056558db0..f92c2cd5d6 100644 --- a/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml +++ b/hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded/pom.xml @@ -7,11 +7,11 @@ bigtable-hbase-mirroring-client-core-parent com.google.cloud.bigtable - 0.2.5-SNAPSHOT + 0.3.0 protobuf-java-format-shaded - 0.2.5-SNAPSHOT + 0.3.0 This is a wrapper around `com.googlecode.protobuf-java-format:protobuf-java-format` that rewrites the bytecode to use `org.apache.hadoop.hbase.shaded.com.google.protobuf` instead of plain @@ -93,7 +93,7 @@ com.google.cloud.bigtable.test bigtable-build-helper - 2.7.5-SNAPSHOT + 2.8.0 verify-shaded-jar-entries diff --git a/hbase-migration-tools/mirroring-client/pom.xml b/hbase-migration-tools/mirroring-client/pom.xml index 9c6a13efee..9c02d9034d 100644 --- a/hbase-migration-tools/mirroring-client/pom.xml +++ b/hbase-migration-tools/mirroring-client/pom.xml @@ -5,12 +5,12 @@ com.google.cloud.bigtable hbase-migration-tools - 2.7.5-SNAPSHOT + 2.8.0 mirroring-client pom - 0.2.5-SNAPSHOT + 0.3.0 diff --git a/hbase-migration-tools/pom.xml b/hbase-migration-tools/pom.xml index 016857e862..115480d8e1 100644 --- a/hbase-migration-tools/pom.xml +++ b/hbase-migration-tools/pom.xml @@ -17,12 +17,12 @@ limitations under the License. 4.0.0 com.google.cloud.bigtable - 2.7.5-SNAPSHOT + 2.8.0 com.google.cloud.bigtable bigtable-client-parent - 2.7.5-SNAPSHOT + 2.8.0 hbase-migration-tools diff --git a/pom.xml b/pom.xml index f1f918e7d0..395ae583c6 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.cloud.bigtable bigtable-client-parent - 2.7.5-SNAPSHOT + 2.8.0 pom ${project.groupId}:${project.artifactId} https://cloud.google.com/bigtable/ diff --git a/versions.txt b/versions.txt index 20693ef412..534629ffbb 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -bigtable-client-parent:2.7.4:2.7.5-SNAPSHOT -bigtable-hbase-replication:1.6.4:1.6.5-SNAPSHOT -bigtable-hbase-mirroring:0.2.4:0.2.5-SNAPSHOT \ No newline at end of file +bigtable-client-parent:2.8.0:2.8.0 +bigtable-hbase-replication:1.7.0:1.7.0 +bigtable-hbase-mirroring:0.3.0:0.3.0 \ No newline at end of file