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/06/29 07:57:53 UTC

[camel] branch regen_bot updated (5a2d7e83723 -> 4f0db02bb10)

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 5a2d7e83723 Regen for commit 145afea7796e55878047b910e37303630d36f619 (#7922)
     add ca8b653c50b CAMEL-18237: TimeUtils.printDuration now output in short format by default (ala Kubernetes). Added printAge/printSince methods
     add cf65ab21dbe CAMEL-18237: TimeUtils.printDuration now output in short format by default (ala Kubernetes). Added printAge/printSince methods
     add 4f0db02bb10 Regen for commit cf65ab21dbe3cfa598fcb83e7397c5c39718b3a4

No new revisions were added by this update.

Summary of changes:
 .../language/csimple/joor/JoorCSimpleCompiler.java |  2 +-
 .../camel/component/file/GenericFileConsumer.java  |  2 +-
 .../remote/DefaultFtpClientActivityListener.java   |  4 +-
 .../camel/component/file/remote/FtpConsumer.java   | 10 +--
 .../camel/component/file/remote/FtpOperations.java |  2 +-
 .../component/file/remote/SftpOperations.java      |  2 +-
 .../camel/component/jetty/HttpProxyRouteTest.java  |  2 +-
 .../camel/component/kafka/KafkaFetchRecords.java   |  4 +-
 .../camel/component/kafka/TaskHealthState.java     |  2 +-
 .../saxon/XPathSplitChoicePerformanceTest.java     |  2 +-
 .../StAXXPathSplitChoicePerformanceManualTest.java |  2 +-
 .../apache/camel/test/junit5/CamelTestSupport.java |  2 +-
 .../camel/test/main/junit5/CamelMainExtension.java |  2 +-
 .../junit5/StopWatchTestExecutionListener.java     |  2 +-
 .../spring/StopWatchTestExecutionListener.java     |  2 +-
 .../apache/camel/test/junit4/CamelTestSupport.java |  2 +-
 .../camel/impl/engine/AbstractCamelContext.java    | 21 ++---
 .../impl/engine/BaseExecutorServiceManager.java    |  6 +-
 .../camel/impl/engine/DefaultShutdownStrategy.java |  2 +-
 .../camel/impl/converter/DefaultTypeConverter.java |  4 +-
 .../apache/camel/impl/event/ExchangeSentEvent.java |  2 +-
 .../camel/impl/console/ContextDevConsole.java      |  6 +-
 .../impl/console/DefaultDevConsoleRegistry.java    |  2 +-
 .../apache/camel/impl/console/EventConsole.java    | 13 ++-
 .../apache/camel/impl/console/RouteDevConsole.java |  6 +-
 .../apache/camel/impl/console/TopDevConsole.java   | 24 +++---
 .../impl/lw/LightweightRuntimeCamelContext.java    |  2 +-
 .../processor/aggregate/AggregateProcessor.java    |  4 +-
 .../camel/component/bean/BeanPerformanceTest.java  |  2 +-
 .../camel/impl/ClassicUuidGeneratorTest.java       |  2 +-
 .../camel/impl/DefaultUuidGeneratorTest.java       |  2 +-
 .../apache/camel/impl/ShortUuidGeneratorTest.java  |  2 +-
 .../apache/camel/impl/SimpleUuidGeneratorTest.java |  2 +-
 .../camel/impl/VanillaUuidGeneratorTest.java       |  2 +-
 ...irIteratorSplitChoicePerformanceManualTest.java |  2 +-
 .../XPathSplitChoicePerformanceManualTest.java     |  2 +-
 .../SplitterParallelBigFileManualTest.java         |  2 +-
 .../impl/health/DefaultHealthCheckRegistry.java    |  2 +-
 .../camel/main/DefaultMainShutdownStrategy.java    |  5 +-
 .../apache/camel/main/EagerClassloadedHelper.java  |  2 +-
 .../org/apache/camel/main/RoutesConfigurer.java    |  2 +-
 .../mbean/ManagedSupervisingRouteController.java   |  4 +-
 .../main/java/org/apache/camel/util/TimeUtils.java | 95 +++++++++++++++++-----
 .../java/org/apache/camel/util/TimeUtilsTest.java  | 37 +++++++--
 .../ROOT/pages/camel-3x-upgrade-guide-3_18.adoc    |  3 +
 .../camel/main/download/DownloadThreadPool.java    |  2 +-
 46 files changed, 198 insertions(+), 108 deletions(-)