Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JUnit5 Update Process

Platform/JDT now use Maven Central version of JUnit 5, which has all the OSGi information to be directly usable.

To upgrade JUnit 5 version, then submit a PR to https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target that changes version for the junit-jupiter-... and junit-platform-... Maven artifacts to the desired version as available on Maven Central.

Back to the top