Re: [ALL] Sonar and Jenkins Karma?

2013-10-12 Thread Olivier Lamy
For Jenkins: http://wiki.apache.org/general/Jenkins#How_do_I_get_an_account For Sonar: Thomas Neidhart has karma. Remember for security reasons, an other Jenkins instance is used for Sonar build. The problem with sonar is not having permissions per project!! On 11 October 2013 20:17, Benedikt

Re: [parent] Preventing the deployment of -src and -bin archives to Nexus

2013-10-12 Thread Olivier Lamy
why not having those files deployed? On 11 October 2013 23:21, Emmanuel Bourg ebo...@apache.org wrote: The parent pom currently attaches the -bin and -src archives to the deploy phase, which means we have to delete them manually in Nexus. Can we agree to change that? Emmanuel Bourg

[LANG] Towards 3.2 and beyond

2013-10-12 Thread Benedikt Ritter
Hi guys, I'm currently cleaning up the current trunk of lang in preparation of a new release (as always, any help is appreciated ;-). Now I came across methods like ObjectUtils.hashCode(Object), which is obsolete in Java 7 since we have Objects.hashCode(Object) there. I'm sure there are more

Re: [LANG] Towards 3.2 and beyond

2013-10-12 Thread James Carman
Sometimes our methods are null safe when they are not. Haven't looked into this case yet, but just be sure to consider it when marking things as obsolete. On Saturday, October 12, 2013, Benedikt Ritter wrote: Hi guys, I'm currently cleaning up the current trunk of lang in preparation of a

Re: [LANG] Towards 3.2 and beyond

2013-10-12 Thread Gary Gregory
On Oct 12, 2013, at 6:13, Benedikt Ritter brit...@apache.org wrote: Hi guys, I'm currently cleaning up the current trunk of lang in preparation of a new release (as always, any help is appreciated ;-). Now I came across methods like ObjectUtils.hashCode(Object), which is obsolete in Java 7

Re: [LANG] Towards 3.2 and beyond

2013-10-12 Thread Henri Yandell
+1 to Java 7, though if that only means a few methods should be removed I'd go with deprecating with a note they'll be removed in Lang 4.0. We should deprecate the time package warning that it will be replaced with a new package based on Java 8's new API in Lang 4.0 :) I'm assuming 4.0 will be

Re: [LANG] Towards 3.2 and beyond

2013-10-12 Thread Henri Yandell
I think this is the priority issue: https://issues.apache.org/jira/browse/LANG-894 If we can't fix and deploy our website, having new code is largely pointless :) I'm guessing we're on some new (yeah I know, probably old by now) site here and clean up still needs doing. Presumably for most

[VOTE] Release Commons Compress 1.6

2013-10-12 Thread Stefan Bodewig
Hi since Compress 1.5 we've fixed a few bugs but most notably added read-only support for LZMA standalone, uncompressed ARJ and full support for 7z. I have not created a RC website as the only difference to the current website would be the download page and the version number - and I'd