tisonkun commented on code in PR #49:
URL: https://github.com/apache/pulsar-adapters/pull/49#discussion_r1231725607


##########
pom.xml:
##########
@@ -853,6 +853,7 @@
           --add-opens java.base/java.util=ALL-UNNAMED <!--System Lambda-->
           --add-opens java.base/java.util.concurrent=ALL-UNNAMED 
<!--PowerMock-->
           --add-opens java.base/sun.net=ALL-UNNAMED 
<!--netty.DnsResolverUtil-->
+          --add-opens java.base/java.time=ALL-UNNAMED <!-- java.time.Duration 
-->

Review Comment:
   Why? `java.time.Duration` is a public exported class. Can you provide a 
error statck without this option?



-- 
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]

Reply via email to