-
For Removal Element Description org.kiwiproject.base.DefaultEnvironment.currentProcessId() replaced byDefaultEnvironment.currentPid()org.kiwiproject.base.DefaultEnvironment.tryGetCurrentProcessId() replaced byDefaultEnvironment.tryGetCurrentPid()org.kiwiproject.base.KiwiEnvironment.currentProcessId() replaced byKiwiEnvironment.currentPid()org.kiwiproject.base.KiwiEnvironment.tryGetCurrentProcessId() replaced byKiwiEnvironment.tryGetCurrentPid()org.kiwiproject.mongo.MongoClientWrapper with no replacement since we no longer support the older Mongo 3.x driver versions and our code must therefore use only the new Mongo APIs (i.e.com.mongodb.DBdoesn't exist in the Mongo 4.x drivers).
-
Classes Class Description org.kiwiproject.mongo.MongoClientWrapper with no replacement since we no longer support the older Mongo 3.x driver versions and our code must therefore use only the new Mongo APIs (i.e.com.mongodb.DBdoesn't exist in the Mongo 4.x drivers).