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

Fallback to runtime for annotations #1116

Merged

Commits on Mar 17, 2024

  1. Fallback to the running eclipse if annotation not found in target state

    If the annotations can't be found in the target platform currently no
    automatic annotations are provided as part of the classpath container.
    
    This now adds a fallback to the running eclipse instance to get the
    annotations from there, this is similar on how Tycho works that loads
    missing annotations from maven if they are not found in the target.
    laeubi committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9aa9a2b View commit details
    Browse the repository at this point in the history