[GitHub] commons-io pull request #18: Added CopyToDirectory convenience method

2016-09-23 Thread BVanderWilp
GitHub user BVanderWilp opened a pull request: https://github.com/apache/commons-io/pull/18 Added CopyToDirectory convenience method In addressing issue "Add convenience methods for copyToDirectory", the copyToDirectory function was added. It simply calls the pre-existing functions

Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-23 Thread Raviteja Lokineni
Finally the javadocs fix: https://github.com/apache/commons-beanutils/pull/1 On Fri, Sep 23, 2016 at 2:49 PM, Gary Gregory wrote: > +1 > > From src zip: ASC, MD5, SHA1 OK. > > Builds 'mvn clean site' OK with: > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 > 05:51:2

Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-23 Thread Gary Gregory
+1 >From src zip: ASC, MD5, SHA1 OK. Builds 'mvn clean site' OK with: Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 05:51:28-0800) Maven home: E:\Java\apache-maven-3.0.5 Java version: 1.6.0_45, vendor: Sun Microsystems Inc. Java home: E:\Program Files\Java\jdk1.6.0_45

Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-23 Thread Raviteja Lokineni
I would like to contribute for https://issues.apache.org/jira/browse/BEANUTILS-497 and have started working on it. Should have something by end of day today. FYI, I would do a Github PR. On Fri, Sep 23, 2016 at 9:33 AM, Stian Soiland-Reyes wrote: > On 23 September 2016 at 09:53, Emmanuel Bourg

Help with task: Random Number Generators

2016-09-23 Thread Paul George
Hello,I would like to help out with the task listed at https://helpwanted.apache.org/task.html?532e1a73Task #532e1a73: Random number generators -- Thanks, Paul George

Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-23 Thread Stian Soiland-Reyes
On 23 September 2016 at 09:53, Emmanuel Bourg wrote: > Linux distros (at least Debian, Ubuntu, Fedora <= 22 and their > derivatives) have disabled doclint by default in OpenJDK 8 because it > breaks a ton of unmaintained projects also packaged in these > distributions. > > https://sources.debian.n

open source projects that are using SCXML

2016-09-23 Thread Sajjad Sarwar
Hi, I would like to if there is a list of open source projects that are currently using Apache Commons SCXML other then the ones mentioned on the website. Thank you, Regards, Sajjad

Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-23 Thread Emmanuel Bourg
Le 23/09/2016 à 10:12, Stian Soiland-Reyes a écrit : > Any idea why javadoc 8 errors only show up in Windows? I tested it with > OpenJDK 8 without the build failing.. Linux distros (at least Debian, Ubuntu, Fedora <= 22 and their derivatives) have disabled doclint by default in OpenJDK 8 because

Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-23 Thread Stian Soiland-Reyes
Thanks! Any idea why javadoc 8 errors only show up in Windows? I tested it with OpenJDK 8 without the build failing.. On 22 Sep 2016 9:18 p.m., "Oliver Heger" wrote: > Build works fine with Java 1.6 and 1.8 on Windows 10. The site build > failed for me with Java 1.8 because of Javadoc errors, b

Re: Java8 utilities

2016-09-23 Thread Stian Soiland-Reyes
Not sure what java.lang.invoke utility methods you are having in mind, to me it looks complex enough that getting such an API right is not straight forward and could be better developed outside Lang. Let's do what Gary proposes and an orderly upgrade - our Java 7 intermediary will mainly be syntac