Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
KubernetesKitProperties.getStickySessionCookieNames()instead to get all configured cookie names.UseKubernetesKitProperties.setStickySessionCookieNames(List)instead to support multiple cookie names.usePushSessionTracker(SessionSerializer, String)insteadthis method is not meant to be public. Will be removed without replacement.useSessionTrackerCookie.getValue(HttpServletRequest, String)providing the cluster cookie name instead.useSessionTrackerCookie.setIfNeeded(HttpSession, HttpServletRequest, HttpServletResponse, String, Consumer)providing the cluster cookie name instead.UseRollingUpdateHandlerinstead.UseRollingUpdateHandlerinstead.UseRollingUpdateHandlerinstead.UseRollingUpdateHandlerinstead.UseKubernetesKitProperties.getAppVersion()to configure the application version instead.UseKubernetesKitProperties.getStickySessionCookieName()to configure the sticky session cookie name instead.UseKubernetesKitProperties.getUpdateVersionHeaderName()to configure the update version header name instead.UseRollingUpdateHandler(String, List, String)instead to support multiple sticky session cookie names.
-
Deprecated Classes
-
Deprecated FieldsFieldDescriptionUse
KubernetesKitProperties.getAppVersion()to configure the application version instead.UseKubernetesKitProperties.getStickySessionCookieName()to configure the sticky session cookie name instead.UseKubernetesKitProperties.getUpdateVersionHeaderName()to configure the update version header name instead.
-
Deprecated MethodsMethodDescriptionUse
KubernetesKitProperties.getStickySessionCookieNames()instead to get all configured cookie names.UseKubernetesKitProperties.setStickySessionCookieNames(List)instead to support multiple cookie names.this method is not meant to be public. Will be removed without replacement.useSessionTrackerCookie.getValue(HttpServletRequest, String)providing the cluster cookie name instead.useSessionTrackerCookie.setIfNeeded(HttpSession, HttpServletRequest, HttpServletResponse, String, Consumer)providing the cluster cookie name instead.
-
Deprecated ConstructorsConstructorDescriptionuse
PushSessionTracker(SessionSerializer, String)insteadUseRollingUpdateHandlerinstead.UseRollingUpdateHandlerinstead.UseRollingUpdateHandlerinstead.UseRollingUpdateHandler(String, List, String)instead to support multiple sticky session cookie names.