You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/02/01 00:07:31 UTC

[GitHub] [iotdb] dependabot[bot] opened a new pull request #5004: Bump progressbar from 0.7.3 to 0.7.4

dependabot[bot] opened a new pull request #5004:
URL: https://github.com/apache/iotdb/pull/5004


   Bumps [progressbar](https://github.com/ctongfei/progressbar) from 0.7.3 to 0.7.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/ctongfei/progressbar/releases">progressbar's releases</a>.</em></p>
   <blockquote>
   <h2>0.7.4</h2>
   <ul>
   <li>Fixed the bug of slow exit with fast jobs (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/50">#50</a>, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/51">#51</a>). Thanks <a href="https://github.com/meawoppl"><code>@​meawoppl</code></a> <a href="https://github.com/denisrosset"><code>@​denisrosset</code></a> !</li>
   <li>Dependency version bump.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/ctongfei/progressbar/blob/main/CHANGELOG.md">progressbar's changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <ul>
   <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://github-redirect.dependabot.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://github-redirect.dependabot.com/ctongfei/progressbar/issues/121">#121</a>, PR <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/ctongfei/progressbar/issues/121">#121</a>, PR <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/jline/jline3/issues/688">jline/jline3#688</a> (PR <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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>
   <ul>
   <li>Improvements:
   <ul>
   <li>Correct rendering of East Asian full-width characters as defined in <a href="http://www.unicode.org/reports/tr11/">Unicode TR11</a> (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/75">#75</a>). Thanks <a href="https://github.com/ImSejin"><code>@​ImSejin</code></a> and <a href="https://github.com/fangyuzhong2016"><code>@​fangyuzhong2016</code></a> !</li>
   <li>Only renders the progress bar when progress is made (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/91">#91</a>). This improves the performance of progress bars. Thanks <a href="https://github.com/elanzini"><code>@​elanzini</code></a> !</li>
   <li>Added <code>setMaxRenderedLength</code> method to builders (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/71">#71</a>). Thanks <a href="https://github.com/koppor"><code>@​koppor</code></a> !</li>
   </ul>
   </li>
   <li>Misc:
   <ul>
   <li>Updates JUnit 4 to JUnit 5 (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/93">#93</a>). Thanks <a href="https://github.com/michaelsiepmann"><code>@​michaelsiepmann</code></a> !</li>
   <li>Dependency version bump.</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>
   <p><code>0.9.0</code>:</p>
   <ul>
   <li>New functionalities:
   <ul>
   <li>Supports the parallel display of multiple progress bars (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/69">#69</a>), fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/11">#11</a>. Thanks <a href="https://github.com/vehovsky"><code>@​vehovsky</code></a> !</li>
   <li>Supports pausing and resuming progress bars (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/56">#56</a>, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/63">#63</a>), fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/17">#17</a>. Thanks <a href="https://github.com/mesat"><code>@​mesat</code></a> !</li>
   <li>Supports direct wrapping around arrays (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/62">#62</a>).</li>
   <li>Supports customized max length for progress bars (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/71">#71</a>). Thanks <a href="https://github.com/koppor"><code>@​koppor</code></a> and <a href="https://github.com/cloudnotify"><code>@​cloudnotify</code></a> !</li>
   </ul>
   </li>
   <li>Bugfixes:
   <ul>
   <li>Fixes the bug of dividing-by-zero when extra message is too long on indefinite progress bars (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/85">#85</a>), fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/84">#84</a>. Thanks <a href="https://github.com/AndreiNekrasOn"><code>@​AndreiNekrasOn</code></a> and <a href="https://github.com/rharder"><code>@​rharder</code></a> !</li>
   </ul>
   </li>
   <li>Misc:
   <ul>
   <li>Removed redundant <code>jline-terminal-jansi</code> dependency (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/77">#77</a>). Thanks <a href="https://github.com/zbateson"><code>@​zbateson</code></a> !</li>
   <li>Added references to Kotlin extensions (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/72">#72</a>). Thanks <a href="https://github.com/heinrichreimer"><code>@​heinrichreimer</code></a> !</li>
   <li>Changed the permission level of some methods in <code>DefaultProgressBarRenderer</code> to &quot;protected&quot; to make it more extensible (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/81">#81</a>). Thanks <a href="https://github.com/ksvladimir"><code>@​ksvladimir</code></a> !</li>
   <li>Dependency version bump.</li>
   </ul>
   </li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/ctongfei/progressbar/commit/cf9beeb5906e77d7756a6c7f2b5416fb2554d192"><code>cf9beeb</code></a> 0.7.4 README update</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/f26bbbb408bffd55bf872c5ab1db448e9896cf20"><code>f26bbbb</code></a> 0.7.4: fix bug in interrupted clause</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/61678dbad624cb70ce19fc4a199ee1a78f04e01e"><code>61678db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/51">#51</a> from meawoppl/master</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/c1caa6034ec5c0596d4ab21f87e07964fff6b1f7"><code>c1caa60</code></a> Add a test</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/e636c62019c5651d96a4d79b70e0f8d416fdd2c1"><code>e636c62</code></a> Revert version number change</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/1b72766ef5d0c272efa02d3da5943278e9af587b"><code>1b72766</code></a> Bump version number</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/c160af437ee32c672f10d26c5171ca70870842cb"><code>c160af4</code></a> Move to interrupt</li>
   <li>See full diff in <a href="https://github.com/ctongfei/progressbar/compare/0.7.3...0.7.4">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=me.tongfei:progressbar&package-manager=maven&previous-version=0.7.3&new-version=0.7.4)](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 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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [iotdb] wangchao316 commented on a change in pull request #5004: Bump progressbar from 0.7.3 to 0.7.4

Posted by GitBox <gi...@apache.org>.
wangchao316 commented on a change in pull request #5004:
URL: https://github.com/apache/iotdb/pull/5004#discussion_r800356974



##########
File path: cli/pom.xml
##########
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>me.tongfei</groupId>
             <artifactId>progressbar</artifactId>
-            <version>0.9.0</version>
+            <version>0.7.4</version>

Review comment:
       why Upgrading 0.9.0  to 0.7.4 ?




-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [iotdb] HTHou closed pull request #5004: Bump progressbar from 0.7.3 to 0.7.4

Posted by GitBox <gi...@apache.org>.
HTHou closed pull request #5004:
URL: https://github.com/apache/iotdb/pull/5004


   


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [iotdb] HTHou commented on a change in pull request #5004: Bump progressbar from 0.7.3 to 0.7.4

Posted by GitBox <gi...@apache.org>.
HTHou commented on a change in pull request #5004:
URL: https://github.com/apache/iotdb/pull/5004#discussion_r800452891



##########
File path: cli/pom.xml
##########
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>me.tongfei</groupId>
             <artifactId>progressbar</artifactId>
-            <version>0.9.0</version>
+            <version>0.7.4</version>

Review comment:
       Emmm.... It may be the mistake of dependabot.  Let me close this PR?




-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [iotdb] dependabot[bot] commented on pull request #5004: Bump progressbar from 0.7.3 to 0.7.4

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #5004:
URL: https://github.com/apache/iotdb/pull/5004#issuecomment-1031317218


   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org