8000 Fix wrong bundle name in Eclipse 2022-06 by ghentschke · Pull Request #17 · eclipse-cdt/cdt-lsp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix wrong bundle name in Eclipse 2022-06 #17

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

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

ghentschke
Copy link
Contributor

It must be org.junit.jupiter.api

It must be org.junit.jupiter.api
@@ -7,6 +7,6 @@ Bundle-Vendor: Eclipse.org
Fragment-Host: org.eclipse.cdt.lsp.editor.ui;bundle-version="0.0.0"
Require-Bundle: org.junit,
org.eclipse.cdt.lsp,
junit-jupiter-api
org.junit.jupiter.api
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case you didn't know, the reason that the bundle name changed is that in 2022-06 the Jupiter API came from Orbit, now it comes directly from Maven.

To easily support both versions we can do:

Import-Package: org.junit.jupiter.api;version="5.8.0"

with an appropriate minimum version, probably 5.8.0 as that was in 2022-06.

@jonahgraham jonahgraham merged commit 6dbce31 into eclipse-cdt:master Feb 23, 2023
@jonahgraham jonahgraham added this to the 1.0.0 milestone Sep 18, 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

Successfully merging this pull request may close these issues.

2 participants
0