This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 4b20fdb (chore): use operator-sdk master and fix tests
add fc36113 doc: add initial documentation about integration DSLs
No new revisions were added by this update.
Summary of changes:
README.adoc | 6 +-
docs/languages.adoc | 296 +++++++++++++++++++++
.../routes-with-component-configuration.groovy | 4 +-
.../apache/camel/k/kotlin/KotlinRoutesLoader.kt | 11 +
.../kotlin/org/apache/camel/k/kotlin/LoaderTest.kt | 2 +-
.../apache/camel/k/kotlin/dsl/IntegrationTest.kt | 5 +-
.../src/test/resources/routes-with-bindings.kts | 6 +-
7 files changed, 321 insertions(+), 9 deletions(-)
create mode 100644 docs/languages.adoc