Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-projects/spring-shell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: spring-projects/spring-shell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.3
Choose a head ref
  • 18 commits
  • 45 files changed
  • 6 contributors

Commits on Apr 24, 2026

  1. Configuration menu
    Copy the full SHA
    1df0eea View commit details
    Browse the repository at this point in the history
  2. Update README.adoc

    Signed-off-by: Glenn Renfro <glenn.renfro@broadcom.com>
    cppwfs authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    d91b1b9 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

  1. fix broken tab completion on jdk25 by updating jline to 3.30.13

    Signed-off-by: David Pilar <david@czpilar.net>
    czpilar authored and fmbenhassine committed May 25, 2026
    Configuration menu
    Copy the full SHA
    f8f82ea View commit details
    Browse the repository at this point in the history
  2. make Builder public

    Mark Hayen authored and fmbenhassine committed May 25, 2026
    Configuration menu
    Copy the full SHA
    1bab40a View commit details
    Browse the repository at this point in the history
  3. Fix eager instantiation of scoped beans during command registration #…

    …1351
    
    Signed-off-by: David Pilar <david@czpilar.net>
    czpilar authored and fmbenhassine committed May 25, 2026
    Configuration menu
    Copy the full SHA
    9d00ae2 View commit details
    Browse the repository at this point in the history
  4. Fix completion for positional arguments after the command #1346

    Signed-off-by: David Pilar <david@czpilar.net>
    czpilar authored and fmbenhassine committed May 25, 2026
    Configuration menu
    Copy the full SHA
    38afd8c View commit details
    Browse the repository at this point in the history
  5. Fix user-defined Converter beans were ignored by @Command-annotated m…

    …ethods #1352
    
    Signed-off-by: David Pilar <david@czpilar.net>
    czpilar authored and fmbenhassine committed May 25, 2026
    Configuration menu
    Copy the full SHA
    eb7498c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

  1. Stop interactive shell runner on context close

    Reuse JLine terminal across context restarts
    
    Resolves #1224
    
    Signed-off-by: David Pilar <david@czpilar.net>
    czpilar authored and fmbenhassine committed Jun 5, 2026
    Configuration menu
    Copy the full SHA
    7cfedb2 View commit details
    Browse the repository at this point in the history
  2. Add missing space in error message between command and subcommands

    Signed-off-by: David Pilar <david@czpilar.net>
    czpilar authored and fmbenhassine committed Jun 5, 2026
    Configuration menu
    Copy the full SHA
    762ac89 View commit details
    Browse the repository at this point in the history
  3. Remove usage of deprecated APIs in reflection hints usage

    Signed-off-by: DF-Nico <nicola.difalco@thalesgroup.com>
    DF-Nico authored and fmbenhassine committed Jun 5, 2026
    Configuration menu
    Copy the full SHA
    afdc245 View commit details
    Browse the repository at this point in the history
  4. Add resource hints for shell components

    Resolves #1358
    fmbenhassine committed Jun 5, 2026
    Configuration menu
    Copy the full SHA
    e3fccf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1bd2ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0c95ba View commit details
    Browse the repository at this point in the history
  7. Update dependencies

    fmbenhassine committed Jun 5, 2026
    Configuration menu
    Copy the full SHA
    d06bf27 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. Add argument registration on command

    Adding registration of argument will now allow to display them
    in help command
    
    Resolves #1344
    
    Signed-off-by: DF-Nico <nicola.difalco@thalesgroup.com>
    DF-Nico authored and fmbenhassine committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    cccc256 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2026

  1. Prepare release 4.0.3

    fmbenhassine committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    3b1151f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55eaf26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ccb0fc View commit details
    Browse the repository at this point in the history
Loading