[LANG] Fixing LANG-1197 (Was: [ALL] JDK 9 Version String)

2016-09-12 Thread Benedikt Ritter
Hello Pascal, can you please elaborate what problems you ran into? Your approach of deprecating JAVA_1_9 looks promising to me. Regards, Benedikt -- Forwarded message - From: Pascal Schumacher Date: So., 11. Sep. 2016 um 20:13 Uhr Subject: Re: [ALL]

Jenkins build is back to stable : commons-beanutils » Apache Commons BeanUtils #5

2016-09-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Another BeanUtils 1.9.3 RC?

2016-09-12 Thread Gary Gregory
On Mon, Sep 12, 2016 at 9:12 AM, Stian Soiland-Reyes wrote: > Hi, > > Sorry about the time for fixing BEANUTILS-492 - a bit of dark magic to > go through there inside > the bean inspectors. > > https://issues.apache.org/jira/browse/BEANUTILS-492# > > > > Now that I think it's

[IO] SVN or GIt

2016-09-12 Thread Gary Gregory
Did we finish the conversion of commons-io from Svn to Git? I cannot seem to push or pull from the git repo. Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition

Jenkins build is still unstable: commons-beanutils » Apache Commons BeanUtils #4

2016-09-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

RE: [GitHub] commons-bcel pull request #10: BCEL-276 LocalVariableTypeTable is not update...

2016-09-12 Thread Mark Roberts
This issue needs to be reopened as the changes are incorrect. I could not figure out the magic to do so - but I did add comments and attached the outline of a solution in the form of a diff file. Thank you, Mark Roberts > -Original Message- > From: asfgit [mailto:g...@git.apache.org] >

Jenkins build is back to stable : commons-beanutils #5

2016-09-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Another BeanUtils 1.9.3 RC?

2016-09-12 Thread Stian Soiland-Reyes
Hi, Sorry about the time for fixing BEANUTILS-492 - a bit of dark magic to go through there inside the bean inspectors. https://issues.apache.org/jira/browse/BEANUTILS-492# Now that I think it's sorted for Java 6/7/8/9 - shall I have a go at creating a new Release Candidate for BeanUtils

Jenkins build is still unstable: commons-beanutils #4

2016-09-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [RDF] jena, rdf4j, json-ld integrations

2016-09-12 Thread Peter Ansell
Hi Stian, Sesame-4 will not have any more releases due to the Eclipse migration, so you will not have a large user-base for that. Even maintaining a Sesame-2.8 module may not find many users, as users who are still using it for the near future will likely not be migrating to Java-8 and hence

Re: [RDF] adaptation methods in RDFTermFactory?

2016-09-12 Thread Matt Sicker
Couldn't you do the JDBC Wrapper style interface and have a generic method like: T unwrap(Class cls); Or make more specific unwrap methods like: T unwrap(Class cls); If this is for implementation-specific casts and such. On 12 September 2016 at 19:56, Stian Soiland-Reyes

Re: Apache Commons Report Due

2016-09-12 Thread Gilles
On Mon, 12 Sep 2016 12:51:30 -0700, Gary Gregory wrote: Here is what I plan to send: ? [Or an empty report.] Gilles On Sun, Sep 11, 2016 at 11:43 AM, Matt Sicker wrote: That sounds like it sums it up to date. On 11 September 2016 at 10:45, Gary Gregory

Re: [RDF] Implementation class name style?

2016-09-12 Thread Gary Gregory
Hi, For names, I like CamelCaseEvenForAcronyms, like IbmXmlSaxParser instead of IBMXMLSAXParser. Gary On Mon, Sep 12, 2016 at 5:32 PM, Stian Soiland-Reyes wrote: > [[ I've copied both lists, prefer replies to dev@commons.apache.org ]] > > What style should we use for

Re: Apache Commons Report Due

2016-09-12 Thread Gary Gregory
Oops, here it is: ## Description: The Apache Commons project focuses on all aspects of reusable Java components. The Apache Commons components are widely used in many projects, both within Apache and without. Any ASF committer can commit to Apache Commons. The last report was on June 7 2016.

Re: Apache Commons Report Due

2016-09-12 Thread Gary Gregory
Here is what I plan to send: On Sun, Sep 11, 2016 at 11:43 AM, Matt Sicker wrote: > That sounds like it sums it up to date. > > On 11 September 2016 at 10:45, Gary Gregory > wrote: > > > Is there anything specific you'd like noted WRT Commons Math and

[RDF] adaptation methods in RDFTermFactory?

2016-09-12 Thread Stian Soiland-Reyes
[[ Cross-post - prefer replies to dev@commons ]] Each of the Common RDF implementations come with a RDFTermFatory http://stain.github.io/incubator-commonsrdf/integration/org/apache/commons/rdf/api/RDFTermFactory.html On a classical flat classloader the implementations of this factory can be

Re: Could you please checkout this PR?

2016-09-12 Thread Jiju Kuruvilla
Thank you, Matt! jiju On Mon, Sep 12, 2016 at 6:15 PM, Matt Sicker wrote: > PR = pull request. It's how people contribute patches via GitHub. > > On 12 September 2016 at 17:04, Jiju Kuruvilla > wrote: > > > hello, > > > > I am totally new to this. I

[RDF] jena, rdf4j, json-ld integrations

2016-09-12 Thread Stian Soiland-Reyes
Hi, [[ Cross-posting - let's try to reply to dev@commons. ]] As you might have spotted if you've seen the Commons RDF Jira/commit emails, I have been working on adding integrations for Jena, RDF4j and JSONLD-Java on these branches: https://github.com/apache/incubator-commonsrdf/tree/jena

Re: Could you please checkout this PR?

2016-09-12 Thread Jiju Kuruvilla
hello, I am totally new to this. I know this may sound stupid, but what is a PR? I joined this project to learn as well as with the intention of helping out. thanks, jiju On Sun, Sep 11, 2016 at 4:31 AM, Behrang Saeedzadeh wrote: > Hi fellows, > > I've addressed all the

Re: Could you please checkout this PR?

2016-09-12 Thread Matt Sicker
PR = pull request. It's how people contribute patches via GitHub. On 12 September 2016 at 17:04, Jiju Kuruvilla wrote: > hello, > > I am totally new to this. I know this may sound stupid, but what is a PR? I > joined this project to learn as well as with the intention of

[RDF] Implementation class name style?

2016-09-12 Thread Stian Soiland-Reyes
[[ I've copied both lists, prefer replies to dev@commons.apache.org ]] What style should we use for packages and class names for the Commons RDF Term implementations? To give an example: http://stain.github.io/incubator-commonsrdf/integration/org/apache/commons/rdf/api/IRI.html

Jenkins build became unstable: commons-beanutils #3

2016-09-12 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 became unstable: commons-beanutils » Apache Commons BeanUtils #3

2016-09-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org