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

Modularization #10

Open
hrchu opened this issue Oct 6, 2017 · 2 comments
Open

Modularization #10

hrchu opened this issue Oct 6, 2017 · 2 comments

Comments

@hrchu
Copy link
Member

hrchu commented Oct 6, 2017

  1. As a library (which depends on radsogw-admin4j) developer, I want to use radsogw-admin4j in the Java 9 modular way (java -p radosgw-admin4j-0.X.X.jar -m com.my.Application for example), so I can declare radsogw-admin4j as named application modules in my module-info.java
  2. The build is compatible with Java 8 and provides module-info for Java 9
@hrchu
Copy link
Member Author

hrchu commented Oct 6, 2017

Currently we are facing two issues to do this job:

  • Our dependencies are not yet modularized, so we got the warning message

Required filename-based automodules detected. Please don't publish this project to a public artifact repository!

from maven compiler plugin

@hrchu hrchu changed the title Java 9 migration Modularization Oct 6, 2017
@hrchu
Copy link
Member Author

hrchu commented Oct 6, 2017

#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant