Revert ConnectionFactory return type in some methods by acogoluegnes · Pull Request #1813 · rabbitmq/rabbitmq-java-client (original) (raw)

@acogoluegnes

Some changes from main snuck into 5.x during a merge. This affects 3 methods in ConnectionFactory that used to return void and returned ConnectionFactory because of the unexpected merge.

The change is source-compatible but not binary-compatible. It should not affect many users, but we try to stick to backward compatibility so we go back to returning void.

References #1810

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})