[GitHub] commons-text issue #46: TEXT-85:Added CaseUtils class with camel case conver...

2017-06-15 Thread arunvinudss
Github user arunvinudss commented on the issue: https://github.com/apache/commons-text/pull/46 @chtompki Updated with the changes you suggested . --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

Re: [ANNOUNCE] Apache Commons FileUpload 1.3.3 released.

2017-06-15 Thread Bruno P. Kinoshita
Thanks Rob! Bruno From: Rob Tompkins To: Commons Developers List ; Bruno P. Kinoshita Sent: Thursday, 15 June 2017 11:39 PM Subject: Re: [ANNOUNCE] Apache Commons FileUpload 1.3.3

[GitHub] commons-fileupload pull request #:

2017-06-15 Thread kinow
Github user kinow commented on the pull request: https://github.com/apache/commons-fileupload/commit/94e5e1a77e4319c98dea22c051e19c1e57c58c00#commitcomment-22573680 :clap: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] commons-text pull request #52: Test: Improved testcase coverage for StrBuild...

2017-06-15 Thread ameyjadiye
GitHub user ameyjadiye opened a pull request: https://github.com/apache/commons-text/pull/52 Test: Improved testcase coverage for StrBuilder added some missing flows to testcases plus some nice formatting for easy understanding. You can merge this pull request into a Git

[GitHub] commons-text pull request #50: TEXT-90: Add CharacterPredicates for ASCII le...

2017-06-15 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-text/pull/50#discussion_r122294037 --- Diff: src/main/java/org/apache/commons/text/CharacterPredicates.java --- @@ -48,5 +48,73 @@ public boolean test(int codePoint) {

[GitHub] commons-text pull request #50: TEXT-90: Add CharacterPredicates for ASCII le...

2017-06-15 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-text/pull/50#discussion_r122292528 --- Diff: src/test/java/org/apache/commons/text/CharacterPredicatesTest.java --- @@ -44,4 +44,77 @@ public void testDigits() {

[GitHub] commons-compress issue #34: COMPRESS-405 : Add javadoc for FixedLengthBlockO...

2017-06-15 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/34 [![Coverage Status](https://:/builds/11992344/badge)](https://:/builds/11992344) Coverage increased (+0.02%) to 84.497% when pulling

[Codec] we almost had a release...

2017-06-15 Thread Gary Gregory
... a couple of months ago. Fits and starts. Is anyone available for spit, polish, and release? Gary

[GitHub] commons-compress pull request #34: COMPRESS-405 : Add javadoc for FixedLengt...

2017-06-15 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/34 COMPRESS-405 : Add javadoc for FixedLengthBlockOutputStream. Signed-off-by: Simon Spero You can merge this pull request into a Git repository by running: $ git

[GitHub] commons-compress pull request #28: COMPRESS-405 Create Fixed Length Block Ou...

2017-06-15 Thread sesuncedu
Github user sesuncedu commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/28#discussion_r122259069 --- Diff: src/main/java/org/apache/commons/compress/utils/FixedLengthBlockOutputStream.java --- @@ -0,0 +1,227 @@ +/* + * Licensed to

Re: OSGi Version at Package Level

2017-06-15 Thread Stefan Bodewig
On 2017-06-12, Bertrand Delacretaz wrote: > I'll do my best to answer from my heavy OSGi user's point of view - > but as mentioned I know little about the specifics of Compress. Thanks, Bertrand. You don't really need to know specifics about Compress. It contains some packages that provide the

[GitHub] commons-compress pull request #28: COMPRESS-405 Create Fixed Length Block Ou...

2017-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/28 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] commons-compress pull request #28: COMPRESS-405 Create Fixed Length Block Ou...

2017-06-15 Thread bodewig
Github user bodewig commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/28#discussion_r122244704 --- Diff: src/main/java/org/apache/commons/compress/utils/FixedLengthBlockOutputStream.java --- @@ -0,0 +1,227 @@ +/* + * Licensed to the

[GitHub] commons-compress issue #32: Enable maven cache for in travis config

2017-06-15 Thread bodewig
Github user bodewig commented on the issue: https://github.com/apache/commons-compress/pull/32 Thanks, Simon. I didn't know this feature. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] commons-compress pull request #32: Enable maven cache for in travis config

2017-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/32 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] commons-compress issue #33: add-some-Unit-Tests Added some Unit Tests to inc...

2017-06-15 Thread bodewig
Github user bodewig commented on the issue: https://github.com/apache/commons-compress/pull/33 Thanks @TheRealHaui I agree with your comment on `ChecksumCalculatingInputStreamTest#testGetValueThrowsNullPointerException` this looks like a bug. So I'd rather remove the test

Re: [all] Custom build containers in Travis-CI.

2017-06-15 Thread Amey Jadiye
Hello, Using docker would be much better and flexible solution (in case we know how to use it). I would also recommend to look at how jococo handling multiple JDK in their project[1]. If it's convincing we might want to scrap our .travis.yml altogether and go with that. [1]

[all] Custom build containers in Travis-CI.

2017-06-15 Thread Rob Tompkins
Hello all, We’ve started an experiment in [text] in regards to using travis-ci to build inside containers (specifically ibmjava at this point). It seems that it’s a non-standard practice with regards to travis-ci. I suppose my question is: is anyone familiar with using travis-ci and

[GitHub] commons-text issue #45: Added IBM Jdk8 build support to travis-ci configurat...

2017-06-15 Thread chtompki
Github user chtompki commented on the issue: https://github.com/apache/commons-text/pull/45 I believe the reason that we're getting a "success" to be the fact that the `docker` command exits with a 0. So might we want to do a `{docker run -v `pwd`:/work library/ibmjava:8-sdk

[GitHub] commons-text issue #45: Added IBM Jdk8 build support to travis-ci configurat...

2017-06-15 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-text/pull/45 The build failure I quoted occurs after the findbugs exceptions. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

Build failed in Jenkins: commons-rdf #168

2017-06-15 Thread Apache Jenkins Server
See -- [...truncated 243.18 KB...] [INFO] Building jar: [INFO] [INFO] ---

Re: [ANNOUNCE] Apache Commons FileUpload 1.3.3 released.

2017-06-15 Thread Rob Tompkins
> On Jun 15, 2017, at 6:08 AM, Bruno P. Kinoshita > wrote: > > A trivial issue, but I found that going to the Xref report link it works fine > [1]. However, if you go to the Checkstyle report [2], and then click on any > of the links to line numbers (e.g.

[GitHub] commons-cli pull request #13: CLI-277: Add generics to TypeHandler

2017-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-cli/pull/13 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] commons-cli pull request #13: CLI-277: Add generics to TypeHandler

2017-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-cli/pull/13 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Build failed in Jenkins: Commons-CRYPTO-JDK1.7 #179

2017-06-15 Thread Apache Jenkins Server
See -- [...truncated 1.75 KB...] at java.lang.Thread.run(Thread.java:745) at ..remote call to ubuntu-6(Native Method) at

Re: [ANNOUNCE] Apache Commons FileUpload 1.3.3 released.

2017-06-15 Thread Bruno P. Kinoshita
A trivial issue, but I found that going to the Xref report link it works fine [1]. However, if you go to the Checkstyle report [2], and then click on any of the links to line numbers (e.g. [3]) you get a 404. Had a quick look if there was some configuration in the maven plug-in that could help

Build failed in Jenkins: commons-rdf #167

2017-06-15 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H9 (Hadoop) in workspace Cloning the

Re: Wondering VFS will support Read/Write on Google Cloud Storage?

2017-06-15 Thread Bernd Eckenfels
Hello, The Local file provider should be able to deal with fuse mounted directories. It is hard to say what the problem is. Can you tell us how the path is named, what operations you tried, what exceptions are happening and what `ls` is returning. Gruss Bernd -- http://bernd.eckenfels.net

[GitHub] commons-text issue #45: Added IBM Jdk8 build support to travis-ci configurat...

2017-06-15 Thread ameyjadiye
Github user ameyjadiye commented on the issue: https://github.com/apache/commons-text/pull/45 Hi @PascalSchumacher , where did you see build is failing ? I see all builds passed given in your link https://travis-ci.org/apache/commons-text/jobs/243003865, Yes ibmjdk8 is