Skip to content

Commit

Permalink
Exclude deprecations in lucene.core from reporting
Browse files Browse the repository at this point in the history
Fixes the
org.apache.lucene.core(10.1.0)
DEPRECATED	org.apache.lucene.search.TopFieldCollectorManager#TopFieldCollectorManager(Sort,
int, FieldDoc, int, boolean)
DEPRECATED	org.apache.lucene.search.TopScoreDocCollectorManager#TopScoreDocCollectorManager(int,
ScoreDoc, int, boolean)
DEPRECATED	org.apache.lucene.util.Version#LUCENE_9_12_0 in e.g.
https://download.eclipse.org/eclipse/downloads/drops4/I20250108-0430/apitools/deprecation/apideprecation.html
  • Loading branch information
akurtakov committed Jan 8, 2025
1 parent d9a1570 commit 51a7b04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ org.apache.commons.codec
org.objectweb.asm
org.apache.commons.commons-io
biz.aQute.bndlib
org.apache.lucene.core

## SPECIAL CASE FOR SWT: THE FRAGMENT IS ANALYZED AS PART OF THE HOST
org.eclipse.swt.win32.win32.x86_64
Expand Down

0 comments on commit 51a7b04

Please sign in to comment.