reschke commented on code in PR #1426:
URL: https://github.com/apache/jackrabbit-oak/pull/1426#discussion_r1588980951


##########
oak-query-spi/src/main/java/org/apache/jackrabbit/oak/spi/query/QueryIndex.java:
##########
@@ -415,7 +433,33 @@ public Builder setDelayed(boolean isDelayed) {
                 return this;
             }
 
+            /**
+             * @deprecated use {@link #addAdditionalMessage(String level, 
String s)} instead
+             * */
+            @Deprecated(forRemoval = true)
             public Builder addAdditionalMessage(Level level, String s) {
+                log.warn("use of deprecated API - this method is going to be 
removed in future Oak releases - see OAK-10768 for details");

Review Comment:
   IMHO not necessary...



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

Reply via email to