gzurowski commented on code in PR #1163: URL: https://github.com/apache/camel-website/pull/1163#discussion_r1536813525
########## 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. + +## Camel Main + +We added the concept of _profile_ to running Camel standalone or via camel-jbang. For example camel-jbang runs in `dev` profile +by default, and `camel-main` would run in `prod` profile by default. + +Using profiles allows you to have profile specific _application.properties_ files, such as `application-dev.properties` that Review Comment: ```suggestion Using profiles allows you to have profile-specific _application.properties_ files, such as `application-dev.properties` that ``` -- 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