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/09/22 04:57:32 UTC

[camel] branch huawei-3.1.60 created (now a4adbb6ee55)

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

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


      at a4adbb6ee55 Upgrade Huawei Cloud Core SDK to version 3.1.60

This branch includes the following new commits:

     new a4adbb6ee55 Upgrade Huawei Cloud Core SDK to version 3.1.60

The 1 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] 01/01: Upgrade Huawei Cloud Core SDK to version 3.1.60

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

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

commit a4adbb6ee55b7d6a0b7660e51603d2a4d145ace7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 22 06:43:07 2023 +0200

    Upgrade Huawei Cloud Core SDK to version 3.1.60
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml                                                          | 2 +-
 .../apache/camel/test/infra/artemis/services/ArtemisMQTTService.java    | 1 -
 .../org/apache/camel/generator/openapi/RestDslSourceCodeGenerator.java  | 1 +
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 710a2711ed2..aa4577b4d8a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -207,7 +207,7 @@
         <httpclient4-version>4.5.14</httpclient4-version>
         <httpasyncclient-version>4.1.5</httpasyncclient-version>
         <huaweicloud-obs-version>3.23.3.1</huaweicloud-obs-version>
-        <huaweicloud-sdk-version>3.1.52</huaweicloud-sdk-version>
+        <huaweicloud-sdk-version>3.1.60</huaweicloud-sdk-version>
         <ical4j-version>3.2.12</ical4j-version>
         <icu4j-version>73.2</icu4j-version>
         <ignite-version>2.15.0</ignite-version>
diff --git a/test-infra/camel-test-infra-artemis/src/test/java/org/apache/camel/test/infra/artemis/services/ArtemisMQTTService.java b/test-infra/camel-test-infra-artemis/src/test/java/org/apache/camel/test/infra/artemis/services/ArtemisMQTTService.java
index 3aefff99992..6bac38a184d 100644
--- a/test-infra/camel-test-infra-artemis/src/test/java/org/apache/camel/test/infra/artemis/services/ArtemisMQTTService.java
+++ b/test-infra/camel-test-infra-artemis/src/test/java/org/apache/camel/test/infra/artemis/services/ArtemisMQTTService.java
@@ -40,7 +40,6 @@ public class ArtemisMQTTService extends AbstractArtemisEmbeddedService {
         this.port = port;
         brokerURL = "tcp://0.0.0.0:" + port;
 
-
         AddressSettings addressSettings = new AddressSettings();
         addressSettings.setAddressFullMessagePolicy(AddressFullMessagePolicy.FAIL);
 
diff --git a/tooling/openapi-rest-dsl-generator/src/main/java/org/apache/camel/generator/openapi/RestDslSourceCodeGenerator.java b/tooling/openapi-rest-dsl-generator/src/main/java/org/apache/camel/generator/openapi/RestDslSourceCodeGenerator.java
index 3c9dfd7cc13..4388a464f3b 100644
--- a/tooling/openapi-rest-dsl-generator/src/main/java/org/apache/camel/generator/openapi/RestDslSourceCodeGenerator.java
+++ b/tooling/openapi-rest-dsl-generator/src/main/java/org/apache/camel/generator/openapi/RestDslSourceCodeGenerator.java
@@ -24,6 +24,7 @@ import java.util.function.Function;
 import java.util.stream.Collector;
 
 import jakarta.annotation.Generated;
+
 import javax.lang.model.element.Modifier;
 
 import com.squareup.javapoet.AnnotationSpec;