[CODEC] how to handle invalid encode/decode input?

2017-03-26 Thread sebb
Various Codec methods need to encode and decode bytes/Strings. Not all byte sequences can be decoded into Strings, and not all Strings can be encoded into bytes. So a decision has to be made as to what to do when an invalid sequence is detected. At present the encoding/decoding is done by the

Re: [lang][wish] Add findAnnotation and findMethodsWithAnnotation to MethodUtils

2017-03-26 Thread Yasser Zamani
Hi Pascal, Nice to hear this. I started at https://github.com/apache/commons-lang/pull/261 :) Regards, Yasser. On 3/26/2017 12:02 PM, Pascal Schumacher wrote: > Hi Yasser, > > looks like a nice enhancement to me. > > Cheers, > Pascal > > Am 24.03.2017 um 21:17 schrieb Yasser Zamani: >> >> In

Build failed in Jenkins: Commons-Codec #18

2017-03-26 Thread Apache Jenkins Server
See Changes: [sebb] CODEC-230 URLCodec.WWW_FORM_URL should be private [sebb] Docn -- Started by an SCM change [EnvInject] - Loading node environment variables. Building

Jenkins build is back to normal : Commons-Codec » Apache Commons Codec #20

2017-03-26 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is back to normal : Commons-Codec #20

2017-03-26 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Build failed in Jenkins: Commons-Codec #17

2017-03-26 Thread Apache Jenkins Server
See Changes: [sebb] Better Javadoc [sebb] Incorrect Javadoc [sebb] CODEC-229 StringUtils.newStringxxx(null) should return null, not NPE -- Started by an SCM change

Build failed in Jenkins: Commons-Codec #19

2017-03-26 Thread Apache Jenkins Server
See -- Started by user sebb [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu) in workspace Updating

Build failed in Jenkins: Commons-Codec » Apache Commons Codec #19

2017-03-26 Thread Apache Jenkins Server
See -- Established TCP socket on 55641 maven33-agent.jar already up to date maven33-interceptor.jar already up to date maven3-interceptor-commons.jar already up

Re: ImmutablePair and compareTo()

2017-03-26 Thread Matt Sicker
Considering the limitations in syntax available for this (compare to Rust which makes things immutable by default and requires a "mut" modifier to change things), I think it'd have to be documented that this sort of pair would only work with objects that were effectively immutable. Let's see how

Re: [lang][wish] Add findAnnotation and findMethodsWithAnnotation to MethodUtils

2017-03-26 Thread Pascal Schumacher
Hi Yasser, looks like a nice enhancement to me. Cheers, Pascal Am 24.03.2017 um 21:17 schrieb Yasser Zamani: In order to fixWW-4744 , mainly, I am going to add two functionalities to MethodUtils: findAnnotation and findMethodsWithAnnotation.

Re: [ALL] Where is the Clirr report?

2017-03-26 Thread Pascal Schumacher
Hi Benedikt, seems to be a feature (I guess because components can now choose between clirr and japicmp). From the commons-parent change-log: "Version 41: - new profile clirr (add src/site/resources/profile.clirr to enable, clirr report no longer automatic)"