[parent] japicmp configuration

2016-12-21 Thread Stefan Bodewig
Hi I've just figured out how to get japicmp working for me and have a few questions / suggestions for the parent POM. Currently the configuration of the plugin happens inside the pluginManagement section, not inside the japicmp profile. Should we move this? The current configuration breaks the b

[compress] nearing 1.13 release, backwards incompatible change(?)

2016-12-21 Thread Stefan Bodewig
Hi I've managed to build japicmp reports for COMPRESS, the full site of the current master is at http://stefan.samaflost.de/staging/commons-compress-1.13/ If you look at http://stefan.samaflost.de/staging/commons-compress-1.13/japicmp-maven-plugin-report.html you'll see a few strange things. Some

Re: [all] Clirr or japicmp - does either work for anybody?

2016-12-21 Thread Stefan Bodewig
On 2016-12-21, Gilles wrote: > On Tue, 20 Dec 2016 16:35:46 +0100, Stefan Bodewig wrote: >> Hi >> I'm trying to figure out how to get a report on API changes in >> compress. >> If I enable Clirr the site build dies with a NullPointerException (I >> vaguely recall it might work if I used Java7, s

Re: AW: interested in contributing

2016-12-21 Thread sebb
Or a page on the wiki/website. And make sure that is easy to find, so people can help themselves, at least initially. On 21 December 2016 at 16:53, Gary Gregory wrote: > It feels like we need a message template in a repo to make replying to > these queries quick, easy, and complete. > > Gary > >

Re: [Lang] Deprecate SystemUtils#LINE_SEPARATOR

2016-12-21 Thread Gary Gregory
On Wed, Dec 21, 2016 at 6:37 AM, Jochen Wiedmann wrote: > How about we change LINE_SEPARATOR instead to be initialized via > System.lineSeparator instead, so that it cannot be null instead? From > reading System.initializeSystemClass(), my guess is they are the same > anyways. > Seems OK. Gary

Re: [TEXT] Items to port from Lang

2016-12-21 Thread Gary Gregory
On Wed, Dec 21, 2016 at 11:02 AM, Duncan Jones wrote: > > > > On 21 Dec 2016, at 18:57, Gary Gregory wrote: > > > > On Wed, Dec 21, 2016 at 12:17 AM, Duncan Jones > > wrote: > > > >> Hi, > >> > >> Looking through Lang, I don’t see too much that needs to come across to > >> Text. > >> > >> - The

Re: [TEXT] Items to port from Lang

2016-12-21 Thread Duncan Jones
> On 21 Dec 2016, at 18:57, Gary Gregory wrote: > > On Wed, Dec 21, 2016 at 12:17 AM, Duncan Jones > wrote: > >> Hi, >> >> Looking through Lang, I don’t see too much that needs to come across to >> Text. >> >> - The string distance algorithms have already moved and can be deprecated >> in S

Re: [TEXT] Items to port from Lang

2016-12-21 Thread Gary Gregory
On Wed, Dec 21, 2016 at 12:17 AM, Duncan Jones wrote: > Hi, > > Looking through Lang, I don’t see too much that needs to come across to > Text. > > - The string distance algorithms have already moved and can be deprecated > in StringUtils, once 1.0 is released > - The remainder of StringUtils d

Re: [TEXT] Remove Commons Lang Dependency?

2016-12-21 Thread Jörg Schaible
Pascal Schumacher wrote: > Am 19.12.2016 um 11:25 schrieb Pascal Schumacher: >> Am 18.12.2016 um 23:02 schrieb Jörg Schaible: >>> Actually I don't understand why do you want to remove it. It was made >>> dependent on purpose. The shade plugin - if properly configured - >>> will only >>> include St

Re: AW: interested in contributing

2016-12-21 Thread Gary Gregory
It feels like we need a message template in a repo to make replying to these queries quick, easy, and complete. Gary On Dec 20, 2016 12:29 PM, "Jan Matèrne (jhm)" wrote: > Starting points are also > - open issues (see JIRA: > https://issues.apache.org/jira/secure/BrowseProjects.jspa#10260) > -

Re: [Lang] Deprecate SystemUtils#LINE_SEPARATOR

2016-12-21 Thread Jochen Wiedmann
How about we change LINE_SEPARATOR instead to be initialized via System.lineSeparator instead, so that it cannot be null instead? From reading System.initializeSystemClass(), my guess is they are the same anyways. Jochen On Wed, Dec 21, 2016 at 11:48 AM, Pascal Schumacher wrote: > Hello everybo

Re: [all] Clirr or japicmp - does either work for anybody?

2016-12-21 Thread Gilles
On Tue, 20 Dec 2016 16:35:46 +0100, Stefan Bodewig wrote: Hi I'm trying to figure out how to get a report on API changes in compress. If I enable Clirr the site build dies with a NullPointerException (I vaguely recall it might work if I used Java7, so that might by my last resort). In Commo

[Lang] Deprecate SystemUtils#LINE_SEPARATOR

2016-12-21 Thread Pascal Schumacher
Hello everybody, what about deprecating SystemUtils#LINE_SEPARATOR in favor of System#lineSeparator? I suggest we deprecated it with the following explanation: "Use {@link System#lineSeparator} instead, since it can not be null and does not require a privilege check." (I'm not 100% sure abou

Re: [text] Clarify whether varargs are being used in test (squashes warning).

2016-12-21 Thread Duncan Jones
> On 21 Dec 2016, at 08:28, djo...@apache.org wrote: > > Repository: commons-text > Updated Branches: > refs/heads/master 120409051 -> 322fe2723 > > > Clarify whether varargs are being used in test (squashes warning). Note: I’m really not a big fan of using reflection to inspect fields in a u

[TEXT] Items to port from Lang

2016-12-21 Thread Duncan Jones
Hi, Looking through Lang, I don’t see too much that needs to come across to Text. - The string distance algorithms have already moved and can be deprecated in StringUtils, once 1.0 is released - The remainder of StringUtils doesn’t feel like it belongs in Text - RandomStringUtils has been por