Re: [lang3] Problem with the OSGi metadata: Bundle-SymbolicName / breaking change between 3.7 and 3.8

2018-09-20 Thread Gary Gregory
On Thu, Sep 20, 2018 at 2:33 PM P. Ottlinger wrote: > Hi, > > Am 19.09.2018 um 13:44 schrieb Rob Tompkins: > > > > > >> On Sep 19, 2018, at 4:25 AM, Benedikt Ritter > wrote: > >> > >> ... bringing this to the developers list... > >> > >> I think this issue has been caused by this change: > >> >

Re: [lang3] Problem with the OSGi metadata: Bundle-SymbolicName / breaking change between 3.7 and 3.8

2018-09-20 Thread P. Ottlinger
Hi, Am 19.09.2018 um 13:44 schrieb Rob Tompkins: > > >> On Sep 19, 2018, at 4:25 AM, Benedikt Ritter wrote: >> >> ... bringing this to the developers list... >> >> I think this issue has been caused by this change: >>

Re: [VOTE] Release Apache Commons Lang 3.8.1 based on RC1

2018-09-20 Thread Oliver Heger
Hi Rob, build works fine with Java 8 on Windows 10. Artifacts and site look good. +1 Some remarks: - When running mvn site it did an SVN checkout to a folder named site-content. What is the background of this? - The japicmp report on the site you referenced looks pretty strange - given the fact

Re: Apache Commons CSV build does not work on Java 11 EA (Was: [VOTE] Release Apache Commons CSV 1.6 based on RC1)

2018-09-20 Thread Rory O'Donnell
Gary/Benedikt, I was advised by my JaCoCo contact that you are using JaCoCo version 0.8.1, while support for Java 11 was added in *0.8.2* - see https://www.jacoco.org/jacoco/trunk/doc/changes.html Rgds,Rory On 20/09/2018 13:45, Gary Gregory wrote: This seems to be a problem surfaced by

Re: [All] CP definitions

2018-09-20 Thread Gilles
On Thu, 20 Sep 2018 08:53:38 -0400, Rob Tompkins wrote: On Sep 20, 2018, at 3:10 AM, Benedikt Ritter wrote: Hello, Reverting this change was discussed here [1]. It was a result of this commit [2] breaking multiple component builds. As Stefan points out the initial change does not make

Re: [All] CP definitions (Was: svn commit: r1841296 [...])

2018-09-20 Thread Rob Tompkins
> On Sep 20, 2018, at 3:10 AM, Benedikt Ritter wrote: > > Hello, > > Reverting this change was discussed here [1]. It was a result of this > commit [2] breaking multiple component builds. As Stefan points out the > initial change does not make sense, since the componentId is always just >

Re: Apache Commons CSV build does not work on Java 11 EA (Was: [VOTE] Release Apache Commons CSV 1.6 based on RC1)

2018-09-20 Thread Gary Gregory
This seems to be a problem surfaced by JaCoCo. Gary On Thu, Sep 20, 2018, 01:15 Benedikt Ritter wrote: > Hello Rory, > > please see below - the Apache Commons CSV component can not be build on > Windows using Java 11 EA. I did not have the time to investigate this yet, > but maybe you're

Re: [All] CP definitions

2018-09-20 Thread Gilles
On Thu, 20 Sep 2018 09:10:50 +0200, Benedikt Ritter wrote: Hello, Reverting this change was discussed here [1]. It was a result of this commit [2] breaking multiple component builds. As Stefan points out the initial change does not make sense, since the componentId is always just the name

Re: [COLLECTIONS] japicmp:cmp is always skipped

2018-09-20 Thread Gilles
On Thu, 20 Sep 2018 09:34:34 +0200, Benedikt Ritter wrote: Hi, I'm currently working on getting the collections build to pass again. We can't use clirr anymore because it can't handle Java 8 default methods. I've replaced clirr with japicmp [1]. Problem is, that the japicmp:cmp goal is

Re: [ALL] Multiple things broken in commons build infrastructure

2018-09-20 Thread Gilles
Hi. On Thu, 20 Sep 2018 09:01:34 +0200, Benedikt Ritter wrote: Am Mi., 19. Sep. 2018 um 12:23 Uhr schrieb Gilles < gil...@harfang.homelinux.org>: Hi. On Wed, 19 Sep 2018 11:41:53 +0200, Benedikt Ritter wrote: > Hello, > > I'm trying to release commons-csv and there are multiple things >

Re: Apache Commons CSV build does not work on Java 11 EA (Was: [VOTE] Release Apache Commons CSV 1.6 based on RC1)

2018-09-20 Thread Rory O'Donnell
Hi Benedikt, Can you log a bug and let me have the JI number ? Thanks,Rory On 20/09/2018 08:15, Benedikt Ritter wrote: Hello Rory, please see below - the Apache Commons CSV component can not be build on Windows using Java 11 EA. I did not have the time to investigate this yet, but maybe

[COLLECTIONS] japicmp:cmp is always skipped

2018-09-20 Thread Benedikt Ritter
Hi, I'm currently working on getting the collections build to pass again. We can't use clirr anymore because it can't handle Java 8 default methods. I've replaced clirr with japicmp [1]. Problem is, that the japicmp:cmp goal is always skipped although I've added the profile.japicmp file to the

[GitHub] commons-collections issue #54: Replace Clirr with japicmp, since clirr does ...

2018-09-20 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-collections/pull/54 The build produces: ``` [INFO] --- japicmp-maven-plugin:0.12.0:cmp (default-cli) @ commons-collections4 --- [INFO] Skipping execution because parameter 'skip' was set to

[GitHub] commons-collections pull request #54: Replace Clirr with japicmp, since clir...

2018-09-20 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-collections/pull/54 Replace Clirr with japicmp, since clirr does not handle Java 8 defaul… …t methods You can merge this pull request into a Git repository by running: $ git pull

Apache Commons CSV build does not work on Java 11 EA (Was: [VOTE] Release Apache Commons CSV 1.6 based on RC1)

2018-09-20 Thread Benedikt Ritter
Hello Rory, please see below - the Apache Commons CSV component can not be build on Windows using Java 11 EA. I did not have the time to investigate this yet, but maybe you're already aware of this? Regards, Benedikt -- Forwarded message - From: Gary Gregory Date: Do., 20. Sep.

Re: [ALL] Multiple things broken in commons build infrastructure

2018-09-20 Thread Benedikt Ritter
Am Mi., 19. Sep. 2018 um 12:23 Uhr schrieb Gilles < gil...@harfang.homelinux.org>: > Hi. > > On Wed, 19 Sep 2018 11:41:53 +0200, Benedikt Ritter wrote: > > Hello, > > > > I'm trying to release commons-csv and there are multiple things > > broken at > > the moment: > > > > - the site build does

Re: [lang3] Problem with the OSGi metadata: Bundle-SymbolicName / breaking change between 3.7 and 3.8

2018-09-20 Thread Benedikt Ritter
Am Mi., 19. Sep. 2018 um 16:42 Uhr schrieb Rob Tompkins : > Do we have a JIRA for this? > Yes, it's LANG-1419 and COMMONSSITE-125 Benedikt > > > On Sep 19, 2018, at 7:59 AM, Benedikt Ritter wrote: > > > > Hi, > > > > Am Mi., 19. Sep. 2018 um 13:44 Uhr schrieb Rob Tompkins < >