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

Ignore packed artifacts when parsing #310

Merged
merged 4 commits into from
Sep 8, 2023

Commits on Sep 7, 2023

  1. Ignore packed artifacts when parsing

    Prevents issues when packed artifacts are returned by iterator but they
    can no longer be handled.
    Fixes eclipse-equinox#308
    akurtakov committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f392c91 View commit details
    Browse the repository at this point in the history
  2. Fix MirrorRequestTest to not manually set statuses

    That way actually returned statuses are tested.
    akurtakov committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e5781b5 View commit details
    Browse the repository at this point in the history
  3. Remove packedSiblingsWithUUID test

    It was useless since pack200 support was removed but didn't fail as
    packed artifacts were not ignored entirely (at parsing time)
    akurtakov committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    27bd032 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43cca01 View commit details
    Browse the repository at this point in the history