Support Purpur 26.1.2 in 26.x version resolution#149
Merged
Conversation
Copilot
AI
changed the title
[WIP] Support Purpur 26.1.2 in version detection
Support Purpur 26.1.2 in 26.x version resolution
Jul 8, 2026
Contributor
Author
Done in commit |
Travja
approved these changes
Jul 9, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Codex currently rejects Purpur
26.1.2during static version detection withUnexpected version: 26.1.2, preventing plugin startup despite26.2already being supported. This change aligns26.1.2handling with existing26.2behavior across version detection and NMS package resolution.Version enum mapping (
codex-api/core/Version.java)26.1.2and26.1.2-R0.1-SNAPSHOTto theV26_R1switch branch (same as26.2).NMS package mapping (
codex-api/compat/VersionManager.java)26.1.2togetPackageFromVersion(...)so it resolves tov26_2(same as26.2).Focused regression test (
codex-api/.../VersionManagerTest.java)26.1.2 -> v26_2.