This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 15a4efe4f feat(trait): add support for multiple ingress paths (#5996) new 9ec61db89 chore: groovy is no longer supported DSL new 6247c2812 chore(e2e): remove useless code 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: docs/modules/ROOT/nav.adoc | 1 - docs/modules/ROOT/pages/languages/languages.adoc | 1 - .../misc/files/registry/FoobarDecryption.java | 32 -------------- e2e/common/misc/files/registry/LaughingRoute.java | 30 ------------- e2e/common/misc/files/registry/classpath/Xslt.java | 32 -------------- .../misc/files/registry/classpath/cheese.xsl | 37 ---------------- e2e/common/misc/files/registry/laugh.txt | 1 - e2e/common/misc/files/registry/laughs/haha.txt | 1 - e2e/common/misc/files/registry/laughs/hehe.txt | 1 - .../misc/files/registry/sample-decryption-1.0.jar | Bin 2766 -> 0 bytes .../misc/files/registry/sample-decryption-1.0.pom | 20 --------- .../main/java/camelk/DeterministicDecryption.java | 49 --------------------- e2e/native/native_with_sources_test.go | 13 ------ pkg/apis/camel/v1/common_types.go | 4 ++ 14 files changed, 4 insertions(+), 218 deletions(-) delete mode 100644 e2e/common/misc/files/registry/FoobarDecryption.java delete mode 100644 e2e/common/misc/files/registry/LaughingRoute.java delete mode 100644 e2e/common/misc/files/registry/classpath/Xslt.java delete mode 100644 e2e/common/misc/files/registry/classpath/cheese.xsl delete mode 100644 e2e/common/misc/files/registry/laugh.txt delete mode 100644 e2e/common/misc/files/registry/laughs/haha.txt delete mode 100644 e2e/common/misc/files/registry/laughs/hehe.txt delete mode 100644 e2e/common/misc/files/registry/sample-decryption-1.0.jar delete mode 100644 e2e/common/misc/files/registry/sample-decryption-1.0.pom delete mode 100644 e2e/common/misc/files/registry/src/main/java/camelk/DeterministicDecryption.java