-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
chore(distro/wildfly): update deprecated javax module descriptor usages #4135
chore(distro/wildfly): update deprecated javax module descriptor usages #4135
Conversation
java.base, java.naming, java.security.jgss
java.base
java.base java.logging
java.base, java.desktop, java.management.rmi, java.prefs, java.scripting, java.sql, jdk.unsupported
java.base, java.desktop, java.management, java.naming, java.scripting, java.sql
java.base,java.desktop,java.rmi,java.sql
java.base,java.scripting
java.base,java.desktop,java.scripting
java.base,java.naming
java.base,java.compiler,java.desktop,java.logging
java.base,java.compiler,java.desktop,java.instrument,java.management,java.naming,java.scripting,java.sql,jdk.net
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good!
<dependencies> | ||
<module name="java.base"/> | ||
<module name="java.compiler"/> | ||
<module name="java.desktop"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❓Does it really need java.desktop
?
Update: I saw that the official wildfly repo defines it as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, also the commit message here (ff92ca4) contains the result of the jdeps command.
#3588