You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Carsten Ziegeler <cz...@apache.org> on 2017/05/15 17:01:24 UTC

[VOTE] Release Apache Sling Servlets Post 2.3.18

Hi,

we solved one issue in this release
https://issues.apache.org/jira/browse/SLING-6859


Staging repository:
https://repository.apache.org/content/repositories/orgapachesling-1723/

You can use this UNIX script to download the release and verify the
signatures:
http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh

Usage:
sh check_staged_release.sh 1723 /tmp/sling-staging

Please vote to approve this release:

  [ ] +1 Approve the release
  [ ]  0 Don't care
  [ ] -1 Don't release, because ...

This majority vote is open for at least 72 hours.

Regards
Carsten
-- 
Carsten Ziegeler
Adobe Research Switzerland
cziegeler@apache.org

[VOTE RESULT] Release Apache Sling Servlets Post 2.3.18

Posted by Carsten Ziegeler <cz...@apache.org>.
The vote passes with five binding +1 votes

 Thanks

Carsten

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziegeler@apache.org

RE: [VOTE] Release Apache Sling Servlets Post 2.3.18

Posted by Stefan Seifert <ss...@pro-vision.de>.
+1 


Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

Posted by Carsten Ziegeler <cz...@apache.org>.
+1

 

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziegeler@apache.org

Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

Posted by Daniel Klco <dk...@apache.org>.
+1

On Wed, May 17, 2017 at 2:58 AM, Robert Munteanu <ro...@apache.org> wrote:

> On Mon, 2017-05-15 at 19:01 +0200, Carsten Ziegeler wrote:
> > Please vote to approve this release:
>
> +1
>
> Robert

Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

Posted by Robert Munteanu <ro...@apache.org>.
On Mon, 2017-05-15 at 19:01 +0200, Carsten Ziegeler wrote:
> Please vote to approve this release:

+1

Robert

Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

Posted by Antonio Sanso <as...@adobe.com.INVALID>.
+1
On May 15, 2017, at 7:01 PM, Carsten Ziegeler <cz...@apache.org> wrote:

> Hi,
> 
> we solved one issue in this release
> https://issues.apache.org/jira/browse/SLING-6859
> 
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachesling-1723/
> 
> You can use this UNIX script to download the release and verify the
> signatures:
> http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh
> 
> Usage:
> sh check_staged_release.sh 1723 /tmp/sling-staging
> 
> Please vote to approve this release:
> 
>  [ ] +1 Approve the release
>  [ ]  0 Don't care
>  [ ] -1 Don't release, because ...
> 
> This majority vote is open for at least 72 hours.
> 
> Regards
> Carsten
> -- 
> Carsten Ziegeler
> Adobe Research Switzerland
> cziegeler@apache.org


Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

Posted by Julian Reschke <ju...@gmx.de>.
On 2017-05-18 08:13, Carsten Ziegeler wrote:
> Julian Reschke wrote
>
>>
>> Seen in the POM:
>>
>> <dependency><groupId>org.apache.jackrabbit</groupId><artifactId>jackrabbit-jcr-commons</artifactId><version>1.6.0</version><scope>provided</scope></dependency>
>>
>>
>> Why 1.6.0? It has been EOL'd many years ago...
>>
> Is something we use from that version broken? :)
>
> We embed two classes from that jar, no runtime dependency.
> ...


...which makes it actually worse. It's unmaintained code, after all.

(FWIW, why embed???)

Best regards, Julian

Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

Posted by Carsten Ziegeler <cz...@apache.org>.
Julian Reschke wrote

> 
> Seen in the POM:
> 
> <dependency><groupId>org.apache.jackrabbit</groupId><artifactId>jackrabbit-jcr-commons</artifactId><version>1.6.0</version><scope>provided</scope></dependency>
> 
> 
> Why 1.6.0? It has been EOL'd many years ago...
> 
Is something we use from that version broken? :)

We embed two classes from that jar, no runtime dependency.

Regards
Carsten

 

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziegeler@apache.org

Re: [VOTE] Release Apache Sling Servlets Post 2.3.18

Posted by Julian Reschke <ju...@gmx.de>.
On 2017-05-15 19:01, Carsten Ziegeler wrote:
> Hi,
>
> we solved one issue in this release
> https://issues.apache.org/jira/browse/SLING-6859
>
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachesling-1723/
>
> You can use this UNIX script to download the release and verify the
> signatures:
> http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh
>
> Usage:
> sh check_staged_release.sh 1723 /tmp/sling-staging
>
> Please vote to approve this release:
>
>   [ ] +1 Approve the release
>   [ ]  0 Don't care
>   [ ] -1 Don't release, because ...
>
> This majority vote is open for at least 72 hours.
> ...

Seen in the POM:

<dependency><groupId>org.apache.jackrabbit</groupId><artifactId>jackrabbit-jcr-commons</artifactId><version>1.6.0</version><scope>provided</scope></dependency>

Why 1.6.0? It has been EOL'd many years ago...

(I guess that's something to fix in the next release).

Best regards, Julian