Skip to content

Conversation

@benjamin-confino
Copy link
Member

@benjamin-confino benjamin-confino commented Jan 5, 2026

Resolves #33739

Comment on lines 1232 to 1233
if (beansXml != null)
out.println("++++ beansXml:" + beansXml + "++++");
Copy link
Member

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?

Comment on lines 33 to 34
@Component(immediate = true, configurationPolicy = ConfigurationPolicy.IGNORE, property = {
Constants.SERVICE_VENDOR + "=" + "IBM" })
Copy link
Member

@Azquelt Azquelt Jan 5, 2026

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.

@benjamin-confino
Copy link
Member Author

benjamin-confino commented Jan 5, 2026

!build (view Open Liberty Personal Build - ✅ completed successfully!)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link
Member

LibbyBot commented Jan 5, 2026

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 7 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

@LibbyBot
Copy link
Member

LibbyBot commented Jan 5, 2026

The following files contain disallowed content:

  • dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java

Comment on lines 1309 to 1310
String url = "beansXML URL: " + beansXml.getUrl();
out.println("beansXML URL: " + url);
Copy link
Member

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

Azquelt
Azquelt previously approved these changes Jan 5, 2026
Copy link
Member

@Azquelt Azquelt left a 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.

@benjamin-confino
Copy link
Member Author

benjamin-confino commented Jan 5, 2026

!build (view Open Liberty Personal Build - ⚠️ completed with warnings.)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link
Member

LibbyBot commented Jan 5, 2026

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 7 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

@LibbyBot
Copy link
Member

LibbyBot commented Jan 5, 2026

The following files contain disallowed content:

  • dev/com.ibm.ws.cdi.weld/src/com/ibm/ws/cdi/impl/weld/BeanDeploymentArchiveImpl.java

@benjamin-confino
Copy link
Member Author

benjamin-confino commented Jan 5, 2026

!build (view Open Liberty Personal Build - ❌ completed with errors/failures.)

Note: Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link
Member

LibbyBot commented Jan 5, 2026

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 7 product code files were changed.
  • Please describe in a separate comment how you tested your changes.

Azquelt
Azquelt previously approved these changes Jan 6, 2026
Copy link
Member

@Azquelt Azquelt left a 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.

@benjamin-confino
Copy link
Member Author

#libby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Introspector for CDI

3 participants