gzurowski commented on code in PR #1348: URL: https://github.com/apache/camel-website/pull/1348#discussion_r2111346746
########## 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). +We have introduced the same feature for `camel-main` runtime. + +You can use a management server where to expose management endpoints (such as health, metrics, etc.). +The new server will be available by default on port `9876`. This and other several configuration can be changed using Review Comment: ```suggestion The new server will be available by default on port `9876`. This and several other configurations can be changed using ``` -- 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