kwin commented on code in PR #238: URL: https://github.com/apache/felix-dev/pull/238#discussion_r1443313761
########## tools/osgicheck-maven-plugin/src/main/java/org/apache/felix/maven/osgicheck/impl/CheckContext.java: ########## @@ -45,4 +48,20 @@ public interface CheckContext { * @param message The message. */ void reportError(String message); + + /** + * This method is invoked by a {@link Check} to report + * an exception. + * @param message The message. + */ + default void reportError(String message, Throwable cause) { Review Comment: Should be fixed now, I increased the bytecode level to Java 8. -- 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...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org