Heck, thank you Chesnay for catching this. I spent some time on removing the 1.4 hbase-client from flink-connector-hbase-2.2, cause excluding it from flink-connector-hbase-base seemed not working. I missed removing that exclusion from the 2.2 sql connector pom. Opened a PR [1] with the fix.
[1] https://github.com/apache/flink-connector-hbase/pull/4 ------- Original Message ------- On Thursday, December 8th, 2022 at 11:15, Chesnay Schepler <[email protected]> wrote: > > > -1 > > The packaging of the sql-connector-connector-hbase-2.2 module has > changed significantly, no longer bundling hbase-client (it now only > bundles Flink classes). > > On 05/12/2022 13:24, Ferenc Csaky wrote: > > > Hi Martijn, > > > > +1 (non-binding) > > > > - Verified hashes/signatures > > - Maven repo content LGTM > > - No binaries in the source archive > > - Built source/tests pass > > - Tag exists in GH > > - Reviewed web PR > > > > Thanks, > > F > > > > ------- Original Message ------- > > On Friday, December 2nd, 2022 at 14:04, Martijn Visser > > [email protected] wrote: > > > > > Hi everyone, > > > Please review and vote on the release candidate #1 for the > > > flink-connector-hbase version v3.0.0, as follows: > > > [ ] +1, Approve the release > > > [ ] -1, Do not approve the release (please provide specific comments) > > > > > > Note: This is the first externalized version of the HBase connector. > > > > > > The complete staging area is available for your review, which includes: > > > * JIRA release notes [1], > > > * the official Apache source release to be deployed to dist.apache.org > > > [2], > > > which are signed with the key with fingerprint > > > A5F3BCE4CBE993573EC5966A65321B8382B219AF [3], > > > * all artifacts to be deployed to the Maven Central Repository [4], > > > * source code tag v3.0.0-rc1 [5], > > > * website pull request listing the new release [6]. > > > > > > The vote will be open for at least 72 hours. It is adopted by majority > > > approval, with at least 3 PMC affirmative votes. > > > > > > Thanks, > > > Martijn > > > > > > https://twitter.com/MartijnVisser82 > > > https://github.com/MartijnVisser > > > > > > [1] > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12352578 > > > [2] > > > https://dist.apache.org/repos/dist/dev/flink/flink-connector-hbase-3.0.0-rc1/ > > > [3] https://dist.apache.org/repos/dist/release/flink/KEYS > > > [4] > > > https://repository.apache.org/content/repositories/orgapacheflink-1555/ > > > [5] > > > https://github.com/apache/flink-connector-hbase/releases/tag/v3.0.0-rc1 > > > [6] https://github.com/apache/flink-web/pull/591 > >
