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

SPR-14471 - Add autowiring support to SpringBeanJobFactory #1116

Closed
wants to merge 1 commit into from

Conversation

mdeinum
Copy link
Contributor

@mdeinum mdeinum commented Jul 18, 2016

This commit introduces autowiring support to the SpringBeanJobFactory.
It will call the autowireBean method if an AutowireCapableBeanFactory has
been injected. The autowiring will be done on either the Job or the delegate
of the DelegatingJob which contains a Runnable.

A test has been added to verify the correct behavior of the autowiring and
as well as retaining the initial support of using the job data for wiring dependencies.

Issue: SPR-14471

@Hronom
Copy link
Contributor

Hronom commented Sep 23, 2017

Why this not accepted yet?

This commit introduces autowiring support to the SpringBeanJobFactory.
It will call the autowireBean method if an AutowireCapableBeanFactory
has been injected.

A test has been added to verify the correct behavior of the autowiring
and as well as retaining the initial support of using the job data for
wiring dependencies.
@mdeinum
Copy link
Contributor Author

mdeinum commented Oct 10, 2018

Implemented as part of SPR-17323 (d9e7253)

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

3 participants