uschindler commented on PR #13095:
URL: https://github.com/apache/lucene/pull/13095#issuecomment-1938981480

   > @uschindler i think it's because @jpountz added a new version on branch_9x 
I spoke to him already I think it breaks tests as well on the stable branch
   
   Yeah, I also see this one on Jenkins:
   
   ```
   > Task :lucene:core:compileJava
   
C:\Users\jenkins\workspace\Lucene-MMAPv2-Windows\lucene\core\src\java\org\apache\lucene\util\Version.java:139:
 warning: [dep-ann] deprecated item is not annotated with @Deprecated
     @Deprecated public static final Version LUCENE_9_10_0 = new Version(9, 10, 
0);
                                             ^
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   1 error
   1 warning
   ```
   
   It has a duplicate annotation:
   
   
https://github.com/apache/lucene/blob/314c553bdce22bc1bc08e46b218691575c2287e0/lucene/core/src/java/org/apache/lucene/util/Version.java#L133-L139


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to