gzurowski commented on code in PR #1376: URL: https://github.com/apache/camel-website/pull/1376#discussion_r2287013161
########## content/blog/2025/08/camel414-whatsnew/index.md: ########## @@ -0,0 +1,107 @@ +--- +title: "Apache Camel 4.14 What's New" +date: 2025-08-20 +draft: false +authors: [ davsclaus ] +categories: [ "Releases" ] +preview: "Details of what we have done in the Camel 4.14 LTS release." +--- + +Apache Camel 4.14 LTS has just been [released](/blog/2025/08/RELEASE-4.14.0/). + +This release introduces a set of new features and noticeable improvements that we will cover in this blog post. + +## Camel Core + +Camel consumers will now eager setup MDC logging which makes it possible to include details such as `routeId` in logs while the consumer +is being created and startup. + +The Intercept EIP now includes more details where the message was intercepted (node id and other information). + +## Camel Management + +We made it easier to control routes by their grouping, for example to stop a set of routes. + +Stopping routes will keep their JMX processor MBeans making troubleshooting easier, as you can investigate all the statistics of the processors. + +There are now _dump_ methods to dump statistics in JSon format as well. + +## Camel JBang + +The Camel JBang now uses JDK21 as default instead of 17. Review Comment: ```suggestion Camel JBang now uses JDK21 as default instead of 17. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
