[jira] [Work logged] (LANG-1617) Improve/clean math package

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

[GitHub] [commons-lang] arturobernalg closed pull request #659: LANG-1617 - Improve/clean math package

2020-11-22 Thread GitBox
arturobernalg closed pull request #659: URL: https://github.com/apache/commons-lang/pull/659 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

[GitHub] [commons-vfs] PeterAlfredLee closed pull request #148: Simplify loop in method Os#determineAllFamilies

2020-11-22 Thread GitBox
PeterAlfredLee closed pull request #148: URL: https://github.com/apache/commons-vfs/pull/148 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

[GitHub] [commons-imaging] gwlucastrig commented on pull request #108: Issue-266 access full precision of TIFF samples

2020-11-22 Thread GitBox
gwlucastrig commented on pull request #108: URL: https://github.com/apache/commons-imaging/pull/108#issuecomment-731867351 A better name for the transcriber class would be a good idea... in terms of the directories, I have no strong preference. One thing to keep in mind is the a

[GitHub] [commons-imaging] kinow commented on a change in pull request #108: Issue-266 access full precision of TIFF samples

2020-11-22 Thread GitBox
kinow commented on a change in pull request #108: URL: https://github.com/apache/commons-imaging/pull/108#discussion_r528412185 ## File path: src/main/java/org/apache/commons/imaging/formats/tiff/TiffDirectory.java ## @@ -914,4 +915,41 @@ public boolean

[jira] [Commented] (CRYPTO-143) Release a new version to maven central

2020-11-22 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17236984#comment-17236984 ] Gary D. Gregory commented on CRYPTO-143: The current version is 1.1.0, not 1.1.0, please see

[jira] [Commented] (CRYPTO-146) Create new release to major repositories

2020-11-22 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17236983#comment-17236983 ] Gary D. Gregory commented on CRYPTO-146: The current version is 1.1.0, not 1.1.0, please see

[jira] [Work logged] (LANG-1524) TypeUtils.toString StackOverflowError for an inner class in the inner class parameterized enclosing class.

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

[jira] [Work logged] (LANG-1524) TypeUtils.toString StackOverflowError for an inner class in the inner class parameterized enclosing class.

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

[GitHub] [commons-lang] aakashgupta96 commented on pull request #657: [LANG-1524] : Added cycle detection check in toString for classes

2020-11-22 Thread GitBox
aakashgupta96 commented on pull request #657: URL: https://github.com/apache/commons-lang/pull/657#issuecomment-731780296 @arturobernalg @garydgregory Done rebasing changes with master. Can you please check now?

[GitHub] [commons-lang] aakashgupta96 removed a comment on pull request #657: [LANG-1524] : Added cycle detection check in toString for classes

2020-11-22 Thread GitBox
aakashgupta96 removed a comment on pull request #657: URL: https://github.com/apache/commons-lang/pull/657#issuecomment-731564002 @arturobernalg Done rebasing changes with master. Can you check now? This is an automated

[jira] [Commented] (CRYPTO-146) Create new release to major repositories

2020-11-22 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17236959#comment-17236959 ] Arturo Bernal commented on CRYPTO-146: -- Duplicated --> CRYPTO-143 > Create new release to major

[jira] [Commented] (CRYPTO-2) Create benchmark for Apache Commons Crypto

2020-11-22 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17236956#comment-17236956 ] Arturo Bernal commented on CRYPTO-2: Hi Guys, Pls review the PR solving the conflict.  Regards  >

[jira] [Work logged] (CRYPTO-151) Migrate to Junit 5

2020-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-151?focusedWorklogId=515267=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-515267 ] ASF GitHub Bot logged work on CRYPTO-151: - Author: ASF GitHub Bot

[GitHub] [commons-crypto] arturobernalg commented on a change in pull request #109: CRYPTO-151 - Migrate to Junit 5

2020-11-22 Thread GitBox
arturobernalg commented on a change in pull request #109: URL: https://github.com/apache/commons-crypto/pull/109#discussion_r528342789 ## File path: src/conf/Docker/Dockerfile-luw ## @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one Review

[jira] [Work logged] (COMPRESS-559) SparseTarTest different on Linux and Windows

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

[GitHub] [commons-compress] theobisproject commented on pull request #152: COMPRESS-559: Extract sparsefile-0.1 also on Linux

2020-11-22 Thread GitBox
theobisproject commented on pull request #152: URL: https://github.com/apache/commons-compress/pull/152#issuecomment-731747864 The described problem seems to be still there on Ubuntu 16.04 since the test fails in Travis CI. Should we investigate further?

[jira] [Work logged] (CRYPTO-151) Migrate to Junit 5

2020-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-151?focusedWorklogId=515260=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-515260 ] ASF GitHub Bot logged work on CRYPTO-151: - Author: ASF GitHub Bot

[GitHub] [commons-crypto] arturobernalg opened a new pull request #109: CRYPTO-151 - Migrate to Junit 5

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

[jira] [Created] (CRYPTO-151) Migrate to Junit 5

2020-11-22 Thread Arturo Bernal (Jira)
Arturo Bernal created CRYPTO-151: Summary: Migrate to Junit 5 Key: CRYPTO-151 URL: https://issues.apache.org/jira/browse/CRYPTO-151 Project: Commons Crypto Issue Type: Improvement

[jira] [Work logged] (COMPRESS-560) TarArchiveInputStream returns wrong value on canReadEntryData for sparse entries

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

[GitHub] [commons-compress] coveralls commented on pull request #153: COMPRESS-560: Do not return false if the entry is a tar sparse entry

2020-11-22 Thread GitBox
coveralls commented on pull request #153: URL: https://github.com/apache/commons-compress/pull/153#issuecomment-731746985 [![Coverage Status](https://coveralls.io/builds/35152317/badge)](https://coveralls.io/builds/35152317) Coverage increased (+0.004%) to 87.273% when pulling

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

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

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

2020-11-22 Thread GitBox
theobisproject commented on pull request #113: URL: https://github.com/apache/commons-compress/pull/113#issuecomment-731746841 > `readLastEntry_tarStream` is even slower than eithor My guess would be that the performance characteristic of `IOUtils.skip` is quite different than the

[jira] [Work logged] (COMPRESS-560) TarArchiveInputStream returns wrong value on canReadEntryData for sparse entries

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

[GitHub] [commons-compress] theobisproject opened a new pull request #153: COMPRESS-560: Do not return false if the entry is a tar sparse entry

2020-11-22 Thread GitBox
theobisproject opened a new pull request #153: URL: https://github.com/apache/commons-compress/pull/153 Also some unit test cleanup to use assumeTrue/assumeFalse with the OS check. Now tests will be shown as skipped instead of success when they are not run.

[jira] [Created] (COMPRESS-560) TarArchiveInputStream returns wrong value on canReadEntryData for sparse entries

2020-11-22 Thread Robin Schimpf (Jira)
Robin Schimpf created COMPRESS-560: -- Summary: TarArchiveInputStream returns wrong value on canReadEntryData for sparse entries Key: COMPRESS-560 URL: https://issues.apache.org/jira/browse/COMPRESS-560

[jira] [Work logged] (COMPRESS-559) SparseTarTest different on Linux and Windows

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

[GitHub] [commons-compress] theobisproject opened a new pull request #152: COMPRESS-559: Extract sparsefile-0.1 also on Linux

2020-11-22 Thread GitBox
theobisproject opened a new pull request #152: URL: https://github.com/apache/commons-compress/pull/152 As discussed in https://github.com/apache/commons-compress/pull/113 the problem can no longer be seen in newer Ubuntu versions

[jira] [Created] (COMPRESS-559) SparseTarTest different on Linux and Windows

2020-11-22 Thread Robin Schimpf (Jira)
Robin Schimpf created COMPRESS-559: -- Summary: SparseTarTest different on Linux and Windows Key: COMPRESS-559 URL: https://issues.apache.org/jira/browse/COMPRESS-559 Project: Commons Compress

[GitHub] [commons-imaging] coveralls commented on pull request #108: Issue-266 access full precision of TIFF samples

2020-11-22 Thread GitBox
coveralls commented on pull request #108: URL: https://github.com/apache/commons-imaging/pull/108#issuecomment-731739169 [![Coverage Status](https://coveralls.io/builds/35151915/badge)](https://coveralls.io/builds/35151915) Coverage increased (+0.05%) to 76.473% when pulling

[GitHub] [commons-imaging] gwlucastrig opened a new pull request #108: Issue-266 access full precision of TIFF samples

2020-11-22 Thread GitBox
gwlucastrig opened a new pull request #108: URL: https://github.com/apache/commons-imaging/pull/108 This change will allow applications to read elevation data from NASA's Shuttle Radar Topography Mission (SRTM). This change will give Commons Imaging users accesses to more than ten

[jira] [Work logged] (LANG-1524) TypeUtils.toString StackOverflowError for an inner class in the inner class parameterized enclosing class.

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

[GitHub] [commons-lang] aakashgupta96 edited a comment on pull request #657: [LANG-1524] : Added cycle detection check in toString for classes

2020-11-22 Thread GitBox
aakashgupta96 edited a comment on pull request #657: URL: https://github.com/apache/commons-lang/pull/657#issuecomment-731487813 @arturobernalg @garydgregory Could you please review this PR? Since I'm new to open source, let me know in case I missed something or I need to make any