Migrate main to SI-6.4.0

* Upgrade all the respective dependencies
* Fix deprecation for latest ActiveMQ Artemis dependency
This commit is contained in:
Artem Bilan
2024-06-18 15:40:00 -04:00
parent 7dee4333ff
commit 4f664ecab2
3 changed files with 25 additions and 25 deletions

View File

@@ -49,7 +49,7 @@ public abstract class ActiveMQMultiContextTests {
private static final EmbeddedActiveMQ broker = new EmbeddedActiveMQ();
static {
amqFactory.setDeserializationWhiteList(ObjectInputStreamWithClassLoader.CATCH_ALL_WILDCARD);
amqFactory.setDeserializationAllowList(ObjectInputStreamWithClassLoader.CATCH_ALL_WILDCARD);
amqFactory.setRetryInterval(0);
}