[GitHub] [commons-text] ali-ghanbari commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
ali-ghanbari commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-886430226 Hello, Thank you @kinow for the insightful comment regarding `StringBuilder` object used in `algorithmC`. It took me a while to understand that it is possible t

[jira] [Reopened] (IO-744) FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread Ronald Brill (Jira)
[ https://issues.apache.org/jira/browse/IO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronald Brill reopened IO-744: - The 'optimized' fix introduces another problem - have done another PR having a test case that shows the new prob

[jira] [Work logged] (IO-744) FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-744?focusedWorklogId=627549&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627549 ] ASF GitHub Bot logged work on IO-744: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] rbri commented on a change in pull request #251: [IO-744] FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread GitBox
rbri commented on a change in pull request #251: URL: https://github.com/apache/commons-io/pull/251#discussion_r676328916 ## File path: src/main/java/org/apache/commons/io/output/FileWriterWithEncoding.java ## @@ -227,7 +227,12 @@ private static Writer initWriter(final File fi

[jira] [Work logged] (IO-744) FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-744?focusedWorklogId=627548&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627548 ] ASF GitHub Bot logged work on IO-744: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] rbri opened a new pull request #252: [IO-744] test that shows the last fix did not work

2021-07-25 Thread GitBox
rbri opened a new pull request #252: URL: https://github.com/apache/commons-io/pull/252 one more test - this time the test shows that the 'optimized' fix for issue_IO-744 breaks the append constructor option -- This is an automated message from the Apache Git Service. To respond to the m

[jira] [Commented] (GEOMETRY-138) Use unchecked exceptions in IO modules

2021-07-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386994#comment-17386994 ] Matt Juntunen commented on GEOMETRY-138: Sounds good. Based on what I'm reading

[GitHub] [commons-text] kinow commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
kinow commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-886260831 I think I fixed the Javadoc error in `master`. If you could rebase it later, then CI should be OK again. BTW, when we are ready to merge it, if I am the one doing the merge, I

[GitHub] [commons-text] kinow commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
kinow commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-886260131 There is already a JMH test somewhere in the code, added recently to Text (I was looking at Numbers & Imaging, as I recalled we added one somewhere really recently - turns out

[GitHub] [commons-text] coveralls edited a comment on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
coveralls edited a comment on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-846470672 [![Coverage Status](https://coveralls.io/builds/41630204/badge)](https://coveralls.io/builds/41630204) Coverage decreased (-0.08%) to 97.877% when pulling

[GitHub] [commons-text] ali-ghanbari commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
ali-ghanbari commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-886259223 > @ali-ghanbari , I will review it once I have some spare time. Thanks a lot for updating the PR and fixing CI issues. > > We can definitely ignore that issue sinc

[GitHub] [commons-text] kinow commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
kinow commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-886258537 @ali-ghanbari , I will review it once I have some spare time. Thanks a lot for updating the PR and fixing CI issues. We can definitely ignore that issue since it is not b

[GitHub] [commons-text] ali-ghanbari edited a comment on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
ali-ghanbari edited a comment on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-886257991 Thank you @kinow for mentioning the CI issue. It looks like that the issue is due to a recent changes in CI configuration which makes the older version of `

[GitHub] [commons-text] ali-ghanbari commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
ali-ghanbari commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-886257991 Thank you @kinow for mentioning the CI issue. It looks like that the issue is due to a recent change([see](https://github.com/apache/commons-text/commit/87640ed259

[GitHub] [commons-text] coveralls edited a comment on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
coveralls edited a comment on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-846470672 [![Coverage Status](https://coveralls.io/builds/41630153/badge)](https://coveralls.io/builds/41630153) Coverage decreased (-0.08%) to 97.877% when pulling

[GitHub] [commons-dbcp] garydgregory merged pull request #118: Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0

2021-07-25 Thread GitBox
garydgregory merged pull request #118: URL: https://github.com/apache/commons-dbcp/pull/118 -- 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: issues

[jira] [Resolved] (IO-744) FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved IO-744. Fix Version/s: 2.12.0 Resolution: Fixed [~rbri] May you please see git master, verify that your

[jira] [Work logged] (IO-744) FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-744?focusedWorklogId=627474&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627474 ] ASF GitHub Bot logged work on IO-744: - Author: ASF GitHub Bot Cre

[jira] [Work logged] (IO-744) FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-744?focusedWorklogId=627475&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627475 ] ASF GitHub Bot logged work on IO-744: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] garydgregory commented on a change in pull request #251: [IO-744] FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread GitBox
garydgregory commented on a change in pull request #251: URL: https://github.com/apache/commons-io/pull/251#discussion_r676186568 ## File path: src/test/java/org/apache/commons/io/output/FileWriterWithEncodingTest.java ## @@ -197,6 +198,25 @@ public void constructor_File_nullF

[GitHub] [commons-io] garydgregory commented on a change in pull request #251: [IO-744] FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread GitBox
garydgregory commented on a change in pull request #251: URL: https://github.com/apache/commons-io/pull/251#discussion_r676186513 ## File path: src/main/java/org/apache/commons/io/output/FileWriterWithEncoding.java ## @@ -227,7 +227,12 @@ private static Writer initWriter(final

[jira] [Work logged] (IO-744) FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-744?focusedWorklogId=627472&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627472 ] ASF GitHub Bot logged work on IO-744: - Author: ASF GitHub Bot Cre

[jira] [Work logged] (IO-744) FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-744?focusedWorklogId=627473&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627473 ] ASF GitHub Bot logged work on IO-744: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] garydgregory closed pull request #251: [IO-744] FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread GitBox
garydgregory closed pull request #251: URL: https://github.com/apache/commons-io/pull/251 -- 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: issues-u

[GitHub] [commons-io] garydgregory commented on pull request #251: [IO-744] FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread GitBox
garydgregory commented on pull request #251: URL: https://github.com/apache/commons-io/pull/251#issuecomment-886241849 @rbri Thank you for your PR. See comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Updated] (IO-744) FileWriterWithEncoding for an existing file no longer truncates the file.

2021-07-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated IO-744: --- Summary: FileWriterWithEncoding for an existing file no longer truncates the file. (was: FileWriterWithE

[GitHub] [commons-vfs] garydgregory merged pull request #205: Add vscode files to gitignore

2021-07-25 Thread GitBox
garydgregory merged pull request #205: URL: https://github.com/apache/commons-vfs/pull/205 -- 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: issues-

[GitHub] [commons-vfs] garydgregory merged pull request #206: Replace package.html with package-info.java

2021-07-25 Thread GitBox
garydgregory merged pull request #206: URL: https://github.com/apache/commons-vfs/pull/206 -- 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: issues-

[GitHub] [commons-text] ali-ghanbari commented on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
ali-ghanbari commented on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-886238608 > I think CI was passing before, but apparently some Javadoc needs updating @ali-ghanbari ? > > ``` > Error: Failed to execute goal org.apache.maven.plugins:

[GitHub] [commons-text] coveralls edited a comment on pull request #233: A More Efficient Implementation for Calculating Size of Longest Common Subsequence

2021-07-25 Thread GitBox
coveralls edited a comment on pull request #233: URL: https://github.com/apache/commons-text/pull/233#issuecomment-846470672 [![Coverage Status](https://coveralls.io/builds/41629198/badge)](https://coveralls.io/builds/41629198) Coverage decreased (-0.09%) to 97.874% when pulling

[jira] [Commented] (GEOMETRY-138) Use unchecked exceptions in IO modules

2021-07-25 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386928#comment-17386928 ] Gilles Sadowski commented on GEOMETRY-138: -- IMO, specific exceptions are not n

[jira] [Work logged] (IO-744) FileWriterWithEncoding is not backward compatible to version 2.10.0

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-744?focusedWorklogId=627460&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627460 ] ASF GitHub Bot logged work on IO-744: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] coveralls commented on pull request #251: [IO-744] testcase and possible fix for https://issues.apache.org/jira/browse/IO-744

2021-07-25 Thread GitBox
coveralls commented on pull request #251: URL: https://github.com/apache/commons-io/pull/251#issuecomment-886223344 [![Coverage Status](https://coveralls.io/builds/41628568/badge)](https://coveralls.io/builds/41628568) Coverage decreased (-0.01%) to 89.097% when pulling **c41c4b

[jira] [Commented] (IO-744) FileWriterWithEncoding is not backward compatible to version 2.10.0

2021-07-25 Thread Ronald Brill (Jira)
[ https://issues.apache.org/jira/browse/IO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386904#comment-17386904 ] Ronald Brill commented on IO-744: - https://github.com/apache/commons-io/pull/251 > FileWrite

[jira] [Work logged] (IO-744) FileWriterWithEncoding is not backward compatible to version 2.10.0

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-744?focusedWorklogId=627456&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627456 ] ASF GitHub Bot logged work on IO-744: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] rbri opened a new pull request #251: [IO-744] testcase and possible fix for https://issues.apache.org/jira/browse/IO-744

2021-07-25 Thread GitBox
rbri opened a new pull request #251: URL: https://github.com/apache/commons-io/pull/251 -- 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: issues-uns

[jira] [Commented] (IO-744) FileWriterWithEncoding is not backward compatible to version 2.10.0

2021-07-25 Thread Ronald Brill (Jira)
[ https://issues.apache.org/jira/browse/IO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386896#comment-17386896 ] Ronald Brill commented on IO-744: - No problem, will submit one soon. > FileWriterWithEncodin

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #206: chore: replace package.html with package-info.java

2021-07-25 Thread GitBox
garydgregory commented on a change in pull request #206: URL: https://github.com/apache/commons-vfs/pull/206#discussion_r676147277 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/operations/vcs/package-info.java ## @@ -0,0 +1,32 @@ +/* + * Licensed to the Apac

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #206: chore: replace package.html with package-info.java

2021-07-25 Thread GitBox
garydgregory commented on a change in pull request #206: URL: https://github.com/apache/commons-vfs/pull/206#discussion_r676147247 ## File path: commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/libcheck/package.html ## @@ -1,21 +0,0 @@ - - -Sample clients for common

[jira] [Commented] (IO-744) FileWriterWithEncoding is not backward compatible to version 2.10.0

2021-07-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386891#comment-17386891 ] Gary D. Gregory commented on IO-744: [~rbri] Thank your for your report. PRs are welcome

[GitHub] [commons-vfs] SethFalco commented on a change in pull request #206: chore: replace package.html with package-info.java

2021-07-25 Thread GitBox
SethFalco commented on a change in pull request #206: URL: https://github.com/apache/commons-vfs/pull/206#discussion_r676146700 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/operations/vcs/package-info.java ## @@ -0,0 +1,32 @@ +/* + * Licensed to the Apache

[GitHub] [commons-vfs] SethFalco commented on a change in pull request #206: chore: replace package.html with package-info.java

2021-07-25 Thread GitBox
SethFalco commented on a change in pull request #206: URL: https://github.com/apache/commons-vfs/pull/206#discussion_r676145926 ## File path: commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/libcheck/package.html ## @@ -1,21 +0,0 @@ - - -Sample clients for commons-n

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #206: chore: replace package.html with package-info.java

2021-07-25 Thread GitBox
garydgregory commented on a change in pull request #206: URL: https://github.com/apache/commons-vfs/pull/206#discussion_r676145871 ## File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/operations/vcs/package-info.java ## @@ -0,0 +1,32 @@ +/* + * Licensed to the Apac

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #206: chore: replace package.html with package-info.java

2021-07-25 Thread GitBox
garydgregory commented on a change in pull request #206: URL: https://github.com/apache/commons-vfs/pull/206#discussion_r676145677 ## File path: commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/libcheck/package.html ## @@ -1,21 +0,0 @@ - - -Sample clients for common

[jira] [Commented] (GEOMETRY-138) Use unchecked exceptions in IO modules

2021-07-25 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386877#comment-17386877 ] Matt Juntunen commented on GEOMETRY-138: [~erans], why would we create a librar

[jira] [Created] (GEOMETRY-138) Use unchecked exceptions in IO modules

2021-07-25 Thread Matt Juntunen (Jira)
Matt Juntunen created GEOMETRY-138: -- Summary: Use unchecked exceptions in IO modules Key: GEOMETRY-138 URL: https://issues.apache.org/jira/browse/GEOMETRY-138 Project: Apache Commons Geometry

[jira] [Updated] (IO-744) FileWriterWithEncoding is not backward compatible to version 2.10.0

2021-07-25 Thread Ronald Brill (Jira)
[ https://issues.apache.org/jira/browse/IO-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronald Brill updated IO-744: Description: Creating a new FileWriterWithEncoding for an existing file no longer truncates the file. This was

[jira] [Created] (IO-744) FileWriterWithEncoding is not backward compatible to version 2.10.0

2021-07-25 Thread Ronald Brill (Jira)
Ronald Brill created IO-744: --- Summary: FileWriterWithEncoding is not backward compatible to version 2.10.0 Key: IO-744 URL: https://issues.apache.org/jira/browse/IO-744 Project: Commons IO Issue T

[jira] [Deleted] (POOL-398) Project space.

2021-07-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/POOL-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory deleted POOL-398: - > Project space. > -- > > Key: POOL-398 > URL: https://iss

[jira] [Deleted] (POOL-397) Api federated entity

2021-07-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/POOL-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory deleted POOL-397: - > Api federated entity > - > > Key: POOL-397 > UR

[jira] [Resolved] (RNG-156) Dirichlet distribution sampler

2021-07-25 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert resolved RNG-156. -- Fix Version/s: 1.4 Resolution: Implemented Added in commit: b930e7ba3e6c5c623d2c04c3100b8dcdd2bba2

[GitHub] [commons-rng] asfgit merged pull request #96: RNG-156: Add DirichletSampler

2021-07-25 Thread GitBox
asfgit merged pull request #96: URL: https://github.com/apache/commons-rng/pull/96 -- 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: issues-unsubscr

[GitHub] [commons-rng] coveralls edited a comment on pull request #96: RNG-156: Add DirichletSampler

2021-07-25 Thread GitBox
coveralls edited a comment on pull request #96: URL: https://github.com/apache/commons-rng/pull/96#issuecomment-885724011 [![Coverage Status](https://coveralls.io/builds/41626548/badge)](https://coveralls.io/builds/41626548) Coverage increased (+0.004%) to 99.621% when pulling *