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

[camel] branch snakeyaml-engine created (now e38bc18fef1)

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

acosentino pushed a change to branch snakeyaml-engine
in repository https://gitbox.apache.org/repos/asf/camel.git


      at e38bc18fef1 Regen

This branch includes the following new commits:

     new f10af81257e Upgrade Snakeyaml-Engine to version 2.7
     new e38bc18fef1 Regen

The 2 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.



[camel] 02/02: Regen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch snakeyaml-engine
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e38bc18fef1a3db6173eb6325585edf71b1b3453
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 29 06:55:21 2023 +0200

    Regen
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/java/org/apache/camel/main/RoutesConfigurer.java       | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/core/camel-main/src/main/java/org/apache/camel/main/RoutesConfigurer.java b/core/camel-main/src/main/java/org/apache/camel/main/RoutesConfigurer.java
index 5b9a7fd50e7..c7ec97675fa 100644
--- a/core/camel-main/src/main/java/org/apache/camel/main/RoutesConfigurer.java
+++ b/core/camel-main/src/main/java/org/apache/camel/main/RoutesConfigurer.java
@@ -358,8 +358,10 @@ public class RoutesConfigurer {
         }
     }
 
-    protected RoutesBuilderLoader resolveRoutesBuilderLoader(CamelContext camelContext, Resource resource,
-                                                             boolean optional) throws Exception {
+    protected RoutesBuilderLoader resolveRoutesBuilderLoader(
+            CamelContext camelContext, Resource resource,
+            boolean optional)
+            throws Exception {
         // the loader to use is derived from the file extension
         final String extension = FileUtil.onlyExt(resource.getLocation(), false);
 


[camel] 01/02: Upgrade Snakeyaml-Engine to version 2.7

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch snakeyaml-engine
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f10af81257eafab3fb9e76fc62aabe7c37d1e9ab
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 29 06:45:46 2023 +0200

    Upgrade Snakeyaml-Engine to version 2.7
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 57ff86d699e..fd501fb6b5f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -419,7 +419,7 @@
         <smallrye-health-version>4.0.2</smallrye-health-version>
         <smallrye-fault-tolerance-version>6.2.6</smallrye-fault-tolerance-version>
         <snakeyaml-version>2.0</snakeyaml-version>
-        <snakeyaml-engine-version>2.6</snakeyaml-engine-version>
+        <snakeyaml-engine-version>2.7</snakeyaml-engine-version>
         <snmp4j-version>3.7.7</snmp4j-version>
         <splunk-version>1.9.5_1</splunk-version>
         <spock-version>2.3-groovy-4.0</spock-version>