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

   > I think the reason for this exclusion is that error prone didn't handle 
newer java versions... so if we have a java25+ source folder for mr-jar, it may 
still be applicable.
   > 
   > I wonder if we should just move the existing java24 folder sources into 
the main location and keep the exclusion here? Or maybe add a separate build 
option that will explicitly say up to which Java version errorprone can be 
included/ is compatible with?
   
   The exclusion had another reason. Nowadays we compile the MR-JAR part with 
default compiler always, in former times we stripped preview flags afterwars 
and required newer compiler for later java versions. This is no longer the 
case, the MR-JAR parts are compiled with module patching and default compiler, 
so the exclusion is obsolete.
   
   No problem in removing the check it is a relic, separating the Java classes 
should still be done.


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