mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 18:49:14 +00:00
[ARTEMIS-3732]: ServerLocator disableFinalizeCheck method has been removed without being deprecated first.
* Adding back empty default method for retro compatibility. Jira: https://issues.apache.org/jira/browse/ARTEMIS-3732
This commit is contained in:
parent
978b7d217f
commit
3dc434a311
@ -47,6 +47,13 @@ public interface ServerLocator extends AutoCloseable {
|
|||||||
*/
|
*/
|
||||||
boolean isClosed();
|
boolean isClosed();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Just kept for compatibility.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
default void disableFinalizeCheck() {
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a ClientSessionFactory using whatever load balancing policy is in force
|
* Creates a ClientSessionFactory using whatever load balancing policy is in force
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user