-
Notifications
You must be signed in to change notification settings - Fork 148
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
Support scanning applibs #23957
Support scanning applibs #23957
Conversation
Refactoring first: * Renaming variables * Formatting * Simplifying logic * Etc Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
@arjantijms, IMO we can add following details for wider review of the PR:
|
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.
Just a question - is there some fix I did not notice or is it really just cleanup? (if not, the title is a bit misleading)
The fix / change is in the second commit. It adds the libraries identified by extension-list to the collection of libraries returned. The first commit is only cleanup. |
@gurunrao thanks for your suggestion, you are right. This fixes the CDI TCK test for EarInstalledLibs which has 3 variants. It's the test where the CDI TCK wants the integrator / test runner to put the ext-cdi-Lib in a server extension folder (in gf this is domains/domain1/Lib/applied). The test then checks that the beans inside this jar are scanned. Ultimately the change is small (2nd commit). The first commit represents the code I had to read and study to ultimately be able to make that small change. |
Oh, yeah, mea culpa, I should take a look on the list of commits, now I understand. Yeah, seems logical to me. |
Refactoring first: