gzurowski commented on code in PR #1163: URL: https://github.com/apache/camel-website/pull/1163#discussion_r1536813404
########## content/blog/2024/03/camel45-whatsnew/index.md: ########## @@ -0,0 +1,95 @@ +--- +title: "Apache Camel 4.5 What's New" +date: 2024-03-29 +authors: [davsclaus] +categories: ["Releases"] +preview: Details of what we have done in the Camel 4.5 release. +--- + +Apache Camel 4.5 has just been [released](/blog/2024/03/RELEASE-4.5.0/). + +This release introduces a set of new features and noticeable improvements that we will cover in this blog post. + +## Camel Core + +When using Kamelets and/or Rest DSL then Camel will now hide their intermediate routes and only show user routes. +The number of routes that Camel logs on startup is thus only the number of _user_ routes. This avoid to clutter +up the list of routes in monitoring and management tools as well. Review Comment: ```suggestion The number of routes that Camel logs on startup is thus only the number of _user_ routes. This also avoids cluttering up the list of routes in monitoring and management tools. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org