Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Set explicit beans.xml scanning mode #135

Closed
wants to merge 1 commit into from

Conversation

benjamin-confino
Copy link
Member

@benjamin-confino benjamin-confino commented Dec 11, 2023

Setting an explicit scanning mode will make behaviour consistent across all versions of CDI.

Short description of what this resolves: The CDI 4.0 spec introduces a breaking change: An empty beans.xml fie is now treated as scanning mode annotated instead of mode all. This causes a problem because this plugin needs scanning mode all.

Changes proposed in this pull request: Replace every empty beans.xml file with one that explicitly declares a scanning mode of all

Fixes: # 134 (though other fixes may be required to fully resolve the issue)

…e is now treated as scanning mode annotated instead of mode all

Setting an explicit scanning mode will make behaviour consistant across all versions of CDI.
@benjamin-confino
Copy link
Member Author

Speaking to Andrew we will not be delivering this PR.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant