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

Add module-info.java file #240

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Conversation

arjantijms
Copy link
Contributor

A junit test had to be deleted, since it imported things from outside
the module.

Since module-info.java has no test scope (like Maven does) this would
import these dependencies for all clients of the API.

There are options to add a second module-info just for testing, but they
have their own problems, mostly wrt IDEs.

Signed-off-by: Arjan Tijms [email protected]

A junit test had to be deleted, since it imported things from outside
the module.

Since module-info.java has no test scope (like Maven does) this would
import these dependencies for all clients of the API.

There are options to add a second module-info just for testing, but they
have their own problems, mostly wrt IDEs.

Signed-off-by: Arjan Tijms <[email protected]>
@arjantijms arjantijms added this to the 3.0.1 milestone Jun 27, 2022
Copy link
Contributor

@aubi aubi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed the comment i desc, forget it.

@arjantijms
Copy link
Contributor Author

I missed the comment i desc, forget it.

Ok ;) If someone wants to bring it back in some way, perhaps by creating a new module or so, it's still there in the history of course.

@arjantijms arjantijms merged commit 66a949a into jakartaee:master Jun 27, 2022
@smillidge
Copy link
Contributor

fixes #237

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.

4 participants