This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch ci_utils
in repository
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git
from 1c08ad3 [FLINK-31416][CI] Allow skipping of dependency convergence
check. This closes #9
new de0b6a3 [FLINK-31454] Fix caching flag comparison
new d672ed1 [FLINK-31455] Setup test project
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:
.editorconfig | 276 ++++++++++
.github/workflows/_testing.yml | 37 ++
.github/workflows/ci.yml | 4 +-
.gitignore | 38 +-
pom.xml | 127 +++++
.../apache/flink/connector/testing/SomeClass.java | 22 +
.../flink/connector/testing/SomeClassTest.java | 27 +
tools/maven/checkstyle.xml | 562 +++++++++++++++++++++
tools/maven/suppressions.xml | 30 ++
9 files changed, 1120 insertions(+), 3 deletions(-)
create mode 100644 .editorconfig
create mode 100644 .github/workflows/_testing.yml
create mode 100644 pom.xml
create mode 100644
src/main/java/org/apache/flink/connector/testing/SomeClass.java
create mode 100644
src/test/java/org/apache/flink/connector/testing/SomeClassTest.java
create mode 100644 tools/maven/checkstyle.xml
create mode 100644 tools/maven/suppressions.xml