You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/09/29 08:57:33 UTC

[camel] branch main updated (2f6dcc1d2e5 -> a2a380b6f33)

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

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


    from 2f6dcc1d2e5 Upgrade license plugin 4.3 (#11607)
     add a2a380b6f33 (chores) camel-core: use implicit generics types

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/spi/ComponentCustomizer.java   | 16 ++++++++--------
 .../java/org/apache/camel/spi/DataFormatCustomizer.java  | 16 ++++++++--------
 .../java/org/apache/camel/spi/LanguageCustomizer.java    |  2 +-
 .../camel/support/jsse/BaseSSLContextParameters.java     | 10 +++++-----
 .../camel/support/jsse/SSLContextServerParameters.java   |  4 ++--
 .../camel/impl/engine/AbstractDynamicRegistry.java       |  2 +-
 .../apache/camel/impl/engine/DefaultFactoryFinder.java   |  2 +-
 .../java/org/apache/camel/builder/AdviceWithTasks.java   |  2 +-
 .../main/java/org/apache/camel/processor/Splitter.java   |  2 +-
 .../camel/support/FileWatcherResourceReloadStrategy.java |  2 +-
 .../main/java/org/apache/camel/support/ObjectHelper.java |  6 +++---
 .../apache/camel/support/component/ApiMethodParser.java  |  2 +-
 .../src/main/java/org/apache/camel/util/Scanner.java     |  2 +-
 .../main/java/org/apache/camel/util/StringHelper.java    |  2 +-
 .../java/org/apache/camel/util/function/Suppliers.java   |  6 +++---
 .../org/apache/camel/util/function/ThrowingHelper.java   |  8 ++++----
 16 files changed, 42 insertions(+), 42 deletions(-)