gzurowski commented on code in PR #1348: URL: https://github.com/apache/camel-website/pull/1348#discussion_r2111345553
########## content/blog/2025/05/camel412-whatsnew/index.md: ########## @@ -0,0 +1,129 @@ +--- +title: "Apache Camel 4.12 What's New" +date: 2025-05-28 +draft: false +authors: [ davsclaus,squakez ] +categories: [ "Releases" ] +preview: "Details of what we have done in the Camel 4.12 release." +--- + +Apache Camel 4.12 has just been [released](/blog/2025/05/RELEASE-4.12.0/). + +This release introduces a set of new features and noticeable improvements that we will cover in this blog post. + +## Camel Core + +The `camel-xml-io` XML DSL now has a generated XSD Schema that are independent, from the classic Camel Spring XSD. +This allows tooling and end users to use this schema instead and ensure the schema matches exactly the capabilities +of the `camel-ml-io` XML DSL. + +The schema is published online at: https://camel.apache.org/schema/xml-io + +## Camel Main - Management Port + +Camel Quarkus and Spring Boot runtimes allows a dedicated management port (to not reuse the regular HTTP service port). Review Comment: ```suggestion Camel Quarkus and Spring Boot runtimes allow a dedicated management port (instead of reusing the regular HTTP service port). ``` -- 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