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

Fix conflict around CommonMark versions since Eclipse 2024-12 #145

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

agarciadom
Copy link
Contributor

Related to #144. As the reporter mentioned, Picto was on an old version of CommonMark for Java (0.15.0) and it was conflicting with the 0.24.0 version being used in Eclipse 2024-12.

This PR upgrades the target platform to 2024-12, and switches to the CommonMark 0.24.0 release in the Orbit SimRel 2024-12 update site.

It seems that with the target platform set to Eclipse 2024-12, the
test.acceptance project is using the old copy of Hamcrest that is in
JUnit 4, instead of Hamcrest 3.0, so we don't have access to containsString.

Ideally we'd like to move to JUnit 5, which drops its embedded copy of
Hamcrest altogether, but that would require rewriting many tests, so
we can hold off on this until we start work on 2.7.

Alternatively, we could stop using the centralised test.dependencies
project and start to move tests gradually to JUnit 5. That is for later,
though.
@agarciadom
Copy link
Contributor Author

Waiting for CI tests to run in Github and Jenkins.

@agarciadom agarciadom merged commit 316fe80 into main Jan 2, 2025
5 checks passed
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.

1 participant