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

github-actions[bot] pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


    from bcd1f6057 chore: move the catalog to 4.23.0-SNAPSHOT (#3049)
     add 5facd1014 Fix #1888: replace the Go catalog validator with Java checks 
in the Maven plugin (#3048)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/validate.yaml                    |  14 +-
 AGENTS.md                                          |  10 +-
 Makefile                                           |   3 +-
 README.md                                          |   9 +-
 docs/modules/ROOT/pages/security-model.adoc        |   2 +-
 .../kamelets/maven/plugin/CatalogValidator.java    | 542 +++++++++++++++++++++
 .../maven/plugin/ValidateKameletsMojo.java         |  39 ++
 script/validator/README.md                         |   8 -
 script/validator/go.mod                            |  34 --
 script/validator/go.sum                            | 100 ----
 script/validator/validator.go                      | 506 -------------------
 11 files changed, 598 insertions(+), 669 deletions(-)
 create mode 100644 
library/kamelets-maven-plugin/src/main/java/org/apache/camel/kamelets/maven/plugin/CatalogValidator.java
 delete mode 100644 script/validator/README.md
 delete mode 100644 script/validator/go.mod
 delete mode 100644 script/validator/go.sum
 delete mode 100644 script/validator/validator.go

Reply via email to