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

Update EGit/Wikitext references to JavaSE-{1.8,11| to JavaSE-17 #393 #394

Merged
merged 2 commits into from Feb 1, 2024

Conversation

gnl42
Copy link
Contributor

@gnl42 gnl42 commented Feb 1, 2024

Task-Url: #393

Copy link
Contributor

@akurtakov akurtakov left a comment

Choose a reason for hiding this comment

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

Every osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=11))" has to become osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=17))" . I don't know what happens when BREE and osgi.ee capability conflict but it's a case we would rather not try.
BREE is deprecated and osgi.ee is the correct replacement so in theory BREE shouldn't be needed at all but I'm not sure whether all of PDE accepts that. @HannesWell any comment?

Copy link
Contributor

@merks merks left a comment

Choose a reason for hiding this comment

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

Other than the inconsistencies mentioned by @akurtakov it looks fine.

@gnl42
Copy link
Contributor Author

gnl42 commented Feb 1, 2024

A fair number of the MANIFEST.MF files doesn't have Require-Capability:

@akurtakov
Copy link
Contributor

A fair number of the MANIFEST.MF files doesn't have Require-Capability:

This is fine.

@akurtakov akurtakov merged commit 9ef12be into main Feb 1, 2024
3 checks passed
@akurtakov akurtakov deleted the 393_JavaSE-17 branch February 1, 2024 07:50
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.

None yet

3 participants