You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/11 10:46:21 UTC

(camel) 03/03: CAMEL-19284: restdsl-openapi-generator - Add type and outType to Rest DSL

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch rest-out
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6dc39f1f061796cb710d80a5537ee0271bf4ccea
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 11 11:23:32 2024 +0100

    CAMEL-19284: restdsl-openapi-generator - Add type and outType to Rest DSL
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
index 8e09d0ac4b4..b8494719a05 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc
@@ -164,6 +164,10 @@ To
 
 We also renamed the `route-curcuit-breaker` console to `circuit-breaker`.
 
+=== camel-jbang
+
+The command `camel generate rest` have removed all the shorthand arguments `such as `-i -o` instead use the long names `--input --output`.
+
 === camel-jsonpath
 
 The `camel-jsonpath` will now work more similar as `camel-jq` when you specify a `resultType` and have a list of entities.