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
- 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 spring-projects#324
- Relates spring-projects#329
- Relates spring-projects#323
Copy file name to clipboardexpand all lines: spring-shell-autoconfigure/src/main/java/org/springframework/shell/boot/ApplicationRunnerAutoConfiguration.java
Copy file name to clipboardexpand all lines: spring-shell-autoconfigure/src/main/java/org/springframework/shell/boot/CommandRegistryAutoConfiguration.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ public class CommandRegistryAutoConfiguration {
Copy file name to clipboardexpand all lines: spring-shell-autoconfigure/src/main/java/org/springframework/shell/boot/JCommanderParameterResolverAutoConfiguration.java
Copy file name to clipboardexpand all lines: spring-shell-autoconfigure/src/main/java/org/springframework/shell/boot/StandardCommandsAutoConfiguration.java
0 commit comments