This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/assemblies/plugins/engines/beam/com.google.guava-guava-32.0.0-jre in repository https://gitbox.apache.org/repos/asf/hop.git
discard 1ccd6640ee Bump guava in /assemblies/plugins/engines/beam add f214a97435 Fix empty dropdown fields in the Rest client component #3011 add 5111796b2a Merge pull request #3013 from nadment/3011 add e0c920aa8f Fix #3014 add 37d734f418 Merge pull request #3015 from scali/master add fc5b2ab571 Update translation files add 8c063eef17 Update translation files add e3ab54eb5e Merge pull request #3019 from hop-weblate/weblate-apache-hop-codebase-hop add 8cb48142a9 additional display checks for pipeline and workflow graphs. #2944 add 6feacdfc87 Merge pull request #3021 from bamaer/master add ced098d8d4 Add mail validator transform, fixes #2117 add f97f8add53 Update dependency and add test, fixes #2117 add 53bd83bdf4 Merge pull request #3026 from hansva/2117 add 50c0cbb4d7 GCP IT cost control add 228ee83807 Merge pull request #3028 from mattcasters/master add 174b44cb25 Update googlebigquery.adoc add 1cb59b962f Merge pull request #3030 from gitmstoute/patch-5 add 4000e0b1d8 fixed unescaped double underscore in AIRFLOW__CORE__LOAD_EXAMPLES add 67e0fab158 added missing docker.sock mount. fixes #3023 add 64de3c3372 Merge pull request #3027 from bamaer/3023 add 04ef6a710e [SELENIUM] fix some dialog names to make the tests work add 700708add3 Merge pull request #3031 from hansva/master add 3b7fd8d372 add missing jar to include list bigquery connection, #2739 add ab74054d26 Merge pull request #3033 from hansva/master add 08d938baaf Question popup get fields not showing #3020 add a109799fcc Merge pull request #3022 from nadment/3020 add 122566babe Add sequence dialog not properly formatted #3029 add ed9e841b42 Merge pull request #3036 from apache/3029 add b9e6e4a927 ignore database name when using manual url , fixes #2983 add 858d062ea5 fix failing test, #2983 add 66753e8df4 [DEPENDABOT] update guava version add f04bc1de45 Merge pull request #3035 from hansva/master add 07f739cb34 Bump guava in /assemblies/plugins/engines/beam This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (1ccd6640ee) \ N -- N -- N refs/heads/dependabot/maven/assemblies/plugins/engines/beam/com.google.guava-guava-32.0.0-jre (07f739cb34) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: assemblies/plugins/actions/mailvalidator/pom.xml | 42 +++ .../mailvalidator/src/assembly/assembly.xml | 50 ++++ .../src/main/resources/version.xml | 0 assemblies/plugins/actions/pom.xml | 1 + assemblies/plugins/dist/pom.xml | 13 + assemblies/plugins/tech/aws/pom.xml | 1 - assemblies/plugins/transforms/json/pom.xml | 1 - .../org/apache/hop/core/database/DatabaseMeta.java | 2 +- .../apache/hop/core/database/DatabaseMetaTest.java | 1 + .../apache-airflow/docker-compose.yaml | 1 + .../pages/database/databases/googlebigquery.adoc | 28 +- .../how-to-guides/run-hop-in-apache-airflow.adoc | 2 +- .../ROOT/pages/workflow/actions/mailvalidator.adoc | 18 +- engine/pom.xml | 2 +- helm/README.md | 18 +- helm/hop/Chart.yaml | 2 +- helm/hop/README.md | 44 +++ ...e.hwf => disabled-main-0003-input-bigtable.hwf} | 0 .../mail/main-0003-mail-validator-action.hwf | 79 +++++ plugins/actions/mailvalidator/pom.xml | 43 +++ .../actions/mailvalidator/ActionMailValidator.java | 229 +++++++++++++++ .../mailvalidator/ActionMailValidatorDialog.java | 314 ++++++++++++++++++++ .../actions/mailvalidator/MailValidation.java | 327 +++++++++++++++++++++ .../mailvalidator/MailValidationResult.java | 46 +++ .../src/main/resources/MailValidator.svg | 26 ++ .../messages/messages_en_US.properties | 59 ++++ .../messages/messages_es_AR.properties | 39 +++ .../messages/messages_fr_FR.properties | 40 +++ .../messages/messages_it_IT.properties | 40 +++ .../messages/messages_ja_JP.properties | 42 +++ .../messages/messages_ko_KR.properties | 39 +++ .../messages/messages_zh_CN.properties | 38 +++ .../mailvalidator/ActionMailValidatorTest.java | 85 ++++++ .../src/test/resources/mailvalidator-action.xml | 33 +++ .../pipeline/messages/messages_de_DE.properties | 28 +- plugins/actions/pom.xml | 1 + .../workflow/messages/messages_de_DE.properties | 10 +- .../metadata/messages/messages_de_DE.properties | 13 + .../meta/messages/messages_de_DE.properties | 10 + .../probe/meta/messages/messages_de_DE.properties | 6 + .../reader/meta/messages/messages_de_DE.properties | 8 + .../meta/messages/messages_de_DE.properties | 10 + .../util/messages/messages_de_DE.properties | 5 + plugins/tech/aws/pom.xml | 3 - .../output/messages/messages_en_US.properties | 2 +- .../transforms/addsequence/AddSequenceDialog.java | 50 +--- .../cubeinput/messages/messages_en_US.properties | 16 +- .../filterrows/messages/messages_de_DE.properties | 35 ++- .../javafilter/messages/messages_de_DE.properties | 25 ++ plugins/transforms/json/pom.xml | 1 - .../hop/pipeline/transforms/rest/RestDialog.java | 146 ++------- .../messages/messages_en_US.properties | 10 +- .../yamlinput/messages/messages_en_US.properties | 2 +- pom.xml | 2 +- .../hop/ui/core/dialog/DialogBoxWithButtons.java | 3 +- .../hopgui/file/pipeline/HopGuiPipelineGraph.java | 6 +- .../hopgui/file/workflow/HopGuiWorkflowGraph.java | 6 +- .../ui/pipeline/transform/BaseTransformDialog.java | 2 +- .../metadata/messages/messages_de_DE.properties | 7 + .../core/widget/messages/messages_de_DE.properties | 28 +- .../context/messages/messages_de_DE.properties | 2 + .../ui/hopgui/messages/messages_de_DE.properties | 223 ++++++++++---- .../metadata/messages/messages_de_DE.properties | 16 + 63 files changed, 2103 insertions(+), 278 deletions(-) create mode 100644 assemblies/plugins/actions/mailvalidator/pom.xml create mode 100644 assemblies/plugins/actions/mailvalidator/src/assembly/assembly.xml copy assemblies/plugins/actions/{abort => mailvalidator}/src/main/resources/version.xml (100%) create mode 100644 helm/hop/README.md rename integration-tests/gcp/{main-0003-input-bigtable.hwf => disabled-main-0003-input-bigtable.hwf} (100%) create mode 100644 integration-tests/mail/main-0003-mail-validator-action.hwf create mode 100644 plugins/actions/mailvalidator/pom.xml create mode 100644 plugins/actions/mailvalidator/src/main/java/org/apache/hop/workflow/actions/mailvalidator/ActionMailValidator.java create mode 100644 plugins/actions/mailvalidator/src/main/java/org/apache/hop/workflow/actions/mailvalidator/ActionMailValidatorDialog.java create mode 100644 plugins/actions/mailvalidator/src/main/java/org/apache/hop/workflow/actions/mailvalidator/MailValidation.java create mode 100644 plugins/actions/mailvalidator/src/main/java/org/apache/hop/workflow/actions/mailvalidator/MailValidationResult.java create mode 100644 plugins/actions/mailvalidator/src/main/resources/MailValidator.svg create mode 100644 plugins/actions/mailvalidator/src/main/resources/org/apache/hop/workflow/actions/mailvalidator/messages/messages_en_US.properties create mode 100644 plugins/actions/mailvalidator/src/main/resources/org/apache/hop/workflow/actions/mailvalidator/messages/messages_es_AR.properties create mode 100644 plugins/actions/mailvalidator/src/main/resources/org/apache/hop/workflow/actions/mailvalidator/messages/messages_fr_FR.properties create mode 100644 plugins/actions/mailvalidator/src/main/resources/org/apache/hop/workflow/actions/mailvalidator/messages/messages_it_IT.properties create mode 100644 plugins/actions/mailvalidator/src/main/resources/org/apache/hop/workflow/actions/mailvalidator/messages/messages_ja_JP.properties create mode 100644 plugins/actions/mailvalidator/src/main/resources/org/apache/hop/workflow/actions/mailvalidator/messages/messages_ko_KR.properties create mode 100644 plugins/actions/mailvalidator/src/main/resources/org/apache/hop/workflow/actions/mailvalidator/messages/messages_zh_CN.properties create mode 100644 plugins/actions/mailvalidator/src/test/java/org/apache/hop/workflow/actions/mailvalidator/ActionMailValidatorTest.java create mode 100644 plugins/actions/mailvalidator/src/test/resources/mailvalidator-action.xml