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

Move org.eclipse.m2e.core to Java-17 #740

Merged
merged 8 commits into from
Jun 2, 2022

Commits on Jun 2, 2022

  1. Move org.eclipse.m2e.core to Java 17

    + Adopt named instanceof
    + adopt switch-expressions
    + Use Objects.equals/hash
    mickaelistria committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    dd9ce55 View commit details
    Browse the repository at this point in the history
  2. Move org.eclipse.m2e.core.ui to Java 17

    + use some named instanceof
    + use some switch expressions
    + Replace some content providers with ArrayContentProvider
    mickaelistria committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    28814a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8eaf5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2366201 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    389a897 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c16b8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd3eb99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17993c6 View commit details
    Browse the repository at this point in the history