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/12/06 18:01:25 UTC

[camel] branch regen_bot updated (796542e0a07 -> cea0a1d772d)

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 796542e0a07 Sync deps
     add 09f795a8d1e (chores) camel-atmosphere-websocket: replace inner class with lambda
     add b2d9ed0b41d (chores) camel-cassandrasql: replace inner class with lambda
     add 8060f9aeff6 (chores) camel-csv: replace inner class with lambda
     add 4aa7945901b (chores) camel-cxf-spring-soap: replace inner class with lambda
     add 2262e2f2a33 (chores) camel-cxf-transport: replace inner class with lambda
     add 90f8aa18b04 (chores) camel-dataset: replace inner class with lambda
     add db8a71849da (chores) camel-facebook: replace inner class with lambda
     add d59a8538d24 (chores) camel-ftp: replace inner class with lambda
     add 3789c35ec88 (chores) camel-hbase: replace inner class with lambda
     add cea0a1d772d (chores) camel-mail: replace inner class with lambda

No new revisions were added by this update.

Summary of changes:
 .../atmosphere/websocket/WebsocketProducer.java    | 25 ++++-----
 .../cassandra/ResultSetConversionStrategies.java   | 14 ++---
 .../camel/dataformat/csv/CsvMarshallerFactory.java |  7 +--
 .../cxf/spring/jaxws/CxfSpringEndpoint.java        | 54 +++++++++----------
 .../component/cxf/transport/CamelOutputStream.java | 24 ++++-----
 .../camel/component/dataset/DataSetConsumer.java   | 19 +++----
 .../camel/component/facebook/FacebookProducer.java | 63 +++++++++++-----------
 .../component/file/remote/SftpOperations.java      | 20 ++++---
 .../camel/component/hbase/HBaseEndpoint.java       | 16 +++---
 .../apache/camel/component/mail/MailSorter.java    | 34 ++++++------
 10 files changed, 122 insertions(+), 154 deletions(-)