File tree Expand file tree Collapse file tree 27 files changed +53
-46
lines changed
bigtable-client-core-parent
src/main/java/com/google/cloud/bigtable/config
bigtable-hbase-integration-tests-common
src/main/java/com/google/cloud/bigtable/hbase
bigtable-hbase-1.x-parent
bigtable-hbase-1.x-hadoop
bigtable-hbase-1.x-integration-tests
bigtable-hbase-1.x-mapreduce
bigtable-hbase-1.x-shaded
bigtable-hbase-2.x-parent
bigtable-hbase-2.x-hadoop
bigtable-hbase-2.x-integration-tests
bigtable-hbase-2.x-shaded
bigtable-emulator-maven-plugin Expand file tree Collapse file tree 27 files changed +53
-46
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### [ 1.25.2-sp.2] ( https://www.github.com/googleapis/java-bigtable-hbase/compare/1.25.2-sp.1...v1.25.2-sp.2 ) (2021-12-15)
4+
5+
6+ ### Bug Fixes
7+
8+ * use 2.16.0 log4j version and ban all 2.x versions which are < 2.16.0 ([ #3383 ] ( https://www.github.com/googleapis/java-bigtable-hbase/issues/3383 ) ) ([ cb1e3d2] ( https://www.github.com/googleapis/java-bigtable-hbase/commit/cb1e3d20180faf88cbb15e055139179bb7c919de ) )
9+
310### [ 1.25.1-sp.1] ( https://www.github.com/googleapis/java-bigtable-hbase/compare/1.25.1...v1.25.1-sp.1 ) (2021-10-26)
411
512
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020 <parent >
2121 <groupId >com.google.cloud.bigtable</groupId >
2222 <artifactId >bigtable-client-core-parent</artifactId >
23- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
23+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
2424 </parent >
2525
2626 <artifactId >bigtable-client-core</artifactId >
@@ -198,7 +198,7 @@ limitations under the License.
198198 <dependency >
199199 <groupId >com.google.cloud.bigtable</groupId >
200200 <artifactId >bigtable-metrics-api</artifactId >
201- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
201+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
202202 </dependency >
203203
204204 <dependency >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class BigtableVersionInfo {
3131 private static final AtomicBoolean wasInitialized = new AtomicBoolean (false );
3232
3333 // {x-version-update-start:bigtable-client-parent:current}
34- public static final String CLIENT_VERSION = "1.25.2-sp.2-SNAPSHOT " ;
34+ public static final String CLIENT_VERSION = "1.25.2-sp.2" ;
3535 // {x-version-update-end}
3636 public static final String JDK_VERSION = getJavaVersion ();
3737
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
1919 <parent >
2020 <groupId >com.google.cloud.bigtable</groupId >
2121 <artifactId >bigtable-client-core-parent</artifactId >
22- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
22+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
2323 </parent >
2424
2525 <artifactId >bigtable-hbase-integration-tests-common</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020 <parent >
2121 <groupId >com.google.cloud.bigtable</groupId >
2222 <artifactId >bigtable-client-core-parent</artifactId >
23- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
23+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
2424 </parent >
2525
2626 <artifactId >bigtable-hbase</artifactId >
@@ -55,13 +55,13 @@ limitations under the License.
5555 <dependency >
5656 <groupId >${project.groupId} </groupId >
5757 <artifactId >bigtable-client-core</artifactId >
58- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
58+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
5959 </dependency >
6060
6161 <dependency >
6262 <groupId >${project.groupId} </groupId >
6363 <artifactId >bigtable-metrics-api</artifactId >
64- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
64+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
6565 </dependency >
6666
6767 <dependency >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class BigtableHBaseVersion {
3434 private static final AtomicBoolean wasInitialized = new AtomicBoolean (false );
3535
3636 // {x-version-update-start:bigtable-client-parent:current}
37- public static final String VERSION = "1.25.2-sp.2-SNAPSHOT " ;
37+ public static final String VERSION = "1.25.2-sp.2" ;
3838 // {x-version-update-end}
3939
4040 /**
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.google.cloud.bigtable</groupId >
77 <artifactId >bigtable-client-core-parent</artifactId >
8- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
8+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
99 </parent >
1010
1111 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
2020 <parent >
2121 <groupId >com.google.cloud.bigtable</groupId >
2222 <artifactId >bigtable-client-parent</artifactId >
23- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
23+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
2424 </parent >
2525
2626 <artifactId >bigtable-client-core-parent</artifactId >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ limitations under the License.
1818 <parent >
1919 <groupId >com.google.cloud.bigtable</groupId >
2020 <artifactId >bigtable-dataflow-parent</artifactId >
21- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
21+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
2222 </parent >
2323 <modelVersion >4.0.0</modelVersion >
2424
@@ -45,7 +45,7 @@ limitations under the License.
4545 <dependency >
4646 <groupId >${project.groupId} </groupId >
4747 <artifactId >bigtable-hbase-beam</artifactId >
48- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
48+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
4949 <exclusions >
5050 <exclusion >
5151 <groupId >org.apache.hbase</groupId >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ limitations under the License.
1616 <parent >
1717 <groupId >com.google.cloud.bigtable</groupId >
1818 <artifactId >bigtable-dataflow-parent</artifactId >
19- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
19+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
2020 </parent >
2121
2222 <artifactId >bigtable-hbase-beam</artifactId >
@@ -44,7 +44,7 @@ limitations under the License.
4444 <dependency >
4545 <groupId >${project.groupId} </groupId >
4646 <artifactId >bigtable-hbase-1.x-shaded</artifactId >
47- <version >1.25.2-sp.2-SNAPSHOT </version > <!-- {x-version-update:bigtable-client-parent:current} -->
47+ <version >1.25.2-sp.2</version > <!-- {x-version-update:bigtable-client-parent:current} -->
4848 <exclusions >
4949 <!-- Workaround MNG-5899 & MSHADE-206. Maven >= 3.3.0 doesn't use the dependency reduced
5050 pom.xml files when invoking the build from a parent project. So we have to manually exclude
You can’t perform that action at this time.
0 commit comments