[jira] [Work logged] (CSV-148) CSVFormat.ignoreSurroundingSpaces is ignored when printing

2020-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CSV-148?focusedWorklogId=445630=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-445630 ] ASF GitHub Bot logged work on CSV-148: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] dota17 commented on pull request #70: [CSV-148] Add testcases about withIgnoreSurroundingSpaces() and withTrim()

2020-06-14 Thread GitBox
dota17 commented on pull request #70: URL: https://github.com/apache/commons-csv/pull/70#issuecomment-643869952 https://issues.apache.org/jira/projects/CSV/issues/CSV-148 Add test cases for CSV-148 tickets on Jira, distinguish between withIgnoreSurroundingSapces() and withTrim()

[GitHub] [commons-lang] garydgregory merged pull request #555: Add binary compatibility check to Maven default goal

2020-06-14 Thread GitBox
garydgregory merged pull request #555: URL: https://github.com/apache/commons-lang/pull/555 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-csv] dota17 commented on pull request #69: Change JiraCsv164Test to JiraCsv154Test

2020-06-14 Thread GitBox
dota17 commented on pull request #69: URL: https://github.com/apache/commons-csv/pull/69#issuecomment-643859014 @garydgregory Oh sorry, I will pay attention on it. This is an automated message from the Apache Git

[jira] [Comment Edited] (LANG-1571) Allow to pass Supplier arrays to getIfNull

2020-06-14 Thread Yeldos Tanikin (Jira)
[ https://issues.apache.org/jira/browse/LANG-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135285#comment-17135285 ] Yeldos Tanikin edited comment on LANG-1571 at 6/14/20, 9:05 PM: Hi, what

[jira] [Updated] (LANG-1571) Allow to pass Supplier arrays to getIfNull

2020-06-14 Thread Yeldos Tanikin (Jira)
[ https://issues.apache.org/jira/browse/LANG-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yeldos Tanikin updated LANG-1571: - Description: change  public static T getIfNull(final T object, final Supplier defaultSupplier) 

[jira] [Comment Edited] (LANG-1571) Allow to pass Supplier arrays to getIfNull

2020-06-14 Thread Yeldos Tanikin (Jira)
[ https://issues.apache.org/jira/browse/LANG-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135285#comment-17135285 ] Yeldos Tanikin edited comment on LANG-1571 at 6/14/20, 8:53 PM: Hi, can I

[jira] [Commented] (LANG-1571) allow to pass Supplier arrays to getIfNull

2020-06-14 Thread Yeldos Tanikin (Jira)
[ https://issues.apache.org/jira/browse/LANG-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135285#comment-17135285 ] Yeldos Tanikin commented on LANG-1571: -- Hi, can I take the task to implement? what should I do? >

[jira] [Updated] (LANG-1571) Allow to pass Supplier arrays to getIfNull

2020-06-14 Thread Yeldos Tanikin (Jira)
[ https://issues.apache.org/jira/browse/LANG-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yeldos Tanikin updated LANG-1571: - Summary: Allow to pass Supplier arrays to getIfNull (was: allow to pass Supplier arrays to

[jira] [Updated] (LANG-1571) allow to pass Supplier arrays to getIfNull

2020-06-14 Thread Yeldos Tanikin (Jira)
[ https://issues.apache.org/jira/browse/LANG-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yeldos Tanikin updated LANG-1571: - Summary: allow to pass Supplier arrays to getIfNull (was: allow to pass arrays to getIfNull) >

[jira] [Created] (LANG-1571) allow to pass arrays to getIfNull

2020-06-14 Thread Yeldos Tanikin (Jira)
Yeldos Tanikin created LANG-1571: Summary: allow to pass arrays to getIfNull Key: LANG-1571 URL: https://issues.apache.org/jira/browse/LANG-1571 Project: Commons Lang Issue Type: Improvement

[jira] [Resolved] (LANG-1569) Add ArrayUtils.get(T[], index, T) to provide an out-of-bounds default value

2020-06-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LANG-1569. --- Fix Version/s: 3.11 Resolution: Fixed [~ytanikin] It's already in git master. > Add

[jira] [Comment Edited] (LANG-1569) Add ArrayUtils.get(T[], index, T) to provide an out-of-bounds default value

2020-06-14 Thread Yeldos Tanikin (Jira)
[ https://issues.apache.org/jira/browse/LANG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135275#comment-17135275 ] Yeldos Tanikin edited comment on LANG-1569 at 6/14/20, 8:03 PM: Hi, I'd

[jira] [Commented] (LANG-1569) Add ArrayUtils.get(T[], index, T) to provide an out-of-bounds default value

2020-06-14 Thread Yeldos Tanikin (Jira)
[ https://issues.apache.org/jira/browse/LANG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135275#comment-17135275 ] Yeldos Tanikin commented on LANG-1569: -- Hi, I'd like to implement this task, what should I do? > Add

[jira] [Created] (MATH-1546) Ability to decrement values from Mean, Variance and related metrics

2020-06-14 Thread Gili (Jira)
Gili created MATH-1546: -- Summary: Ability to decrement values from Mean, Variance and related metrics Key: MATH-1546 URL: https://issues.apache.org/jira/browse/MATH-1546 Project: Commons Math Issue

[GitHub] [commons-lang] coveralls edited a comment on pull request #555: add bc detect as discussed in mailing list.

2020-06-14 Thread GitBox
coveralls edited a comment on pull request #555: URL: https://github.com/apache/commons-lang/pull/555#issuecomment-643784290 [![Coverage Status](https://coveralls.io/builds/31443711/badge)](https://coveralls.io/builds/31443711) Coverage remained the same at 95.026% when pulling

[jira] [Commented] (CRYPTO-148) Releasing Commons Crypto with AArch64 support

2020-06-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135253#comment-17135253 ] Gary D. Gregory commented on CRYPTO-148: As of 2020-06-14, the contents of the docx file are:

[GitHub] [commons-lang] garydgregory commented on pull request #555: add bc detect as discussed in mailing list.

2020-06-14 Thread GitBox
garydgregory commented on pull request #555: URL: https://github.com/apache/commons-lang/pull/555#issuecomment-643800206 If you add japicmp from the default goal, then please remove clirr. Clirr is not Java 8 aware anyway.

[GitHub] [commons-lang] garydgregory edited a comment on pull request #555: add bc detect as discussed in mailing list.

2020-06-14 Thread GitBox
garydgregory edited a comment on pull request #555: URL: https://github.com/apache/commons-lang/pull/555#issuecomment-643800206 If you add japicmp to the default goal, then please remove clirr. Clirr is not Java 8 aware anyway.

[jira] [Closed] (JCS-170) [JCache] cache name can make JMX registration fail

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-170. -- > [JCache] cache name can make JMX registration fail > -- > >

[jira] [Closed] (JCS-171) Multiple CacheEventQueue.QProcessor spawned for the same cache region

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-171. -- > Multiple CacheEventQueue.QProcessor spawned for the same cache region >

[jira] [Closed] (JCS-178) client using RemoteCache are not working

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-178. -- > client using RemoteCache are not working > > >

[jira] [Closed] (JCS-190) [JCACHE] listener onExpired callback not always called

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-190. -- > [JCACHE] listener onExpired callback not always called >

[jira] [Closed] (JCS-174) ClassLoaderAwareCache shouldnt impose the object type to be serializable

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-174. -- > ClassLoaderAwareCache shouldnt impose the object type to be serializable >

[jira] [Closed] (JCS-180) CacheInvocationContextImpl NPE if method doesnt have any argument

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-180. -- > CacheInvocationContextImpl NPE if method doesnt have any argument >

[jira] [Closed] (JCS-172) MaxLife element attribute causing cache region to stop responding

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-172. -- > MaxLife element attribute causing cache region to stop responding >

[jira] [Closed] (JCS-177) CompositeCacheManager leaks memory if CacheAccess.dipose is called

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-177. -- > CompositeCacheManager leaks memory if CacheAccess.dipose is called >

[jira] [Closed] (JCS-176) RemoteCacheNoWaitFacade constructor throws ConcurrentModificationException

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-176. -- > RemoteCacheNoWaitFacade constructor throws ConcurrentModificationException >

[jira] [Closed] (JCS-179) org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory not able to start server

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-179. -- > org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory not > able to start server >

[jira] [Closed] (JCS-173) cdi integration doesnt find static annotations on interfaces of (java) proxies

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-173. -- > cdi integration doesnt find static annotations on interfaces of (java) proxies >

[jira] [Closed] (JCS-175) Could not sync changes in distributed environment.

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-175. -- > Could not sync changes in distributed environment. > -- > >

[jira] [Closed] (JCS-184) Unexpected dispose() in CompositeCacheManager.release()

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-184. -- > Unexpected dispose() in CompositeCacheManager.release() >

[jira] [Closed] (JCS-183) JCache CDI integration is slow

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-183. -- > JCache CDI integration is slow > -- > > Key: JCS-183 >

[jira] [Closed] (JCS-169) [JCache] Access Expiry not respected

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-169. -- > [JCache] Access Expiry not respected > > > Key:

[jira] [Closed] (JCS-168) cdi/nocdi jcache jar doesnt contain the right META-INF/services/javax.enterprise.inject.spi.Extension file

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl closed JCS-168. -- > cdi/nocdi jcache jar doesnt contain the right > META-INF/services/javax.enterprise.inject.spi.Extension

[jira] [Commented] (JCS-205) commons-jcs3-core-3.0-20200526.132410-4-sources.jar lacks META-INF/services/org.apache.commons.jcs3.log.LogFactory

2020-06-14 Thread Simon Legner (Jira)
[ https://issues.apache.org/jira/browse/JCS-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135208#comment-17135208 ] Simon Legner commented on JCS-205: -- Great, thank you! >

[GitHub] [commons-lang] coveralls commented on pull request #555: add bc detect as discussed in mailing list.

2020-06-14 Thread GitBox
coveralls commented on pull request #555: URL: https://github.com/apache/commons-lang/pull/555#issuecomment-643784290 [![Coverage Status](https://coveralls.io/builds/31442455/badge)](https://coveralls.io/builds/31442455) Coverage remained the same at 95.026% when pulling

[GitHub] [commons-lang] XenoAmess opened a new pull request #555: add bc detect as discussed in mailing list.

2020-06-14 Thread GitBox
XenoAmess opened a new pull request #555: URL: https://github.com/apache/commons-lang/pull/555 by changing defaultGoal in pom.xml This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Resolved] (JCS-205) commons-jcs3-core-3.0-20200526.132410-4-sources.jar lacks META-INF/services/org.apache.commons.jcs3.log.LogFactory

2020-06-14 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-205. Fix Version/s: jcs-3.0 Assignee: Thomas Vandahl Resolution: Fixed Fixed in master >

[jira] [Commented] (CRYPTO-148) Releasing Commons Crypto with AArch64 support

2020-06-14 Thread odidev (Jira)
[ https://issues.apache.org/jira/browse/CRYPTO-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135187#comment-17135187 ] odidev commented on CRYPTO-148: --- A gentle reminder! Can you please have a look at this issue. Thanks.   >

[jira] [Resolved] (LANG-1547) Minor improvements

2020-06-14 Thread Jin Xu (Jira)
[ https://issues.apache.org/jira/browse/LANG-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jin Xu resolved LANG-1547. -- Resolution: Fixed Thanks [~ggregory] > Minor improvements > -- > > Key:

[jira] [Commented] (LANG-1567) Javadoc error in EqualsBuilder.setTestRecursive()

2020-06-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135166#comment-17135166 ] Gary D. Gregory commented on LANG-1567: --- Waiting for PR > Javadoc error in

[jira] [Reopened] (LANG-1567) Javadoc error in EqualsBuilder.setTestRecursive()

2020-06-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory reopened LANG-1567: --- > Javadoc error in EqualsBuilder.setTestRecursive() >

[jira] [Commented] (LANG-1547) Minor improvements

2020-06-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17135163#comment-17135163 ] Gary D. Gregory commented on LANG-1547: --- Subtasks complete. Please review and close.   > Minor

[jira] [Resolved] (LANG-1557) Change a Pattern to a static final field, for not letting it compile each time the function invoked.

2020-06-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LANG-1557. --- Fix Version/s: 3.11 Resolution: Fixed > Change a Pattern to a static final field, for

[jira] [Updated] (LANG-1557) Change a Pattern to a static final field, for not letting it compile each time the function invoked.

2020-06-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated LANG-1557: -- Summary: Change a Pattern to a static final field, for not letting it compile each time the

[jira] [Work logged] (LANG-1557) change a Pattern to a static final field, for not letting it compile each time the function invoked.

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

[GitHub] [commons-lang] garydgregory merged pull request #542: [LANG-1557] Change a Pattern to a static final field, for not letting it compile each time the function invoked.

2020-06-14 Thread GitBox
garydgregory merged pull request #542: URL: https://github.com/apache/commons-lang/pull/542 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

[jira] [Resolved] (LANG-1565) Change removeLastFieldSeparator to use endsWith

2020-06-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved LANG-1565. --- Fix Version/s: 3.11 Resolution: Fixed > Change removeLastFieldSeparator to use

[jira] [Updated] (LANG-1565) Change removeLastFieldSeparator to use endsWith

2020-06-14 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LANG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated LANG-1565: -- Summary: Change removeLastFieldSeparator to use endsWith (was: change removeLastFieldSeparator

[jira] [Work logged] (LANG-1565) change removeLastFieldSeparator to use endsWith

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

[GitHub] [commons-lang] garydgregory merged pull request #550: [LANG-1565] change removeLastFieldSeparator to use endsWith

2020-06-14 Thread GitBox
garydgregory merged pull request #550: URL: https://github.com/apache/commons-lang/pull/550 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-beanutils] XenoAmess commented on pull request #27: [BEANUTILS-539] use Concurrent(Weak)HashMap (or anything both faster and have better thread safety) insteadof WeakFastHashMap

2020-06-14 Thread GitBox
XenoAmess commented on pull request #27: URL: https://github.com/apache/commons-beanutils/pull/27#issuecomment-643767887 > Just wait. I have a query on the legal mailing list to check to see if we can reuse the Infinispan version of its concurrent weak key hash map, and since it is

[jira] [Work logged] (COLLECTIONS-764) Refine javadoc and fix typos

2020-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-764?focusedWorklogId=445565=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-445565 ] ASF GitHub Bot logged work on COLLECTIONS-764: -- Author: ASF

[GitHub] [commons-collections] coveralls edited a comment on pull request #165: [COLLECTIONS-764] Refine javadoc and fix typos

2020-06-14 Thread GitBox
coveralls edited a comment on pull request #165: URL: https://github.com/apache/commons-collections/pull/165#issuecomment-637488425 [![Coverage Status](https://coveralls.io/builds/31440627/badge)](https://coveralls.io/builds/31440627) Coverage remained the same at 90.123% when

[GitHub] [commons-beanutils] XenoAmess closed pull request #26: [BEANUTILS-538] refine performance of MethodUtils.getPrimitiveWrapper and getPrimitiveType

2020-06-14 Thread GitBox
XenoAmess closed pull request #26: URL: https://github.com/apache/commons-beanutils/pull/26 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

[jira] [Work logged] (COLLECTIONS-764) Refine javadoc and fix typos

2020-06-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-764?focusedWorklogId=445563=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-445563 ] ASF GitHub Bot logged work on COLLECTIONS-764: -- Author: ASF

[GitHub] [commons-collections] XenoAmess commented on pull request #165: [COLLECTIONS-764] Refine javadoc and fix typos

2020-06-14 Thread GitBox
XenoAmess commented on pull request #165: URL: https://github.com/apache/commons-collections/pull/165#issuecomment-643755003 the travis-ci false pending for several days already. will try to retrigger it. This is an

[GitHub] [commons-compress] XenoAmess closed pull request #108: Performance test for BZip2CompressorOutputStream

2020-06-14 Thread GitBox
XenoAmess closed pull request #108: URL: https://github.com/apache/commons-compress/pull/108 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-lang] coveralls edited a comment on pull request #535: [LANG-1549] implement TODO in CharSequenceUtils.lastIndexOf : remake it.

2020-06-14 Thread GitBox
coveralls edited a comment on pull request #535: URL: https://github.com/apache/commons-lang/pull/535#issuecomment-636537530 [![Coverage Status](https://coveralls.io/builds/31440072/badge)](https://coveralls.io/builds/31440072) Coverage decreased (-0.04%) to 94.991% when pulling

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

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

[jira] [Work logged] (LANG-1557) change a Pattern to a static final field, for not letting it compile each time the function invoked.

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

[GitHub] [commons-lang] coveralls edited a comment on pull request #542: [LANG-1557] change a Pattern to a static final field, for not letting it compile each time the function invoked.

2020-06-14 Thread GitBox
coveralls edited a comment on pull request #542: URL: https://github.com/apache/commons-lang/pull/542#issuecomment-636677473 [![Coverage Status](https://coveralls.io/builds/31440044/badge)](https://coveralls.io/builds/31440044) Coverage remained the same at 95.028% when pulling

[jira] [Work logged] (LANG-1548) split regionMatches for better performance

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

[jira] [Work logged] (LANG-1565) change removeLastFieldSeparator to use endsWith

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

[GitHub] [commons-lang] coveralls edited a comment on pull request #534: [LANG-1548] split regionMatches for better performance

2020-06-14 Thread GitBox
coveralls edited a comment on pull request #534: URL: https://github.com/apache/commons-lang/pull/534#issuecomment-636531146 [![Coverage Status](https://coveralls.io/builds/31440001/badge)](https://coveralls.io/builds/31440001) Coverage increased (+0.005%) to 95.033% when

[GitHub] [commons-lang] coveralls edited a comment on pull request #550: [LANG-1565] change removeLastFieldSeparator to use endsWith

2020-06-14 Thread GitBox
coveralls edited a comment on pull request #550: URL: https://github.com/apache/commons-lang/pull/550#issuecomment-636710503 [![Coverage Status](https://coveralls.io/builds/31440015/badge)](https://coveralls.io/builds/31440015) Coverage decreased (-0.003%) to 95.026% when