Re: [VOTE] Release Apache ManifoldCF 2.16, RC0

2020-05-05 Thread Karl Wright
+1 from me, although I've now had to patch trunk to get the mongodb test
materials to download as of today.

Karl


On Sun, May 3, 2020 at 6:48 PM Cihad Guzel  wrote:

> Hi,
>
> +1 from me.
>
> I have built successfully with JDK 11 via maven. All tests passed
> successfully.
>
> Regards,
> Cihad Güzel
>
> Furkan KAMACI , 3 May 2020 Paz, 22:27 tarihinde
> şunu yazdı:
>
> > Hi,
> >
> > +1 from me.
> >
> > I checked:
> >
> > - LICENSE is fine
> > - NOTICE should be updated (minor issue, I can fix it)
> > - No unexpected binary files
> > - Checked PGP signatures
> > - Checked Checksums
> > - Apache rat checks are OK
> >
> >
> > PS: I got an error while compiling and testing with Java 11 but seems to
> > related with my environment:
> >
> > [ERROR] Failed to execute goal on project mcf-cmis-connector: Could not
> > resolve dependencies for project
> > org.apache.manifoldcf:mcf-cmis-connector:jar:2.16: Failed to collect
> > dependencies at
> > org.apache.chemistry.opencmis:chemistry-opencmis-client-impl:jar:1.1.0 ->
> >
> org.apache.chemistry.opencmis:chemistry-opencmis-client-bindings:jar:1.1.0
> > -> org.apache.cxf:cxf-rt-frontend-jaxws:jar:3.0.12 ->
> > org.apache.cxf:cxf-rt-bindings-soap:jar:3.0.12 ->
> > org.apache.cxf:cxf-rt-databinding-jaxb:jar:3.0.12 ->
> > com.sun.xml.bind:jaxb-impl:jar:2.1.14: Failed to read artifact descriptor
> > for com.sun.xml.bind:jaxb-impl:jar:2.1.14: Could not transfer artifact
> > com.sun.xml.bind:jaxb-impl:pom:2.1.14 from/to central (
> > https://repo.maven.apache.org/maven2): Transfer failed for
> >
> >
> https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.1.14/jaxb-impl-2.1.14.pom
> > :
> > Operation timed out (Read failed)
> >
> > Kind Regards,
> > Furkan KAMACI
> >
> > On Sun, May 3, 2020 at 9:59 PM Michael Cizmar  >
> > wrote:
> >
> > > Great work Karl!  I'm looking forward to trying this out.
> > >
> > > On Sun, May 3, 2020 at 1:31 PM Karl Wright  wrote:
> > >
> > > > Please vote on whether to release Apache ManifoldCF 2.16, RC0.  This
> > > > release has a new confluence connector as well as preliminary support
> > for
> > > > Java 11.  The release artifact can be found at:
> > > >
> > > >
> > https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.16
> > > >
> > > > There is a release tag at:
> > > >
> > > > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.16-RC0
> > > >
> > > > Thanks in advance!
> > > > Karl
> > > >
> > >
> >
>


Re: [VOTE] Release Apache ManifoldCF 2.16, RC0

2020-05-03 Thread Cihad Guzel
Hi,

+1 from me.

I have built successfully with JDK 11 via maven. All tests passed
successfully.

Regards,
Cihad Güzel

Furkan KAMACI , 3 May 2020 Paz, 22:27 tarihinde
şunu yazdı:

> Hi,
>
> +1 from me.
>
> I checked:
>
> - LICENSE is fine
> - NOTICE should be updated (minor issue, I can fix it)
> - No unexpected binary files
> - Checked PGP signatures
> - Checked Checksums
> - Apache rat checks are OK
>
>
> PS: I got an error while compiling and testing with Java 11 but seems to
> related with my environment:
>
> [ERROR] Failed to execute goal on project mcf-cmis-connector: Could not
> resolve dependencies for project
> org.apache.manifoldcf:mcf-cmis-connector:jar:2.16: Failed to collect
> dependencies at
> org.apache.chemistry.opencmis:chemistry-opencmis-client-impl:jar:1.1.0 ->
> org.apache.chemistry.opencmis:chemistry-opencmis-client-bindings:jar:1.1.0
> -> org.apache.cxf:cxf-rt-frontend-jaxws:jar:3.0.12 ->
> org.apache.cxf:cxf-rt-bindings-soap:jar:3.0.12 ->
> org.apache.cxf:cxf-rt-databinding-jaxb:jar:3.0.12 ->
> com.sun.xml.bind:jaxb-impl:jar:2.1.14: Failed to read artifact descriptor
> for com.sun.xml.bind:jaxb-impl:jar:2.1.14: Could not transfer artifact
> com.sun.xml.bind:jaxb-impl:pom:2.1.14 from/to central (
> https://repo.maven.apache.org/maven2): Transfer failed for
>
> https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.1.14/jaxb-impl-2.1.14.pom
> :
> Operation timed out (Read failed)
>
> Kind Regards,
> Furkan KAMACI
>
> On Sun, May 3, 2020 at 9:59 PM Michael Cizmar 
> wrote:
>
> > Great work Karl!  I'm looking forward to trying this out.
> >
> > On Sun, May 3, 2020 at 1:31 PM Karl Wright  wrote:
> >
> > > Please vote on whether to release Apache ManifoldCF 2.16, RC0.  This
> > > release has a new confluence connector as well as preliminary support
> for
> > > Java 11.  The release artifact can be found at:
> > >
> > >
> https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.16
> > >
> > > There is a release tag at:
> > >
> > > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.16-RC0
> > >
> > > Thanks in advance!
> > > Karl
> > >
> >
>


Re: [VOTE] Release Apache ManifoldCF 2.16, RC0

2020-05-03 Thread Furkan KAMACI
Hi,

+1 from me.

I checked:

- LICENSE is fine
- NOTICE should be updated (minor issue, I can fix it)
- No unexpected binary files
- Checked PGP signatures
- Checked Checksums
- Apache rat checks are OK


PS: I got an error while compiling and testing with Java 11 but seems to
related with my environment:

[ERROR] Failed to execute goal on project mcf-cmis-connector: Could not
resolve dependencies for project
org.apache.manifoldcf:mcf-cmis-connector:jar:2.16: Failed to collect
dependencies at
org.apache.chemistry.opencmis:chemistry-opencmis-client-impl:jar:1.1.0 ->
org.apache.chemistry.opencmis:chemistry-opencmis-client-bindings:jar:1.1.0
-> org.apache.cxf:cxf-rt-frontend-jaxws:jar:3.0.12 ->
org.apache.cxf:cxf-rt-bindings-soap:jar:3.0.12 ->
org.apache.cxf:cxf-rt-databinding-jaxb:jar:3.0.12 ->
com.sun.xml.bind:jaxb-impl:jar:2.1.14: Failed to read artifact descriptor
for com.sun.xml.bind:jaxb-impl:jar:2.1.14: Could not transfer artifact
com.sun.xml.bind:jaxb-impl:pom:2.1.14 from/to central (
https://repo.maven.apache.org/maven2): Transfer failed for
https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.1.14/jaxb-impl-2.1.14.pom:
Operation timed out (Read failed)

Kind Regards,
Furkan KAMACI

On Sun, May 3, 2020 at 9:59 PM Michael Cizmar 
wrote:

> Great work Karl!  I'm looking forward to trying this out.
>
> On Sun, May 3, 2020 at 1:31 PM Karl Wright  wrote:
>
> > Please vote on whether to release Apache ManifoldCF 2.16, RC0.  This
> > release has a new confluence connector as well as preliminary support for
> > Java 11.  The release artifact can be found at:
> >
> > https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.16
> >
> > There is a release tag at:
> >
> > https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.16-RC0
> >
> > Thanks in advance!
> > Karl
> >
>


Re: [VOTE] Release Apache ManifoldCF 2.16, RC0

2020-05-03 Thread Michael Cizmar
Great work Karl!  I'm looking forward to trying this out.

On Sun, May 3, 2020 at 1:31 PM Karl Wright  wrote:

> Please vote on whether to release Apache ManifoldCF 2.16, RC0.  This
> release has a new confluence connector as well as preliminary support for
> Java 11.  The release artifact can be found at:
>
> https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.16
>
> There is a release tag at:
>
> https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.16-RC0
>
> Thanks in advance!
> Karl
>