Releases: fonimus/ssh-shell-spring-boot
Releases · fonimus/ssh-shell-spring-boot
Release 3.1.0
⬆️ Dependencies
- #301 - Bump sshd-core from 2.9.2 to 2.10.0
- #303 - Bump maven-source-plugin from 3.2.1 to 3.3.0
- #302 - Bump spring-boot.version from 3.0.6 to 3.1.0
- #304 - Bump spring-shell-starter from 3.0.3 to 3.1.0
- #306 - Bump maven-release-plugin from 3.0.0 to 3.0.1
- #307 - Bump mikepenz/release-changelog-builder-action from 3 to 4
- #308 - Bump maven-surefire-plugin from 3.1.0 to 3.1.2
- #309 - Bump spring-shell-starter from 3.1.0 to 3.1.1
- #311 - Bump spring-shell-starter from 3.1.1 to 3.1.2
- #310 - Bump spring-boot.version from 3.1.0 to 3.1.1
- #312 - Bump spring-boot.version from 3.1.1 to 3.1.2
- #313 - Bump org.junit:junit-bom from 5.9.3 to 5.10.0
- #314 - Bump actions/setup-java from 3.11.0 to 3.12.0
- #324 - Bump spring-boot.version from 3.1.2 to 3.1.4
- #319 - Bump actions/checkout from 3 to 4
- #323 - Bump actions/setup-java from 3.12.0 to 3.13.0
- #320 - Bump actions/cache from 3.3.1 to 3.3.2
- #321 - Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.0.0
- #330 - Bump org.junit:junit-bom from 5.10.0 to 5.10.1
- #331 - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.2
- #332 - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2
- #326 - Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
- #327 - Bump spring-boot.version from 3.1.4 to 3.1.5
- #334 - Bump org.springframework.shell:spring-shell-starter from 3.1.2 to 3.1.5
- #328 - Bump org.apache.sshd:sshd-core from 2.10.0 to 2.11.0
Release 3.0.1
⬆️ Dependencies
- #279 - Bump actions/cache from 3.2.5 to 3.2.6
- #280 - Bump spring-boot.version from 3.0.2 to 3.0.3
- #281 - Bump maven-compiler-plugin from 3.10.1 to 3.11.0
- #282 - Bump spring-shell-starter from 3.0.0 to 3.0.1
- #283 - Bump spring-boot.version from 3.0.3 to 3.0.4
- #284 - Bump actions/cache from 3.2.6 to 3.3.0
- #285 - Bump actions/cache from 3.3.0 to 3.3.1
- #286 - Bump maven-surefire-plugin from 2.22.2 to 3.0.0
- #287 - Bump maven-release-plugin from 2.5.3 to 3.0.0
- #288 - Bump spring-boot.version from 3.0.4 to 3.0.5
- #289 - Bump actions/setup-java from 3.10.0 to 3.11.0
- #290 - Bump jacoco-maven-plugin from 0.8.8 to 0.8.9
- #292 - Bump spring-boot.version from 3.0.5 to 3.0.6
- #291 - Bump spring-shell-starter from 3.0.1 to 3.0.2
- #293 - Bump jacoco-maven-plugin from 0.8.9 to 0.8.10
- #294 - Bump junit-bom from 5.9.2 to 5.9.3
- #295 - Bump maven-surefire-plugin from 3.0.0 to 3.1.0
- #296 - Bump maven-gpg-plugin from 3.0.1 to 3.1.0
- #297 - Bump crazy-max/ghaction-import-gpg from 5.2.0 to 5.3.0
- #298 - Bump spring-shell-starter from 3.0.2 to 3.0.3
Release 3.0.0
🚀 Features
- #278 - Upgrade to spring boot 3 and spring shell 3
⬆️ Dependencies
- #277 - Bump maven-javadoc-plugin from 3.4.1 to 3.5.0
- #274 - Bump actions/setup-java from 3.9.0 to 3.10.0
- #276 - Bump actions/cache from 3.2.3 to 3.2.5
Full Changelog: 2.0.3...3.0.0
Release 2.0.3
Release 2.0.2
⬆️ Dependencies
- #235 - Bump sshd-core from 2.9.0 to 2.9.1
Release 2.0.1
Release 2.0.0
🚀 Features
- Bump spring-boot from 2.5.6 to 2.7.2
- Bump spring shell from 2.0.1 to 2.1.0
- Bump sshd-core from 2.8.0 to 2.9.0
- Bump junit from 5.8.2 to 5.9.0
- Removed deprecated
interactive
methods fromSshShellHelper
- Removed
ssh.shell.extended-file-provider
property as due to spring shell change, you need to always specify value
provider
@ShellOption(valueProvider = ExtendedFileValueProvider.class) File file
- Removed
ssh.shell.prompt.local.enable
because spring shell added ConditionalOnProperty to disable it
(spring.shell.interactive.enabled
)
Note: as we said form now one due to change in spring shell library you need to always specify value provider,
unfortunately this is also the case for enumerations (@ShellOption(valueProvider = EnumValueProvider.class) Enum enum
)
- #230 - Bump spring boot and shell (and others), add fix on completion
⬆️ Dependencies
- #189 - Bump mikepenz/release-changelog-builder-action from 2.8.2 to 2.9.0
- #190 - Bump maven-compiler-plugin from 3.9.0 to 3.10.0
- #188 - Bump maven-javadoc-plugin from 3.3.1 to 3.3.2
- #194 - Bump actions/checkout from 2 to 3
- #212 - Bump actions/setup-java from 2.5.0 to 3.2.0
- #203 - Bump s4u/maven-settings-action from 2.5.0 to 2.6.0
- #207 - Bump actions/cache from 2.1.7 to 3.0.2
- #208 - Bump mikepenz/release-changelog-builder-action from 2.9.0 to 3
- #211 - Bump crazy-max/ghaction-import-gpg from 4.1.0 to 4.4.0
- #196 - Bump awaitility from 4.1.1 to 4.2.0
- #197 - Bump maven-compiler-plugin from 3.10.0 to 3.10.1
- #209 - Bump maven-javadoc-plugin from 3.3.2 to 3.4.0
- #205 - Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
- #213 - Bump actions/setup-java from 3.2.0 to 3.3.0
- #220 - Bump actions/setup-java from 3.3.0 to 3.4.1
- #228 - Bump actions/cache from 3.0.2 to 3.0.6
- #225 - Bump crazy-max/ghaction-import-gpg from 4.4.0 to 5.1.0
- #229 - Bump actions/cache from 3.0.6 to 3.0.7
Release 1.8.0
🚀 Features
- Add built in commands
script
,history
andstacktrace
in the list of properties in order to configure them.
⬆️ Dependencies
- #177 - Bump s4u/maven-settings-action from 2.4.0 to 2.4.1
- #176 - Bump crazy-max/ghaction-import-gpg from 3 to 4.1.0
- #175 - Bump mikepenz/release-changelog-builder-action from 1 to 2.7.2
- #174 - Bump actions/setup-java from 1 to 2.5.0
- #178 - Bump actions/cache from 1 to 2.1.7
- #179 - Bump maven-compiler-plugin from 3.8.1 to 3.9.0
- #184 - Bump mikepenz/release-changelog-builder-action from 2.7.2 to 2.8.2
- #185 - Bump s4u/maven-settings-action from 2.4.1 to 2.5.0
Release 1.7.0
Release 1.6.1
- Fix a NPE on task-single command.