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

Include LauncherInterceptor in launcher module declaration #1

Closed
wants to merge 2 commits into from

Conversation

shartte
Copy link
Owner

@shartte shartte commented Nov 19, 2023

Overview

Fixes junit-team#3561 by including the new LauncherInterceptor service in the module metadata for the launcher JPMS module.
Otherwise in the context of Java Modules, it cannot use ServiceLoader to look up implementations of LauncherInterceptor.


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

@shartte shartte closed this Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LauncherInterceptor is missing from the org.junit.platform.launcher module's uses declaration
1 participant