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 Automatic-Module-Name for guava-testlib #5528

Open
A248 opened this issue Apr 25, 2021 · 0 comments
Open

Add Automatic-Module-Name for guava-testlib #5528

A248 opened this issue Apr 25, 2021 · 0 comments
Assignees
Labels
P2 platform=java11 type=other Miscellaneous activities not covered by other type= labels

Comments

@A248
Copy link

A248 commented Apr 25, 2021

guava-testlib should have an Automatic-Module-Name for use in dependent modular projects. It seems that its module name, guava.testlib is derived from the filename as of 30.1.1.-jre. Issue #2920 and related issues only added a module name for Guava itself.

While guava-testlib is most frequently used as a test-scoped dependency, there are cases where one may need to refer to its module name. Testing on the module path is possible. Sometimes this is necessary for IDE compatibility, as in ben-manes/caffeine#540

@kluever kluever added P2 platform=java11 type=other Miscellaneous activities not covered by other type= labels labels Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 platform=java11 type=other Miscellaneous activities not covered by other type= labels
Projects
None yet
Development

No branches or pull requests

3 participants