An empty beans.xml is enough to activate CDI if it doesn't require an… #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…y configuration.
The current file was creating an issue on Wildfly 12 and other servers. See https://access.redhat.com/solutions/4240421.
Motivation
Add references to relevant tickets or a short description about what motivated you do it. (E.g JIRA: https://issues.jboss.org/browse/AEROGEAR-{} AND/OR ISSUE: https://github.com/aerogear/standards/issues/{})
My project that uses this extension started not working at all for the last few days, without any code changes. Seems related to a new redirection on the beans xsd files. See https://access.redhat.com/solutions/4240421.
What
Add an short answer for: What was done in this PR? (E.g Don't allow users has access to the feature X.)
Removed the contents of beans.xml, since https://access.redhat.com/solutions/4240421 mentions if no configuration is done there, CDI is still activated by an empty beans.xml file.
Why
Add an short answer for: Why it was done? (E.g The feature X was deprecated.)
Because of Oracle's new redirects.
How
Add an short answer for: How it was done? (E.g By removing this feature from ... OR By removing just the button but not its implementation ... )
Verification Steps
After deploying a modified artifact to my local maven repo, my project works again.
Checklist:
Progress
Additional Notes
PS.: Add images and/or .gifs to illustrate what was changed if this pull request modifies the appearance/output of something presented to the users.