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

Compute junit5 runtime Plug-ins dynamically in RequiredPlugins-Container and reference junit and hamcrest only via Import-Package #684

Merged
merged 2 commits into from
Aug 9, 2023

Commits on Aug 9, 2023

  1. Reference junit and hamcrest only via Import-Package

    This requires to import the hamcrest packages, if they are used and
    those test-plugins don't rely on the re-export of hamcrest by org.junit
    anymore.
    
    + Only use junit-4 assertion methods and replace use of junit-3
    assertions.
    
    + Remove unnecessary hard-coded references to the hamcrest bundle name
    HannesWell committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    87a99a8 View commit details
    Browse the repository at this point in the history
  2. Compute junit5 runtime Plug-ins dynamically in RequiredPlugins-Container

    And add support for old junit bundle names from Eclipse-Orbit.
    HannesWell committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    758234c View commit details
    Browse the repository at this point in the history