Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 07:56

πŸš€ 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 from SshShellHelper
  • 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