orpiske commented on code in PR #16773:
URL: https://github.com/apache/camel/pull/16773#discussion_r1910306359
##########
test-infra/camel-test-infra-xmpp/src/main/java/org/apache/camel/test/infra/xmpp/services/XmppLocalContainerInfraService.java:
##########
@@ -16,12 +16,14 @@
*/
package org.apache.camel.test.infra.xmpp.services;
+import org.apache.camel.spi.annotations.InfraService;
import org.apache.camel.test.infra.common.LocalPropertyResolver;
import org.apache.camel.test.infra.common.services.ContainerService;
import org.apache.camel.test.infra.xmpp.common.XmppProperties;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
+@InfraService(service = XmppInfraService.class, serviceAlias = { "xmpp" })
Review Comment:
We may need to add a note about this in the test infra documentation (if we
don't generate it automatically).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]