Skip to content

Commit

Permalink
[ARTEMIS-3732]: ServerLocator disableFinalizeCheck method has been re…
Browse files Browse the repository at this point in the history
…moved without being deprecated first.

* Adding back empty default method for retro compatibility.

Jira: https://issues.apache.org/jira/browse/ARTEMIS-3732
  • Loading branch information
ehsavoie authored and clebertsuconic committed Mar 21, 2022
1 parent 978b7d2 commit 3dc434a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ public interface ServerLocator extends AutoCloseable {
*/
boolean isClosed();

/**
* Just kept for compatibility.
*/
@Deprecated
default void disableFinalizeCheck() {
}

/**
* Creates a ClientSessionFactory using whatever load balancing policy is in force
*
Expand Down

0 comments on commit 3dc434a

Please sign in to comment.