coheigea commented on a change in pull request #687:
URL: https://github.com/apache/cxf/pull/687#discussion_r467774651
##########
File path:
rt/rs/security/sso/oidc/src/main/java/org/apache/cxf/rs/security/oidc/idp/OidcUserSubject.java
##########
@@ -54,6 +55,7 @@ public OidcUserSubject(UserSubject sub) {
@Lob
@Basic(fetch = FetchType.EAGER)
+ @Column(length = 1024)
Review comment:
Where does 1024 come from?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]