Deprecate CookieGenerator
This commit deprecates CookieGenerator in favor of the more modern alternative, ResponseCookie. See gh-28870
This commit is contained in:
committed by
rstoyanchev
parent
e6c2d44646
commit
cde92f5e1d
@@ -37,7 +37,9 @@ import org.springframework.util.Assert;
|
||||
* @see #addCookie
|
||||
* @see #removeCookie
|
||||
* @see org.springframework.web.servlet.theme.CookieThemeResolver
|
||||
* @deprecated since 6.0 in favor of {@link org.springframework.http.ResponseCookie}
|
||||
*/
|
||||
@Deprecated
|
||||
public class CookieGenerator {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user