You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/08/09 08:44:28 UTC

[flink] branch master updated (b442394c65b -> 5fb135e23e3)

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

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from b442394c65b [FLINK-28785][network] Hybrid shuffle consumer thread and upstream thread may have deadlock.
     new 2c56c40e55e [hotfix][build][hbase] Remove unused property
     new 5fb135e23e3 [FLINK-25244][hbase] Enable Java 11 tests for HBase 2.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 flink-connectors/flink-connector-hbase-2.2/pom.xml | 23 ----------------------
 1 file changed, 23 deletions(-)


[flink] 02/02: [FLINK-25244][hbase] Enable Java 11 tests for HBase 2.2

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 5fb135e23e3251bcacf19d8db8cf358ddda76d6e
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Aug 4 12:07:38 2022 +0200

    [FLINK-25244][hbase] Enable Java 11 tests for HBase 2.2
---
 flink-connectors/flink-connector-hbase-2.2/pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/flink-connectors/flink-connector-hbase-2.2/pom.xml b/flink-connectors/flink-connector-hbase-2.2/pom.xml
index eb28696d25c..98d5e8c109d 100644
--- a/flink-connectors/flink-connector-hbase-2.2/pom.xml
+++ b/flink-connectors/flink-connector-hbase-2.2/pom.xml
@@ -420,26 +420,4 @@ under the License.
 		</dependencies>
 	</dependencyManagement>
 
-	<profiles>
-		<profile>
-			<id>java11</id>
-			<activation>
-				<jdk>[11,)</jdk>
-			</activation>
-
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.maven.plugins</groupId>
-						<artifactId>maven-surefire-plugin</artifactId>
-						<configuration>
-							<!-- hbase currently does not support Java 11, see HBASE-21110 -->
-							<skip>true</skip>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-
 </project>


[flink] 01/02: [hotfix][build][hbase] Remove unused property

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 2c56c40e55e42309910816280db8847a95838a79
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Aug 4 12:07:25 2022 +0200

    [hotfix][build][hbase] Remove unused property
---
 flink-connectors/flink-connector-hbase-2.2/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-connectors/flink-connector-hbase-2.2/pom.xml b/flink-connectors/flink-connector-hbase-2.2/pom.xml
index 82817bbd3c6..eb28696d25c 100644
--- a/flink-connectors/flink-connector-hbase-2.2/pom.xml
+++ b/flink-connectors/flink-connector-hbase-2.2/pom.xml
@@ -34,7 +34,6 @@ under the License.
 
 	<properties>
 		<hbase.version>2.2.3</hbase.version>
-		<hbase.guava.version>28.1-jre</hbase.guava.version>
 	</properties>
 
 	<dependencies>