tisonkun commented on code in PR #49:
URL: https://github.com/apache/pulsar-adapters/pull/49#discussion_r1231774801
##########
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:
Thank you! Then it's about reflections and powermock..We may try to reduce
such usage later.
--
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]