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

[api] get rid of constructor injection #59

Closed
JanKoehnlein opened this issue Feb 12, 2019 · 0 comments
Closed

[api] get rid of constructor injection #59

JanKoehnlein opened this issue Feb 12, 2019 · 0 comments
Milestone

Comments

@JanKoehnlein
Copy link
Contributor

Constructor injection induces much more API breaks than necessary. We should prefer property injection whenever applicable.

JanKoehnlein added a commit that referenced this issue Feb 12, 2019
In all cases but
- registrations
- actions in commands

Fixes #59
JanKoehnlein added a commit that referenced this issue Feb 14, 2019
In all cases but
- registrations
- actions in commands

Fixes #59
JanKoehnlein added a commit that referenced this issue Feb 14, 2019
In all cases but
- registrations
- actions in commands

Fixes #59
JanKoehnlein added a commit that referenced this issue Feb 15, 2019
In all cases but
- registrations
- actions in commands

Fixes #59
JanKoehnlein added a commit that referenced this issue Feb 15, 2019
In all cases but
- registrations
- actions in commands
- don't use @PostConstruct

Fixes #59
JanKoehnlein added a commit that referenced this issue Feb 15, 2019
In all cases but
- registrations
- actions in commands
- don't use @PostConstruct

Fixes #59
JanKoehnlein added a commit that referenced this issue Feb 15, 2019
In all cases but
- registrations
- actions in commands

Don't use @PostConstruct. Fixed tests

Fixes #59
JanKoehnlein added a commit that referenced this issue Feb 15, 2019
In all cases but
- registrations
- actions in commands

Don't use @PostConstruct. Fixed tests

Fixes #59
@spoenemann spoenemann added this to the v0.5.0 milestone Feb 18, 2019
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

No branches or pull requests

2 participants