Open bigmontz opened 7 months ago
There is no need for using Session objects in the rediscovery, this dependency only causes coupling in objects which should not be coupled.
Replacing it usage by Connection + SessionContext objects also remove the need for the SingleConnectionProvider.
There is no need for using Session objects in the rediscovery, this dependency only causes coupling in objects which should not be coupled.
Replacing it usage by Connection + SessionContext objects also remove the need for the SingleConnectionProvider.