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/04/15 10:02:33 UTC

(camel) branch regen_bot updated (51b93e90c17 -> 3ae0f70ad05)

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 51b93e90c17 CAMEL-20388: camel-salesforce - Invoke client.disconnect() when receiving connection failure message (#13725)
     add 6d61455378e CAMEL-20670: Make platform-http-vertx multipart attachment ids consistent with other HTTP components
     add 9de51e13b36 Bump aws-java-sdk2-version from 2.25.30 to 2.25.31 (#13785)
     add 43e539facf2 Bump groovy-version from 4.0.20 to 4.0.21 (#13786)
     add a86185ceb17 Bump slf4j-version from 2.0.12 to 2.0.13 (#13787)
     add c0f7e38dbf1 Bump huaweicloud-sdk-version from 3.1.90 to 3.1.91 (#13788)
     add 33629b77447 camel-jbang - Upgrade to hawtio 4.0.0 (#13789)
     add 3ae0f70ad05 CAMEL-20673: camel-core - Add type converter for string to TimeUnit (#13790)

No new revisions were added by this update.

Summary of changes:
 .../http/vertx/VertxPlatformHttpConsumer.java      |  2 +-
 .../http/vertx/VertxPlatformHttpEngineTest.java    |  5 ++--
 .../converter/CamelBaseBulkConverterLoader.java    | 11 +++++++-
 .../apache/camel/converter/DateTimeConverter.java  | 16 +++++++++++
 .../impl/converter/CoreTypeConverterRegistry.java  | 18 +++++--------
 .../camel/impl/converter/EnumTypeConverter.java    | 31 +++++++++++++++++-----
 .../camel/converter/DateTimeConverterTest.java     |  7 +++++
 .../ROOT/pages/camel-4x-upgrade-guide-4_6.adoc     |  4 +++
 .../dsl/jbang/core/commands/process/Hawtio.java    |  4 +--
 parent/pom.xml                                     |  8 +++---
 10 files changed, 78 insertions(+), 28 deletions(-)