Skip to content

Commit

Permalink
Polished
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed May 29, 2020
1 parent 5b4071e commit 5f78e3b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/modules/languages/pages/languages.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Camel K supports multiple languages for writing integrations:
[cols="30%,70%"]
|=======================
| Language | Description
| xref:groovy.adoc[Groovy] | Groovy `.groovy` files are supported.
| xref:kotlin.adoc[Kotlin] | Kotlin Script `.kts` files are supported.
| xref:javascript.adoc[JavaScript] | JavaScript `.js` files are supported.
| xref:java.adoc[Java] | Integrations written in plain Java DSL are supported.
| xref:xml.adoc[XML] | Integrations written in plain XML DSL are supported (Spring XML or Blueprint not supported).
| xref:yaml.adoc[YAML] | Integrations written in plain YAML DSL are supported.
| xref:java.adoc[Java] | Integrations written in Java DSL are supported.
| xref:xml.adoc[XML] | Integrations written in plain XML DSL are supported (Spring XML with <beans> or Blueprint XML with <blueprint> not supported).
| xref:yaml.adoc[YAML] | Integrations written in YAML DSL are supported.
| xref:groovy.adoc[Groovy] | Groovy `.groovy` files are supported (experimental).
| xref:kotlin.adoc[Kotlin] | Kotlin Script `.kts` files are supported (experimental).
| xref:javascript.adoc[JavaScript] | JavaScript `.js` files are supported (experimental).
|=======================

More information about supported languages is provided in the language specific section.
More information about each language is located in the language specific sections.

Integrations written in different languages are provided in the examples pack that is downloadable from the https://github.com/apache/camel-k/releases[release page].
You can find various examples using different languages in the examples pack that is downloadable from the https://github.com/apache/camel-k/releases[release page].

0 comments on commit 5f78e3b

Please sign in to comment.