Web Site Migration - status and open issues

2013-03-12 Thread Carsten Ziegeler
Hi, our main web site is now powered by the Apache CMS (thanks to everyone involved, especially to Felix), however we still have the old web site available and it seems that in some cases the content in the Apache CMS does not reflect the latest result from the old site. This means we have to

[jira] [Commented] (SLING-2782) Try to use sling:resourceType as a node type for node creation

2013-03-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13599807#comment-13599807 ] Carsten Ziegeler commented on SLING-2782: - Right now e.g. creating a folder

[jira] [Commented] (SLING-2782) Try to use sling:resourceType as a node type for node creation

2013-03-12 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13599811#comment-13599811 ] Bertrand Delacretaz commented on SLING-2782: Agreed, this does make sense for

[jira] [Commented] (SLING-2782) Try to use sling:resourceType as a node type for node creation

2013-03-12 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13599812#comment-13599812 ] Felix Meschberger commented on SLING-2782: -- I think the killer case is that the

RE: [RT] Access Control in ResourceProviders

2013-03-12 Thread Mike Müller
From: Felix Meschberger [mailto:fmesc...@adobe.com] Okay, as far as I understand we've got the consensus of separating my access gate proposal from the Sling API. We should have something like a ResourceAccessSecurity service in a extension bundle, I think we can keep the basic

RE: [RT] Access Control in ResourceProviders

2013-03-12 Thread Mike Müller
Hi To be sure (and save some time coding ;-) ), I sum up our discussion: We can keep the basic singleton service (ResourceAccessSecurity) in the API and document it like this: * Expected to only be implemented once in the framework/application (much like the OSGi LogService or

[jira] [Created] (SLING-2785) ResourceMetadata.entrySet() and related methods cause stack overflow when locked

2013-03-12 Thread Bertrand Delacretaz (JIRA)
Bertrand Delacretaz created SLING-2785: -- Summary: ResourceMetadata.entrySet() and related methods cause stack overflow when locked Key: SLING-2785 URL: https://issues.apache.org/jira/browse/SLING-2785

[jira] [Created] (SLING-2786) ResourceMetadata contains stale unmodifiableMap cache after clone()

2013-03-12 Thread Lukas Eder (JIRA)
Lukas Eder created SLING-2786: - Summary: ResourceMetadata contains stale unmodifiableMap cache after clone() Key: SLING-2786 URL: https://issues.apache.org/jira/browse/SLING-2786 Project: Sling

[jira] [Commented] (SLING-2786) ResourceMetadata contains stale unmodifiableMap cache after clone()

2013-03-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13599952#comment-13599952 ] Carsten Ziegeler commented on SLING-2786: - We'll never add an unlock operation

Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling Launchpad Testing WAR version #1592

2013-03-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing-war/1592/

Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling Launchpad Testing #1592

2013-03-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing/1592/

Jenkins build is still unstable: sling-trunk-1.6 #1592

2013-03-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/changes

Jenkins build is still unstable: sling-trunk-1.6 #1593

2013-03-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/changes

Jenkins build is back to stable : sling-trunk-1.6 » Apache Sling Launchpad Base #1593

2013-03-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.base/1593/

[jira] [Commented] (SLING-2779) Support for default properties values of a resource

2013-03-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13600048#comment-13600048 ] Carsten Ziegeler commented on SLING-2779: - I think we shouldn't define the

[jira] [Commented] (SLING-2782) Try to use sling:resourceType as a node type for node creation

2013-03-12 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1364#comment-1364 ] Bertrand Delacretaz commented on SLING-2782: I have added rendering tests in

Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling Launchpad Testing WAR version #1593

2013-03-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing-war/1593/

[jira] [Commented] (SLING-2786) ResourceMetadata contains stale unmodifiableMap cache after clone()

2013-03-12 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13600028#comment-13600028 ] Bertrand Delacretaz commented on SLING-2786: I agree about clone(), feel free

Re: [RT] Access Control in ResourceProviders

2013-03-12 Thread Angela Schreiber
hi carsten just to clarify, the ResourceProviderDecorator is not a proposal for security - it's a proposal for extensibility. i tend to disagree. as lars already explained in this thread before you can't have extensibility when it comes to access control and permissions without messing with

Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling Launchpad Testing #1593

2013-03-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing/1593/

[jira] [Created] (SLING-2787) Inefficient array conversion in ValueMapDecorator.convertToArray()

2013-03-12 Thread Lukas Eder (JIRA)
Lukas Eder created SLING-2787: - Summary: Inefficient array conversion in ValueMapDecorator.convertToArray() Key: SLING-2787 URL: https://issues.apache.org/jira/browse/SLING-2787 Project: Sling

[jira] [Commented] (SLING-2782) Try to use sling:resourceType as a node type for node creation

2013-03-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13600069#comment-13600069 ] Carsten Ziegeler commented on SLING-2782: - Do we need a whitelist or a blacklist?

[jira] [Updated] (SLING-2787) Inefficient array conversion in ValueMapDecorator.convertToArray()

2013-03-12 Thread Lukas Eder (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukas Eder updated SLING-2787: -- Attachment: ValueMapTest.java ValueMapDecorator.java.patch Inefficient array

[jira] [Created] (SLING-2788) Sling running using Apache OAK

2013-03-12 Thread Antonio Sanso (JIRA)
Antonio Sanso created SLING-2788: Summary: Sling running using Apache OAK Key: SLING-2788 URL: https://issues.apache.org/jira/browse/SLING-2788 Project: Sling Issue Type: Wish

[jira] [Resolved] (SLING-2785) ResourceMetadata.entrySet() and related methods cause stack overflow when locked

2013-03-12 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz resolved SLING-2785. Resolution: Fixed Fixed in revision 1455511. P.S. I like Wittekop, and generally

[jira] [Created] (SLING-2789) deploying Sling 7-SNAPSHOT on Karaf fails

2013-03-12 Thread Oliver Lietz (JIRA)
Oliver Lietz created SLING-2789: --- Summary: deploying Sling 7-SNAPSHOT on Karaf fails Key: SLING-2789 URL: https://issues.apache.org/jira/browse/SLING-2789 Project: Sling Issue Type: Bug