Remove old TODO to upgrade Artemis to version 2.4+ (#3447)

This commit is contained in:
Tommy Lillehagen 2018-06-27 09:02:45 +01:00 committed by Michele Sollecito
parent 8ecf3b5e49
commit e3072ad320

View File

@ -22,20 +22,6 @@ buildscript {
ext.capsule_version = '1.0.1' ext.capsule_version = '1.0.1'
ext.asm_version = '5.0.4' 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.artemis_version = '2.5.0'
ext.jackson_version = '2.9.5' ext.jackson_version = '2.9.5'
ext.jetty_version = '9.4.7.v20170914' ext.jetty_version = '9.4.7.v20170914'