This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d41a1a57a9e5 Replace deprecated method Artemis addAddressesSetting
d41a1a57a9e5 is described below
commit d41a1a57a9e5816d96dd85ef5623b4631a329422
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Oct 20 16:22:39 2025 +0200
Replace deprecated method Artemis addAddressesSetting
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../camel/test/infra/artemis/services/ArtemisAMQPInfraService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-artemis/src/main/java/org/apache/camel/test/infra/artemis/services/ArtemisAMQPInfraService.java
b/test-infra/camel-test-infra-artemis/src/main/java/org/apache/camel/test/infra/artemis/services/ArtemisAMQPInfraService.java
index 79107d9adc6e..e8c518717018 100644
---
a/test-infra/camel-test-infra-artemis/src/main/java/org/apache/camel/test/infra/artemis/services/ArtemisAMQPInfraService.java
+++
b/test-infra/camel-test-infra-artemis/src/main/java/org/apache/camel/test/infra/artemis/services/ArtemisAMQPInfraService.java
@@ -66,7 +66,7 @@ public class ArtemisAMQPInfraService extends
AbstractArtemisEmbeddedService {
throw new ArtemisRunException("AMQP acceptor cannot be
configured", e);
}
artemisConfiguration.setPersistenceEnabled(false);
- artemisConfiguration.addAddressesSetting("#", addressSettings);
+ artemisConfiguration.addAddressSetting("#", addressSettings);
artemisConfiguration.setSecurityEnabled(
"true".equalsIgnoreCase(System.getProperty(ArtemisProperties.ARTEMIS_AUTHENTICATION_ENABLED)));
if (artemisConfiguration.isSecurityEnabled()) {