[GitHub] [commons-rng] coveralls edited a comment on pull request #89: RNG-136: Add ObjectSampler and SharedStateObjectSampler interfaces

2021-05-19 Thread GitBox
coveralls edited a comment on pull request #89: URL: https://github.com/apache/commons-rng/pull/89#issuecomment-842617274 [![Coverage Status](https://coveralls.io/builds/39833916/badge)](https://coveralls.io/builds/39833916) Coverage increased (+0.0001%) to 99.554% when pulling

[jira] [Updated] (RNG-136) ObjectSampler and SharedStateObjectSampler interfaces

2021-05-19 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert updated RNG-136: - Description: The sampling package currently contains interfaces for creating int and double samples and

[jira] [Comment Edited] (RNG-136) ObjectSampler and SharedStateObjectSampler interfaces

2021-05-19 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17347861#comment-17347861 ] Alex Herbert edited comment on RNG-136 at 5/19/21, 8:37 PM: h2. Updating

[jira] [Commented] (RNG-136) ObjectSampler and SharedStateObjectSampler interfaces

2021-05-19 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17347861#comment-17347861 ] Alex Herbert commented on RNG-136: -- h2. Updating existing classes changes functional compatibility

[jira] [Updated] (LANG-1661) Add methods to ClassUtils to get the class type names in a null-safe manner

2021-05-19 Thread Arturo Bernal (Jira)
[ https://issues.apache.org/jira/browse/LANG-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arturo Bernal updated LANG-1661: Labels: pull-request-available (was: ) > Add methods to ClassUtils to get the class type names in

[jira] [Work logged] (LANG-1572) implement TODO in CharSequenceUtils.indexOf : remake it.

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1572?focusedWorklogId=599339=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599339 ] ASF GitHub Bot logged work on LANG-1572: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #560: [LANG-1572] green implementation CharSequenceUtils.indexOf

2021-05-19 Thread GitBox
coveralls edited a comment on pull request #560: URL: https://github.com/apache/commons-lang/pull/560#issuecomment-650483751 [![Coverage Status](https://coveralls.io/builds/39825662/badge)](https://coveralls.io/builds/39825662) Coverage decreased (-0.007%) to 94.92% when pulling

[jira] [Work logged] (LANG-1572) implement TODO in CharSequenceUtils.indexOf : remake it.

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1572?focusedWorklogId=599327=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599327 ] ASF GitHub Bot logged work on LANG-1572: Author: ASF GitHub Bot

[GitHub] [commons-lang] XenoAmess commented on pull request #560: [LANG-1572] green implementation CharSequenceUtils.indexOf

2021-05-19 Thread GitBox
XenoAmess commented on pull request #560: URL: https://github.com/apache/commons-lang/pull/560#issuecomment-844255113 @aherbert fixed. please re-review. thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [commons-io] coveralls commented on pull request #235: CharArrayWriter

2021-05-19 Thread GitBox
coveralls commented on pull request #235: URL: https://github.com/apache/commons-io/pull/235#issuecomment-844244542 [![Coverage Status](https://coveralls.io/builds/39824135/badge)](https://coveralls.io/builds/39824135) Coverage decreased (-0.6%) to 88.767% when pulling

[jira] [Work logged] (LANG-1572) implement TODO in CharSequenceUtils.indexOf : remake it.

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1572?focusedWorklogId=599314=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599314 ] ASF GitHub Bot logged work on LANG-1572: Author: ASF GitHub Bot

[GitHub] [commons-lang] XenoAmess commented on a change in pull request #560: [LANG-1572] green implementation CharSequenceUtils.indexOf

2021-05-19 Thread GitBox
XenoAmess commented on a change in pull request #560: URL: https://github.com/apache/commons-lang/pull/560#discussion_r635366397 ## File path: src/main/java/org/apache/commons/lang3/CharSequenceUtils.java ## @@ -133,24 +133,87 @@ static int indexOf(final CharSequence cs, final

[jira] [Work logged] (LANG-1572) implement TODO in CharSequenceUtils.indexOf : remake it.

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1572?focusedWorklogId=599313=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599313 ] ASF GitHub Bot logged work on LANG-1572: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #560: [LANG-1572] green implementation CharSequenceUtils.indexOf

2021-05-19 Thread GitBox
coveralls edited a comment on pull request #560: URL: https://github.com/apache/commons-lang/pull/560#issuecomment-650483751 [![Coverage Status](https://coveralls.io/builds/39823280/badge)](https://coveralls.io/builds/39823280) Coverage decreased (-0.003%) to 94.924% when

[jira] [Work logged] (IO-726) Add MemoryMappedInputStream

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-726?focusedWorklogId=599296=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599296 ] ASF GitHub Bot logged work on IO-726: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] shollander commented on pull request #215: IO-726 Add MemoryMappedInputStream.

2021-05-19 Thread GitBox
shollander commented on pull request #215: URL: https://github.com/apache/commons-io/pull/215#issuecomment-844190370 @garydgregory Issues addressed. -- 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

[jira] [Work logged] (LANG-1572) implement TODO in CharSequenceUtils.indexOf : remake it.

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1572?focusedWorklogId=599292=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599292 ] ASF GitHub Bot logged work on LANG-1572: Author: ASF GitHub Bot

[GitHub] [commons-lang] XenoAmess commented on a change in pull request #560: [LANG-1572] green implementation CharSequenceUtils.indexOf

2021-05-19 Thread GitBox
XenoAmess commented on a change in pull request #560: URL: https://github.com/apache/commons-lang/pull/560#discussion_r635326740 ## File path: src/main/java/org/apache/commons/lang3/CharSequenceUtils.java ## @@ -133,24 +133,87 @@ static int indexOf(final CharSequence cs, final

[jira] [Work logged] (LANG-1572) implement TODO in CharSequenceUtils.indexOf : remake it.

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1572?focusedWorklogId=599291=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599291 ] ASF GitHub Bot logged work on LANG-1572: Author: ASF GitHub Bot

[GitHub] [commons-lang] XenoAmess commented on a change in pull request #560: [LANG-1572] green implementation CharSequenceUtils.indexOf

2021-05-19 Thread GitBox
XenoAmess commented on a change in pull request #560: URL: https://github.com/apache/commons-lang/pull/560#discussion_r635324914 ## File path: src/main/java/org/apache/commons/lang3/CharSequenceUtils.java ## @@ -133,24 +133,87 @@ static int indexOf(final CharSequence cs, final

[jira] [Commented] (IO-732) Char equivalent of UnsynchronizedByteArrayOutputStream (and InputStream)

2021-05-19 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/IO-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17347698#comment-17347698 ] PJ Fanning commented on IO-732: --- created [https://github.com/apache/commons-io/pull/235] as a draft > Char

[GitHub] [commons-io] pjfanning opened a new pull request #235: CharArrayWriter

2021-05-19 Thread GitBox
pjfanning opened a new pull request #235: URL: https://github.com/apache/commons-io/pull/235 A draft implementation of https://issues.apache.org/jira/browse/IO-732. * needs more tests * needs better javadoc -- This is an automated message from the Apache Git Service. To respond to

[jira] [Updated] (IO-732) Char equivalent of UnsynchronizedByteArrayOutputStream (and InputStream)

2021-05-19 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/IO-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning updated IO-732: -- Description: I was thinking of writing this and submitting it but just want to see if people think it makes sense

[jira] [Work logged] (IO-726) Add MemoryMappedInputStream

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-726?focusedWorklogId=599246=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599246 ] ASF GitHub Bot logged work on IO-726: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] coveralls edited a comment on pull request #215: IO-726 Add MemoryMappedInputStream.

2021-05-19 Thread GitBox
coveralls edited a comment on pull request #215: URL: https://github.com/apache/commons-io/pull/215#issuecomment-805093521 [![Coverage Status](https://coveralls.io/builds/39819390/badge)](https://coveralls.io/builds/39819390) Coverage decreased (-0.09%) to 89.286% when pulling

[jira] [Work logged] (IO-726) Add MemoryMappedInputStream

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-726?focusedWorklogId=599216=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599216 ] ASF GitHub Bot logged work on IO-726: - Author: ASF GitHub Bot Created

[GitHub] [commons-io] coveralls edited a comment on pull request #215: IO-726 Add MemoryMappedInputStream.

2021-05-19 Thread GitBox
coveralls edited a comment on pull request #215: URL: https://github.com/apache/commons-io/pull/215#issuecomment-805093521 [![Coverage Status](https://coveralls.io/builds/39818300/badge)](https://coveralls.io/builds/39818300) Coverage decreased (-0.3%) to 89.03% when pulling

[jira] [Work logged] (COMPRESS-565) Regression - Corrupted headers when using 64 bit ZipArchiveOutputStream

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-565?focusedWorklogId=599048=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599048 ] ASF GitHub Bot logged work on COMPRESS-565: --- Author: ASF GitHub Bot

[GitHub] [commons-compress] PeterAlfredLee merged pull request #169: COMPRESS-565 : add a new AlwaysWithCompatibility in Zip64Mode

2021-05-19 Thread GitBox
PeterAlfredLee merged pull request #169: URL: https://github.com/apache/commons-compress/pull/169 -- 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. For queries about this

[jira] [Work logged] (LANG-1661) Add methods to ClassUtils to get the class type names in a null-safe manner

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1661?focusedWorklogId=599037=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599037 ] ASF GitHub Bot logged work on LANG-1661: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #762: LANG-1661 - Add methods to ClassUtils to get the class type names in a null-safe manner

2021-05-19 Thread GitBox
coveralls edited a comment on pull request #762: URL: https://github.com/apache/commons-lang/pull/762#issuecomment-843798931 [![Coverage Status](https://coveralls.io/builds/39806247/badge)](https://coveralls.io/builds/39806247) Coverage increased (+0.001%) to 94.928% when

[jira] [Work logged] (LANG-1661) Add methods to ClassUtils to get the class type names in a null-safe manner

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1661?focusedWorklogId=599036=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599036 ] ASF GitHub Bot logged work on LANG-1661: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls commented on pull request #762: LANG-1661 - Add methods to ClassUtils to get the class type names in a null-safe manner

2021-05-19 Thread GitBox
coveralls commented on pull request #762: URL: https://github.com/apache/commons-lang/pull/762#issuecomment-843798931 [![Coverage Status](https://coveralls.io/builds/39806202/badge)](https://coveralls.io/builds/39806202) Coverage increased (+0.001%) to 94.928% when pulling

[jira] [Work logged] (LANG-1661) Add methods to ClassUtils to get the class type names in a null-safe manner

2021-05-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1661?focusedWorklogId=599029=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-599029 ] ASF GitHub Bot logged work on LANG-1661: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg opened a new pull request #762: LANG-1661 - Add methods to ClassUtils to get the class type names in a null-safe manner

2021-05-19 Thread GitBox
arturobernalg opened a new pull request #762: URL: https://github.com/apache/commons-lang/pull/762 Add methods ClassUtils to get the class names type in a null-safe manner: - getTypeName(Class) - getTypeName(Object) - getTypeName(Class, String) - getTypeName(Object, String)

[jira] [Created] (LANG-1661) Add methods to ClassUtils to get the class type names in a null-safe manner

2021-05-19 Thread Arturo Bernal (Jira)
Arturo Bernal created LANG-1661: --- Summary: Add methods to ClassUtils to get the class type names in a null-safe manner Key: LANG-1661 URL: https://issues.apache.org/jira/browse/LANG-1661 Project: