mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
Remove old TODO to upgrade Artemis to version 2.4+ (#3447)
This commit is contained in:
parent
8ecf3b5e49
commit
e3072ad320
14
build.gradle
14
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'
|
||||
|
Loading…
Reference in New Issue
Block a user