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

Only support the last 4 eclipse releases #172

Closed
adangel opened this issue Mar 23, 2023 · 0 comments · Fixed by #173
Closed

Only support the last 4 eclipse releases #172

adangel opened this issue Mar 23, 2023 · 0 comments · Fixed by #173
Milestone

Comments

@adangel
Copy link
Member

adangel commented Mar 23, 2023

Currently the plugin is still compiled against kepler, which is a Eclipse Release from 2013 (10 years old).

In order to make development easier, we'll only support the last 4 eclipse releases. This is at time of this writing:

  • 2023-03
  • 2022-12
  • 2022-09
  • 2022-06

The list of Eclipse Releases is here: https://wiki.eclipse.org/Simultaneous_Release

This means, that we don't need a toolchain anymore, we can just use Java17 to build and test the plugin. We can fix deprecation warnings. We can remove a couple of workarounds for bugs that have been fixed a long time ago.

The switch to PMD 7 seems like a good opportunity to make this change.

@adangel adangel added this to the 7.0.0 milestone Mar 23, 2023
adangel added a commit to adangel/pmd-eclipse-plugin that referenced this issue Mar 24, 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 a pull request may close this issue.

1 participant