From a4b30e4c4d8813429768a4bd9b693dbd8df72477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Schlath=C3=B6lter?= Date: Thu, 19 Sep 2024 08:10:24 +0200 Subject: [PATCH] docs(#1186) mention kotlin support in docs --- src/manual/introduction.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/manual/introduction.adoc b/src/manual/introduction.adoc index c37ea7cd26..32c5b60951 100644 --- a/src/manual/introduction.adoc +++ b/src/manual/introduction.adoc @@ -5,7 +5,9 @@ Citrus provides automated integration tests for message-based enterprise applica supports various messaging transports (Http REST, SOAP, JMS, Kafka, TCP/IP, FTP, ...) and data formats (XML, Json, plaintext, binary). The Citrus tests use well-known unit test frameworks (JUnit, TestNG, Cucumber) for execution and integrates with build -tools like Maven or Gradle. In addition, Citrus leverages standard libraries like Spring Framework and Apache Camel. +tools like Maven or Gradle. In addition, Citrus leverages standard libraries like Quarkus, the Spring Framework or Apache Camel. + +It is also good to know that Citrus is written purely in Java. Thus, it is also fully compatible with Kotlin. [[overview]] == Overview