-
Notifications
You must be signed in to change notification settings - Fork 625
create CDI introspector #33740
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
base: integration
Are you sure you want to change the base?
create CDI introspector #33740
Conversation
d807cfe to
87ba1ce
Compare
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java
Show resolved
Hide resolved
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/liberty/CDIIntrospector.java
Outdated
Show resolved
Hide resolved
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/liberty/CDIIntrospector.java
Outdated
Show resolved
Hide resolved
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java
Outdated
Show resolved
Hide resolved
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java
Outdated
Show resolved
Hide resolved
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java
Show resolved
Hide resolved
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java
Outdated
Show resolved
Hide resolved
| if (beansXml != null) | ||
| out.println("++++ beansXml:" + beansXml + "++++"); |
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.
To check: does beansXml have a useful toString?
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java
Show resolved
Hide resolved
| @Component(immediate = true, configurationPolicy = ConfigurationPolicy.IGNORE, property = { | ||
| Constants.SERVICE_VENDOR + "=" + "IBM" }) |
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 this need to be immediate?
We don't need to add the service.vendor property any more.
797bda6 to
478cfc3
Compare
|
!build (view Open Liberty Personal Build - ✅ completed successfully!) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
|
The following files contain disallowed content:
|
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java
Outdated
Show resolved
Hide resolved
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java
Show resolved
Hide resolved
dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java
Outdated
Show resolved
Hide resolved
| String url = "beansXML URL: " + beansXml.getUrl(); | ||
| out.println("beansXML URL: " + url); |
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.
You don't want "beansXML URL: " twice here
5eea727 to
6b84573
Compare
Azquelt
left a comment
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 great, thanks, this should be really helpful when we're trying to work out why CDI has or hasn't found what we expected it to.
|
!build (view Open Liberty Personal Build - Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
|
The following files contain disallowed content:
|
|
!build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Azquelt
left a comment
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.
Please do squash the commits before merging.
Cleanup some comments
76acf1f to
9412655
Compare
|
#libby |
release buglabel if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).Resolves #33739