Skip to content
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

Revert incorrect change in ambiguity resolution #772

Merged
merged 1 commit into from
Feb 26, 2024

Commits on Feb 26, 2024

  1. Revert incorrect change in ambiguity resolution

    We previously [1] changed wording in the ambiguity resolution specification from
    
    > Return an `Iterator`, that iterates over the set of contextual references
    > for the resulting beans and required type, as defined in <<contextual_reference>>.
    
    to
    
    > Return an `Iterator`, that iterates over the set of contextual references
    > for the resulting beans, as defined in <<contextual_reference>>.
    
    This was an attempt to simplify the text, but is in fact incorrect, because
    a contextual reference is always determined by the bean and the bean type.
    
    This commit reverts to the previous wording.
    
    [1] jakartaee@74827d2
    Ladicek committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7355517 View commit details
    Browse the repository at this point in the history