diff --git a/build.gradle b/build.gradle index 499fc43e35..5fd6c8e84e 100644 --- a/build.gradle +++ b/build.gradle @@ -22,20 +22,6 @@ buildscript { ext.capsule_version = '1.0.1' ext.asm_version = '5.0.4' - - /* - * TODO Upgrade to version 2.4 for large message streaming support - * - * Due to a memory leak in the connection handling code in Artemis, we are - * temporarily downgrading to version 2.2.0. - * - * The memory leak essentially triggers an out-of-memory exception within - * less than 10 seconds and can take down a node if a non-TLS connection is - * attempted against the P2P port. - * - * The issue has been reported to upstream: - * https://issues.apache.org/jira/browse/ARTEMIS-1559 - */ ext.artemis_version = '2.5.0' ext.jackson_version = '2.9.5' ext.jetty_version = '9.4.7.v20170914'