uschindler commented on PR #15255: URL: https://github.com/apache/lucene/pull/15255#issuecomment-3348133796
Yes, it is needed (as the new error message says). After the last 9.12.2 release, @ChrisHegarty added the 9.12.3 release. So the same must happen now. In 9.12 branch the constant was also added. IMHO, this is not nice because we list a release which is not there, but required at moment to make the iterative releases work. We should possibly remove this at some point in future, but then we need a special case for main branch. In main branch we always need a pointer to the next after stable release to make sure we have all codecs in order, but there it does not hurt, as master is never released. In 10.x branch it is not so nice to have the non-existent release in the constants. This is all horrible, but it is how it is. The worst was the wrong error message we have seen last night. In main branch we don't need that constant as we don't list 9.x releases anymore. -- 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]
