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

chesnay pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git


    from f4e1819  [FLINK-32024][docs] Short code related to externalized 
connector retrieve version from its own data yaml
     new e534af9  [FLINK-17678][hbase] Add flink-sql-connector-hbase module to 
provide uber jar for HBase connector
     new b2fbfd8  [FLINK-18420][tests] Disable failed test SQLClientHBaseITCase 
in java 11
     new 13e1d02  [FLINK-18607][build] Give the maven module a human readable 
name
     new 6ac4a3f  [FLINK-18795][hbase] Support for HBase 2
     new 849b867  [FLINK-19863][tests][hbase] Harden HBase end-to-end tests
     new 25b7ef9  Update version to 1.13-SNAPSHOT
     new 8d1c017  [FLINK-19863][test] Fix SQLClientHBaseITCase.testHBase failed 
with process timeout
     new 9be77d7  [FLINK-20651] Format code with Spotless/google-java-format
     new 31f0daf  [FLINK-21519] Temporarily disable SQLClientHBaseITCase
     new 59f168a  Revert "[FLINK-21519] Temporarily disable 
SQLClientHBaseITCase"
     new f887744  [FLINK-21519] Temporarily disable SQLClientHBaseITCase
     new b4aef65  Update version to 1.14-SNAPSHOT
     new 449b461  [FLINK-23255][test] Introduce JUnit 5 dependencies (#16551)
     new ccde5ab  Update version to 1.15-SNAPSHOT
     new 2fcfb4e  [FLINK-24018][build] Remove Scala dependencies from Java APIs
     new 17bb4a3  [FLINK-25159][tests] Streamline E2E surefire setup
     new c5c296a  Update version to 1.16-SNAPSHOT
     new e26aec8  [FLINK-28196][build] Rename hadoop.version property
     new a2584f2  [FLINK-28409][tests] Move FlinkContainerTestEnvironment and 
dependendencies into flink-connector-test-utils
     new 1c16d74  [FLINK-27770][sql-gateway] Refactor SqlGateway E2E tests
     new 4a2731e  Update version to 1.17-SNAPSHOT
     new a72b507  [FLINK-29285][tests] Move TestUtils#getResource
     new a09b8cc  [FLINK-29514][Deployment/YARN] Bump Minikdc to v3.2.4. This 
closes #20973
     new bc261b7  [FLINK-29710][Hadoop/Hive] Exclude Reload4J from all Hadoop 
and Hive dependencies
     new bad3f35  Update version to 1.18-SNAPSHOT
     new 8fda39b  [FLINK-30349] Sync missing HBase e2e tests to external repo

The 26 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-connector-hbase-e2e-tests/pom.xml            | 250 +++++++++++++++++++++
 .../flink/streaming/tests/HBaseContainer.java      | 110 +++++++++
 .../apache/flink/streaming/tests/HBaseITCase.java  | 189 ++++++++++++++++
 .../src/test/resources/hbase_e2e.sql               |  51 +++++
 .../src/test/resources/log4j2-test.properties      |   0
 flink-sql-connector-hbase-1.4/pom.xml              |   7 +-
 flink-sql-connector-hbase-2.2/pom.xml              |   2 +-
 pom.xml                                            |  20 +-
 8 files changed, 626 insertions(+), 3 deletions(-)
 create mode 100644 flink-connector-hbase-e2e-tests/pom.xml
 create mode 100644 
flink-connector-hbase-e2e-tests/src/main/java/org/apache/flink/streaming/tests/HBaseContainer.java
 create mode 100644 
flink-connector-hbase-e2e-tests/src/test/java/org/apache/flink/streaming/tests/HBaseITCase.java
 create mode 100644 
flink-connector-hbase-e2e-tests/src/test/resources/hbase_e2e.sql
 copy {flink-connector-hbase-1.4 => 
flink-connector-hbase-e2e-tests}/src/test/resources/log4j2-test.properties 
(100%)

Reply via email to