mdedetrich commented on code in PR #141: URL: https://github.com/apache/incubator-pekko-connectors/pull/141#discussion_r1223093236
########## google-common/src/main/scala/org/apache/pekko/stream/connectors/google/jwt/JwtSprayJson.scala: ########## @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * license agreements; and to You under the Apache License, version 2.0: + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * This file is part of the Apache Pekko project, derived from Akka. + */ + +package org.apache.pekko.stream.connectors.google.jwt + +import java.time.Clock +import pdi.jwt._ +import pdi.jwt.exceptions.JwtNonStringException +import spray.json._ + +/** + * Implementation of `JwtCore` using `JsObject` from spray-json. + */ Review Comment: Is this internal? If so can we mark it with `@InternalApi`? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
