You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2024/01/24 08:50:46 UTC

(camel) branch regen_bot updated (e11fb066208 -> 4b410e4a717)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from e11fb066208 CAMEL-19749: EIPs should make it easy to use together with variables. (#12878)
     add a0a273be5b9 Bump aws-java-sdk2-version from 2.23.8 to 2.23.9 (#12880)
     add 4b410e4a717 CAMEL-20253: camel-jbang - Add support for jolokia 2.x (#12848)

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |   1 +
 components/camel-platform-http-main/pom.xml        |   8 ++
 .../http/main/DefaultMainHttpServerFactory.java    |   1 +
 .../platform/http/main/MainHttpServer.java         | 108 +++++++++++++++++++
 .../jolokia/JolokiaHttpRequestHandlerSupport.java  | 119 +++++++++++++++++++++
 ...verTest.java => MainHttpServerJolokiaTest.java} |  28 +++--
 ...ttpServerConfigurationPropertiesConfigurer.java |   6 ++
 .../camel-main-configuration-metadata.json         |   1 +
 core/camel-main/src/main/docs/main.adoc            |   3 +-
 .../main/HttpServerConfigurationProperties.java    |  22 ++++
 dsl/camel-jbang/camel-jbang-core/pom.xml           |   2 +-
 parent/pom.xml                                     |   4 +-
 12 files changed, 290 insertions(+), 13 deletions(-)
 create mode 100644 components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
 copy components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/{MainHttpServerTest.java => MainHttpServerJolokiaTest.java} (66%)