gocd / gocd-database-migrator

Migrating GoCD data between H2 / PostgreSQL / MySQL.
https://www.gocd.org
Apache License 2.0
2 stars 5 forks source link

Bump progressbar from 0.8.1 to 0.9.3 #18

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps progressbar from 0.8.1 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:
  • 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:
    • Support 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

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:
  • 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.
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:
    • 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:

  • 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:
    • 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


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)