Uses of Class
org.kiwiproject.base.KiwiDeprecated
-
Packages that use KiwiDeprecated Package Description org.kiwiproject.base org.kiwiproject.mongo -
-
Uses of KiwiDeprecated in org.kiwiproject.base
Methods in org.kiwiproject.base with annotations of type KiwiDeprecated Modifier and Type Method Description StringDefaultEnvironment. currentProcessId()Deprecated, for removal: This API element is subject to removal in a future version.replaced byDefaultEnvironment.currentPid()StringKiwiEnvironment. currentProcessId()Deprecated, for removal: This API element is subject to removal in a future version.replaced byKiwiEnvironment.currentPid()Optional<Integer>DefaultEnvironment. tryGetCurrentProcessId()Deprecated, for removal: This API element is subject to removal in a future version.replaced byDefaultEnvironment.tryGetCurrentPid()Optional<Integer>KiwiEnvironment. tryGetCurrentProcessId()Deprecated, for removal: This API element is subject to removal in a future version.replaced byKiwiEnvironment.tryGetCurrentPid() -
Uses of KiwiDeprecated in org.kiwiproject.mongo
Classes in org.kiwiproject.mongo with annotations of type KiwiDeprecated Modifier and Type Class Description classMongoClientWrapperDeprecated, for removal: This API element is subject to removal in a future version.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.
-