Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[WFCORE-4413] Fixing javax.api and javax.sql.api modules BC issues #3736
Conversation
…patibility issues
This comment has been minimized.
This comment has been minimized.
|
I analyzed modules before and after the changes and I identified just two backward compatibility issues. |
This comment has been minimized.
This comment has been minimized.
|
Looks like the failures and hang are the same as in #3725 so maybe not related to that component upgrade after all. |
This comment has been minimized.
This comment has been minimized.
|
Aren't some of these modules supposed to be automatically generated in jboss-modules now or are these two not a part of that? |
This comment has been minimized.
This comment has been minimized.
|
There was implemented an ability to define dependencies on Jigsaw aka JPMS (Java Platform Module System) modules in module.xml (JBoss module descriptors). If there's a module referenced in module.xml that has no module.xml definition it is considered to be JPMS module and JBoss Modules implementation delegates to PlatformModuleLoader for not-found modules. To answer your question neither javax.api nor javax.sql.api represent a JPMS module. |
551be72
into
wildfly:master
ropalka commentedApr 10, 2019
https://issues.jboss.org/browse/WFCORE-4413