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/14 16:51:26 UTC

[camel] branch groovy-4.0.15 created (now 875f01c2778)

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

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


      at 875f01c2778 Upgrade Groovy to version 4.0.15

This branch includes the following new commits:

     new 875f01c2778 Upgrade Groovy to version 4.0.15

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 Groovy to version 4.0.15

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

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

commit 875f01c2778b8678cbeaf8d1b2ea558ad10b6a61
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 14 13:51:43 2023 +0200

    Upgrade Groovy to version 4.0.15
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../component/telegram/service/TelegramServiceRestBotAPIAdapter.java    | 1 -
 .../java/org/apache/camel/component/telegram/TelegramChatBotTest.java   | 1 -
 pom.xml                                                                 | 2 +-
 .../src/test/java/org/apache/camel/maven/AbstractGeneratorMojoTest.java | 1 -
 4 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/service/TelegramServiceRestBotAPIAdapter.java b/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/service/TelegramServiceRestBotAPIAdapter.java
index 2a11dac72b3..295cef2bf20 100644
--- a/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/service/TelegramServiceRestBotAPIAdapter.java
+++ b/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/service/TelegramServiceRestBotAPIAdapter.java
@@ -17,7 +17,6 @@
 package org.apache.camel.component.telegram.service;
 
 import java.io.IOException;
-import java.io.UnsupportedEncodingException;
 import java.net.URI;
 import java.net.URISyntaxException;
 import java.net.http.HttpClient;
diff --git a/components/camel-telegram/src/test/java/org/apache/camel/component/telegram/TelegramChatBotTest.java b/components/camel-telegram/src/test/java/org/apache/camel/component/telegram/TelegramChatBotTest.java
index f6a2f7fe7a8..bd28045447c 100644
--- a/components/camel-telegram/src/test/java/org/apache/camel/component/telegram/TelegramChatBotTest.java
+++ b/components/camel-telegram/src/test/java/org/apache/camel/component/telegram/TelegramChatBotTest.java
@@ -18,7 +18,6 @@ package org.apache.camel.component.telegram;
 
 import java.util.List;
 import java.util.concurrent.TimeUnit;
-import java.util.stream.Collectors;
 
 import org.apache.camel.Exchange;
 import org.apache.camel.RoutesBuilder;
diff --git a/pom.xml b/pom.xml
index a710930ee7a..e062e0f4758 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
         <jaxb-osgi-version>4.0.3</jaxb-osgi-version>
         <jaxb-xjc-version>4.0.3</jaxb-xjc-version>
         <jaxb-jxc-version>4.0.3</jaxb-jxc-version>
-        <groovy-version>4.0.14</groovy-version>
+        <groovy-version>4.0.15</groovy-version>
 
         <camel.javadoc.offline>false</camel.javadoc.offline>
 
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/test/java/org/apache/camel/maven/AbstractGeneratorMojoTest.java b/tooling/maven/camel-api-component-maven-plugin/src/test/java/org/apache/camel/maven/AbstractGeneratorMojoTest.java
index 922986c10b6..046017af3d7 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/test/java/org/apache/camel/maven/AbstractGeneratorMojoTest.java
+++ b/tooling/maven/camel-api-component-maven-plugin/src/test/java/org/apache/camel/maven/AbstractGeneratorMojoTest.java
@@ -20,7 +20,6 @@ import java.io.File;
 import java.util.Collections;
 import java.util.List;
 import java.util.function.Supplier;
-import java.util.stream.Collectors;
 import java.util.stream.Stream;
 
 import org.apache.maven.model.Build;