github rabbitmq/rabbitmq-java-client v4.2.1
4.2.1

latest releases: v5.26.0, v5.25.0, v5.24.0...
8 years ago

Changes between 4.2.0 and 4.2.1

This is a maintenance release that includes a bug fix about TLS settings. It's backward compatible with the 4.x.x series and users of those series are encouraged to use this release.

SSLContext is always set up to default value when using ConnectionFactory#setUri

Calling ConnectionFactory#setUri would always set the SSLContext property to the default value (which trusts all servers). The SSLContext could be set up after the call to setUri, but a warning would nevertheless be logged. setUri now sets the SSLContext to the default value only if it hasn't been set before.

GitHub issue: #298

Don't miss a new rabbitmq-java-client release

NewReleases is sending notifications on new releases.