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

CDI-672 Remove BeanAttributesConfigurator#read methods. #369

Merged
merged 1 commit into from Jan 9, 2017

Conversation

manovotn
Copy link
Contributor

@manovotn manovotn commented Jan 3, 2017

No description provided.

Copy link
Contributor

@antoinesd antoinesd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mkouba
Copy link
Contributor

mkouba commented Jan 6, 2017

Looks good.

@antoinesd antoinesd merged commit ad34851 into jakartaee:master Jan 9, 2017
@@ -1469,7 +1469,7 @@ If any `ProcessBeanAttributes` method is called outside of the observer method i

CDI 2.0 introduced the `javax.enterprise.inject.spi.configurator.BeanAttributesConfigurator` interface to help configuring a new `BeanAttributes` instance.

`BeanAttributesConfigurator` must be initialized from an `AnnotatedType`, or an existing `BeanAttributes` with one of its `read()` methods.
`BeanAttributesConfigurator` is obtainable during `ProcessBeanAttributes` event and is therefore automatically initilized from existing `BeanAttributes`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just discovered typo in initialized:-)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, correcting this right now.

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.

None yet

4 participants