Skip to content

Handle classifiers in FilePathToModuleCoordinates (fixed)#251

Merged
jjohannes merged 1 commit into
mainfrom
improve-classifier-handling-2
Jun 25, 2026
Merged

Handle classifiers in FilePathToModuleCoordinates (fixed)#251
jjohannes merged 1 commit into
mainfrom
improve-classifier-handling-2

Conversation

@jjohannes

@jjohannes jjohannes commented Jun 25, 2026

Copy link
Copy Markdown
Member

Resolves #246

  • module("org.lwjgl:lwjgl-glfw|", "org.lwjgl.glfw") - matches only the Jar without classifier (new behavior)
  • module("org.lwjgl:lwjgl-glfw", "org.lwjgl.glfw") - matches all Jars not matched by previous rule (restores behavior of versions before 1.14.1)

@jjohannes jjohannes self-assigned this Jun 25, 2026
@jjohannes jjohannes added this to the 1.14.2 milestone Jun 25, 2026
@jjohannes jjohannes force-pushed the improve-classifier-handling-2 branch from 4cc91a3 to 85af170 Compare June 25, 2026 20:15
@testlens-app

testlens-app Bot commented Jun 25, 2026

Copy link
Copy Markdown

✅ All tests passed ✅

🏷️ Commit: 85af170
▶️ Tests: 588 executed
⚪️ Checks: 2/2 completed


Learn more about TestLens at testlens.app.

@jjohannes jjohannes merged commit 1abfcb9 into main Jun 25, 2026
2 checks passed
@jjohannes jjohannes deleted the improve-classifier-handling-2 branch June 25, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rule without classifier matches for Jar with classifier

1 participant