RabbitMQ Java client v4.11.1 Release Notes

Release Date: 2019-05-27 // almost 5 years ago
  • 🔄 Changes between 4.11.0 and 4.11.1

    🚀 This is a patch release with a bug fix and an optional dependency bump to address a vulnerability. All users of the 4.x.x series are encouraged to upgrade to this version.

    ⬆️ The optional dependency affected by the vulnerability is Jackson. The Java client uses this library as a pluggable mapping solution in the JSON RPC support. In the context of the Java client, you are affected by this vulnerability only if you added explicitly Jackson to your dependencies. You must then upgrade Jackson to 2.9.9.

    👻 Handle exception in NIO loop to avoid abrupt termination

    GitHub issue: #611

    ⬆️ Bump Jackson to 2.9.9

    GitHub issue: #612