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 2023/10/22 12:42:55 UTC

[camel] branch regen_bot_40x updated (51e48ef8484 -> 6189059b1fb)

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

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


    from 51e48ef8484 CAMEL-19975: Convert file to ByteBuffer should fail if the file is too large
     add c8f27cc57f1 CAMEL-20001: camel-core - PropertiesParser should have a hook in a different phase that Spring Boot uses. This ensures that override properties from Camel will take precedence.
     add 1be88f523f4 Regen
     add 0c644ddfa50 CAMEL-20024: Exclude camel-coremodel app/* in camel-spring-xml schema
     add 6189059b1fb CAMEL-19907: camel-micrometer - Add option to use old legacy naming s… (#11798)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 52 +++++++++++++++++++---
 .../src/main/docs/micrometer-component.adoc        | 21 +++++++++
 .../component/micrometer/MicrometerUtils.java      | 16 ++++++-
 ...rometerExchangeEventNotifierNamingStrategy.java | 20 ++++++++-
 ...MicrometerRouteEventNotifierNamingStrategy.java | 29 ++++++++++++
 .../MicrometerMessageHistoryNamingStrategy.java    | 19 ++++++++
 .../MicrometerRoutePolicyNamingStrategy.java       | 35 ++++++++++++---
 .../MicrometerExchangeEventNotifierTest.java       |  4 +-
 .../AbstractMicrometerRoutePolicyTest.java         |  4 ++
 .../LegacyMicrometerRoutePolicyTest.java           | 46 +++++++++++++++++++
 .../routepolicy/MicrometerRoutePolicyTest.java     |  6 ++-
 components/camel-spring-xml/pom.xml                |  2 +-
 .../properties/DefaultPropertiesParser.java        | 10 ++++-
 .../component/properties/PropertiesParser.java     | 11 +++++
 .../ROOT/pages/camel-4x-upgrade-guide-4_2.adoc     |  6 +++
 15 files changed, 261 insertions(+), 20 deletions(-)
 create mode 100644 components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/routepolicy/LegacyMicrometerRoutePolicyTest.java