-
Notifications
You must be signed in to change notification settings - Fork 6
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
Modular dependency tracker #38
Comments
|
Depends on #39 |
@aalmiray is this something you are still working on? It could be a candidate for hacktoberfest otherwise |
@afrittoli I have not looked at the tracker in the past months, but it does make sense to promote it for Hacktoberfest as you suggest. |
It seems reload4j will not jump to modules. I'd recommend removing any loggin framewrok from runtime dependencies as it's the job of the consuming project to determine which logging framework should be used. For tests, this project could use UPDATE: this is already done. |
commons-lang3-3.14.0 defines an explicit module descriptor. I suggest upgrading this dependency at your earliest convenience. |
Related to cdevents#38
Related to cdevents#38 Signed-off-by: Andres Almiray <[email protected]>
Related to #38 Signed-off-by: Andres Almiray <[email protected]>
Now that a full Java module descriptor is in place thanks to #16 it would also be a good idea to keep track of current dependencies (compile & runtime) to see which ones may need updates in terms of Java modules support. Consumers wishing to use
cdevents
with modular Java Runtimes (created with jlink) require dependencies with full module descriptors.Current dependency graph (
mvn dependency:tree
)Module names per dependency
The text was updated successfully, but these errors were encountered: