uschindler commented on PR #16497: URL: https://github.com/apache/lucene/pull/16497#issuecomment-5239240551
`UPPER_JAVA_FEATURE_VERSION` is a nother case an unrelated and must stay. This one is there as an extra check to make sure we are prepared for a upcoming Java version which may have incompatible changes in the API. We can't rely on incubation/preview APIs wthout a hard check that they stay compatible. As this cannot guaranteed we need to make a check. Therefor we are whitelisting later versions, please don't change anything on that. So this check has to be preserved. -- 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]
