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

Refactor event handling #23

Merged
merged 2 commits into from
Jul 30, 2017
Merged

Refactor event handling #23

merged 2 commits into from
Jul 30, 2017

Conversation

backpaper0
Copy link
Member

No description provided.

args = new Object[] { entity, context };
}
Object target = beanFactory.getBean(beanName);
ReflectionUtils.makeAccessible(method);
Copy link
Member

Choose a reason for hiding this comment

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

Is it OK to call ReflectionUtils.makeAccessible(method); only once in the constructor?

Copy link
Member Author

Choose a reason for hiding this comment

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

Moved ReflectionUtils.makeAccessible(method) to constructor.

@making
Copy link
Member

making commented Jul 29, 2017

looks good

@making making added this to the 1.2.0 milestone Jul 29, 2017
@making making merged commit 279817d into master Jul 30, 2017
@backpaper0 backpaper0 deleted the refactor-event-handling branch July 30, 2017 04:40
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.

2 participants