mbien commented on code in PR #3558:
URL: https://github.com/apache/netbeans/pull/3558#discussion_r841315150
##########
java/maven.indexer/src/org/netbeans/modules/maven/indexer/NexusRepositoryIndexerImpl.java:
##########
@@ -123,34 +122,30 @@
BaseQueries, ChecksumQueries, ArchetypeQueries, DependencyInfoQueries,
ClassesQuery, ClassUsageQuery, GenericFindQuery, ContextLoadedQuery {
- private static final Logger LOGGER =
Logger.getLogger(NexusRepositoryIndexerImpl.class.getName());
-
static {
- // invokes static initializer of RepositoryQueries.class
- // that will assign value to the ACCESSOR field above
- Class<?> c = RepositoryQueries.class;
- try {
- Class.forName(c.getName(), true, c.getClassLoader());
- } catch (ClassNotFoundException x) {
- throw new ExceptionInInitializerError(x);
- }
- }
+ // XXX patch for LUCENE-10431
+ // should be removed as soon migraiton from EOL lucene 8 to lucene 9+
is possible
Review Comment:
fixed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists