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 2022/01/09 10:25:47 UTC

[camel] branch regen_bot updated (336ea17 -> 182cb62)

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 336ea17  Polished
     add 3af40ea  CAMEL-17258 - added support for changing length of tracing groups
     add 20bf274  CAMEL-17258 - added support for changing length of tracing groups
     add 182cb62  Regen for commit 20bf274946fecf2da9791ddd55ee5d136c3ec05b

No new revisions were added by this update.

Summary of changes:
 .../main/camel-main-configuration-metadata.json    |  1 +
 .../apache/camel/catalog/models/camelContext.json  |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  |  8 ++++
 .../camel/cdi/xml/CamelContextFactoryBean.java     | 12 ++++++
 .../org/apache/camel/spring/xml/camelContext.json  |  1 +
 .../camel/spring/xml/CamelContextFactoryBean.java  | 16 ++++++++
 .../main/java/org/apache/camel/CamelContext.java   | 16 ++++++++
 .../camel/impl/engine/AbstractCamelContext.java    | 11 +++++
 .../apache/camel/impl/engine/DefaultTracer.java    | 14 ++++---
 .../camel/impl/ExtendedCamelContextConfigurer.java |  6 +++
 .../camel/impl/lw/LightweightCamelContext.java     | 10 +++++
 .../impl/lw/LightweightRuntimeCamelContext.java    | 10 +++++
 .../core/xml/AbstractCamelContextFactoryBean.java  |  5 +++
 .../MainConfigurationPropertiesConfigurer.java     |  6 +++
 .../camel-main-configuration-metadata.json         |  1 +
 core/camel-main/src/main/docs/main.adoc            |  3 +-
 .../camel/main/DefaultConfigurationConfigurer.java |  1 +
 .../camel/main/DefaultConfigurationProperties.java | 25 +++++++++++
 docs/user-manual/modules/ROOT/pages/tracer.adoc    | 48 ++++++++++++++++++----
 19 files changed, 181 insertions(+), 14 deletions(-)