This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.18.x by this push: new 47fc2c46eb1 ✅ Gmail xmpp was dismissed, use jabber 47fc2c46eb1 is described below commit 47fc2c46eb11471bd44e520fc6863d050ab4c758 Author: Croway <federico.mariani.1...@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");