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

Extract auto-config into separate module #329

Closed
jvalkeal opened this issue Dec 17, 2021 · 0 comments · Fixed by #335
Closed

Extract auto-config into separate module #329

jvalkeal opened this issue Dec 17, 2021 · 0 comments · Fixed by #335
Milestone

Comments

@jvalkeal
Copy link
Contributor

There are a various auto-config classes in a modules which is an anti pattern
as it's there forcefully feeding those into a user. Create a module
spring-shell-autoconfigure and keep all boot related classes there so that
user can mix and match dependencies depending on what's needed.

@jvalkeal jvalkeal added this to the 3.0.0-M1 milestone Dec 17, 2021
jvalkeal added a commit to jvalkeal/spring-shell that referenced this issue Dec 19, 2021
- Create separate spring-shell-autoconfigure and keep
  all autoconfig features there.
- Fixes spring-projects#329
jvalkeal added a commit to jvalkeal/spring-shell that referenced this issue Dec 19, 2021
- Create separate spring-shell-autoconfigure and keep
  all autoconfig features there.
- Fixes spring-projects#329
jvalkeal added a commit that referenced this issue Dec 19, 2021
- Create separate spring-shell-autoconfigure and keep
  all autoconfig features there.
- Fixes #329
jvalkeal added a commit that referenced this issue Dec 24, 2021
- Lot of rework to move better model to work around bean cycles
- Remove use of @lazy
- Move StandardAPIAutoConfiguration to autoconfig package
- Remove some of a direct ObjectProvider use in constructors
- Adds spring-native support with most of a things working out of a box
- Relates #324
- Relates #329
- Relates #323
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 a pull request may close this issue.

1 participant