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

[WFLY-11276] Validate requirement for modules previously exported by javax.ejb.api on org.wildfly.extension.rts #11804

Merged
merged 1 commit into from Nov 3, 2018

Conversation

yersan
Copy link
Contributor

@yersan yersan commented Nov 2, 2018

These depedencies can be removed from org.wildfly.extension.rts:

<module name="javax.xml.rpc.api"/>
<module name="javax.rmi.api"/>

Reasons:

  • All first level dependencies used by wildfly-rts.jar are accesible by the other depended-on modules
  • wildfly-rts does not load a service from any of its dependencies using ServiceLoading
  • There are not DUPs enabling any external configuration for resources exported by the removed modules.

Jira issue: https://issues.jboss.org/browse/WFLY-11276
CC @ochaloup

@bstansberry bstansberry merged commit e19b7fe into wildfly:master Nov 3, 2018
@yersan yersan deleted the subtask-WFLY-6966/WFLY-11276 branch November 5, 2018 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants