Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIMA and Maven compatibility #65

Open
cstamas opened this issue Dec 10, 2023 · 0 comments
Open

MIMA and Maven compatibility #65

cstamas opened this issue Dec 10, 2023 · 0 comments

Comments

@cstamas
Copy link
Member

cstamas commented Dec 10, 2023

This is not issue, is merely just for myself to document cross compatibility (when MIMA runs "embedded" in Maven):

Maven runtime version MIMA version (built against: Resolver version, Maven version) Compatible
3.8.x 2.x (1.x, 3.9.x) ✔️
3.9.x 2.x (1.x, 3.9.x) ✔️
4.x 2.x (1.x, 3.9.x) ✔️
3.8.x 3.x (2.x, 4.x) 🔴
3.9.x 3.x (2.x, 4.x) 🔴
4.x 3.x (2.x, 4.x) ✔️

In short, MIMA 3.x (that uses Resolver 2.x and Maven 4.x) will not be backward compatible with Maven 3. If this is needed for someone, report here.

Recommended solution if both Maven 3 and Maven 4 runtime support needed for MIMA client code runs in Maven is to use MIMA 2.x for now.

@cstamas cstamas changed the title Mima 2.x compatibility with maven 4 MIMA and Maven compatibility Dec 11, 2023
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

No branches or pull requests

1 participant