forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align logic in VersionUtils to VersionCollection
The BCW generation code in VersionCollection.groovy was updated a while ago to accurately grab released and unreleased versions from Version.java. The logic for VersionUtils, which is the java equivalent of VersionCollection, was never updated to fix the bugs present in VersionCollection. This commit uses the same logic present in VersionCollection in VersionUtils. While the best solution is not to duplicate logic, this commit will first fix the test, and de duping the logic is out of scope for this. Relates elastic#30133
- Loading branch information
Showing
2 changed files
with
202 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.