arkanovicz opened a new pull request, #50: URL: https://github.com/apache/velocity-engine/pull/50
Some classes which are not exported do implement public interfaces. For instance, `sun.util.calendar.ZoneInfo.getOffset(long)` implements the public interface method `java.util.TimeZone.getOffset(long)`. To avoid illegal access exceptions, the introspector should use the top-most public declaration of methods. -- 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: dev-unsubscr...@velocity.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org