lprimak commented on code in PR #2800:
URL: https://github.com/apache/shiro/pull/2800#discussion_r3447378771
##########
core/src/main/java/org/apache/shiro/mgt/AbstractRememberMeManager.java:
##########
@@ -66,16 +74,32 @@
* @since 0.9
*/
public abstract class AbstractRememberMeManager implements RememberMeManager {
+ protected record RememberedIdentity(PrincipalCollection principals,
Instant creationTime) implements Serializable {
Review Comment:
Records are static by default, no such thing as "scoped" record outside of
visibility
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]