reta commented on a change in pull request #552: JWT Token lifetime incorrectly calculated causing token to expire. URL: https://github.com/apache/cxf/pull/552#discussion_r282697767
########## File path: rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/filters/JwtAccessTokenValidator.java ########## @@ -41,6 +41,7 @@ import org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException; Review comment: Could you please remove `java.time.Instant` import? It is not used, thank you. ---------------------------------------------------------------- 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] With regards, Apache Git Services
