[jira] [Updated] (SLING-1974) Accept header issues in the Sling POST Servlet

2012-11-07 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-1974: - Fix Version/s: (was: Servlets Post 2.1.4) Accept header issues in the Sling

[jira] [Commented] (SLING-1974) Accept header issues in the Sling POST Servlet

2012-11-07 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492246#comment-13492246 ] Felix Meschberger commented on SLING-1974: -- Since the order of equally weighted

Re: Preparing jcr resource and post servlet releases

2012-11-07 Thread Felix Meschberger
Hi, Am 07.11.2012 um 08:08 schrieb Carsten Ziegeler: Hi, as mentioned recently I plan to cut a release of the new api, resource resolver and friends very shortly. This will include the following releases where we have open issues: Post Servlet:

Sling and Servlet API 3

2012-11-07 Thread Felix Meschberger
Hi all, I just realized, that in Servlet API 3 there is now official support for servlet containers to handle multi-part/form-data requests and expose them through the request: public CollectionPart getParts() public Part getPart(String name) Where Part has these methods: void

Re: Preparing jcr resource and post servlet releases

2012-11-07 Thread Carsten Ziegeler
2012/11/7 Felix Meschberger fmesc...@adobe.com: I think 2529 is really important and should be done for the release. I agree, at least the move part of the issue is important. Any volunteers? Carsten Regards Felix Anything else to be done in those modules? Regards Carsten --

Re: Sling and Servlet API 3

2012-11-07 Thread Carsten Ziegeler
Hi, do you mean using Servlet API 3 or emulating it? Regards Carsten 2012/11/7 Felix Meschberger fmesc...@adobe.com: Hi all, I just realized, that in Servlet API 3 there is now official support for servlet containers to handle multi-part/form-data requests and expose them through the

Re: Sling and Servlet API 3

2012-11-07 Thread Felix Meschberger
Hi, Am 07.11.2012 um 14:03 schrieb Carsten Ziegeler: Hi, do you mean using Servlet API 3 or emulating it? If Sling sees that it is running in a Servlet API 3 container, the Sling's ParameterSupport should properly integrate with the Servlet API 3 API. I see three options: (a) The Sling

[jira] [Assigned] (SLING-2529) Add support for JCR Observation event types: NODE_MOVED and PERSIST

2012-11-07 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-2529: Assignee: Felix Meschberger Add support for JCR Observation event types:

Re: Preparing jcr resource and post servlet releases

2012-11-07 Thread Felix Meschberger
Taking over Regards Felix Am 07.11.2012 um 12:06 schrieb Carsten Ziegeler: 2012/11/7 Felix Meschberger fmesc...@adobe.com: I think 2529 is really important and should be done for the release. I agree, at least the move part of the issue is important. Any volunteers? Carsten

[jira] [Commented] (SLING-2634) [Tooling] Slingclipse should expose the operations it performs and their results

2012-11-07 Thread Antonio Sanso (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492354#comment-13492354 ] Antonio Sanso commented on SLING-2634: -- Thanks for your patch Robert!! I have applied

[jira] [Resolved] (SLING-2634) [Tooling] Slingclipse should expose the operations it performs and their results

2012-11-07 Thread Antonio Sanso (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Sanso resolved SLING-2634. -- Resolution: Fixed [Tooling] Slingclipse should expose the operations it performs and

[jira] [Created] (SLING-2652) Add sling:Folder to a constants class

2012-11-07 Thread Feike Visser (JIRA)
Feike Visser created SLING-2652: --- Summary: Add sling:Folder to a constants class Key: SLING-2652 URL: https://issues.apache.org/jira/browse/SLING-2652 Project: Sling Issue Type: Improvement

[jira] [Resolved] (SLING-2641) Make listChildren() Iterable

2012-11-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2641. - Resolution: Fixed Fix Version/s: API 2.2.6 Commited the patch

[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2012-11-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-2534: Fix Version/s: (was: Servlets Post 2.1.4) Strings of zero length on update in

[jira] [Updated] (SLING-2078) Move operation is not handling same name siblings

2012-11-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-2078: Fix Version/s: (was: Servlets Post 2.1.4) Move operation is not handling same

[jira] [Commented] (SLING-2078) Move operation is not handling same name siblings

2012-11-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492636#comment-13492636 ] Carsten Ziegeler commented on SLING-2078: - Removing from release schedule as we

[jira] [Commented] (SLING-2534) Strings of zero length on update in post servlet delete the property

2012-11-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492632#comment-13492632 ] Carsten Ziegeler commented on SLING-2534: - Removing this from the next release, as

[jira] [Resolved] (SLING-2605) Use new CRUD support in POST servlet

2012-11-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2605. - Resolution: Fixed Use new CRUD support in POST servlet

[jira] [Assigned] (SLING-2652) Add sling:Folder to a constants class

2012-11-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-2652: --- Assignee: Carsten Ziegeler Add sling:Folder to a constants class

[jira] [Updated] (SLING-2652) Add sling:Folder to a constants class

2012-11-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-2652: Fix Version/s: JCR Resource 2.1.2 Add sling:Folder to a constants class

[jira] [Resolved] (SLING-2652) Add sling:Folder to a constants class

2012-11-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2652. - Resolution: Fixed Added to the JcrResourceConstants class in jcr resource

Build failed in Jenkins: sling-trunk-1.5 ยป Apache Sling Integration Tests #1846

2012-11-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.integration-tests/1846/ -- projectStarted org.apache.sling:org.apache.sling.launchpad.integration-tests:1.0.1-SNAPSHOT [INFO]

Jenkins build is back to stable : sling-trunk-1.6 #1499

2012-11-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/1499/changes

[jira] [Updated] (SLING-2634) [Tooling] Slingclipse should expose the operations it performs and their results

2012-11-07 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-2634: --- Attachment: SLING-2634-2.diff [Tooling] Slingclipse should expose the operations it

[jira] [Commented] (SLING-2634) [Tooling] Slingclipse should expose the operations it performs and their results

2012-11-07 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493026#comment-13493026 ] Robert Munteanu commented on SLING-2634: Thanks for applying the patch, Antonio.