[GitHub] [commons-csv] coveralls commented on pull request #74: Use license instead of licence

2020-05-26 Thread GitBox


coveralls commented on pull request #74:
URL: https://github.com/apache/commons-csv/pull/74#issuecomment-634417022


   
   [![Coverage 
Status](https://coveralls.io/builds/31052772/badge)](https://coveralls.io/builds/31052772)
   
   Coverage remained the same at 98.506% when pulling 
**40c84a04409c51e848ffa7815ec565bd0fb48f4a on dota17:license** into 
**852e11e4fbaae07d272102f453ea9cfd1684d99d on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-csv] dota17 opened a new pull request #74: Use license instead of licence

2020-05-26 Thread GitBox


dota17 opened a new pull request #74:
URL: https://github.com/apache/commons-csv/pull/74


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-vfs] XenoAmess commented on pull request #91: VFS-676 : change dependency from java.util.zip to Commons Compress

2020-05-26 Thread GitBox


XenoAmess commented on pull request #91:
URL: https://github.com/apache/commons-vfs/pull/91#issuecomment-634406719


   IMO seems the biggest bc-breaking in this pr is changing JarFileObject's 
super class from ZipFileObject  to AbstractFileObject, thus 
codes like this will break:
   ```
   ZipFileObject getZipFileObject(...){
   ...
   return someJarFileObjectOrZipFileObject;
   }
   void anotherFunction (){
   ZipFileObject receive = getJarFileObject();
   }
   ```
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-release-plugin] XenoAmess opened a new pull request #2: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #2:
URL: https://github.com/apache/commons-release-plugin/pull/2


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-cli] kinow commented on a change in pull request #38: fix travis-ci scripts

2020-05-26 Thread GitBox


kinow commented on a change in pull request #38:
URL: https://github.com/apache/commons-cli/pull/38#discussion_r430142726



##
File path: .travis.yml
##
@@ -14,15 +14,19 @@
 # limitations under the License.
 
 language: java
-
-jdk:
-  - openjdk8
-  - openjdk11
-  - openjdk12
-  - openjdk13
-  - openjdk14  
-  - openjdk-ea
-
+cache:
+  directories:
+- $HOME/.m2

Review comment:
   Oh, that sounds smart! I'm using something similar with GH actions but 
for JS and Ruby (caching `yarn.lock` and `Gemfile.lock`). And this little trick 
has sped up significantly my builds. :rocket: 

##
File path: .travis.yml
##
@@ -14,15 +14,19 @@
 # limitations under the License.
 
 language: java
-
-jdk:
-  - openjdk8
-  - openjdk11
-  - openjdk12
-  - openjdk13
-  - openjdk14  
-  - openjdk-ea
-
+cache:
+  directories:
+- $HOME/.m2

Review comment:
   Oh, that sounds like a great idea! I'm using something similar with GH 
actions but for JS and Ruby (caching `yarn.lock` and `Gemfile.lock`). And this 
little trick has sped up significantly my builds. :rocket: 





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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-weaver] XenoAmess edited a comment on pull request #2: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess edited a comment on pull request #2:
URL: https://github.com/apache/commons-weaver/pull/2#issuecomment-633824114


   OK, this project is a complex repo, thus the travis-ci script is actually 
false here.
   I will try to make it correct.



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-numbers] XenoAmess opened a new pull request #79: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #79:
URL: https://github.com/apache/commons-numbers/pull/79


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-cli] coveralls commented on pull request #38: fix travis-ci scripts

2020-05-26 Thread GitBox


coveralls commented on pull request #38:
URL: https://github.com/apache/commons-cli/pull/38#issuecomment-633791128


   
   [![Coverage 
Status](https://coveralls.io/builds/31025479/badge)](https://coveralls.io/builds/31025479)
   
   Coverage remained the same at 96.358% when pulling 
**95da59847dc01cffbe9f936f5bf4594e9e1dcf77 on XenoAmess:patch-2** into 
**a6f9d7bb96045fdb361d12b91095fd55be261080 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-codec] coveralls commented on pull request #48: fix travis-ci scripts

2020-05-26 Thread GitBox


coveralls commented on pull request #48:
URL: https://github.com/apache/commons-codec/pull/48#issuecomment-633805751


   
   [![Coverage 
Status](https://coveralls.io/builds/31025686/badge)](https://coveralls.io/builds/31025686)
   
   Coverage remained the same at 93.843% when pulling 
**994e11f22e1c22b57412bc3e37e7834d926454b6 on XenoAmess:patch-1** into 
**00c22c317b085e68e6c29b54730a4238d6bef310 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-exec] XenoAmess opened a new pull request #9: fix travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #9:
URL: https://github.com/apache/commons-exec/pull/9


   Hi.
   I saw through your travis-ci scripts.
   Yes the `addons:` worked several years ago but now it not working anymore.
   I found no way for creating ci on travis-ci for jdk6.
   So, if you have any ideas about how to make it, I'm rather happy to learn 
about it.
   Otherwise we might have to delete jdk6 in travis scripts.



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-release-plugin] XenoAmess opened a new pull request #3: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #3:
URL: https://github.com/apache/commons-release-plugin/pull/3


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-collections] XenoAmess opened a new pull request #163: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #163:
URL: https://github.com/apache/commons-collections/pull/163


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-cli] coveralls edited a comment on pull request #38: fix travis-ci scripts

2020-05-26 Thread GitBox


coveralls edited a comment on pull request #38:
URL: https://github.com/apache/commons-cli/pull/38#issuecomment-633791128


   
   [![Coverage 
Status](https://coveralls.io/builds/31025612/badge)](https://coveralls.io/builds/31025612)
   
   Coverage remained the same at 96.358% when pulling 
**6d3e95f9e2068cf1b9c5c765fe9ce67d6243e495 on XenoAmess:patch-2** into 
**a6f9d7bb96045fdb361d12b91095fd55be261080 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-logging] XenoAmess opened a new pull request #6: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #6:
URL: https://github.com/apache/commons-logging/pull/6


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-lang] coveralls commented on pull request #531: refine travis-ci scripts

2020-05-26 Thread GitBox


coveralls commented on pull request #531:
URL: https://github.com/apache/commons-lang/pull/531#issuecomment-633798444


   
   [![Coverage 
Status](https://coveralls.io/builds/31025737/badge)](https://coveralls.io/builds/31025737)
   
   Coverage increased (+0.006%) to 95.105% when pulling 
**4676c20cd1e73a9e52137bbb2f4fe2b5d05b90f5 on XenoAmess:patch-1** into 
**71ee021ca5fa4ca5a6f414c05666aedc79bde78d on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-math] coveralls commented on pull request #135: refine travis-ci scripts.

2020-05-26 Thread GitBox


coveralls commented on pull request #135:
URL: https://github.com/apache/commons-math/pull/135#issuecomment-633798426


   
   [![Coverage 
Status](https://coveralls.io/builds/31025792/badge)](https://coveralls.io/builds/31025792)
   
   Coverage increased (+0.005%) to 90.557% when pulling 
**f5fdaea51455f31a51973eb17f90450a69688fbc on XenoAmess:patch-1** into 
**b05b3b9a90956293ae0cd4c423635bf8bdfb12f1 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jcs] XenoAmess edited a comment on pull request #12: fix travis-ci script.

2020-05-26 Thread GitBox


XenoAmess edited a comment on pull request #12:
URL: https://github.com/apache/commons-jcs/pull/12#issuecomment-633766280


   wait, maven.compiler.source is 1.8 and why you put jdk7 in travis-ci...
   I'm confused lol.
   then I will delete all jdk7 content for you, and add jdk11.
   now it only check oraclejdk8, openjdk8, openjdk11.



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jexl] henrib edited a comment on pull request #22: fix code smells; fix typos; do language level migration to java8;

2020-05-26 Thread GitBox


henrib edited a comment on pull request #22:
URL: https://github.com/apache/commons-jexl/pull/22#issuecomment-633880707


   About SandboxUberspect.{g,s}etPropertyGet ; the use of object equality is by 
design. These methods need to determine whether a given property is remapped. 
If there is no transformation, the initial argument representing that property 
name is returned. It may be an integer that should not be converted to a string.



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-numbers] aherbert closed pull request #80: refine travis-ci scripts

2020-05-26 Thread GitBox


aherbert closed pull request #80:
URL: https://github.com/apache/commons-numbers/pull/80


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-dbcp] garydgregory merged pull request #40: Add Evictor threads test code.

2020-05-26 Thread GitBox


garydgregory merged pull request #40:
URL: https://github.com/apache/commons-dbcp/pull/40


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-codec] XenoAmess opened a new pull request #48: fix travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #48:
URL: https://github.com/apache/commons-codec/pull/48


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-parent] XenoAmess opened a new pull request #6: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #6:
URL: https://github.com/apache/commons-parent/pull/6


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-compress] XenoAmess commented on pull request #103: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess commented on pull request #103:
URL: https://github.com/apache/commons-compress/pull/103#issuecomment-633855582


   > The `$HOME/.m2` has already been cached in 
[pom.xml](https://github.com/apache/commons-compress/blob/master/.travis.yml#L50-L51).
   > Why do we need another one?
   @PeterAlfredLee oh sorry for the mistake.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-cli] XenoAmess opened a new pull request #37: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #37:
URL: https://github.com/apache/commons-cli/pull/37


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-net] garydgregory merged pull request #48: fix typo

2020-05-26 Thread GitBox


garydgregory merged pull request #48:
URL: https://github.com/apache/commons-net/pull/48


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-weaver] XenoAmess opened a new pull request #2: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #2:
URL: https://github.com/apache/commons-weaver/pull/2


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-cli] garydgregory merged pull request #37: fix typo

2020-05-26 Thread GitBox


garydgregory merged pull request #37:
URL: https://github.com/apache/commons-cli/pull/37


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-release-plugin] coveralls edited a comment on pull request #3: refine travis-ci scripts

2020-05-26 Thread GitBox


coveralls edited a comment on pull request #3:
URL: 
https://github.com/apache/commons-release-plugin/pull/3#issuecomment-633820055


   
   [![Coverage 
Status](https://coveralls.io/builds/31027177/badge)](https://coveralls.io/builds/31027177)
   
   Coverage remained the same at 74.872% when pulling 
**12f38ec11b675af19d4d478da6ff304dd3d32d5b on XenoAmess:patch-2** into 
**363e5bb1a111c243b81e3d15d9388d738a84532b on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-compress] XenoAmess edited a comment on pull request #103: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess edited a comment on pull request #103:
URL: https://github.com/apache/commons-compress/pull/103#issuecomment-633855582


   > The `$HOME/.m2` has already been cached in 
[pom.xml](https://github.com/apache/commons-compress/blob/master/.travis.yml#L50-L51).
   > Why do we need another one?
   
   @PeterAlfredLee oh, sorry for the mistake.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-daemon] XenoAmess commented on pull request #17: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess commented on pull request #17:
URL: https://github.com/apache/commons-daemon/pull/17#issuecomment-633809131


   build fails on jdk7 because you use 
org.codehaus.mojo:animal-sniffer-maven-plugin:1.18,
   whose class version 52.0 thus can only run on jdk8+.
   so delete jdk7 here.
   if you really want it then you should use 
org.codehaus.mojo:animal-sniffer-maven-plugin:1.18 instead.



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-fileupload] asfgit merged pull request #28: fix typo

2020-05-26 Thread GitBox


asfgit merged pull request #28:
URL: https://github.com/apache/commons-fileupload/pull/28


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-rng] XenoAmess opened a new pull request #75: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #75:
URL: https://github.com/apache/commons-rng/pull/75


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-collections] XenoAmess edited a comment on pull request #163: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess edited a comment on pull request #163:
URL: 
https://github.com/apache/commons-collections/pull/163#issuecomment-633811651







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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jelly] XenoAmess opened a new pull request #5: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #5:
URL: https://github.com/apache/commons-jelly/pull/5


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-compress] XenoAmess opened a new pull request #103: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #103:
URL: https://github.com/apache/commons-compress/pull/103


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-fileupload] asfgit merged pull request #27: Update commons-io dependency

2020-05-26 Thread GitBox


asfgit merged pull request #27:
URL: https://github.com/apache/commons-fileupload/pull/27


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-rng] aherbert merged pull request #75: fix typo

2020-05-26 Thread GitBox


aherbert merged pull request #75:
URL: https://github.com/apache/commons-rng/pull/75


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jcs] garydgregory merged pull request #11: fix typo

2020-05-26 Thread GitBox


garydgregory merged pull request #11:
URL: https://github.com/apache/commons-jcs/pull/11


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-rng] aherbert commented on pull request #76: refine travis-ci scripts

2020-05-26 Thread GitBox


aherbert commented on pull request #76:
URL: https://github.com/apache/commons-rng/pull/76#issuecomment-633943858


   Added to master in commit 7935ee9e03d825e53188940964de0c15f3f21fe9
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jcs] XenoAmess opened a new pull request #12: fix travis-ci script.

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #12:
URL: https://github.com/apache/commons-jcs/pull/12


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-release-plugin] sebbASF merged pull request #1: Use license instead of licence

2020-05-26 Thread GitBox


sebbASF merged pull request #1:
URL: https://github.com/apache/commons-release-plugin/pull/1


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-imaging] kinow merged pull request #77: Added parameter and correctness tests

2020-05-26 Thread GitBox


kinow merged pull request #77:
URL: https://github.com/apache/commons-imaging/pull/77


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-beanutils] garydgregory commented on pull request #24: fix travis-ci scripts

2020-05-26 Thread GitBox


garydgregory commented on pull request #24:
URL: https://github.com/apache/commons-beanutils/pull/24#issuecomment-634002524


   > Wouldn't it be better to help fix the tests rather than temporarily ignore 
failures?
   
   +1
   
   Or at least understand and document the failure, possibly disabling the test 
under certain condition with a JUnit `Assume` call.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-exec] garydgregory merged pull request #8: fix typo

2020-05-26 Thread GitBox


garydgregory merged pull request #8:
URL: https://github.com/apache/commons-exec/pull/8


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-fileupload] coveralls commented on pull request #28: fix typo

2020-05-26 Thread GitBox


coveralls commented on pull request #28:
URL: https://github.com/apache/commons-fileupload/pull/28#issuecomment-63309


   
   [![Coverage 
Status](https://coveralls.io/builds/31018971/badge)](https://coveralls.io/builds/31018971)
   
   Coverage remained the same at 77.814% when pulling 
**6aef6caeca8012c05e2f9776ad12131cb069b0f4 on XenoAmess:patch-1** into 
**c27d4d1ecae76e41579b02892a7a0c27da6e34b0 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-validator] XenoAmess opened a new pull request #23: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #23:
URL: https://github.com/apache/commons-validator/pull/23


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-release-plugin] coveralls commented on pull request #3: refine travis-ci scripts

2020-05-26 Thread GitBox


coveralls commented on pull request #3:
URL: 
https://github.com/apache/commons-release-plugin/pull/3#issuecomment-633820055


   
   [![Coverage 
Status](https://coveralls.io/builds/31026630/badge)](https://coveralls.io/builds/31026630)
   
   Coverage remained the same at 74.872% when pulling 
**69dc51db763db228233694e246afc3e00feead46 on XenoAmess:patch-2** into 
**363e5bb1a111c243b81e3d15d9388d738a84532b on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-ognl] XenoAmess opened a new pull request #8: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #8:
URL: https://github.com/apache/commons-ognl/pull/8


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-validator] garydgregory merged pull request #23: fix typo

2020-05-26 Thread GitBox


garydgregory merged pull request #23:
URL: https://github.com/apache/commons-validator/pull/23


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-numbers] coveralls commented on pull request #79: fix typo

2020-05-26 Thread GitBox


coveralls commented on pull request #79:
URL: https://github.com/apache/commons-numbers/pull/79#issuecomment-633665425


   
   [![Coverage 
Status](https://coveralls.io/builds/31018946/badge)](https://coveralls.io/builds/31018946)
   
   Coverage remained the same at 99.631% when pulling 
**bef023d440634e7109605a2988c647e37daf568d on XenoAmess:patch-1** into 
**ae6a5e39b4e4c424959fbfdd9dc13aa05c3e3517 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-dbutils] coveralls commented on pull request #11: fix typo

2020-05-26 Thread GitBox


coveralls commented on pull request #11:
URL: https://github.com/apache/commons-dbutils/pull/11#issuecomment-633664291


   
   [![Coverage 
Status](https://coveralls.io/builds/31018870/badge)](https://coveralls.io/builds/31018870)
   
   Coverage remained the same at 64.939% when pulling 
**aa67f4dedef3fc658179ca8b4912b2b5a65f8005 on XenoAmess:patch-1** into 
**6f047d4a779ade84e06f7b7e66712d4a9d8ba030 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-imaging] coveralls commented on pull request #77: Added parameter and correctness tests

2020-05-26 Thread GitBox


coveralls commented on pull request #77:
URL: https://github.com/apache/commons-imaging/pull/77#issuecomment-634336362


   
   [![Coverage 
Status](https://coveralls.io/builds/31048962/badge)](https://coveralls.io/builds/31048962)
   
   Coverage increased (+0.2%) to 76.1% when pulling 
**a94189cd8984c3971d405422460a6216566cbdae on 
gwlucastrig:extendTiffSubImageTest** into 
**4ec0c3d1fde33545319748f55d3bdfeb7407829d on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-net] XenoAmess edited a comment on pull request #49: fix travis-ci scripts.

2020-05-26 Thread GitBox


XenoAmess edited a comment on pull request #49:
URL: https://github.com/apache/commons-net/pull/49#issuecomment-633792689


   now the travis-ci script is correct.
   but this project fails tests on jdk11.
   so I guess this is not my fault anyway.
   you can choose either delete jdk11 or fix that bug.
   we just make jdk11 allow failure here.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-dbutils] XenoAmess opened a new pull request #12: fix travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #12:
URL: https://github.com/apache/commons-dbutils/pull/12


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-digester] XenoAmess opened a new pull request #4: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #4:
URL: https://github.com/apache/commons-digester/pull/4


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-collections] dota17 opened a new pull request #164: Use license instead of licence.

2020-05-26 Thread GitBox


dota17 opened a new pull request #164:
URL: https://github.com/apache/commons-collections/pull/164


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-logging] garydgregory merged pull request #5: fix typo

2020-05-26 Thread GitBox


garydgregory merged pull request #5:
URL: https://github.com/apache/commons-logging/pull/5


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jcs] XenoAmess opened a new pull request #11: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #11:
URL: https://github.com/apache/commons-jcs/pull/11


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-math] XenoAmess opened a new pull request #135: refine travis-ci scripts.

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #135:
URL: https://github.com/apache/commons-math/pull/135


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-text] ameyjadiye opened a new pull request #131: adding oraclejdk11 for tests

2020-05-26 Thread GitBox


ameyjadiye opened a new pull request #131:
URL: https://github.com/apache/commons-text/pull/131


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jelly] XenoAmess commented on pull request #5: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess commented on pull request #5:
URL: https://github.com/apache/commons-jelly/pull/5#issuecomment-633825865


   the travis-ci scripts are right now but there be a compilition error:
   https://travis-ci.org/github/apache/commons-jelly/jobs/691183440#L4744
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-release-plugin] garydgregory merged pull request #2: fix typo

2020-05-26 Thread GitBox


garydgregory merged pull request #2:
URL: https://github.com/apache/commons-release-plugin/pull/2


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jexl] XenoAmess opened a new pull request #22: fix code smells; fix typos; do language level migration to java8;

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #22:
URL: https://github.com/apache/commons-jexl/pull/22


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-cli] XenoAmess opened a new pull request #38: fix travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #38:
URL: https://github.com/apache/commons-cli/pull/38


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-collections] coveralls commented on pull request #164: Use license instead of licence.

2020-05-26 Thread GitBox


coveralls commented on pull request #164:
URL: 
https://github.com/apache/commons-collections/pull/164#issuecomment-634402077


   
   [![Coverage 
Status](https://coveralls.io/builds/31051801/badge)](https://coveralls.io/builds/31051801)
   
   Coverage remained the same at 90.123% when pulling 
**6786996d38efea2d90485c4ea4694af2d3870787 on dota17:license** into 
**a9dd82f83e751022d1a7f8e6fde246d9082aeca5 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-io] coveralls commented on pull request #116: refine travis-ci scripts

2020-05-26 Thread GitBox


coveralls commented on pull request #116:
URL: https://github.com/apache/commons-io/pull/116#issuecomment-633799926


   
   [![Coverage 
Status](https://coveralls.io/builds/31025876/badge)](https://coveralls.io/builds/31025876)
   
   Coverage remained the same at 89.783% when pulling 
**03cb1d5ceab434b36d571791c69cefb971c4da88 on XenoAmess:patch-1** into 
**661d47c2d347a0b38ceba80e43020ee6a92d3177 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-crypto] garydgregory merged pull request #101: fix typo

2020-05-26 Thread GitBox


garydgregory merged pull request #101:
URL: https://github.com/apache/commons-crypto/pull/101


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jelly] XenoAmess opened a new pull request #4: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #4:
URL: https://github.com/apache/commons-jelly/pull/4


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-compress] coveralls commented on pull request #103: refine travis-ci scripts

2020-05-26 Thread GitBox


coveralls commented on pull request #103:
URL: https://github.com/apache/commons-compress/pull/103#issuecomment-633801410


   
   [![Coverage 
Status](https://coveralls.io/builds/31025930/badge)](https://coveralls.io/builds/31025930)
   
   Coverage remained the same at 87.265% when pulling 
**fc790e5843ad2bd71bf3a0e67c590d7e2443f22c on XenoAmess:patch-1** into 
**706c06e41f59e1806e7473df93246fdcd3c872c7 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-pool] coveralls commented on pull request #30: fix travis-ci scripts

2020-05-26 Thread GitBox


coveralls commented on pull request #30:
URL: https://github.com/apache/commons-pool/pull/30#issuecomment-633800627


   
   [![Coverage 
Status](https://coveralls.io/builds/31025771/badge)](https://coveralls.io/builds/31025771)
   
   Coverage increased (+0.2%) to 84.246% when pulling 
**d8fc362d2f7b4ffbaf6e80c7d5dd07bea8872cf0 on XenoAmess:patch-1** into 
**b7d0bd221b50e7a4027a2ae4f6afd9c41e9f8b36 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-email] XenoAmess opened a new pull request #14: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #14:
URL: https://github.com/apache/commons-email/pull/14


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-configuration] XenoAmess opened a new pull request #46: fix travis-ci script

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #46:
URL: https://github.com/apache/commons-configuration/pull/46


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-io] XenoAmess opened a new pull request #116: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #116:
URL: https://github.com/apache/commons-io/pull/116


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-imaging] coveralls commented on pull request #76: refine travis-ci scripts

2020-05-26 Thread GitBox


coveralls commented on pull request #76:
URL: https://github.com/apache/commons-imaging/pull/76#issuecomment-633802502


   
   [![Coverage 
Status](https://coveralls.io/builds/31025964/badge)](https://coveralls.io/builds/31025964)
   
   Coverage remained the same at 75.901% when pulling 
**d092630a524a54c6f9a56bbc033e24801041af9f on XenoAmess:patch-1** into 
**34969731ea99289ac00f58426d0f9102a825f794 on apache:master**.
   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-numbers] aherbert merged pull request #79: fix typo

2020-05-26 Thread GitBox


aherbert merged pull request #79:
URL: https://github.com/apache/commons-numbers/pull/79


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-vfs] PeterAlfredLee commented on pull request #91: VFS-676 : change dependency from java.util.zip to Commons Compress

2020-05-26 Thread GitBox


PeterAlfredLee commented on pull request #91:
URL: https://github.com/apache/commons-vfs/pull/91#issuecomment-633982781







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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-net] XenoAmess opened a new pull request #49: fix travis-ci scripts.

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #49:
URL: https://github.com/apache/commons-net/pull/49


   delete jdk12,13,14,ea because java 1.6 is not supported on such jdks.



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-imaging] kinow merged pull request #76: refine travis-ci scripts

2020-05-26 Thread GitBox


kinow merged pull request #76:
URL: https://github.com/apache/commons-imaging/pull/76


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-testing] garydgregory merged pull request #1: fix typo

2020-05-26 Thread GitBox


garydgregory merged pull request #1:
URL: https://github.com/apache/commons-testing/pull/1


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-dbutils] XenoAmess commented on pull request #12: fix travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess commented on pull request #12:
URL: https://github.com/apache/commons-dbutils/pull/12#issuecomment-633792082


   org.codehaus.mojo:animal-sniffer-maven-plugin:1.18 can only be used on jdk8+.
   so we might delete jdk7



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-exec] XenoAmess opened a new pull request #8: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #8:
URL: https://github.com/apache/commons-exec/pull/8


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Work logged] (FILEUPLOAD-274) File Upload fails to recognize RFC 5987-compliant filename

2020-05-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FILEUPLOAD-274?focusedWorklogId=437393=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-437393
 ]

ASF GitHub Bot logged work on FILEUPLOAD-274:
-

Author: ASF GitHub Bot
Created on: 27/May/20 03:43
Start Date: 27/May/20 03:43
Worklog Time Spent: 10m 
  Work Description: asfgit merged pull request #24:
URL: https://github.com/apache/commons-fileupload/pull/24


   



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 service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 437393)
Time Spent: 1h 50m  (was: 1h 40m)

> File Upload fails to recognize RFC 5987-compliant filename
> --
>
> Key: FILEUPLOAD-274
> URL: https://issues.apache.org/jira/browse/FILEUPLOAD-274
> Project: Commons FileUpload
>  Issue Type: Bug
>Affects Versions: 1.3.2
>Reporter: Vsevolod Poletaev
>Priority: Major
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> I think there is incorrect behaviour in getFileName() method of 
> FileUploadBase class, as it ignores RFC-5987-compliant filename* parameter, 
> and then findNextItem() method incorrectly treats this part of request as 
> form filed. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [commons-beanutils] XenoAmess edited a comment on pull request #24: fix travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess edited a comment on pull request #24:
URL: https://github.com/apache/commons-beanutils/pull/24#issuecomment-633799473







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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-statistics] aherbert merged pull request #24: fix typo

2020-05-26 Thread GitBox


aherbert merged pull request #24:
URL: https://github.com/apache/commons-statistics/pull/24


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-fileupload] asfgit merged pull request #24: FILEUPLOAD-274: RFC 5987 compliance

2020-05-26 Thread GitBox


asfgit merged pull request #24:
URL: https://github.com/apache/commons-fileupload/pull/24


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-fileupload] XenoAmess opened a new pull request #29: fix travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #29:
URL: https://github.com/apache/commons-fileupload/pull/29


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-testing] XenoAmess opened a new pull request #1: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #1:
URL: https://github.com/apache/commons-testing/pull/1


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-validator] XenoAmess opened a new pull request #24: Fix travis scripts, error in javadoc, and StandardCharsets which cannot be used on java1.6

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #24:
URL: https://github.com/apache/commons-validator/pull/24


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-logging] XenoAmess edited a comment on pull request #6: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess edited a comment on pull request #6:
URL: https://github.com/apache/commons-logging/pull/6#issuecomment-633806405


   you use org.codehaus.mojo:build-helper-maven-plugin:3.1.0 ,which class 
version 51.0, thus cannot run on jdk6
   consider about fixing the version of that plugin to a lower version?



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jexl] henrib commented on pull request #22: fix code smells; fix typos; do language level migration to java8;

2020-05-26 Thread GitBox


henrib commented on pull request #22:
URL: https://github.com/apache/commons-jexl/pull/22#issuecomment-633880707


   About SandboxUberspect.{g,s}etPropertyGet ; the use of strict string 
equality is by design. These methods need to determine whether a given property 
is remapped. If there is no transformation, the initial argument string 
representing that property name is returned. 



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-beanutils] melloware commented on pull request #24: fix travis-ci scripts

2020-05-26 Thread GitBox


melloware commented on pull request #24:
URL: https://github.com/apache/commons-beanutils/pull/24#issuecomment-633999140


   Wouldn't it be better to help fix the tests rather than temporarily ignore 
failures?



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-email] XenoAmess opened a new pull request #15: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #15:
URL: https://github.com/apache/commons-email/pull/15


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-dbutils] XenoAmess opened a new pull request #11: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #11:
URL: https://github.com/apache/commons-dbutils/pull/11


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-crypto] XenoAmess opened a new pull request #101: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #101:
URL: https://github.com/apache/commons-crypto/pull/101


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-fileupload] XenoAmess opened a new pull request #28: fix typo

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #28:
URL: https://github.com/apache/commons-fileupload/pull/28


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-rng] XenoAmess opened a new pull request #76: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #76:
URL: https://github.com/apache/commons-rng/pull/76


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-text] garydgregory merged pull request #131: adding oraclejdk11 for tests

2020-05-26 Thread GitBox


garydgregory merged pull request #131:
URL: https://github.com/apache/commons-text/pull/131


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-bcel] XenoAmess opened a new pull request #44: fix travis-ci script

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #44:
URL: https://github.com/apache/commons-bcel/pull/44


   add cache m2.
   move openjdk-ea to allow_failures



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-logging] XenoAmess commented on pull request #6: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess commented on pull request #6:
URL: https://github.com/apache/commons-logging/pull/6#issuecomment-633806405


   you use org.codehaus.mojo:build-helper-maven-plugin:3.1.0 ,which class 
version 51.0, thus cannot run on jdk6



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 service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [commons-jxpath] XenoAmess opened a new pull request #19: refine travis-ci scripts

2020-05-26 Thread GitBox


XenoAmess opened a new pull request #19:
URL: https://github.com/apache/commons-jxpath/pull/19


   



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 service, please contact Infrastructure at:
us...@infra.apache.org




  1   2   >