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

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


The following commit(s) were added to refs/heads/main by this push:
     new edbab74e9e4 CAMEL-20651: camel-jbang - The open-api should use the new 
contract-first openapi
edbab74e9e4 is described below

commit edbab74e9e45ef0a644defd8626a930ea9647a6b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Apr 29 09:34:13 2024 +0200

    CAMEL-20651: camel-jbang - The open-api should use the new contract-first 
openapi
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc
index 419a5676b77..47e642dbfee 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_6.adoc
@@ -149,6 +149,8 @@ route:
 When running using `camel run --source-dir=mydir` then Camel JBang will now 
preload existing files on startup, such as `application.properties`,
 and beans and routes (same as if you run with `cd mydir; camel run *`). This 
allows to configure settings on Camel on startup, which was not possible 
beforehand.
 
+The `--open-api` option has changed from _code-first_ to use the new 
_contract-first_ Rest DSL style by using the specification file direct as-is.
+
 === camel-spring-boot
 
 The auto configuration of xref:clustering.adoc[Cluster Service] 
implementations has been moved to dedicated starters:

Reply via email to