[GitHub] commons-rdf issue #30: COMMONSRDF-51 language tags compared lower case

2017-01-23 Thread stain
Github user stain commented on the issue:

https://github.com/apache/commons-rdf/pull/30
  
I added equivalent tests for `Graph` add/contains/remove, and this fails 
for Jena:

```
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertFalse(Assert.java:64)
at org.junit.Assert.assertFalse(Assert.java:74)
at 
org.apache.commons.rdf.api.AbstractGraphTest.containsLanguageTagsCaseInsensitive(AbstractGraphTest.java:415)
...
```

basically if I add `"Hello"@EN-GB` to a Jena Graph and then try to remove 
`"Hello"@en-GB` then the statement remains in the graph as `"Hello"@EN-GB`.

How can we fix this? It would not be enough to just lowercase in all 
Commons RDF methods with Jena Literal language tags, as the Jena graph/model 
could be populated through other means (e.g. parsing a file).




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[text] Preparing for the 1.0 release.

2017-01-23 Thread Rob Tompkins
All,

I plan on attempting a go at the 1.0 release for [text] over the next few days. 
If there are any concerns or thoughts please let me know.

Cheers,
-Rob
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [text] Preparing for the 1.0 release.

2017-01-23 Thread Emmanuel Bourg
Le 23/01/2017 à 13:33, Rob Tompkins a écrit :

> I plan on attempting a go at the 1.0 release for [text] over the next few 
> days. If there are any concerns or thoughts please let me know.

Nice, I'd just suggest releasing a beta version of the component first
to get more user feedback before the final 1.0 release and the API freeze.

Emmanuel Bourg


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [text] Preparing for the 1.0 release.

2017-01-23 Thread Rob Tompkins

> On Jan 23, 2017, at 7:37 AM, Emmanuel Bourg  wrote:
> 
> Le 23/01/2017 à 13:33, Rob Tompkins a écrit :
> 
>> I plan on attempting a go at the 1.0 release for [text] over the next few 
>> days. If there are any concerns or thoughts please let me know.
> 
> Nice, I'd just suggest releasing a beta version of the component first
> to get more user feedback before the final 1.0 release and the API freeze.
> 

Sounds reasonable. Would you then make the package names something like 
“org.apache.commons.textbeta.*” or “or.apache.commons.text0”?

-Rob

> Emmanuel Bourg
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [text] Preparing for the 1.0 release.

2017-01-23 Thread Rob Tompkins

> On Jan 23, 2017, at 7:37 AM, Emmanuel Bourg  wrote:
> 
> Le 23/01/2017 à 13:33, Rob Tompkins a écrit :
> 
>> I plan on attempting a go at the 1.0 release for [text] over the next few 
>> days. If there are any concerns or thoughts please let me know.
> 
> Nice, I'd just suggest releasing a beta version of the component first
> to get more user feedback before the final 1.0 release and the API freeze.

All,

In verifying Java 9 compatibility, I’ve come across some unit test failures. My 
plan is to remediate those and then move forward with the release. 

Further, it seems that these failures differ in nature from those that we saw 
back in September when preparing for the release of [lang, 3.5].

Cheers,
-Rob

> 
> Emmanuel Bourg
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [text] Preparing for the 1.0 release.

2017-01-23 Thread Emmanuel Bourg
Le 23/01/2017 à 13:57, Rob Tompkins a écrit :

> Sounds reasonable. Would you then make the package names something like 
> “org.apache.commons.textbeta.*” or “or.apache.commons.text0”?

org.apache.commons.text.beta would be good, potentially later followed
by o.a.c.t.beta2 if releasing another beta is necessary.

Emmanuel Bourg


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [text] Preparing for the 1.0 release.

2017-01-23 Thread Rob Tompkins

> On Jan 23, 2017, at 8:04 AM, Rob Tompkins  wrote:
> 
> 
>> On Jan 23, 2017, at 7:37 AM, Emmanuel Bourg  wrote:
>> 
>> Le 23/01/2017 à 13:33, Rob Tompkins a écrit :
>> 
>>> I plan on attempting a go at the 1.0 release for [text] over the next few 
>>> days. If there are any concerns or thoughts please let me know.
>> 
>> Nice, I'd just suggest releasing a beta version of the component first
>> to get more user feedback before the final 1.0 release and the API freeze.
> 
> All,
> 
> In verifying Java 9 compatibility, I’ve come across some unit test failures. 
> My plan is to remediate those and then move forward with the release. 

Running "mvn -Djacoco.skip clean test” or upgrading to jacoco 0.7.8 seem to 
resolve the issue. What are folks thoughts on doing either of those?

-Rob

> 
> Further, it seems that these failures differ in nature from those that we saw 
> back in September when preparing for the release of [lang, 3.5].
> 
> Cheers,
> -Rob
> 
>> 
>> Emmanuel Bourg
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>> 
> 


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [text] Preparing for the 1.0 release.

2017-01-23 Thread Gary Gregory
I'd think updating Jacoco should be done eventually, so might as well do it
now.

Gary

On Mon, Jan 23, 2017 at 5:30 AM, Rob Tompkins  wrote:

>
> > On Jan 23, 2017, at 8:04 AM, Rob Tompkins  wrote:
> >
> >
> >> On Jan 23, 2017, at 7:37 AM, Emmanuel Bourg  wrote:
> >>
> >> Le 23/01/2017 à 13:33, Rob Tompkins a écrit :
> >>
> >>> I plan on attempting a go at the 1.0 release for [text] over the next
> few days. If there are any concerns or thoughts please let me know.
> >>
> >> Nice, I'd just suggest releasing a beta version of the component first
> >> to get more user feedback before the final 1.0 release and the API
> freeze.
> >
> > All,
> >
> > In verifying Java 9 compatibility, I’ve come across some unit test
> failures. My plan is to remediate those and then move forward with the
> release.
>
> Running "mvn -Djacoco.skip clean test” or upgrading to jacoco 0.7.8 seem
> to resolve the issue. What are folks thoughts on doing either of those?
>
> -Rob
>
> >
> > Further, it seems that these failures differ in nature from those that
> we saw back in September when preparing for the release of [lang, 3.5].
> >
> > Cheers,
> > -Rob
> >
> >>
> >> Emmanuel Bourg
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >> For additional commands, e-mail: dev-h...@commons.apache.org
> >>
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition



JUnit in Action, Second Edition



Spring Batch in Action


Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Re: [text] Preparing for the 1.0 release.

2017-01-23 Thread Pascal Schumacher

+1 to upgrading jacoco

Am 23.01.2017 um 14:30 schrieb Rob Tompkins:


Running "mvn -Djacoco.skip clean test” or upgrading to jacoco 0.7.8 seem to 
resolve the issue. What are folks thoughts on doing either of those?

-Rob


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [text] Preparing for the 1.0 release.

2017-01-23 Thread Rob Tompkins


> On Jan 23, 2017, at 1:22 PM, Pascal Schumacher  
> wrote:
> 
> +1 to upgrading jacoco
> 

Sounds good. I'll do that and set the packages up as beta. Should I simply 
version the artifact version as 1.0-beta-1?

-Rob


>> Am 23.01.2017 um 14:30 schrieb Rob Tompkins:
>> 
>> Running "mvn -Djacoco.skip clean test” or upgrading to jacoco 0.7.8 seem to 
>> resolve the issue. What are folks thoughts on doing either of those?
>> 
>> -Rob
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[RNG] Issue RNG-35

2017-01-23 Thread Gilles

Hi.

Please have a look at RNG-35:
  https://issues.apache.org/jira/browse/RNG-35

Regards,
Gilles


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org