[jira] [Work logged] (COLLECTIONS-772) Provide private constructor to the Utils Collections

2020-11-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-772?focusedWorklogId=513981&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-513981 ] ASF GitHub Bot logged work on COLLECTIONS-772: -- Author: ASF

[GitHub] [commons-collections] aherbert commented on a change in pull request #195: [COLLECTIONS-772] - Provide private constructor to the Utils Collections

2020-11-18 Thread GitBox
aherbert commented on a change in pull request #195: URL: https://github.com/apache/commons-collections/pull/195#discussion_r526652955 ## File path: src/main/java/org/apache/commons/collections4/IterableUtils.java ## @@ -50,6 +50,11 @@ */ public class IterableUtils { +

[jira] [Updated] (COLLECTIONS-772) Provide private constructor to the Utils Collections

2020-11-18 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal updated COLLECTIONS-772: -- Description: Utils classes have their constructor made private to prohibit instant

[jira] [Work logged] (COLLECTIONS-772) Provide private constructor to the Utils Collections

2020-11-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-772?focusedWorklogId=513965&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-513965 ] ASF GitHub Bot logged work on COLLECTIONS-772: -- Author: ASF

[GitHub] [commons-collections] arturobernalg opened a new pull request #195: [COLLECTIONS-772] - Provide private constructor to the Utils Collections

2020-11-18 Thread GitBox
arturobernalg opened a new pull request #195: URL: https://github.com/apache/commons-collections/pull/195 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[jira] [Created] (COLLECTIONS-772) Provide private constructor to the Utils Collections

2020-11-18 Thread Arturo Bernal (Jira)
Arturo Bernal created COLLECTIONS-772: - Summary: Provide private constructor to the Utils Collections Key: COLLECTIONS-772 URL: https://issues.apache.org/jira/browse/COLLECTIONS-772 Project: Common

[jira] [Commented] (COLLECTIONS-672) There are no List collection with optimized indexOf method.

2020-11-18 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235186#comment-17235186 ] Arturo Bernal commented on COLLECTIONS-672: --- HI [~masyamandev] Pls review

[jira] [Commented] (CRYPTO-144) Illegal reflective access by org.apache.commons.crypto.stream.CryptoInputStream

2020-11-18 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235178#comment-17235178 ] Arturo Bernal commented on CRYPTO-144: -- Hi [~ggregory]   We can close this issues

[jira] [Work logged] (COMPRESS-540) Random access on Tar archive

2020-11-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-540?focusedWorklogId=513896&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-513896 ] ASF GitHub Bot logged work on COMPRESS-540: --- Author: ASF GitHub B

[GitHub] [commons-compress] PeterAlfredLee commented on pull request #113: COMPRESS-540: Implement TarFile to allow random access to tar files

2020-11-18 Thread GitBox
PeterAlfredLee commented on pull request #113: URL: https://github.com/apache/commons-compress/pull/113#issuecomment-730065042 > My testing showed the TarFile and TarArchiveStream performance is equivalent for sequential access. The performance gain for accessing a single entry in the TarF

[jira] [Created] (JEXL-339) Typo in documentation

2020-11-18 Thread Michele Vivoda (Jira)
Michele Vivoda created JEXL-339: --- Summary: Typo in documentation Key: JEXL-339 URL: https://issues.apache.org/jira/browse/JEXL-339 Project: Commons JEXL Issue Type: Improvement Repo

[jira] [Comment Edited] (LANG-1504) StopWatch: steps feature

2020-11-18 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/LANG-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234283#comment-17234283 ] Arturo Bernal edited comment on LANG-1504 at 11/18/20, 5:24 PM:

[jira] [Work logged] (LANG-1593) Common behaviour for StringUtils join APIs when called with char or String delimiter

2020-11-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1593?focusedWorklogId=513645&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-513645 ] ASF GitHub Bot logged work on LANG-1593: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg commented on pull request #635: [LANG-1593] - Common behaviour for StringUtils join APIs when called with char or String delimiter

2020-11-18 Thread GitBox
arturobernalg commented on pull request #635: URL: https://github.com/apache/commons-lang/pull/635#issuecomment-729827347 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Comment Edited] (LANG-1531) escapeXml10 does not escape newline and tab characters to #xA

2020-11-18 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/LANG-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17234292#comment-17234292 ] Arturo Bernal edited comment on LANG-1531 at 11/18/20, 5:16 PM:

[jira] [Work logged] (COMPRESS-540) Random access on Tar archive

2020-11-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-540?focusedWorklogId=513621&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-513621 ] ASF GitHub Bot logged work on COMPRESS-540: --- Author: ASF GitHub B

[GitHub] [commons-compress] theobisproject commented on pull request #113: COMPRESS-540: Implement TarFile to allow random access to tar files

2020-11-18 Thread GitBox
theobisproject commented on pull request #113: URL: https://github.com/apache/commons-compress/pull/113#issuecomment-729799712 @kinow Thank you for your feedback! > > In the SparseFilesTest extracting of sparsefile-0.1 in pax_gnu_sparse.tar is skipped because of problems with tar

[GitHub] [commons-logging] xiaozhiliaoo opened a new pull request #25: add more ignore to .gitignore file

2020-11-18 Thread GitBox
xiaozhiliaoo opened a new pull request #25: URL: https://github.com/apache/commons-logging/pull/25 I clone the commons-logging project in IntelliJ IDEA. but find a lot of IDEA files not ignore. so I add more ignore to .gitignore file. --