reschke commented on code in PR #1426: URL: https://github.com/apache/jackrabbit-oak/pull/1426#discussion_r1574314406
########## oak-query-spi/src/main/java/org/apache/jackrabbit/oak/spi/query/QueryIndex.java: ########## @@ -361,12 +362,26 @@ default boolean logWarningForPathFilterMismatch() { * This method can be used for communicating any messages which should be logged if this plan is selected for execution. * The messages are returned as a map whose key indicates log level and value is a list of messages against that * log level. + + * @deprecated use {@link #getAdditionalLogMessages()} instead * @return map containing log messages. */ + @Deprecated(forRemoval = true) Review Comment: shouldn't this WARN-level log? -- 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...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org