You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to review them to make sure that the dependencies are correct (e.g. that requires static or require transitive are correct).
Order packages in alphabetical order.
The text was updated successfully, but these errors were encountered:
Reviewed module-info.java files.
For those that have a "requires static" added a comment about
why the dependency is optional.
Rearranged directives in alphabetical order.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
After review, keeping "requires static" only if the
module tree can be built without the static module.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
module-info.java
files are there for Jetty 10.We need to review them to make sure that the dependencies are correct (e.g. that
requires static
orrequire transitive
are correct).Order packages in alphabetical order.
The text was updated successfully, but these errors were encountered: