16 Commits (master)

Author SHA1 Message Date
Jzjsnow 6b13868dd5
[FLINK-36620][cdc-cli] Add support for specifying the --flink-home parameter via an '=' character
This closes 
yuxiqian 6d21941661
[hotfix] Fix Java 11 target compatibility & add tests ()
* [hotfix] Fix Java 11 target compatibility

Signed-off-by: yuxiqian <34335406+yuxiqian@users.noreply.github.com>

# Conflicts:
#	.github/workflows/flink_cdc_java_8.yml
#	.github/workflows/flink_cdc_migration_test_base.yml
#	pom.xml

* fix: clarify GiHub workflow names

Signed-off-by: yuxiqian <34335406+yuxiqian@users.noreply.github.com>

---------

Signed-off-by: yuxiqian <34335406+yuxiqian@users.noreply.github.com>
yuxiqian 9f8268c361
[hotfix][build] Add missed third-party OSS NOTICE
This closes  .
Qingsheng Ren d99e718951
[FLINK-36054][cdc][build] Fix Flink CDC parent pom and release scripts ()
xleoken 6510e670fa
[FLINK-34959][cdc] Update old flink-cdc-connectors artifactId ()
wenmo a35b8dd44c [build] Optimize pom to solve the CI error
xleoken 5f4f86fb31
[hotfix] Change old com.ververica dependencies to org.apache.flink ()
Hang Ruan eeb4bab92d [FLINK-34184][cdc][license] Update Copyright from Ververica to Apache
Qingsheng Ren 73086c4f37
[cdc-cli][cdc-dist] Support loading global config from FLINK_CDC_HOME ()
This closes .
Qingsheng Ren daceb42168 [build] Use ${project.version} instead of ${revision} for dependency version
This is documented in https://maven.apache.org/maven-ci-friendly.html#dependencies
Qingsheng Ren c0ee1c188e [build] Skip maven-deploy-plugin for test modules and flink-cdc-dist
Qingsheng Ren a328f9895a
[cdc-cli][cdc-composer][cdc-dist] Support submitting job to general Flink environments ()
This closes .
Qingsheng Ren 100fb4a59e
[cdc-dist] Introduce flink-cdc.sh as the entrypoint of the Flink CDC ()
gongzhongqiang 1a5065e774
[3.0] [flink-cdc-dist] Collect all distro resources into a TAR ()
This closes   

Co-authored-by: Qingsheng Ren <renqschn@gmail.com>
joyCurry30 d01f0a9791
[pom] Use ${revision} replace specific version. ()
Leonard Xu 82a652ca6f
[3.0][kickoff] Introduce basic modules for Flink CDC 3.0
This closes