You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
- 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
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 thatuser can mix and match dependencies depending on what's needed.
The text was updated successfully, but these errors were encountered: