Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 39eee23

Browse files
committed
Upgrade spring-shell 3.3.0
- Enable interactive runner as shell 3.3.x only have non-interactive runner enabled by default - Needs Upgrade to spring-boot 3.3.0 - Fixes #201 - Fixes #202
1 parent 051d2f2 commit 39eee23

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.2.5'
2+
id 'org.springframework.boot' version '3.3.0'
33
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
44
id 'java'
55
id 'org.graalvm.buildtools.native' version '0.9.19' apply false
@@ -42,7 +42,7 @@ repositories {
4242
}
4343

4444
ext {
45-
set('springShellVersion', '3.2.4')
45+
set('springShellVersion', '3.3.0')
4646
set('initializrVersion', '0.11.1')
4747
set('jarchivelibVersion', '1.2.0')
4848
set('kohsukeVersion', '1.301')

src/main/resources/springcliapp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ spring:
33
web-application-type: none
44
banner-mode: off
55
shell:
6+
interactive:
7+
enabled: true
68
config:
79
location: "{userconfig}/springcli"
810
history:

0 commit comments

Comments
 (0)