[jira] [Commented] (SLING-3174) [Tooling] add 'new simple content/bundle project' wizards

2014-05-19 Thread Stefan Egli (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14001464#comment-14001464
 ] 

Stefan Egli commented on SLING-3174:


[~rombert], I'd say missing are both. Project creation via new 'Faceted 
Project' comes out of the box, but one needs to know the existence of sling 
facets (and how to create a project with it).

IMO the 'simple content project' makes perfect sense.

The question is, what would 'simple (non-maven) bundle project' be good for. As 
it won't be installable without a MANIFEST created.. So maybe we should rather 
have an even simpler version of 'tooling/maven/archetypes/bundle' archetype, 
which doesn't contain any source code at all, but only the most simple version 
of a pom. wdyt?

 [Tooling] add 'new simple content/bundle project' wizards
 -

 Key: SLING-3174
 URL: https://issues.apache.org/jira/browse/SLING-3174
 Project: Sling
  Issue Type: Improvement
  Components: IDE
Reporter: Stefan Egli
 Fix For: Sling Eclipse IDE 1.0.0


 We should include 'new' wizards which create simple content/bundle projects. 
 The project would simply create a faceted project with the according facet 
 set and set any additional type specific properties (eg with content it would 
 create a jcr_root directory). Although these two wizards would do very 
 trivial tasks, IMO this will help users kickstart projects and get into the 
 mindset of slingclipse.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (SLING-3574) JDBC DataSource Provider bundle

2014-05-19 Thread Chetan Mehrotra (JIRA)
Chetan Mehrotra created SLING-3574:
--

 Summary: JDBC DataSource Provider bundle
 Key: SLING-3574
 URL: https://issues.apache.org/jira/browse/SLING-3574
 Project: Sling
  Issue Type: New Feature
  Components: Extensions
Reporter: Chetan Mehrotra
Assignee: Chetan Mehrotra


This patch provides a DataSource provider bundle which configures and registers 
a DataSource services based on OSGi configuration. it uses Tomcat JDBC pool [1] 
as the backing Connection Pool

# Supports configuring the DataSource based on OSGi config wihich rich metatype
# Supports deploying of JDBC Driver as independent bundles and not as fragment
# Exposes the DataSource stats as JMX MBean

Refer to [2] for further details

[1] http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html
[2] https://github.com/chetanmeh/sling-datasource



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (SLING-3574) JDBC DataSource Provider bundle

2014-05-19 Thread Chetan Mehrotra (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chetan Mehrotra updated SLING-3574:
---

Attachment: org.apache.sling.extensions.datasource-0.0.1-SNAPSHOT-src.zip

 JDBC DataSource Provider bundle
 ---

 Key: SLING-3574
 URL: https://issues.apache.org/jira/browse/SLING-3574
 Project: Sling
  Issue Type: New Feature
  Components: Extensions
Reporter: Chetan Mehrotra
Assignee: Chetan Mehrotra
 Attachments: 
 org.apache.sling.extensions.datasource-0.0.1-SNAPSHOT-src.zip


 This patch provides a DataSource provider bundle which configures and 
 registers a DataSource services based on OSGi configuration. it uses Tomcat 
 JDBC pool [1] as the backing Connection Pool
 # Supports configuring the DataSource based on OSGi config wihich rich 
 metatype
 # Supports deploying of JDBC Driver as independent bundles and not as fragment
 # Exposes the DataSource stats as JMX MBean
 Refer to [2] for further details
 [1] http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html
 [2] https://github.com/chetanmeh/sling-datasource



--
This message was sent by Atlassian JIRA
(v6.2#6252)


Re: [VOTE] Release Apache Sling JCR ContentLoader 2.1.8

2014-05-19 Thread Bertrand Delacretaz
On Tue, May 6, 2014 at 9:09 PM, Oliver Lietz apa...@oliverlietz.de wrote:
 sh check_staged_release.sh 1058 /tmp/sling-staging

+1, checked signatures, build and svn tag of

MD5 (org.apache.sling.jcr.contentloader-2.1.8-source-release.zip) =
c9f4da063e400e675d0d076902dcb411

-Bertrand


JDBC DataSource Bundle (SLING-3574)

2014-05-19 Thread Chetan Mehrotra
Hi,

I have implemented a JDBC DataSource Bundle which which configures and
registers a DataSource services based on OSGi configuration. it uses
Tomcat JDBC pool [1] as the backing Connection Pool

1. Supports configuring the DataSource based on OSGi config wihich rich metatype
2. Supports deploying of JDBC4 Driver as independent bundles and not as fragment
3. Exposes the DataSource stats as JMX MBean

Refer to [2] for further details

Would it be ok to add this bundle as part of contrib (SLING-3574) [3]?

Chetan Mehrotra

[1] http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html
[2] https://github.com/chetanmeh/sling-datasource
[3] https://issues.apache.org/jira/browse/SLING-3574


Re: JDBC DataSource Bundle (SLING-3574)

2014-05-19 Thread Robert Munteanu
Hi Chetan,

On Mon, May 19, 2014 at 11:56 AM, Chetan Mehrotra
chetan.mehro...@gmail.com wrote:
 Hi,

 I have implemented a JDBC DataSource Bundle which which configures and
 registers a DataSource services based on OSGi configuration. it uses
 Tomcat JDBC pool [1] as the backing Connection Pool

 1. Supports configuring the DataSource based on OSGi config wihich rich 
 metatype
 2. Supports deploying of JDBC4 Driver as independent bundles and not as 
 fragment
 3. Exposes the DataSource stats as JMX MBean

Not having looked at the code, I'm curious how this differs from pax-jdbc [4]?

Robert


 Refer to [2] for further details

 Would it be ok to add this bundle as part of contrib (SLING-3574) [3]?

 Chetan Mehrotra

 [1] http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html
 [2] https://github.com/chetanmeh/sling-datasource
 [3] https://issues.apache.org/jira/browse/SLING-3574

[4]: https://ops4j1.jira.com/wiki/display/PAXJDBC/Pax+JDBC

-- 
Sent from my (old) computer


Re: JDBC DataSource Bundle (SLING-3574)

2014-05-19 Thread Chetan Mehrotra
Hi Robert,

On Mon, May 19, 2014 at 2:30 PM, Robert Munteanu rob...@lmn.ro wrote:
 Not having looked at the code, I'm curious how this differs from pax-jdbc [4]?

Pax JDBC implements the OSGi org.osgi.service.jdbc.DataSourceFactory
[5] spec. Its primary focus is to expose DataSourceFactory for various
drivers. A user can then use the DSF api to programatically construct
the DataSource instance

The proposed bundle instead aims to declarativly create the DataSource
instance based on OSGi config. The client code just need to obtain the
DS via DI. It has following features

1. A DataSource service backed Connection Pool which can be directly
used in production
2. Enable configuring the various DataSource properties via OSGi config
3. Self contained and

This bundle can leverage the Pax Bundles to obtain Driver
instance/native DataSource instance and then wrap it with the
Connection Pool

Chetan Mehrotra
[5] 
http://www.osgi.org/javadoc/r4v42/org/osgi/service/jdbc/DataSourceFactory.html


Re: JDBC DataSource Bundle (SLING-3574)

2014-05-19 Thread Robert Munteanu
On Mon, May 19, 2014 at 12:25 PM, Chetan Mehrotra
chetan.mehro...@gmail.com wrote:
 Hi Robert,

 On Mon, May 19, 2014 at 2:30 PM, Robert Munteanu rob...@lmn.ro wrote:
 Not having looked at the code, I'm curious how this differs from pax-jdbc 
 [4]?

 Pax JDBC implements the OSGi org.osgi.service.jdbc.DataSourceFactory
 [5] spec. Its primary focus is to expose DataSourceFactory for various
 drivers. A user can then use the DSF api to programatically construct
 the DataSource instance

 The proposed bundle instead aims to declarativly create the DataSource
 instance based on OSGi config. The client code just need to obtain the
 DS via DI. It has following features

Ah, I see. Thanks.

Robert


 1. A DataSource service backed Connection Pool which can be directly
 used in production
 2. Enable configuring the various DataSource properties via OSGi config
 3. Self contained and

 This bundle can leverage the Pax Bundles to obtain Driver
 instance/native DataSource instance and then wrap it with the
 Connection Pool

 Chetan Mehrotra
 [5] 
 http://www.osgi.org/javadoc/r4v42/org/osgi/service/jdbc/DataSourceFactory.html



-- 
Sent from my (old) computer


[jira] [Created] (SLING-3575) upgrade Jackrabbit to 2.6.5

2014-05-19 Thread Oliver Lietz (JIRA)
Oliver Lietz created SLING-3575:
---

 Summary: upgrade Jackrabbit to 2.6.5
 Key: SLING-3575
 URL: https://issues.apache.org/jira/browse/SLING-3575
 Project: Sling
  Issue Type: Improvement
  Components: JCR
Affects Versions: JCR Jackrabbit Server 2.1.2
Reporter: Oliver Lietz
Assignee: Oliver Lietz
 Fix For: JCR Jackrabbit Server 2.2.0


upgrade the embedded jackrabbit-core to 2.6.5 and lucene-core to 3.6.2



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[GitHub] sling pull request: files to be code reviewed

2014-05-19 Thread mpetria
Github user mpetria closed the pull request at:

https://github.com/apache/sling/pull/17


---
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.
---


Re: Silng Models Validation Framework

2014-05-19 Thread Bertrand Delacretaz
On Mon, May 19, 2014 at 1:43 PM, Radu Cotescu r...@cotescu.com wrote:
 ...Maybe we can revive that topic and merge the two ideas

That would be great, IIRC Radu's SLING-2803 validator is meant to be
generic, using it within Sling models should then just be another use
case.

-Bertrand


Re: [VOTE] Release Apache Sling Scripting JSP 2.1.0 and Apache Sling Commons Compiler 2.2.0

2014-05-19 Thread Bertrand Delacretaz
Hi,

On Thu, May 15, 2014 at 2:19 PM, Carsten Ziegeler cziege...@apache.org wrote:
...
 Apache Sling Commons Compiler 2.2.0
 https://issues.apache.org/jira/browse/SLING/fixforversion/12323578

 Apache Sling Scripting JSP 2.1.0
 https://issues.apache.org/jira/browse/SLING/fixforversion/12324445
...

+1, checked signatures, build and svn tag of

MD5 
(./org.apache.sling.commons.compiler/2.2.0/org.apache.sling.commons.compiler-2.2.0-source-release.zip)
= b753e2c797d657dae522a26ae41761d6

MD5 
(./org.apache.sling.scripting.jsp/2.1.0/org.apache.sling.scripting.jsp-2.1.0-source-release.zip)
= ebb5e07e3de983bb5dd7068b7c3e1fac

-Bertrand


Re: [VOTE] Release Apache Sling Classloader Leak Detector 1.0.0

2014-05-19 Thread Carsten Ziegeler
+1


2014-05-15 11:39 GMT+02:00 Chetan Mehrotra chetan.mehro...@gmail.com:

 +1 Approve the release

 Chetan Mehrotra




-- 
Carsten Ziegeler
cziege...@apache.org


Re: [VOTE] Release Apache Sling Servlet Archetype 1.0.2

2014-05-19 Thread Carsten Ziegeler
+1


2014-05-16 21:15 GMT+02:00 Justin Edelson jus...@justinedelson.com:

 +1

 On Thu, May 15, 2014 at 5:03 AM, Robert Munteanu romb...@apache.org
 wrote:
  +1 ( non-binding )
 
  On Thu, May 15, 2014 at 12:03 PM, Robert Munteanu romb...@apache.org
 wrote:
  Hi,
 
  We solved 9 issues in this release:
  https://issues.apache.org/jira/browse/SLING/fixforversion/12315454
 
  There are still some outstanding issues:
  https://issues.apache.org/jira/browse/SLING/component/12311945
 
  Staging repository:
  https://repository.apache.org/content/repositories/orgapachesling-1064/
 
  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 1064 /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.




-- 
Carsten Ziegeler
cziege...@apache.org


Re: [VOTE] Release Apache Sling Bundle Archetype 1.0.2

2014-05-19 Thread Carsten Ziegeler
+1


2014-05-16 21:45 GMT+02:00 Justin Edelson jus...@justinedelson.com:

 +1

 On Thu, May 15, 2014 at 5:03 AM, Robert Munteanu romb...@apache.org
 wrote:
  +1 ( non-binding )
 
  On Thu, May 15, 2014 at 11:55 AM, Robert Munteanu romb...@apache.org
 wrote:
  Hi,
 
  We solved 5 issues in this release:
  https://issues.apache.org/jira/browse/SLING/fixforversion/12326805
 
  There are still some outstanding issues:
  https://issues.apache.org/jira/browse/SLING/component/12311945
 
  Staging repository:
  https://repository.apache.org/content/repositories/orgapachesling-1062/
 
  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 1062 /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.




-- 
Carsten Ziegeler
cziege...@apache.org


[jira] [Created] (SLING-3578) [loginservice] serviceusermapper merged configuration

2014-05-19 Thread Antonio Sanso (JIRA)
Antonio Sanso created SLING-3578:


 Summary: [loginservice] serviceusermapper merged configuration
 Key: SLING-3578
 URL: https://issues.apache.org/jira/browse/SLING-3578
 Project: Sling
  Issue Type: Improvement
  Components: Service User Mapper
Reporter: Antonio Sanso
Priority: Minor


It would be nice to have a way to support an application deployment providing 
some service user mapping configuration to ammend/merge the existing 
configuration.  
See also discussion in [0]

[0] http://sling.markmail.org/thread/nxs4dqqiejvvkcx2



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (SLING-3578) [loginservice] serviceusermapper merged configuration

2014-05-19 Thread Carsten Ziegeler (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler updated SLING-3578:


Fix Version/s: Service User Mapper 1.0.2

 [loginservice] serviceusermapper merged configuration
 -

 Key: SLING-3578
 URL: https://issues.apache.org/jira/browse/SLING-3578
 Project: Sling
  Issue Type: Improvement
  Components: Service User Mapper
Reporter: Antonio Sanso
Assignee: Carsten Ziegeler
Priority: Minor
 Fix For: Service User Mapper 1.0.2


 It would be nice to have a way to support an application deployment providing 
 some service user mapping configuration to ammend/merge the existing 
 configuration.  
 See also discussion in [0]
 [0] http://sling.markmail.org/thread/nxs4dqqiejvvkcx2



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Assigned] (SLING-3578) [loginservice] serviceusermapper merged configuration

2014-05-19 Thread Carsten Ziegeler (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler reassigned SLING-3578:
---

Assignee: Carsten Ziegeler

 [loginservice] serviceusermapper merged configuration
 -

 Key: SLING-3578
 URL: https://issues.apache.org/jira/browse/SLING-3578
 Project: Sling
  Issue Type: Improvement
  Components: Service User Mapper
Reporter: Antonio Sanso
Assignee: Carsten Ziegeler
Priority: Minor
 Fix For: Service User Mapper 1.0.2


 It would be nice to have a way to support an application deployment providing 
 some service user mapping configuration to ammend/merge the existing 
 configuration.  
 See also discussion in [0]
 [0] http://sling.markmail.org/thread/nxs4dqqiejvvkcx2



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SLING-3578) [loginservice] serviceusermapper merged configuration

2014-05-19 Thread Carsten Ziegeler (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14001683#comment-14001683
 ] 

Carsten Ziegeler commented on SLING-3578:
-

I think the easiest way is to use a combination of OSGi configuration and 
factory configurations:
* Central configuration is in the 
PID=org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl configuration
* Deployed application may provide ammendments as configurations with 
factory.PID=org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.ammended
 

The service user mapper would merge the ammended configuration into the central 
configuration, where central configuration overwrites settings in the ammended 
configuration. Other than that there is no guaranteed ordering of 
configurations. If there are mulitple factory configurations for the same 
mapping, this should at least  log an error.
If a factory config and a global config overlap this should be log as a warning 
or info

 [loginservice] serviceusermapper merged configuration
 -

 Key: SLING-3578
 URL: https://issues.apache.org/jira/browse/SLING-3578
 Project: Sling
  Issue Type: Improvement
  Components: Service User Mapper
Reporter: Antonio Sanso
Assignee: Carsten Ziegeler
Priority: Minor
 Fix For: Service User Mapper 1.0.2


 It would be nice to have a way to support an application deployment providing 
 some service user mapping configuration to ammend/merge the existing 
 configuration.  
 See also discussion in [0]
 [0] http://sling.markmail.org/thread/nxs4dqqiejvvkcx2



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[eclipse] SLING-3098 - Set up code signing for the p2 artifacts

2014-05-19 Thread Robert Munteanu
Hi,

I'm looking ahead-of-time for the at SLING-3098 -Set up code signing
for the p2 artifacts . The gist of it is:

- when installing Eclipse plugins, these should be signed. Otherwise,
a dialog pops up about installing unsigned plugins, see for instance
[1]
- we currently do not have the ability to generate ASF-backed code
signing certificates [2]

Note that this is different from GPG signing releases, we need to sign
them using the jarsigner tool ( driven by Maven ).

I see the following possibilities:

1. Do not sign the plug-ins, live with the warning (for now)
2. Sign the plugin-ins using a self-signed certificate. That brings up
a confusing dialog though, see [3]
3. Sign the plug-ins using a non-ASF code signing certificate. I
already have one set up for Open Source usage only from certum [4] , (
E=robert.munte...@gmail.com, CN=Open Source Developer, Robert
Munteanu, O=Open Source Developer, C=RO )

Thoughts?

Robert


[1]: 
http://developandroid.blogopogo.com/files/2012/03/adt_plug_in_eclipse_unsigned_content_blogopogo.jpg
[2]: https://issues.apache.org/jira/browse/INFRA-3991
[3]: http://nirmalsasidharan.files.wordpress.com/2010/09/signed12.png
[4]: https://www.certum.eu/certum/cert,offer_en_open_source_cs.xml


Re: [VOTE] Release Apache Sling Scripting JSP 2.1.0 and Apache Sling Commons Compiler 2.2.0

2014-05-19 Thread Justin Edelson
+1

On Thu, May 15, 2014 at 8:19 AM, Carsten Ziegeler cziege...@apache.org wrote:
 Hi,

 this vote is about adding Java 8 support to our compilers/script engines:

 Apache Sling Commons Compiler 2.2.0
 https://issues.apache.org/jira/browse/SLING/fixforversion/12323578

 Apache Sling Scripting JSP 2.1.0
 https://issues.apache.org/jira/browse/SLING/fixforversion/12324445

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

 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 1066 /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
 cziege...@apache.org


Re: [VOTE] Release Apache Sling Classloader Leak Detector 1.0.0

2014-05-19 Thread Bertrand Delacretaz
Hi,

On Thu, May 15, 2014 at 11:38 AM, Chetan Mehrotra
chetan.mehro...@gmail.com wrote:
 ...This is to vote for the Apache Sling Classloader Leak Detector 1.0.0
 release...

+1, checked signatures, build and svn tag of

MD5 
(./org.apache.sling.extensions.classloader-leak-detector/1.0.0/org.apache.sling.extensions.classloader-leak-detector-1.0.0-source-release.zip)
= 4e5b32970e21c631cc20af72b6e32e10

Note that LeakDetector.java is missing the ASF header - I'll fix it in
svn now, no need to respin the release IMO.

-Bertrand


Re: [VOTE] Release Apache Sling Classloader Leak Detector 1.0.0

2014-05-19 Thread Chetan Mehrotra
On Mon, May 19, 2014 at 7:25 PM, Bertrand Delacretaz
bdelacre...@apache.org wrote:
 Note that LeakDetector.java is missing the ASF header - I'll fix it in
 svn now, no need to respin the release IMO.

Thanks Bertrand!. I thought rat plugin would have failed the build for
missing header. Would take care of that in future

Chetan Mehrotra


Re: [VOTE] Release Apache Sling Classloader Leak Detector 1.0.0

2014-05-19 Thread Bertrand Delacretaz
On Mon, May 19, 2014 at 4:03 PM, Chetan Mehrotra
chetan.mehro...@gmail.com wrote:
 ...I thought rat plugin would have failed the build for
 missing header...

It's not executed by default, and we don't indicate how to run it at
http://sling.apache.org/documentation/development/release-management.html
- we might need to improve that.

-Bertrand


RE: [VOTE] Release Apache Sling Classloader Leak Detector 1.0.0

2014-05-19 Thread Mike Müller
+1
Best regards
mike

 -Original Message-
 From: Chetan Mehrotra [mailto:chetan.mehro...@gmail.com]
 Sent: Thursday, May 15, 2014 11:38 AM
 To: dev
 Subject: [VOTE] Release Apache Sling Classloader Leak Detector 1.0.0
 
 Hi,
 
 This is to vote for the Apache Sling Classloader Leak Detector 1.0.0
 release. This is the first release of this module
 
 The docs are up to date at
 https://github.com/apache/sling/tree/trunk/contrib/extensions/leak-detector
 
 Issues fixed
 https://issues.apache.org/jira/browse/SLING/fixforversion/12326854
 
 Release Notes
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326854projectId=12310710
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachesling-1059
 
 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 1059 /tmp/sling-staging
 
 Please vote to approve this release:
 
  [ ] +1 Approve the release
  [ ]  0 Don't care
  [ ] -1 Don't release, because ...
 
 This vote will be open for 72 hours.
 
 regards
 Chetan


RE: [VOTE] Release Apache Sling Scripting JSP 2.1.0 and Apache Sling Commons Compiler 2.2.0

2014-05-19 Thread Mike Müller
+1
Best regards
mike

 -Original Message-
 From: Carsten Ziegeler [mailto:cziege...@apache.org]
 Sent: Thursday, May 15, 2014 2:20 PM
 To: dev@sling.apache.org
 Subject: [VOTE] Release Apache Sling Scripting JSP 2.1.0 and Apache Sling 
 Commons Compiler 2.2.0
 
 Hi,
 
 this vote is about adding Java 8 support to our compilers/script engines:
 
 Apache Sling Commons Compiler 2.2.0
 https://issues.apache.org/jira/browse/SLING/fixforversion/12323578
 
 Apache Sling Scripting JSP 2.1.0
 https://issues.apache.org/jira/browse/SLING/fixforversion/12324445
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachesling-1066
 
 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 1066 /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
 cziege...@apache.org


RE: [VOTE] Release Apache Sling Bundle Archetype 1.0.2

2014-05-19 Thread Mike Müller
+1
Best regards
mike

 -Original Message-
 From: Robert Munteanu [mailto:romb...@apache.org]
 Sent: Thursday, May 15, 2014 10:55 AM
 To: dev@sling.apache.org
 Subject: [VOTE] Release Apache Sling Bundle Archetype 1.0.2
 
 Hi,
 
 We solved 5 issues in this release:
 https://issues.apache.org/jira/browse/SLING/fixforversion/12326805
 
 There are still some outstanding issues:
 https://issues.apache.org/jira/browse/SLING/component/12311945
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachesling-1062/
 
 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 1062 /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.


RE: [VOTE] Release Apache Sling Servlet Archetype 1.0.2

2014-05-19 Thread Mike Müller
+1
Best regards
mike

 -Original Message-
 From: Robert Munteanu [mailto:romb...@apache.org]
 Sent: Thursday, May 15, 2014 11:03 AM
 To: dev@sling.apache.org
 Subject: [VOTE] Release Apache Sling Servlet Archetype 1.0.2
 
 Hi,
 
 We solved 9 issues in this release:
 https://issues.apache.org/jira/browse/SLING/fixforversion/12315454
 
 There are still some outstanding issues:
 https://issues.apache.org/jira/browse/SLING/component/12311945
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachesling-1064/
 
 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 1064 /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.


Re: [VOTE] Release Apache Sling Classloader Leak Detector 1.0.0

2014-05-19 Thread Justin Edelson
+1

On Thu, May 15, 2014 at 5:38 AM, Chetan Mehrotra
chetan.mehro...@gmail.com wrote:
 Hi,

 This is to vote for the Apache Sling Classloader Leak Detector 1.0.0
 release. This is the first release of this module

 The docs are up to date at
 https://github.com/apache/sling/tree/trunk/contrib/extensions/leak-detector

 Issues fixed
 https://issues.apache.org/jira/browse/SLING/fixforversion/12326854

 Release Notes
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326854projectId=12310710

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

 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 1059 /tmp/sling-staging

 Please vote to approve this release:

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

 This vote will be open for 72 hours.

 regards
 Chetan


[RESULT] [VOTE] Release Apache Sling Bundle Archetype 1.0.2

2014-05-19 Thread Robert Munteanu
Hi,

The vote has passed with the following result :

+1 (binding): Justin Edelson, Carsten Ziegler, Mike Müller
+1 (non binding): Robert Munteanu

Can someone from the PMC could perform the final steps for the
release, as I don't have the necessary rights?

Thanks,

Robert


[RESULT] [VOTE] Release Apache Sling Servlet Archetype 1.0.2

2014-05-19 Thread Robert Munteanu
Hi,

The vote has passed with the following result :

+1 (binding): Justin Edelson, Carsten Ziegler, Mike Müller
+1 (non binding): Robert Munteanu

Can someone from the PMC could perform the final steps for the
release, as I don't have the necessary rights?

Thanks,

Robert


Re: [VOTE] Release Apache Sling JCRInstall Bundle Archetype 1.0.2

2014-05-19 Thread Robert Munteanu
I'm going to use the email blackout again as an excuse to ask more
people to verify the release and vote :-)

Robert

On Thu, May 15, 2014 at 12:04 PM, Robert Munteanu romb...@apache.org wrote:
 +1 ( non-binding )

 On Thu, May 15, 2014 at 11:59 AM, Robert Munteanu romb...@apache.org wrote:
 Hi,

 We solved 5 issues in this release:
 https://issues.apache.org/jira/browse/SLING/fixforversion/12326806

 There are still some outstanding issues:
 https://issues.apache.org/jira/browse/SLING/component/12311945

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

 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 1063 /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.


Re: [VOTE] Release Apache Sling JCRInstall Bundle Archetype 1.0.2

2014-05-19 Thread Justin Edelson
And I'm going to use the email blackout as an excuse for not having
voted until now...

+1

On Mon, May 19, 2014 at 4:29 PM, Robert Munteanu romb...@apache.org wrote:
 I'm going to use the email blackout again as an excuse to ask more
 people to verify the release and vote :-)

 Robert

 On Thu, May 15, 2014 at 12:04 PM, Robert Munteanu romb...@apache.org wrote:
 +1 ( non-binding )

 On Thu, May 15, 2014 at 11:59 AM, Robert Munteanu romb...@apache.org wrote:
 Hi,

 We solved 5 issues in this release:
 https://issues.apache.org/jira/browse/SLING/fixforversion/12326806

 There are still some outstanding issues:
 https://issues.apache.org/jira/browse/SLING/component/12311945

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

 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 1063 /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.


Re: [VOTE] Release Apache Sling JCRInstall Bundle Archetype 1.0.2

2014-05-19 Thread Carsten Ziegeler
Same here
+1


2014-05-19 22:45 GMT+02:00 Justin Edelson jus...@justinedelson.com:

 And I'm going to use the email blackout as an excuse for not having
 voted until now...

 +1

 On Mon, May 19, 2014 at 4:29 PM, Robert Munteanu romb...@apache.org
 wrote:
  I'm going to use the email blackout again as an excuse to ask more
  people to verify the release and vote :-)
 
  Robert
 
  On Thu, May 15, 2014 at 12:04 PM, Robert Munteanu romb...@apache.org
 wrote:
  +1 ( non-binding )
 
  On Thu, May 15, 2014 at 11:59 AM, Robert Munteanu romb...@apache.org
 wrote:
  Hi,
 
  We solved 5 issues in this release:
  https://issues.apache.org/jira/browse/SLING/fixforversion/12326806
 
  There are still some outstanding issues:
  https://issues.apache.org/jira/browse/SLING/component/12311945
 
  Staging repository:
 
 https://repository.apache.org/content/repositories/orgapachesling-1063/
 
  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 1063 /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.




-- 
Carsten Ziegeler
cziege...@apache.org


[RESULT] [VOTE] Release Apache Sling Classloader Leak Detector 1.0.0

2014-05-19 Thread Chetan Mehrotra
The vote has passed with the following result :

+1 (binding): Justin Edelson, Carsten Ziegler, Mike Müller, Bertrand Delacretaz
+1 (non binding): Chetan Mehrotra

Can someone from the PMC could perform the final steps for the
release, as I don't have the necessary rights?

regards
Chetan


Re: [VOTE] Release Apache Sling SLF4J MDC Filter 1.0.0

2014-05-19 Thread Chetan Mehrotra
Gentle reminder!
Chetan Mehrotra


On Thu, May 15, 2014 at 3:09 PM, Chetan Mehrotra
chetan.mehro...@gmail.com wrote:
 +1 Approve the release
 Chetan Mehrotra


 On Thu, May 15, 2014 at 3:08 PM, Chetan Mehrotra
 chetan.mehro...@gmail.com wrote:
 Hi,

 This is to vote for the Apache Sling SLF4J MDC Filter 1.0.0 release.
 This is the first release of this module

 The docs are up to date at
 https://github.com/apache/sling/tree/trunk/contrib/extensions/slf4j-mdc

 Issues fixed
 https://issues.apache.org/jira/browse/SLING/fixforversion/12326853

 Release Notes
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12326853projectId=12310710

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

 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 1061 /tmp/sling-staging

 Please vote to approve this release:

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

 This vote will be open for 72 hours.

 regards
 Chetan


[VOTE RESULT] Release Apache Sling Scripting JSP 2.1.0 and Apache Sling Commons Compiler 2.2.0

2014-05-19 Thread Carsten Ziegeler
The vote passed with binding +1 votes from Mike Müller, Justin Edelson,
Bertrand Delacretaz and Carsten Ziegeler.

Thanks
Carsten
-- 
Carsten Ziegeler
cziege...@apache.org