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

latest releases: v5.26.0, v5.25.0, v5.24.0...
pre-release8 years ago

Changes between 4.2.0 and 4.2.1.RC1

This is a release candidate for 4.2.1, a maintenance release that includes a bug fix about TLS settings. This release is backward-compatible with 4.2.0.

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.