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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from dc4b16b  Regen documentation
     new d6743ee  CAMEL-15761: camel-core - Optimize TimeUtils to calculate 
without regexp
     new 30de879  CAMEL-15763: camel-main - Add option to clear reifier after 
starting

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/camel/ExtendedCamelContext.java     |  12 ++
 .../camel/impl/engine/AbstractCamelContext.java    |  18 ++
 .../camel/impl/ExtendedCamelContextConfigurer.java |   5 +
 .../camel/impl/lw/LightweightCamelContext.java     |  10 +
 .../impl/lw/LightweightRuntimeCamelContext.java    |  10 +
 .../converter/TimePatternTypeConversionTest.java   |  16 +-
 .../MainConfigurationPropertiesConfigurer.java     |   5 +
 .../camel-main-configuration-metadata.json         |   1 +
 core/camel-main/src/main/docs/main.adoc            |   1 +
 .../camel/main/DefaultConfigurationConfigurer.java |   1 +
 .../camel/main/DefaultConfigurationProperties.java |  26 +++
 .../main/java/org/apache/camel/util/TimeUtils.java | 224 +++++++++------------
 .../java/org/apache/camel/util/TimeUtilsTest.java  |  49 +++++
 .../ROOT/pages/camel-3x-upgrade-guide-3_7.adoc     |   8 +
 14 files changed, 250 insertions(+), 136 deletions(-)
 create mode 100644 
core/camel-util/src/test/java/org/apache/camel/util/TimeUtilsTest.java

Reply via email to