From 0e291a32958b1477af93fc28de19512ec59b2bae Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Fri, 15 Jul 2022 08:07:02 -0400 Subject: [PATCH] Remove deprecations in AuthorizationRequestRepository Closes gh-11519 --- .../web/AuthorizationRequestRepository.java | 19 ++----------------- ...nOAuth2AuthorizationRequestRepository.java | 13 ++++--------- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/AuthorizationRequestRepository.java b/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/AuthorizationRequestRepository.java index b10f694b83..0b17f2a390 100644 --- a/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/AuthorizationRequestRepository.java +++ b/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/AuthorizationRequestRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2017 the original author or authors. + * Copyright 2002-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -56,19 +56,6 @@ public interface AuthorizationRequestRepository