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 2022/11/18 20:28:12 UTC

[camel] branch camel-3.14.x updated: ✅ Gmail xmpp was dismissed, use jabber

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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 1792cd97572 ✅ Gmail xmpp was dismissed, use jabber
1792cd97572 is described below

commit 1792cd975724cb30a60d297b03485adb1b53dd23
Author: Croway <fe...@gmail.com>
AuthorDate: Thu Nov 17 14:57:14 2022 +0100

    ✅ Gmail xmpp was dismissed, use jabber
---
 .../org/apache/camel/component/dns/cloud/DnsServiceDiscoveryTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-dns/src/test/java/org/apache/camel/component/dns/cloud/DnsServiceDiscoveryTest.java b/components/camel-dns/src/test/java/org/apache/camel/component/dns/cloud/DnsServiceDiscoveryTest.java
index d8b46e5ea70..fc32e6ce469 100644
--- a/components/camel-dns/src/test/java/org/apache/camel/component/dns/cloud/DnsServiceDiscoveryTest.java
+++ b/components/camel-dns/src/test/java/org/apache/camel/component/dns/cloud/DnsServiceDiscoveryTest.java
@@ -32,7 +32,7 @@ public class DnsServiceDiscoveryTest {
         DnsConfiguration configuration = new DnsConfiguration();
         try (DnsServiceDiscovery discovery = new DnsServiceDiscovery(configuration)) {
 
-            configuration.setDomain("gmail.com");
+            configuration.setDomain("jabber.com");
             configuration.setProto("_tcp");
 
             List<ServiceDefinition> services = discovery.getServices("_xmpp-server");