gzurowski commented on code in PR #1376:
URL: https://github.com/apache/camel-website/pull/1376#discussion_r2287016068


##########
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.
+
+We added support for controlling Camel routes by groups, so you can start and 
stop entire set of routes, using `camel cmd start-group` and `camel cmd 
stop-group`.
+
+![Group Routes](./camel-group.jpeg)
+
+You can now enable and disable EIPs dynamically using the `camel cmd 
enable-processor` and `camel cmd disable-processor`.
+
+The `camel debug` has many improvements and now runs a bit faster.
+
+The `camel debug` now supports debugging Camel Spring Boot applications, by 
executing `camel debug pom.xml` which will
+detect that it's a Camel Spring Boot Maven project, and then startup Spring 
Boot via `mvn spring-boot:run` and attach
+the Camel route debugger automatic.
+
+The `camel debug` can now step forward to a given _index_ which makes it fast 
to jump to a position such as if you restart
+the application and want to debug from a problematic spot during 
troubleshooting.
+
+The `camel kubernetes` plugin now better support running and exporting a 
project by a directory name, and to refer to a relative directory

Review Comment:
   ```suggestion
   The `camel kubernetes` plugin now better supports running and exporting a 
project by a directory name, and referring to a relative directory
   ```



-- 
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]

Reply via email to