Describe the bug
OAuth2AuthorizationRequest is not extendable
To Reproduce
the following is declaration of AuthorizationRequestRepository
public interface AuthorizationRequestRepository <T extends OAuth2AuthorizationRequest>
Expected behavior
OAuth2AuthorizationRequest should not be final class
Comment From: sjohnr
Closing per this comment.