[jira] [Commented] (COMPRESS-510) Multiple retrievals of InputStream for same SevenZFile entry fails

2020-04-21 Thread Robin Schimpf (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17089302#comment-17089302 ] Robin Schimpf commented on COMPRESS-510: Thanks again for fixing the problem. Your explanation

[jira] [Commented] (COMPRESS-510) Multiple retrievals of InputStream for same SevenZFile entry fails

2020-04-21 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17089250#comment-17089250 ] Peter Lee commented on COMPRESS-510: I have find out the difference : the created 7z test archive

[jira] [Work logged] (COLLECTIONS-759) An issue about the failed with CI about the checkstyle of NewlineAtEndOfFile.

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

[GitHub] [commons-collections] kinow commented on issue #147: [COLLECTIONS-759]: add newline at end of file, and convert to unix (LF instead of CRLF) fixing checkstyle

2020-04-21 Thread GitBox
kinow commented on issue #147: URL: https://github.com/apache/commons-collections/pull/147#issuecomment-617516677 Thanks @dota17 ! Updating it now... (after I test with `mvn` this time). This is an automated message from

[jira] [Work logged] (COLLECTIONS-759) An issue about the failed with CI about the checkstyle of NewlineAtEndOfFile.

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

[GitHub] [commons-collections] dota17 commented on issue #147: [COLLECTIONS-759]: add newline at end of file, and convert to unix (LF instead of CRLF) fixing checkstyle

2020-04-21 Thread GitBox
dota17 commented on issue #147: URL: https://github.com/apache/commons-collections/pull/147#issuecomment-617504946 @kinow There is an unused import which maybe remove. [ERROR] src/test/java/org/apache/commons/collections4/CollectionUtilsTest.java:[22,15] (imports) UnusedImports:

[GitHub] [commons-collections] dota17 commented on issue #126: Improve MapUtils with the null checks, add JUnit for it and add Javadoc for the parameter indent.

2020-04-21 Thread GitBox
dota17 commented on issue #126: URL: https://github.com/apache/commons-collections/pull/126#issuecomment-617504382 > @dota17 > Please resolve conflicts if this PR is still viable. > TY! Thank you for your review. I had fixed it,

[jira] [Commented] (COMPRESS-510) Multiple retrievals of InputStream for same SevenZFile entry fails

2020-04-21 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17089211#comment-17089211 ] Peter Lee commented on COMPRESS-510: This is intersting. Trying to figure out why some 7z can work

[jira] [Updated] (COMPRESS-510) Multiple retrievals of InputStream for same SevenZFile entry fails

2020-04-21 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Lee updated COMPRESS-510: --- Assignee: Peter Lee > Multiple retrievals of InputStream for same SevenZFile entry fails >

[GitHub] [commons-imaging] gwlucastrig commented on issue #72: IMAGING-251 support for TIFF floating-point formats

2020-04-21 Thread GitBox
gwlucastrig commented on issue #72: URL: https://github.com/apache/commons-imaging/pull/72#issuecomment-617478052 This submission completes my work on the PR (pending review comments). Thank you for the opportunity to work on Commons Imaging.

[jira] [Work logged] (IMAGING-251) Support TIFF standard floating point data

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-251?focusedWorklogId=425955=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425955 ] ASF GitHub Bot logged work on IMAGING-251: -- Author: ASF GitHub Bot

[jira] [Work logged] (IMAGING-251) Support TIFF standard floating point data

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-251?focusedWorklogId=425943=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425943 ] ASF GitHub Bot logged work on IMAGING-251: -- Author: ASF GitHub Bot

[GitHub] [commons-imaging] coveralls edited a comment on issue #72: IMAGING-251 support for TIFF floating-point formats

2020-04-21 Thread GitBox
coveralls edited a comment on issue #72: URL: https://github.com/apache/commons-imaging/pull/72#issuecomment-610094475 [![Coverage Status](https://coveralls.io/builds/30242570/badge)](https://coveralls.io/builds/30242570) Coverage increased (+0.7%) to 75.862% when pulling

[GitHub] [commons-crypto] vanzin commented on a change in pull request #97: Additional unit tests for JNA, Cipher, Random, Utils testing error inputs

2020-04-21 Thread GitBox
vanzin commented on a change in pull request #97: URL: https://github.com/apache/commons-crypto/pull/97#discussion_r412565939 ## File path: src/test/java/org/apache/commons/crypto/cipher/AbstractCipherTest.java ## @@ -147,6 +153,75 @@ public void cryptoTest() throws Exception

[GitHub] [commons-crypto] vanzin commented on a change in pull request #98: Update pom.xml to explicitly prevent cleaning during release:prepare

2020-04-21 Thread GitBox
vanzin commented on a change in pull request #98: URL: https://github.com/apache/commons-crypto/pull/98#discussion_r412564077 ## File path: pom.xml ## @@ -606,6 +606,14 @@ The following provides more details on the included cryptographic software:

[GitHub] [commons-crypto] vanzin commented on issue #96: CI Improvements

2020-04-21 Thread GitBox
vanzin commented on issue #96: URL: https://github.com/apache/commons-crypto/pull/96#issuecomment-617465755 Travis looks pretty green, so looks good to me. Merging. This is an automated message from the Apache Git Service.

[GitHub] [commons-crypto] coveralls commented on issue #98: Update pom.xml to explicitly prevent cleaning during release:prepare

2020-04-21 Thread GitBox
coveralls commented on issue #98: URL: https://github.com/apache/commons-crypto/pull/98#issuecomment-617453609 [![Coverage Status](https://coveralls.io/builds/30241357/badge)](https://coveralls.io/builds/30241357) Coverage increased (+8.8%) to 73.861% when pulling

[GitHub] [commons-crypto] coveralls commented on issue #97: Additional unit tests for JNA, Cipher, Random, Utils testing error inputs

2020-04-21 Thread GitBox
coveralls commented on issue #97: URL: https://github.com/apache/commons-crypto/pull/97#issuecomment-617451912 [![Coverage Status](https://coveralls.io/builds/30241242/badge)](https://coveralls.io/builds/30241242) Coverage increased (+9.7%) to 74.671% when pulling

[GitHub] [commons-crypto] geoffreyblake opened a new pull request #98: Update pom.xml to explicitly prevent cleaning during release:prepare

2020-04-21 Thread GitBox
geoffreyblake opened a new pull request #98: URL: https://github.com/apache/commons-crypto/pull/98 Update pom.xml to configure the maven-release-plugin to not perform and clean when doing a release:prepare to allow build artifacts from other platform builds to be incorporated into the

[GitHub] [commons-crypto] geoffreyblake opened a new pull request #97: Additional unit tests for JNA, Cipher, Random, Utils testing error inputs

2020-04-21 Thread GitBox
geoffreyblake opened a new pull request #97: URL: https://github.com/apache/commons-crypto/pull/97 Add unit tests that exercise error paths for JNA, Cipher, Random, and Utils parts of the package. Raises coverage overall by a few percentage points. These tests touch some of the error

[GitHub] [commons-codec] aherbert commented on issue #46: Base16 Input and Output Streams

2020-04-21 Thread GitBox
aherbert commented on issue #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-617406675 My aim was not to dishearten, it was to try and maintain a common interface and functionality in the different instances of BaseNCodec. The 72 character line wrap was an

[jira] [Resolved] (NUMBERS-147) Fraction/BigFraction from(double, int) should support Integer.MIN_VALUE as max denominator

2020-04-21 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/NUMBERS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert resolved NUMBERS-147. -- Fix Version/s: 1.0-beta1 Resolution: Fixed Conversion from a double has been revised

[GitHub] [commons-collections] garydgregory commented on issue #126: Improve MapUtils with the null checks, add JUnit for it and add Javadoc for the parameter indent.

2020-04-21 Thread GitBox
garydgregory commented on issue #126: URL: https://github.com/apache/commons-collections/pull/126#issuecomment-617256288 @dota17 Please resolve conflicts if this PR is still viable. TY! This is an automated message

[GitHub] [commons-collections] garydgregory commented on issue #126: Improve MapUtils with the null checks, add JUnit for it and add Javadoc for the parameter indent.

2020-04-21 Thread GitBox
garydgregory commented on issue #126: URL: https://github.com/apache/commons-collections/pull/126#issuecomment-617254680 @dota17 Please resolve conflicts if this PR is still viable. TY! This is an automated message

[GitHub] [commons-collections] garydgregory commented on issue #126: Improve MapUtils with the null checks, add JUnit for it and add Javadoc for the parameter indent.

2020-04-21 Thread GitBox
garydgregory commented on issue #126: URL: https://github.com/apache/commons-collections/pull/126#issuecomment-617254551 @dota17 Please resolve conflicts if this PR is still viable. TY! This is an automated message

[GitHub] [commons-collections] garydgregory commented on issue #130: Collections749 better documentation for signedness

2020-04-21 Thread GitBox
garydgregory commented on issue #130: URL: https://github.com/apache/commons-collections/pull/130#issuecomment-617253592 @Claudenw May you please resolve conflicts if this PR is still viable? TY! This is an automated

[jira] [Work logged] (COLLECTIONS-753) Upgrade Hamcrest to 2.2

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

[GitHub] [commons-collections] garydgregory commented on issue #135: COLLECTIONS-753 update to hamcrest v2.2

2020-04-21 Thread GitBox
garydgregory commented on issue #135: URL: https://github.com/apache/commons-collections/pull/135#issuecomment-617252653 Already in through a different PR. This is an automated message from the Apache Git Service. To

[GitHub] [commons-collections] garydgregory commented on issue #139: Make BloomFilterIndexer and HashFunctionValidator public

2020-04-21 Thread GitBox
garydgregory commented on issue #139: URL: https://github.com/apache/commons-collections/pull/139#issuecomment-617252029 https://issues.apache.org/jira/browse/COLLECTIONS-755 This is an automated message from the Apache Git

[jira] [Resolved] (COLLECTIONS-755) Make Bloom filter helper functions public

2020-04-21 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COLLECTIONS-755. - Fix Version/s: 4.5 Resolution: Fixed > Make Bloom filter helper

[jira] [Work logged] (COLLECTIONS-607) Adding a hash table based BidiMap

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

[GitHub] [commons-collections] garydgregory commented on issue #145: [COLLECTIONS-607] BidirectionalHashMap

2020-04-21 Thread GitBox
garydgregory commented on issue #145: URL: https://github.com/apache/commons-collections/pull/145#issuecomment-617246973 Hi @dota17 How is this different from the current implementations of `org.apache.commons.collections4.BidiMap`?

[jira] [Resolved] (COLLECTIONS-753) Upgrade Hamcrest to 2.2

2020-04-21 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COLLECTIONS-753. - Fix Version/s: 4.5 Resolution: Fixed > Upgrade Hamcrest to 2.2 >

[jira] [Resolved] (COLLECTIONS-754) Upgrade to JUnit v5.6.0

2020-04-21 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COLLECTIONS-754. - Fix Version/s: 4.5 Resolution: Fixed > Upgrade to JUnit v5.6.0 >

[jira] [Updated] (COLLECTIONS-753) Upgrade Hamcrest to 2.2

2020-04-21 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COLLECTIONS-753: Summary: Upgrade Hamcrest to 2.2 (was: Upgrade Hamcrest v2.2) > Upgrade

[jira] [Commented] (GEOMETRY-92) Segment is not mathematically correct

2020-04-21 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088760#comment-17088760 ] Gilles Sadowski commented on GEOMETRY-92: - bq. standardize the convex subline implementations

[GitHub] [commons-codec] adamretter commented on issue #46: Base16 Input and Output Streams

2020-04-21 Thread GitBox
adamretter commented on issue #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-617230193 @aherbert After your initial PR feedback which seemed positive, your second comments are quite disheartening. I tried to reuse what was already present in Commons Codec, i.e. the

[GitHub] [commons-codec] garydgregory commented on issue #46: Base16 Input and Output Streams

2020-04-21 Thread GitBox
garydgregory commented on issue #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-617215257 Good info here Alex, thank you. May you please update the BaseNCodec Javadoc if it is missing some of this good info? Gary On Tue, Apr 21, 2020 at 10:23 AM Alex

[GitHub] [commons-codec] aherbert commented on issue #46: Base16 Input and Output Streams

2020-04-21 Thread GitBox
aherbert commented on issue #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-617212512 I think this is not the way to go. I would not use the Hex class at all. Use a decode table as is done for Base32/64Codec. I would drop support for the Charset. This is only

[GitHub] [commons-codec] garydgregory commented on issue #46: Base16 Input and Output Streams

2020-04-21 Thread GitBox
garydgregory commented on issue #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-617166008 @aherbert How does it look to you? Also, in a separate PR. should the toLowerCase setting be pulled up?

[jira] [Work logged] (LANG-1540) Add startsAndEndsWith() functions to StringUtils.

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

[GitHub] [commons-lang] coveralls edited a comment on issue #524: [LANG-1540] Add startsAndEndsWith() methods to StringUtils.

2020-04-21 Thread GitBox
coveralls edited a comment on issue #524: URL: https://github.com/apache/commons-lang/pull/524#issuecomment-616957260 [![Coverage Status](https://coveralls.io/builds/30222974/badge)](https://coveralls.io/builds/30222974) Coverage increased (+0.0006%) to 95.092% when pulling

[jira] [Work logged] (IMAGING-251) Support TIFF standard floating point data

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-251?focusedWorklogId=425674=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425674 ] ASF GitHub Bot logged work on IMAGING-251: -- Author: ASF GitHub Bot

[GitHub] [commons-imaging] kinow commented on issue #72: IMAGING-251 support for TIFF floating-point formats

2020-04-21 Thread GitBox
kinow commented on issue #72: URL: https://github.com/apache/commons-imaging/pull/72#issuecomment-617144860 No hurry @gwlucastrig :+1: This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Work logged] (IMAGING-251) Support TIFF standard floating point data

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-251?focusedWorklogId=425667=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425667 ] ASF GitHub Bot logged work on IMAGING-251: -- Author: ASF GitHub Bot

[GitHub] [commons-imaging] gwlucastrig commented on issue #72: IMAGING-251 support for TIFF floating-point formats

2020-04-21 Thread GitBox
gwlucastrig commented on issue #72: URL: https://github.com/apache/commons-imaging/pull/72#issuecomment-617140956 I think the change would fit perfectly into the PR. I will try to get the work turned in tonight. This is an

[GitHub] [commons-lang] jvsabater opened a new pull request #527: Create prueba.txt

2020-04-21 Thread GitBox
jvsabater opened a new pull request #527: URL: https://github.com/apache/commons-lang/pull/527 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [commons-lang] jvsabater commented on issue #527: Create prueba.txt

2020-04-21 Thread GitBox
jvsabater commented on issue #527: URL: https://github.com/apache/commons-lang/pull/527#issuecomment-617128271 ok This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [commons-lang] jvsabater commented on issue #526: Update Jenkinsfile

2020-04-21 Thread GitBox
jvsabater commented on issue #526: URL: https://github.com/apache/commons-lang/pull/526#issuecomment-617127112 ok This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [commons-lang] jvsabater opened a new pull request #526: Update Jenkinsfile

2020-04-21 Thread GitBox
jvsabater opened a new pull request #526: URL: https://github.com/apache/commons-lang/pull/526 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Work logged] (LANG-1540) Add startsAndEndsWith() functions to StringUtils.

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

[GitHub] [commons-lang] coveralls edited a comment on issue #524: [LANG-1540] Add startsAndEndsWith() methods to StringUtils.

2020-04-21 Thread GitBox
coveralls edited a comment on issue #524: URL: https://github.com/apache/commons-lang/pull/524#issuecomment-616957260 [![Coverage Status](https://coveralls.io/builds/30221397/badge)](https://coveralls.io/builds/30221397) Coverage increased (+0.0006%) to 95.092% when pulling

[GitHub] [commons-codec] coveralls edited a comment on issue #46: Base16 Input and Output Streams

2020-04-21 Thread GitBox
coveralls edited a comment on issue #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-616146181 [![Coverage Status](https://coveralls.io/builds/30221312/badge)](https://coveralls.io/builds/30221312) Coverage increased (+0.1%) to 93.974% when pulling

[jira] [Commented] (GEOMETRY-92) Segment is not mathematically correct

2020-04-21 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088574#comment-17088574 ] Matt Juntunen commented on GEOMETRY-92: --- bq. But the argument is that what is good for Span is

[jira] [Commented] (GEOMETRY-94) ConvexSubPlane Subclasses

2020-04-21 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088564#comment-17088564 ] Matt Juntunen commented on GEOMETRY-94: --- {quote}...shouldn't "ConvexSubPlane" rather be

[jira] [Created] (COLLECTIONS-761) org.apache.commons.collections.IteratorUtils.toList() will return empty list when size of iterator is 1

2020-04-21 Thread Chen Lingqi (Jira)
Chen Lingqi created COLLECTIONS-761: --- Summary: org.apache.commons.collections.IteratorUtils.toList() will return empty list when size of iterator is 1 Key: COLLECTIONS-761 URL:

[GitHub] [commons-codec] adamretter commented on issue #46: Base16 Input and Output Streams

2020-04-21 Thread GitBox
adamretter commented on issue #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-617090652 @garydgregory @aherbert Thanks for the feedback. I have pushed a commit which I think addresses the strict encoding thing now.

[GitHub] [commons-codec] adamretter edited a comment on issue #46: Base16 Input and Output Streams

2020-04-21 Thread GitBox
adamretter edited a comment on issue #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-617090652 @garydgregory @aherbert Thanks for the feedback. I have pushed a commit which I think addresses the strict decoding thing now.

[jira] [Work logged] (COLLECTIONS-759) An issue about the failed with CI about the checkstyle of NewlineAtEndOfFile.

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

[GitHub] [commons-collections] dota17 edited a comment on issue #147: [COLLECTIONS-759]: add newline at end of file, and convert to unix (LF instead of CRLF) fixing checkstyle

2020-04-21 Thread GitBox
dota17 edited a comment on issue #147: URL: https://github.com/apache/commons-collections/pull/147#issuecomment-617023037 @kinow Now this branch has confilcts in the following files : src/changes/changes.xml . @garydgregory It's fine for CI. Can you review and merge it after the

[jira] [Work logged] (COLLECTIONS-759) An issue about the failed with CI about the checkstyle of NewlineAtEndOfFile.

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

[GitHub] [commons-collections] dota17 commented on issue #147: [COLLECTIONS-759]: add newline at end of file, and convert to unix (LF instead of CRLF) fixing checkstyle

2020-04-21 Thread GitBox
dota17 commented on issue #147: URL: https://github.com/apache/commons-collections/pull/147#issuecomment-617023037 @kinow Now this branch has confilcts in the following files : src/changes/changes.xml . @garydgregory It's fine for CI. Can you review and merge it after the confilcts