This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 28fa600 Add automatic configuration to Knative endpoints new 98675df chore(runtime) : add a java rest example with restlet new e490506 chore(dependencies): update kotlin to v1.3.10 new cb8bdeb chore(dependencies): update camel to v2.22.2 new 26551ed chore(dependencies): update camel to v2.22.2 new 67c4ca8 chore(dependencies): update to maven 3.6.0 new b92bcf0 chore(dependencies): update to maven 3.6.0 new a6fe714 chore(runtime): configure maven surefire plugin new 612142d chore(runtime): replace test logging configuration via properties with xml configuiration for camel-knative submodule The 8 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: .mvn/wrapper/maven-wrapper.properties | 2 +- deploy/camel-catalog.yaml | 484 ++++++++++----------- .../src/test/resources/log4j2-test.xml | 0 .../src/test/resources/log4j2.properties | 7 - runtime/dependency-lister/pom.xml | 6 +- runtime/examples/RestWithRestlet.java | 21 + runtime/kotlin/pom.xml | 1 - runtime/pom.xml | 9 +- 8 files changed, 274 insertions(+), 256 deletions(-) copy runtime/{jvm => camel-knative}/src/test/resources/log4j2-test.xml (100%) delete mode 100644 runtime/camel-knative/src/test/resources/log4j2.properties create mode 100644 runtime/examples/RestWithRestlet.java