Skip to content

The org.junit.jupiter artifact is not a module #4809

@kitlei-robert

Description

@kitlei-robert

Steps to reproduce

Using the latest staging version of Eclipse, I make a new Java project and I put the JUnit 5 library on the modulepath. It uses version 5.13.4 which is fine... but double clicking Is modular brings up its available modules, and org.junit.jupiter is not among them.

  • The three modules referenced by it are properly present.
  • Of course, writing import module org.junit.jupiter; in the source code fails with The import org.junit.jupiter cannot be resolved.
  • Perhaps this is a smaller symptom, and the module is missing from other places, too?
  • Or maybe it is a conscious choice that it's not available?

Deliverables

  • Unless intentionally left out, make the org.junit.jupiter module be available in a standard Eclipse installation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions