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 901bb7f7bb9 Fix spelling error in 3.1 upgrade guide (#9867) 901bb7f7bb9 is described below commit 901bb7f7bb900235845a297190de3b27f725a5ea Author: Tom Cunningham <tcunn...@redhat.com> AuthorDate: Fri Apr 14 10:34:56 2023 -0400 Fix spelling error in 3.1 upgrade guide (#9867) --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc index 29b0260ac36..a7b8a121742 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_1.adoc @@ -15,7 +15,7 @@ These Camel components now no longer have dependency on Javax Servlet. The exception class `HttpOperationFailedException` is now from package `org.apache.camel.http.base` instead of `org.apache.camel.http.common`. The Camel undertow producer throws this exception. -=== came-bean +=== camel-bean The bean component has been changed to behave as singleton scoped by default. This means that the bean is created or looked up once and reused.