dependabot[bot] opened a new pull request, #3367: URL: https://github.com/apache/ignite-3/pull/3367
Bumps [me.tongfei:progressbar](https://github.com/ctongfei/progressbar) from 0.9.4 to 0.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ctongfei/progressbar/releases">me.tongfei:progressbar's releases</a>.</em></p> <blockquote> <h2>0.10.0</h2> <ul> <li>New functionalities: <ul> <li>Makes <code>me.tongfei.progressbar</code> a Java 9 module (<a href="https://redirect.github.com/ctongfei/progressbar/issues/149">#149</a>, <a href="https://redirect.github.com/ctongfei/progressbar/issues/153">#153</a>, <a href="https://redirect.github.com/ctongfei/progressbar/issues/154">#154</a>). Thanks <a href="https://github.com/clo-vis"><code>@clo-vis</code></a>, <a href="https://github.com/Kamillaova"><code>@Kamillaova</code></a>, <a href="https://github.com/bowbahdoe"><code>@bowbahdoe</code></a> !</li> <li>Enables the builder pattern for <code>ProgressBarStyle</code> (PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/152">#152</a>). Thanks <a href="https://github.com/PakhomovAlexander"><code>@PakhomovAlexander</code></a> !</li> </ul> </li> <li>Dependency version bump.</li> </ul> <h2>0.9.5</h2> <ul> <li>Bugfixes: <ul> <li>Fixed the problem of <code>ProgressState</code> not being public, thus making <code>setEtaFunction</code> useless (<a href="https://redirect.github.com/ctongfei/progressbar/issues/147">#147</a>, PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/146">#146</a>). Thanks <a href="https://github.com/deejgregor"><code>@deejgregor</code></a>, <a href="https://github.com/natanfudge"><code>@natanfudge</code></a> !</li> <li>Correct handling of ANSI control characters in calculating the display length.</li> </ul> </li> <li>New functionalities: <ul> <li>Added a new <code>UNICODE_COLORFUL_BAR</code> style.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ctongfei/progressbar/blob/main/CHANGELOG.md">me.tongfei:progressbar's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <ul> <li> <p><code>0.10.0</code>:</p> <ul> <li>New functionalities: <ul> <li>Make <code>me.tongfei.progressbar</code> a Java 9 module (<a href="https://redirect.github.com/ctongfei/progressbar/issues/149">#149</a>, <a href="https://redirect.github.com/ctongfei/progressbar/issues/153">#153</a>, <a href="https://redirect.github.com/ctongfei/progressbar/issues/154">#154</a>). Thanks <a href="https://github.com/clo-vis"><code>@clo-vis</code></a>, <a href="https://github.com/Kamillaova"><code>@Kamillaova</code></a>, <a href="https://github.com/bowbahdoe"><code>@bowbahdoe</code></a> !</li> <li>Enables the builder pattern for <code>ProgressBarStyle</code> (PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/152">#152</a>). Thanks <a href="https://github.com/PakhomovAlexander"><code>@PakhomovAlexander</code></a> !</li> </ul> </li> <li>Dependency version bump.</li> </ul> </li> <li> <p><code>0.9.5</code>:</p> <ul> <li>Bugfixes: <ul> <li>Fixed the problem of <code>ProgressState</code> not being public, thus making <code>setEtaFunction</code> useless (<a href="https://redirect.github.com/ctongfei/progressbar/issues/147">#147</a>, PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/146">#146</a>). Thanks <a href="https://github.com/deejgregor"><code>@deejgregor</code></a>, <a href="https://github.com/natanfudge"><code>@natanfudge</code></a> !</li> <li>Correct handling of ANSI control characters in calculating the display length.</li> </ul> </li> <li>New functionalities: <ul> <li>Added a new <code>UNICODE_COLORFUL_BAR</code> style.</li> </ul> </li> </ul> </li> <li> <p><code>0.9.4</code>:</p> <ul> <li>New functionalities: <ul> <li>In <code>ProgressBarBuilder</code>s, one can now switch whether to show the remaining time, or to provide a custom function to compute the remaining time (if the progress is not linear) (<a href="https://redirect.github.com/ctongfei/progressbar/issues/131">#131</a>). Thanks <a href="https://github.com/MagnusErikssonAB"><code>@MagnusErikssonAB</code></a> !</li> <li>In <code>ProgressBarBuilder</code>s, one can now set <code>.clearDisplayOnFinish()</code> to clear the display on terminals when a progress is complete (<a href="https://redirect.github.com/ctongfei/progressbar/issues/135">#135</a>). Thanks <a href="https://github.com/mattparkins"><code>@mattparkins</code></a> !</li> <li>Added a method <code>ProgressBar::isIndefinite</code> to check if a progress bar's max is unknown (<a href="https://redirect.github.com/ctongfei/progressbar/issues/140">#140</a>). Thanks <a href="https://github.com/lt3stus3el"><code>@lt3stus3el</code></a> !</li> </ul> </li> <li>Bugfixes: <ul> <li>Fixed the bug of not drawing after resetting or stepping back caused by <a href="https://redirect.github.com/ctongfei/progressbar/issues/91">#91</a> (<a href="https://redirect.github.com/ctongfei/progressbar/issues/124">#124</a>). Thanks <a href="https://github.com/Bricktheworld"><code>@Bricktheworld</code></a> !</li> <li>Suppress exceptions thrown in <code>Spliterator.estimateSize</code> and continue as if indefinite (<a href="https://redirect.github.com/ctongfei/progressbar/issues/141">#141</a>). Thanks <a href="https://github.com/seanf"><code>@seanf</code></a> !</li> </ul> </li> <li>Dependency version bump.</li> </ul> </li> <li> <p><code>0.9.3</code>:</p> <ul> <li>New functionalities: <ul> <li>Supports for wrapping around <code>java.io.OutputStream</code>s and <code>java.io.Writer</code>s (<a href="https://redirect.github.com/ctongfei/progressbar/issues/114">#114</a>). Thanks <a href="https://github.com/azachar"><code>@azachar</code></a> !</li> <li>Added <code>continuousUpdate</code> boolean parameter to various constructors and the <code>ProgressUpdateAction</code> so that long-running processes don't take forever to print something (<a href="https://redirect.github.com/ctongfei/progressbar/issues/121">#121</a>, PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/120">#120</a>). Thanks <a href="https://github.com/gaoagong"><code>@gaoagong</code></a> !</li> </ul> </li> <li>Performance improvements: <ul> <li>Improved performance in rendered string building (PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/107">#107</a>). Thanks <a href="https://github.com/heroesleo65"><code>@heroesleo65</code></a> !</li> <li>Improved performance in <code>ConsoleProgressBarConsumer::accept</code> (PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/106">#106</a>). Thanks <a href="https://github.com/heroesleo65"><code>@heroesleo65</code></a> !</li> </ul> </li> <li>Bugfixes: <ul> <li>Displays a progress bar immediately after it starts, regardless of whether it has made any progress (<a href="https://redirect.github.com/ctongfei/progressbar/issues/117">#117</a>). Thanks <a href="https://github.com/azachar"><code>@azachar</code></a> !</li> <li>Closing a progress bar will now force the progress bar to refresh (PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/110">#110</a>). Thanks <a href="https://github.com/kmtong"><code>@kmtong</code></a> !</li> <li>Using a default <code>DecimalFormat</code> object if <code>isSpeedShown</code> is true as it will otherwise throw a <code>NullPointerException</code> during rendering (<a href="https://redirect.github.com/ctongfei/progressbar/issues/121">#121</a>, PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/120">#120</a>). Thanks <a href="https://github.com/gaoagong"><code>@gaoagong</code></a> !</li> </ul> </li> <li>Dependency bump. Specifically: <ul> <li>Supports Apple M1 due to <a href="https://redirect.github.com/jline/jline3/issues/688">jline/jline3#688</a> (PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/119">#119</a>). Thanks <a href="https://github.com/snuyanzin"><code>@snuyanzin</code></a> !</li> </ul> </li> </ul> </li> <li> <p><code>0.9.2</code>:</p> <ul> <li>New functionalities: <ul> <li>Supports for wrapping around <code>java.io.Reader</code>s.</li> </ul> </li> <li>Bugfixes: <ul> <li>Fixed potential <code>StringIndexOutOfBoundsException</code> and improved performance in <code>trimDisplayLength</code> (PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/104">#104</a>). Thanks <a href="https://github.com/heroesleo65"><code>@heroesleo65</code></a> !</li> <li>Fixed the bug that incorrectly calculates string display length while displaying that results in last <code>)</code> truncated (<a href="https://redirect.github.com/ctongfei/progressbar/issues/105">#105</a>).</li> </ul> </li> <li>Improvements: <ul> <li>Size now known when wrapping an array (PR <a href="https://redirect.github.com/ctongfei/progressbar/issues/101">#101</a>). Thanks <a href="https://github.com/seanf"><code>@seanf</code></a> !</li> <li>Better estimation of initial max for spliterators (<a href="https://redirect.github.com/ctongfei/progressbar/issues/102">#102</a>).</li> </ul> </li> <li>Misc: <ul> <li>Dependency version bump.</li> </ul> </li> </ul> </li> <li> <p><code>0.9.1</code>:</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ctongfei/progressbar/commit/5af675536e51b56733e17aa6d63cacaa79ddfb42"><code>5af6755</code></a> Merge pull request <a href="https://redirect.github.com/ctongfei/progressbar/issues/155">#155</a> from ctongfei/0.10.0</li> <li><a href="https://github.com/ctongfei/progressbar/commit/141d09c21319a818f1f702ce84a8972224b2dd9c"><code>141d09c</code></a> version bump; credit PR authors</li> <li><a href="https://github.com/ctongfei/progressbar/commit/cc53d38cf7f2260bbff98e418c8f86eaa6fff4e9"><code>cc53d38</code></a> version bump</li> <li><a href="https://github.com/ctongfei/progressbar/commit/f48cf5f50ea78658feeb202b62e8a624c8d7020f"><code>f48cf5f</code></a> Merge pull request <a href="https://redirect.github.com/ctongfei/progressbar/issues/152">#152</a> from PakhomovAlexander/custom-progress-bar-style</li> <li><a href="https://github.com/ctongfei/progressbar/commit/3a55618f78a50c935ef591ffd930dea292b20642"><code>3a55618</code></a> update pom.xml to use classpath for testing</li> <li><a href="https://github.com/ctongfei/progressbar/commit/08dd4d1bd3f105e2701319d3829e06db3397e70a"><code>08dd4d1</code></a> +module-info.java; bump versions</li> <li><a href="https://github.com/ctongfei/progressbar/commit/03b4efc50e217074e8aab5c852c80cdef5a22722"><code>03b4efc</code></a> Support ANSI colors and write documentation</li> <li><a href="https://github.com/ctongfei/progressbar/commit/1ffa06c61f250cef135b96e24f1c15a90f9124cf"><code>1ffa06c</code></a> bump version string</li> <li><a href="https://github.com/ctongfei/progressbar/commit/d81515bee5d35026f273376c5fcdccccf02f2296"><code>d81515b</code></a> correct handling of ANSI control character display lengths</li> <li><a href="https://github.com/ctongfei/progressbar/commit/0e70616ef5af8a0befe3317493b4d4dbe7664ea9"><code>0e70616</code></a> add a new UNICODE_COLORFUL_BAR style</li> <li>Additional commits viewable in <a href="https://github.com/ctongfei/progressbar/compare/0.9.4...0.10.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
