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

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


    from 702aabe  Sync Properties
     new b788422  Add an utility method to IsSingleton to determine if a servi 
e is a singleton or not
     new 67f7d67  Add javadoc and remove lamda usage in utility methods
     new a8c6fbb  Fix checkstyle violations

The 3 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:
 .../main/java/org/apache/camel/IsSingleton.java    | 11 ++-
 .../camel/impl/engine/AbstractCamelContext.java    | 11 +--
 .../org/apache/camel/util/function/Suppliers.java  | 97 +++++++++++++++++-----
 .../camel/util/function/ThrowingBiConsumer.java    | 16 ++++
 .../camel/util/function/ThrowingBiFunction.java    | 18 ++++
 .../camel/util/function/ThrowingConsumer.java      | 14 ++++
 .../camel/util/function/ThrowingFunction.java      | 16 ++++
 .../apache/camel/util/function/ThrowingHelper.java | 68 ++++++++++-----
 .../camel/util/function/ThrowingRunnable.java      | 12 +++
 .../camel/util/function/ThrowingSupplier.java      | 15 ++++
 .../util/function/ThrowingToLongFunction.java      | 15 ++++
 .../camel/util/function/ThrowingTriConsumer.java   | 17 ++++
 .../apache/camel/util/function/TriConsumer.java    | 15 ++++
 13 files changed, 276 insertions(+), 49 deletions(-)

Reply via email to