Skip to content

Bump progressbar from 0.9.2 to 0.9.3

bornholdt requested to merge dependabot/maven/me.tongfei-progressbar-0.9.3 into master

Bumps progressbar from 0.9.2 to 0.9.3.

Release notes

Sourced from progressbar's releases.

0.9.3

  • New functionalities:
    • Supports for wrapping around java.io.OutputStreams and java.io.Writers (#114). Thanks @azachar !
    • Added continuousUpdate boolean parameter to various constructors and the ProgressUpdateAction so that long-running processes don't take forever to print something (#121, PR #120). Thanks @gaoagong !
  • Performance improvements:
    • Improved performance in rendered string building (PR #107). Thanks @heroesleo65 !
    • Improved performance in ConsoleProgressBarConsumer::accept (PR #106). Thanks @heroesleo65 !
  • Bugfixes:
    • Displays a progress bar immediately after it starts, regardless of whether it has made any progress (#117). Thanks @azachar !
    • Closing a progress bar will now force the progress bar to refresh (PR #110). Thanks @kmtong !
    • Using a default DecimalFormat object if isSpeedShown is true as it will otherwise throw a NullPointerException during rendering (#121, PR #120). Thanks @gaoagong !
  • Dependency bump. Specifically:
Changelog

Sourced from progressbar's changelog.

Changelog

  • 0.9.3:

    • New functionalities:
      • Supports for wrapping around java.io.OutputStreams and java.io.Writers (#114). Thanks @azachar !
      • Added continuousUpdate boolean parameter to various constructors and the ProgressUpdateAction so that long-running processes don't take forever to print something (#121, PR #120). Thanks @gaoagong !
    • Performance improvements:
      • Improved performance in rendered string building (PR #107). Thanks @heroesleo65 !
      • Improved performance in ConsoleProgressBarConsumer::accept (PR #106). Thanks @heroesleo65 !
    • Bugfixes:
      • Displays a progress bar immediately after it starts, regardless of whether it has made any progress (#117). Thanks @azachar !
      • Closing a progress bar will now force the progress bar to refresh (PR #110). Thanks @kmtong !
      • Using a default DecimalFormat object if isSpeedShown is true as it will otherwise throw a NullPointerException during rendering (#121, PR #120). Thanks @gaoagong !
    • Dependency bump. Specifically:
  • 0.9.2:

    • New functionalities:
      • Supports for wrapping around java.io.Readers.
    • Bugfixes:
      • Fixed potential StringIndexOutOfBoundsException and improved performance in trimDisplayLength (PR #104). Thanks @heroesleo65 !
      • Fixed the bug that incorrectly calculates string display length while displaying that results in last ) truncated (#105).
    • Improvements:
      • Size now known when wrapping an array (PR #101). Thanks @seanf !
      • Better estimation of initial max for spliterators (#102).
    • Misc:
      • Dependency version bump.
  • 0.9.1:

    • Improvements:
      • Correct rendering of East Asian full-width characters as defined in Unicode TR11 (#75). Thanks @ImSejin and @fangyuzhong2016 !
      • Only renders the progress bar when progress is made (#91). This improves the performance of progress bars. Thanks @elanzini !
      • Added setMaxRenderedLength method to builders (#71). Thanks @koppor !
    • Misc:
      • Updates JUnit 4 to JUnit 5 (PR #93). Thanks @michaelsiepmann !
      • Dependency version bump.
  • 0.9.0:

    • New functionalities:
      • Supports the parallel display of multiple progress bars (PR #69), fixing #11. Thanks @vehovsky !
      • Supports pausing and resuming progress bars (PR #56, PR #63), fixing #17. Thanks @mesat !
      • Supports direct wrapping around arrays (#62).
      • Supports customized max length for progress bars (#71). Thanks @koppor and @cloudnotify !
    • Bugfixes:
      • Fixes the bug of dividing-by-zero when extra message is too long on indefinite progress bars (PR #85), fixing #84. Thanks @AndreiNekrasOn and @rharder !
    • Misc:
      • Removed redundant jline-terminal-jansi dependency (#77). Thanks @zbateson !
      • Added references to Kotlin extensions (#72). Thanks @heinrichreimer !
      • Changed the permission level of some methods in DefaultProgressBarRenderer to "protected" to make it more extensible (#81). Thanks @ksvladimir !
      • Dependency version bump.

... (truncated)

Commits

Merge request reports