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/10/13 14:53:07 UTC

[camel] branch regen_bot updated (33be3357356 -> d837f2a4460)

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 33be3357356 CAMEL-18608: camel-etcd3 - Synchronous commits in aggregation (#8537)
     add c68df25b7b4 (chores) ci: improved contribution bot messages
     add 39f95b53181 (chores) avoid shadowing variables
     add 4866d167b22 (chores) ci: fixed not generating checkstyle summary on success
     add ca834e2ea84 (chores) avoid shadowing variables
     add ec3a54c9667 (chores) ci: make the results easier to understand
     add 4b39b60e459 CAMEL-18254: camel-jbang/camel-main - Kamelets should only log explicit configured options on startup
     add bb87ac9923d (chores) ci: fixed missing core results table in summary
     add c8fb9a5e598 (chores) camel-xml-io-util: avoid shadowing variables
     add 9b3ce26fe63 (chores) ci: include core as a testable component
     add f155d996e79 (chores) ci: use maven save-to-log instead of bash redirection
     add 76dff191783 (chores) camel-sjms: avoid shadowing variables
     add c6c9fb22198 (chores) ci: fixed results sable formatting
     add 0041ea61597 CAMEL-18608: camel-spark - Fix compatibility issues with JDK 17 (#8543)
     add de21e900a8e (chores) ci: try to use a newer version of the github-script for artifact download
     add d837f2a4460 Upgrade to Kamelets 0.9.1

No new revisions were added by this update.

Summary of changes:
 .github/actions/quick-test/quick-test.sh           | 12 ++++-
 .github/workflows/component-pr.yaml                | 24 ++++++----
 .github/workflows/pr-build.yml                     |  2 +-
 .../camel/component/kafka/KafkaConfiguration.java  |  6 ---
 .../camel/component/mail/MailConfiguration.java    | 24 +++++-----
 .../apache/camel/component/mail/MailMessage.java   |  8 ++--
 .../camel/component/rabbitmq/RabbitConsumer.java   | 14 +++---
 .../component/rabbitmq/RabbitMQComponent.java      | 30 ++++++------
 .../rabbitmq/RabbitMQMessagePublisher.java         | 13 +++---
 .../camel/component/rabbitmq/RabbitMQProducer.java | 10 ++--
 .../apache/camel/component/sjms/SjmsProducer.java  | 15 +++---
 .../apache/camel/component/sjms/SjmsTemplate.java  | 26 +++++++----
 components/camel-spark/pom.xml                     | 23 +++++++--
 .../org/apache/camel/PropertiesLookupListener.java |  9 ++--
 .../properties/DefaultPropertiesLookup.java        | 19 +++++---
 .../properties/DefaultPropertiesParser.java        | 22 ++++++---
 .../org/apache/camel/impl/DefaultCamelContext.java | 12 ++++-
 .../java/org/apache/camel/impl/DefaultModel.java   |  3 ++
 .../org/apache/camel/model/RouteDefinition.java    | 10 ++++
 .../PropertiesComponentLookupListenerTest.java     |  2 +-
 .../org/apache/camel/main/BaseMainSupport.java     | 22 +++++----
 .../camel/util/OrderedLocationProperties.java      | 34 ++++++++++++--
 .../apache/camel/xml/io/util/XmlStreamReader.java  | 54 +++++++++++-----------
 .../dsl/jbang/core/commands/ExportBaseCommand.java |  2 +-
 .../apache/camel/dsl/jbang/core/commands/Init.java |  2 +-
 .../jbang/core/commands/catalog/CatalogDoc.java    |  2 +-
 .../core/commands/catalog/CatalogKamelet.java      |  2 +-
 .../camel-jbang-main/dist/CamelJBang.java          |  2 +-
 .../src/main/jbang/main/CamelJBang.java            |  2 +-
 .../main/download/DependencyDownloaderKamelet.java |  2 +-
 30 files changed, 256 insertions(+), 152 deletions(-)