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

chore(distro/wildfly): update deprecated javax module descriptor usages #4135

Merged
merged 41 commits into from
Mar 5, 2024

Conversation

yanavasileva
Copy link
Member

@yanavasileva yanavasileva added ci:jbosseap Runs the builds for the JBoss EAP application server. ci:jdk Runs the builds for all supported Java versions. ci:wildfly Runs the builds for the Wildfly application server. labels Feb 27, 2024
@yanavasileva yanavasileva self-assigned this Feb 27, 2024
java.compiler,
java.desktop,
java.instrument,
java.logging,
java.management,
java.naming,
java.scripting,
java.sql,
java.base,
java.desktop,
java.logging
java.base,
java.naming,
java.security.jgss
java.base
java.base
java.logging
java.base
java.base
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.instrument,java.management,java.naming,java.sql,jdk.attach,jdk.jdi
java.base
java.base,java.logging
java.base,java.desktop,java.rmi,java.sql
java.base,java.scripting
java.base,java.desktop,java.scripting
java.base,java.naming
@yanavasileva yanavasileva marked this pull request as ready for review February 29, 2024 16:54
Copy link
Member

@danielkelemen danielkelemen left a 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"/>
Copy link
Member

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.

Copy link
Member Author

@yanavasileva yanavasileva Mar 5, 2024

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.

@yanavasileva yanavasileva merged commit 52299e8 into master Mar 5, 2024
4 checks passed
@yanavasileva yanavasileva deleted the 3588-wildfly-remove-javax-module-descriptor branch March 5, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:jbosseap Runs the builds for the JBoss EAP application server. ci:jdk Runs the builds for all supported Java versions. ci:wildfly Runs the builds for the Wildfly application server.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants