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

apupier 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 36aca2f8442 Add breaking change note for Camel JBang repos parameter 
in Migration guide
36aca2f8442 is described below

commit 36aca2f8442ff09dd0164ea7c50d6538b8b3b3aa
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu Sep 26 09:44:01 2024 +0200

    Add breaking change note for Camel JBang repos parameter in Migration
    guide
    
    for reference, it was changed in this commit
    
https://github.com/apache/camel/commit/23da1eb48096fed69fbf8becfc72b3541e33c9dd
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
index 1df7e49bce5..de53f066d1c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc
@@ -32,6 +32,8 @@ if the parameter `includeProperties` is set to true.
 
 The `camel trace` command has changed to show tracing status (by default). To 
dump traced messages use `camel trace --action=dump`.
 
+*Breaking changes* The parameter `--repos` has been renamed `--repository` for 
`run` and `export` commands. It requires to be updated when using from 
command-line and in `application.properties`.
+
 === Deprecated Components
 
 The following components that were marked as deprecated:

Reply via email to