[GitHub] commons-lang pull request: fix JsonToStringStyle

2015-04-20 Thread jacktan1991
GitHub user jacktan1991 opened a pull request: https://github.com/apache/commons-lang/pull/66 fix JsonToStringStyle except number types and boolean type , all other types in java (char, String, Date etc.) should be `appendAsString`. + add method `appendDetail(StringBuffer buffe

[GitHub] commons-lang pull request: fix JsonToStringStyle

2015-04-20 Thread jacktan1991
Github user jacktan1991 closed the pull request at: https://github.com/apache/commons-lang/pull/66 --- 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 featu

[GitHub] commons-lang pull request: fix JsonToStringStyle

2015-04-20 Thread jacktan1991
GitHub user jacktan1991 opened a pull request: https://github.com/apache/commons-lang/pull/67 fix JsonToStringStyle except number types and boolean type , all other types in java (char, String, Date etc.) should be `appendAsString`. add method `appendDetail(StringBuffer buf

Re: svn commit: r1658276 - in /commons/proper/csv/trunk: pom.xml src/test/java/org/apache/commons/csv/CSVBenchmark.java

2015-04-20 Thread Benedikt Ritter
Hello again, I've had some time to look ad the JMH Benchmarks. What I see is, that the build now issues a warning: [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.commons:commons-csv:jar:1.1.1-SNAPSHOT [WARNING] 'profiles.profile[benchmark].dep

Re: [COMMONSRDF] GroupID for incubation releases

2015-04-20 Thread Reto Gmür
On Thu, Apr 16, 2015 at 7:41 AM, Sergio Fernández wrote: > Hi, > > On Wed, Apr 15, 2015 at 12:30 PM, Reto Gmür wrote: > > > On Wed, Apr 15, 2015 at 7:15 AM, Sergio Fernández > > wrote: > > > > > On Wed, Apr 15, 2015 at 2:20 AM, Peter Ansell > > > wrote: > > > > > > > > BlankNodes cannot be com

Re: svn commit: r1674710 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/CloseShieldOutputStream.java

2015-04-20 Thread Bernd Eckenfels
Hello Gary, I get the same errors, but none of them are related to missing close tags. I dont think that it is correct that javadoc8 cares about xhtml, it checks for html. Thats why it disallows self closed tags. But I guess it doesnt matter much we have so many javadoc styles anyway. Gruss B

Re: svn commit: r1658276 - in /commons/proper/csv/trunk: pom.xml src/test/java/org/apache/commons/csv/CSVBenchmark.java

2015-04-20 Thread Gary Gregory
Hm... In Log4j, we have a separate Maven module for benchmarks, but we already have a lot of modules in Log4j... I'm sure we do not want another module for [cvs]. We have a source folder for tests already, a third one might require a lot more configuration in the POM, I'm not sure. Isn't there a w

Re: svn commit: r1658276 - in /commons/proper/csv/trunk: pom.xml src/test/java/org/apache/commons/csv/CSVBenchmark.java

2015-04-20 Thread Benedikt Ritter
Hello, 2015-04-20 17:08 GMT+02:00 Gary Gregory : > Hm... In Log4j, we have a separate Maven module for benchmarks, but we > already have a lot of modules in Log4j... I'm sure we do not want another > module for [cvs]. > I've started work on a Csv2BeanMapper, which could be a separate module...

Re: [COMMONSRDF] GroupID for incubation releases

2015-04-20 Thread Reto Gmür
Hi Peter, I wrote some code to better answer the second part of your email. > > Besides the SPARQL usecase, here's a simple usecase for wrapping data as > > RDF: > > > > interface Person { > >String getFirstName(); > >String getLastName(); > >String getDiary() > > } > > > > interface

Re: [math] threading redux

2015-04-20 Thread Phil Steitz
On 4/19/15 6:08 AM, Gilles wrote: > Hello. > > On Sat, 18 Apr 2015 22:25:20 -0400, James Carman wrote: >> I think I got sidetracked when typing that email. I was trying >> to say that >> we need an abstraction layer above raw threads in order to allow for >> different types of parallelism. The F