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

Equinox deletes some JRE1.1 profile #425

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Apr 9, 2024

What it does

Fixes #424

How to test

See eclipse-m2e/m2e-core#1735

Author checklist

@snjeza
Copy link
Contributor Author

snjeza commented Apr 9, 2024

@iloveeclipse I have updated the PR.

@snjeza snjeza force-pushed the issue-424 branch 3 times, most recently from d54e319 to 47046d5 Compare April 9, 2024 18:00
@snjeza snjeza changed the title Equinox deletes some JRE1.1 profile [WIP] Equinox deletes some JRE1.1 profile Apr 9, 2024
@snjeza snjeza force-pushed the issue-424 branch 2 times, most recently from 9c804ac to 770b4c9 Compare April 9, 2024 19:43
@snjeza snjeza changed the title [WIP] Equinox deletes some JRE1.1 profile Equinox deletes some JRE1.1 profile Apr 9, 2024
@rgrunber rgrunber modified the milestone: 4.32 M2 Apr 9, 2024
@snjeza
Copy link
Contributor Author

snjeza commented Apr 9, 2024

@rgrunber @iloveeclipse Could you, please, review the PR again?

Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
Copy link
Contributor

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

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

LGTM. I tested by adding something like Arrays.asList(JavaRuntime.getExecutionEnvironmentsManager().getExecutionEnvironments()).stream().anyMatch(ee -> "JRE-1.1".equals(ee.getId())); and confirm it's false with this change.

If @iloveeclipse is fine with it, I'd say we should merge.

@rgrunber rgrunber merged commit 0cd092a into eclipse-jdt:master Apr 11, 2024
10 checks passed
HannesWell added a commit to HannesWell/m2e-core that referenced this pull request Apr 11, 2024
With [1] and [2] support for 'JRE-1.1' execution environment is removed
from JDT respectively Equinox. Therefore M2E has no need anymore to
support this exotic (and probably hardly used) execution environment.

[1] - eclipse-equinox/equinox#571
[2] - eclipse-jdt/eclipse.jdt.debug#425
HannesWell added a commit to HannesWell/m2e-core that referenced this pull request Apr 11, 2024
With [1] and [2] support for 'JRE-1.1' execution environment is removed
from JDT respectively Equinox. Therefore M2E has no need anymore to
support this exotic (and probably hardly used) execution environment.

[1] - eclipse-equinox/equinox#571
[2] - eclipse-jdt/eclipse.jdt.debug#425
HannesWell added a commit to eclipse-m2e/m2e-core that referenced this pull request Apr 11, 2024
With [1] and [2] support for 'JRE-1.1' execution environment is removed
from JDT respectively Equinox. Therefore M2E has no need anymore to
support this exotic (and probably hardly used) execution environment.

[1] - eclipse-equinox/equinox#571
[2] - eclipse-jdt/eclipse.jdt.debug#425
kysmith-csg pushed a commit to kysmith-csg/m2e-core that referenced this pull request Jun 3, 2024
With [1] and [2] support for 'JRE-1.1' execution environment is removed
from JDT respectively Equinox. Therefore M2E has no need anymore to
support this exotic (and probably hardly used) execution environment.

[1] - eclipse-equinox/equinox#571
[2] - eclipse-jdt/eclipse.jdt.debug#425
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.

Equinox deletes some JRE1.1 profile
3 participants