gzurowski commented on code in PR #1469: URL: https://github.com/apache/camel-website/pull/1469#discussion_r2678631696
########## content/blog/2026/01/camel417-whatsnew/index.md: ########## @@ -0,0 +1,124 @@ +--- +title: "Apache Camel 4.17 What's New" +date: 2026-01-14 +draft: false +authors: [ davsclaus, Croway ] +categories: [ "Releases" ] +preview: "Details of what we have done in the Camel 4.17 release." +--- + +Apache Camel 4.17 has just been [released](/blog/2026/01/RELEASE-4.17.0/). + +This release introduces a set of new features and noticeable improvements that we will cover in this blog post. + +## Camel Core + +We have marked up important headers in various EIPs and components for tooling and troubleshooting assistance. + +If you have the need to trigger only once and are using a timer such as `timer:tick?repeatCount=1`, +then we have added the `once` component to trigger only once on startup, and made it much easier to pre configure +the message body and headers as needed. + +When using Rest DSL _contract first_ then Camel now also capture JMX performance metrics, as would happen with _code first_. Review Comment: ```suggestion When using Rest DSL with _contract first_, Camel now also captures JMX performance metrics, just as it does with _code first_. ``` -- 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]
