[CANCEL][VOTE] Release Commons Text 1.0-beta-1 based on RC2

2017-01-27 Thread Rob Tompkins
> On Jan 27, 2017, at 12:51 PM, Rob Tompkins wrote: > > > >> On Jan 27, 2017, at 12:11 PM, Oliver Heger >> wrote: >> >> Hi, >> >> build works with Java 1.7 and 1.8 on Windows 10. The site build failed >> for me with Java 1.8 with the

Re: StringUtils.isEmpty() family of methods on Objects

2017-01-27 Thread Gary Gregory
The simplest examples I have on hand are instances of Path and URI which can be built with an empty string. I want to know if these are "empty". For the app I am now on for example, a Path or null and "" should be treated the same. Same for a URI. Gary On Fri, Jan 27, 2017 at 5:37 PM, Matt

Re: StringUtils.isEmpty() family of methods on Objects

2017-01-27 Thread Matt Sicker
That's an interesting use case, though I've never come across a toString() implementation that would be affected. Can you go into more detail? On 27 January 2017 at 16:04, Gary Gregory wrote: > _Like_ that except that our Log4j version does not do the case I want: >

[GitHub] commons-compress issue #16: Don't duplicate count() functionality.

2017-01-27 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/16 [![Coverage Status](https://coveralls.io/builds/9882175/badge)](https://coveralls.io/builds/9882175) Coverage increased (+0.2%) to 84.291% when pulling

Re: StringUtils.isEmpty() family of methods on Objects

2017-01-27 Thread Gary Gregory
_Like_ that except that our Log4j version does not do the case I want: object.toString(). Gary On Fri, Jan 27, 2017 at 1:58 PM, Matt Sicker wrote: > Something like this? > > https://github.com/apache/logging-log4j2/blob/master/ >

Re: StringUtils.isEmpty() family of methods on Objects

2017-01-27 Thread Matt Sicker
Something like this? https://github.com/apache/logging-log4j2/blob/master/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Assert.java#L43 On 27 January 2017 at 15:54, Gary Gregory wrote: > Hi All, > > There are certain kinds of objects, _descriptor_ kind of

StringUtils.isEmpty() family of methods on Objects

2017-01-27 Thread Gary Gregory
Hi All, There are certain kinds of objects, _descriptor_ kind of objects that would benefit from isEmpty semantics. These kind of objects can describe complex command line arguments and other kind of configuration objects. I'd like to add with this pseudo code: boolean isEmpty(Object) {

[GitHub] commons-compress pull request #16: Don't duplicate count() functionality.

2017-01-27 Thread thomasmey
GitHub user thomasmey opened a pull request: https://github.com/apache/commons-compress/pull/16 Don't duplicate count() functionality. You can merge this pull request into a Git repository by running: $ git pull https://github.com/thomasmey/commons-compress work/misc

Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC2

2017-01-27 Thread Rob Tompkins
> On Jan 27, 2017, at 12:11 PM, Oliver Heger > wrote: > > Hi, > > build works with Java 1.7 and 1.8 on Windows 10. The site build failed > for me with Java 1.8 with the following error: > > [ERROR] Failed to execute goal >

[GitHub] commons-rdf pull request #32: COMMONSRDF-55: Handle Jena's urn:x-arq:Default...

2017-01-27 Thread stain
GitHub user stain opened a pull request: https://github.com/apache/commons-rdf/pull/32 COMMONSRDF-55: Handle Jena's urn:x-arq:DefaultGraph and friends This fixes [COMMONSRDF-55](https://issues.apache.org/jira/browse/COMMONSRDF-55) by adding special testing of Jena's

Re: [VOTE] Release Commons Text 1.0-beta-1 based on RC2

2017-01-27 Thread Oliver Heger
Hi, build works with Java 1.7 and 1.8 on Windows 10. The site build failed for me with Java 1.8 with the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.6:site (default-site) on project commons-text: Error generating

[GitHub] commons-rdf pull request #31: COMMONSRDF-54: overloads of RDF4J#asRDFTerm

2017-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-rdf/pull/31 --- 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 feature is

[GitHub] commons-rdf issue #31: COMMONSRDF-54: overloads of RDF4J#asRDFTerm

2017-01-27 Thread ghxiao
Github user ghxiao commented on the issue: https://github.com/apache/commons-rdf/pull/31 I added a test case`RDF4JMethodOverloadsTest` and one more method in RDF4J `public RDF4JBlankNodeOrIRI asRDFTerm(final org.eclipse.rdf4j.model.Resource value)` --- If your project is