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

Abstract the delta handling from the resource API #1496

Merged
merged 1 commit into from
Aug 2, 2023

Commits on Aug 1, 2023

  1. Abstract the delta handling from the resource API

    Currently m2e is directly wired to the resource delta API, while this
    seems good in the context of eclipse for m2e this imposes to restrictive
    API as it is all noimplement/extend interfaces and offer much more than
    m2e actually using.
    
    This aims to implement a thin wrapper for further improvement of delta
    detection especially when it comes to resource see for example
    eclipse-m2e#1302
    
    This will not fix anything but is an important first step to ensure
    things are still working as before.
    laeubi committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a4869ce View commit details
    Browse the repository at this point in the history