[VOTE] Release Apache Sling JCR Resource 2.3.12

2014-10-22 Thread Carsten Ziegeler
Hi, the jcr resource bundle in version 2.3.8 and 2.3.10 contains two regressions which are fixed with this version: https://issues.apache.org/jira/browse/SLING/fixforversion/12328859 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-1143/ You can use this UN

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-22 Thread Carsten Ziegeler
Am 22.10.14 um 23:21 schrieb Alexander Klimetschek: > On 22.10.2014, at 01:22, Stefan Seifert wrote: >> i propose to add a new feature to the Sling API and Sling Engine to access >> to the current request via an OSGi service, using a servlet filter and a >> thread local internally. > > -1 > >>

[jira] [Resolved] (SLING-4088) Regression introduced by SLING-3846 : JcrModifiableValueMap: Date object not supported for writing data

2014-10-22 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-4088. - Resolution: Fixed > Regression introduced by SLING-3846 : JcrModifiableValueMap: Date obje

[jira] [Commented] (SLING-4088) Regression introduced by SLING-3846 : JcrModifiableValueMap: Date object not supported for writing data

2014-10-22 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14181054#comment-14181054 ] Carsten Ziegeler commented on SLING-4088: - Yes, all serializable objects not direc

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-22 Thread Justin Edelson
On Wed, Oct 22, 2014 at 5:44 PM, Alexander Klimetschek wrote: > On 22.10.2014, at 14:36, Justin Edelson wrote: >> To be clear, Sling Models was designed *not* to have an explicit API >> and to be a way to implement of AdapterFactories. For version 1.2.0, >> it does have an API, but this is essent

[jira] [Commented] (SLING-4091) Non-Java content is not deployed if the connection is made in debug mode

2014-10-22 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180654#comment-14180654 ] Robert Munteanu commented on SLING-4091: On a related note, here's how JBoss Tools

[jira] [Created] (SLING-4091) Non-Java content is not deployed if the connection is made in debug mode

2014-10-22 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-4091: -- Summary: Non-Java content is not deployed if the connection is made in debug mode Key: SLING-4091 URL: https://issues.apache.org/jira/browse/SLING-4091 Project: S

[jira] [Commented] (SLING-3033) [Tooling] differentiate between internal/embedded and externally (manually) started server

2014-10-22 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180646#comment-14180646 ] Robert Munteanu commented on SLING-3033: Here's how this is done in JBoss Tools, w

[jira] [Commented] (SLING-3132) [Tooling] provide a filter.xml editor separate and/or as part of the import-content wizard

2014-10-22 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180643#comment-14180643 ] Robert Munteanu commented on SLING-3132: [Sapphire|https://www.eclipse.org/sapphir

Jenkins build is back to stable : sling-trunk-1.6 » Apache Sling Installer Integration Tests #2698

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.6 » Apache Sling Testing Sling Mock #2698

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling Event Support #2698

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is unstable: sling-trunk-1.6 #2698

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: sling-trunk-1.6 » Apache Sling Resource Access Security Integration Tests #2698

2014-10-22 Thread Apache Jenkins Server
See

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-22 Thread Alexander Klimetschek
On 22.10.2014, at 14:36, Justin Edelson wrote: > To be clear, Sling Models was designed *not* to have an explicit API > and to be a way to implement of AdapterFactories. For version 1.2.0, > it does have an API, but this is essentially just a mirror of the > AdapterManager API plus some utility me

Jenkins build is back to normal : sling-trunk-1.7 » Apache Sling Testing Sling Mock #1067

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is unstable: sling-trunk-1.7 #1067

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: sling-trunk-1.7 » Apache Sling Event Support #1067

2014-10-22 Thread Apache Jenkins Server
See

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-22 Thread Justin Edelson
Hi, On Wed, Oct 22, 2014 at 5:21 PM, Alexander Klimetschek wrote: > On 22.10.2014, at 01:22, Stefan Seifert wrote: >> my current usecases are: >> - having the ability to inject context objects like request in any sling >> model, regardless of the adaptable. this is e.g. importing when adapting

RE: [RTC] ThreadLocal for getting current request in sling

2014-10-22 Thread Stefan Seifert
>> my current usecases are: >> - having the ability to inject context objects like request in any sling >model, regardless of the adaptable. this is e.g. importing when adapting from >a resource, but in context of a request (SLING-4083) > >That should be possible to solve differently, such injecti

Re: [RTC] ThreadLocal for getting current request in sling

2014-10-22 Thread Alexander Klimetschek
On 22.10.2014, at 01:22, Stefan Seifert wrote: > i propose to add a new feature to the Sling API and Sling Engine to access to > the current request via an OSGi service, using a servlet filter and a thread > local internally. -1 > a proposal for such an implementation is currently part of slin

[jira] [Updated] (SLING-4026) Adapter Factory Race Condition

2014-10-22 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-4026: -- Affects Version/s: (was: Sling Models Implementation 1.1.0) Adapter 2.

[jira] [Comment Edited] (SLING-4026) Sling Models Race Condition

2014-10-22 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180543#comment-14180543 ] Justin Edelson edited comment on SLING-4026 at 10/22/14 9:12 PM: ---

[jira] [Commented] (SLING-4026) Sling Models Race Condition

2014-10-22 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180543#comment-14180543 ] Justin Edelson commented on SLING-4026: --- You are correct - there is a potential for

Build failed in Jenkins: sling-trunk-1.6 #2697

2014-10-22 Thread Apache Jenkins Server
See Changes: [sseifert] set to released version now available on maven central -- [...truncated 32820 lines...] [INFO] Apache Sling Dynamic Class Loader Support . SUCCESS [15.743s] [INFO]

Build failed in Jenkins: sling-trunk-1.6 » Apache Sling Testing Sling Mock #2697

2014-10-22 Thread Apache Jenkins Server
See Changes: [sseifert] set to released version now available on maven central -- [...truncated 1184 lines...] at org.apache.sling.t

Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling Event Support #2697

2014-10-22 Thread Apache Jenkins Server
See

[jira] [Resolved] (SLING-4089) Sling Mocks: Jenkins Build fails from time to time

2014-10-22 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert resolved SLING-4089. --- Resolution: Fixed should by fixed by SLING-4090 there was indeed a small API change in one cl

[jira] [Resolved] (SLING-4090) Define package versions for Sling Mock, JCR Mock, OSGi Mock

2014-10-22 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert resolved SLING-4090. --- Resolution: Fixed Completed: At revision: 1633717 > Define package versions for Sling Mock

[jira] [Created] (SLING-4090) Define package versions for Sling Mock, JCR Mock, OSGi Mock

2014-10-22 Thread Stefan Seifert (JIRA)
Stefan Seifert created SLING-4090: - Summary: Define package versions for Sling Mock, JCR Mock, OSGi Mock Key: SLING-4090 URL: https://issues.apache.org/jira/browse/SLING-4090 Project: Sling

Jenkins build is back to normal : sling-trunk-1.8 #351

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.8 » Apache Sling Testing Sling Mock #351

2014-10-22 Thread Apache Jenkins Server
See

Build failed in Jenkins: sling-trunk-1.7 » Apache Sling Testing Sling Mock #1066

2014-10-22 Thread Apache Jenkins Server
See Changes: [sseifert] set to released version now available on maven central -- [...truncated 1167 lines...] at org.apache.sling.t

Build failed in Jenkins: sling-trunk-1.7 #1066

2014-10-22 Thread Apache Jenkins Server
See Changes: [sseifert] set to released version now available on maven central -- [...truncated 31808 lines...] [INFO] Apache Sling System Bundle Extension: WS APIs . SUCCESS [3.916s] [INFO]

[jira] [Resolved] (SLING-4056) ModelFactory.canCreateFromAdaptable reports false errors when using "adapters" on models

2014-10-22 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert resolved SLING-4056. --- Resolution: Fixed Completed: At revision: 1633709 looks good, thanks for providing the patc

[jira] [Assigned] (SLING-4056) ModelFactory.canCreateFromAdaptable reports false errors when using "adapters" on models

2014-10-22 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert reassigned SLING-4056: - Assignee: Stefan Seifert > ModelFactory.canCreateFromAdaptable reports false errors when

[jira] [Commented] (SLING-4089) Sling Mocks: Jenkins Build fails from time to time

2014-10-22 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180416#comment-14180416 ] Stefan Seifert commented on SLING-4089: --- it seems like it got puzzled up with the ba

[jira] [Commented] (SLING-4088) Regression introduced by SLING-3846 : JcrModifiableValueMap: Date object not supported for writing data

2014-10-22 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180389#comment-14180389 ] Stefan Seifert commented on SLING-4088: --- looks ok for me - all my usecases pass with

Build failed in Jenkins: sling-trunk-1.8 » Apache Sling Testing Sling Mock #350

2014-10-22 Thread Apache Jenkins Server
See -- [...truncated 1148 lines...] 1819 [main] INFO org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResource - setMetaData: Problem extract

Build failed in Jenkins: sling-trunk-1.8 #350

2014-10-22 Thread Apache Jenkins Server
See Changes: [cziegeler] Pass http port configuration to pax framework, remove unused code, reduce logger statements to debug level. -- [...truncated 31707 lines...] [INFO] Apache Sling System Bu

[jira] [Updated] (SLING-4089) Sling Mocks: Jenkins Build fails from time to time

2014-10-22 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert updated SLING-4089: -- Summary: Sling Mocks: Jenkins Build fails from time to time (was: Sling Mocks: Jenkins Build in

[jira] [Created] (SLING-4089) Sling Mocks: Jenkins Build in Apache fails from time to time

2014-10-22 Thread Stefan Seifert (JIRA)
Stefan Seifert created SLING-4089: - Summary: Sling Mocks: Jenkins Build in Apache fails from time to time Key: SLING-4089 URL: https://issues.apache.org/jira/browse/SLING-4089 Project: Sling

Jenkins build became unstable: sling-trunk-1.6 #2696

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: sling-trunk-1.6 » Apache Sling Event Support #2696

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: sling-trunk-1.6 » Apache Sling Installer Integration Tests #2696

2014-10-22 Thread Apache Jenkins Server
See

Build failed in Jenkins: sling-trunk-1.7 » Apache Sling Testing Sling Mock #1065

2014-10-22 Thread Apache Jenkins Server
See -- [...truncated 1148 lines...] 2920 [main] INFO org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResource - setMetaData: Problem extrac

Build failed in Jenkins: sling-trunk-1.7 #1065

2014-10-22 Thread Apache Jenkins Server
See Changes: [cziegeler] Pass http port configuration to pax framework, remove unused code, reduce logger statements to debug level. -- [...truncated 31587 lines...] [INFO] Apache Sling System B

Jenkins build is back to normal : sling-trunk-1.6 » Apache Sling Testing Sling Mock #2695

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.6 #2695

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to stable : sling-trunk-1.6 » Apache Sling Resource Access Security Integration Tests #2695

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to stable : sling-trunk-1.7 #1064

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to stable : sling-trunk-1.7 » Apache Sling Event Support #1064

2014-10-22 Thread Apache Jenkins Server
See

Build failed in Jenkins: sling-trunk-1.8 #349

2014-10-22 Thread Apache Jenkins Server
See Changes: [bdelacretaz] SLING-3599 - factor out common OSGi setup and add pax debug option -- [...truncated 31942 lines...] [INFO] Apache Sling System Bundle Extension: WS APIs . SUCCESS [4

Build failed in Jenkins: sling-trunk-1.8 » Apache Sling Testing Sling Mock #349

2014-10-22 Thread Apache Jenkins Server
See -- [...truncated 1148 lines...] 1657 [main] INFO org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResource - setMetaData: Problem extract

[jira] [Commented] (SLING-4056) ModelFactory.canCreateFromAdaptable reports false errors when using "adapters" on models

2014-10-22 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179978#comment-14179978 ] Konrad Windszus commented on SLING-4056: [~sseif...@pro-vision.de] The attached PR

[jira] [Commented] (SLING-4056) ModelFactory.canCreateFromAdaptable reports false errors when using "adapters" on models

2014-10-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179975#comment-14179975 ] ASF GitHub Bot commented on SLING-4056: --- GitHub user kwin opened a pull request:

[GitHub] sling pull request: SLING-4056, support adapters on Sling Model Fa...

2014-10-22 Thread kwin
GitHub user kwin opened a pull request: https://github.com/apache/sling/pull/32 SLING-4056, support adapters on Sling Model Factory also additional test cases for the factory were provided You can merge this pull request into a Git repository by running: $ git pull https://gith

Jenkins build is back to stable : sling-trunk-1.6 » Apache Sling Event Support #2694

2014-10-22 Thread Apache Jenkins Server
See

Build failed in Jenkins: sling-trunk-1.6 #2694

2014-10-22 Thread Apache Jenkins Server
See Changes: [mpetria] SLING-4072: Do not replicate a package back to its originator -- [...truncated 33779 lines...] [INFO] Apache Sling Commons Java Compiler SUCCESS [14.971s]

Build failed in Jenkins: sling-trunk-1.6 » Apache Sling Testing Sling Mock #2694

2014-10-22 Thread Apache Jenkins Server
See -- [...truncated 1148 lines...] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.run

Jenkins build became unstable: sling-trunk-1.6 » Apache Sling Resource Access Security Integration Tests #2694

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is still unstable: sling-trunk-1.7 » Apache Sling Event Support #1063

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is unstable: sling-trunk-1.7 #1063

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.7 » Apache Sling Testing Sling Mock #1063

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.8 #348

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.8 » Apache Sling Testing Sling Mock #348

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to stable : sling-trunk-1.8 » Apache Sling Event Support #348

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: sling-contrib-1.6 » Apache Sling Replication Integration Tests #1307

2014-10-22 Thread Apache Jenkins Server
See

Re: [PROPOSAL] Sightly donation to Apache Sling

2014-10-22 Thread Radu Cotescu
Hello, I'd like to provide you with an update regarding Sightly as we've just released the Adobe Sightly TCK [3] (also available on Maven Central). Two requirements to integrate Sightly into Sling were: 1. have a published language specification [2] 2. provide some tests to validate the implemen

[jira] [Commented] (SLING-4072) In case of coordinate agent avoid replicating back to the originating instance

2014-10-22 Thread Marius Petria (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179895#comment-14179895 ] Marius Petria commented on SLING-4072: -- Implemented a communication object for packag

[jira] [Updated] (SLING-3959) Donation proposal for Sightly

2014-10-22 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-3959: Attachment: org.apache.sling.scripting.sightly.zip.sha1 org.apache.sling.scripting.si

[jira] [Issue Comment Deleted] (SLING-3959) Donation proposal for Sightly

2014-10-22 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-3959: Comment: was deleted (was: I've also attached a patch for people to build their launchpad with Sigh

[jira] [Updated] (SLING-3959) Donation proposal for Sightly

2014-10-22 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-3959: Attachment: (was: org.apache.sling.scripting.sightly.repl.zip.sha1) > Donation proposal for Sigh

[jira] [Updated] (SLING-3959) Donation proposal for Sightly

2014-10-22 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-3959: Attachment: (was: org.apache.sling.scripting.sightly.zip) > Donation proposal for Sightly >

[jira] [Updated] (SLING-3959) Donation proposal for Sightly

2014-10-22 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-3959: Attachment: (was: org.apache.sling.scripting.sightly.zip.sha1) > Donation proposal for Sightly >

[jira] [Updated] (SLING-3959) Donation proposal for Sightly

2014-10-22 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-3959: Attachment: (was: sightly_launchpad_patch.diff) > Donation proposal for Sightly > --

[jira] [Issue Comment Deleted] (SLING-3959) Donation proposal for Sightly

2014-10-22 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-3959: Comment: was deleted (was: I've attached another artifact which contains the Sling version of the A

[jira] [Updated] (SLING-3959) Donation proposal for Sightly

2014-10-22 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-3959: Attachment: (was: org.apache.sling.scripting.sightly.repl.zip) > Donation proposal for Sightly >

Jenkins build became unstable: sling-trunk-1.6 » Apache Sling Event Support #2693

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: sling-trunk-1.6 #2693

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is still unstable: sling-trunk-1.7 » Apache Sling Event Support #1062

2014-10-22 Thread Apache Jenkins Server
See

Build failed in Jenkins: sling-trunk-1.7 #1062

2014-10-22 Thread Apache Jenkins Server
See Changes: [cziegeler] Minor code cleanup [cziegeler] SLING-4048 : Avoid keeping jobs in memory. Readd full cache update -- [...truncated 33061 lines...] [INFO] Apache Sling Dynamic Class Load

Build failed in Jenkins: sling-trunk-1.7 » Apache Sling Testing Sling Mock #1062

2014-10-22 Thread Apache Jenkins Server
See -- [...truncated 1156 lines...] at org.apache.sling.testing.mock.jcr.MockNode.getProperty(MockNode.java:125) at org.apache.sling

Build failed in Jenkins: sling-trunk-1.8 #347

2014-10-22 Thread Apache Jenkins Server
See Changes: [cziegeler] Minor code cleanup [cziegeler] SLING-4048 : Avoid keeping jobs in memory. Readd full cache update -- [...truncated 53869 lines...] [INFO] Apache Sling Dynamic Class Loade

Jenkins build is still unstable: sling-trunk-1.8 » Apache Sling Event Support #347

2014-10-22 Thread Apache Jenkins Server
See

Build failed in Jenkins: sling-trunk-1.8 » Apache Sling Testing Sling Mock #347

2014-10-22 Thread Apache Jenkins Server
See -- [...truncated 1152 lines...] at org.apache.sling.testing.mock.jcr.MockNode.getProperty(MockNode.java:125) at org.apache.sling.

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

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is back to stable : sling-trunk-1.6 » Apache Sling Event Support #2692

2014-10-22 Thread Apache Jenkins Server
See

[ANN] Apache Sling JCR Resource Resolver 2.3.10 Released

2014-10-22 Thread Antonio Sanso
The Apache Sling team is pleased to announce the release of Apache Sling JCR Resource Resolver 2.3.10 Apache Sling is a web framework that uses a Java Content Repository, such as Apache Jackrabbit, to store and manage content. Sling applications use either scripts or Java servlets, selected bas

[jira] [Closed] (SLING-3955) Warnings in OakResourceListener should be logged as debug

2014-10-22 Thread Antonio Sanso (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Sanso closed SLING-3955. > Warnings in OakResourceListener should be logged as debug > --

Jenkins build became unstable: sling-trunk-1.7 #1061

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: sling-trunk-1.7 » Apache Sling Event Support #1061

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build became unstable: sling-trunk-1.8 #346

2014-10-22 Thread Apache Jenkins Server
See

[RESULT] [VOTE] Release Apache Sling JCR Resource Resolver 2.3.10

2014-10-22 Thread Antonio Sanso
Hi, The vote has passed with the following result : +1 (binding): Carsten Ziegeler, Antonio Sanso, Robert Munteanu, Daniel Kico I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. regards antonio

Jenkins build became unstable: sling-trunk-1.8 » Apache Sling Event Support #346

2014-10-22 Thread Apache Jenkins Server
See

[jira] [Commented] (SLING-4026) Sling Models Race Condition

2014-10-22 Thread JBodkin (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179808#comment-14179808 ] JBodkin commented on SLING-4026: As far as I can understand, the sling models implementati

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

2014-10-22 Thread Apache Jenkins Server
See

Jenkins build is still unstable: sling-trunk-1.6 » Apache Sling Event Support #2691

2014-10-22 Thread Apache Jenkins Server
See

[jira] [Updated] (SLING-4088) Regression introduced by SLING-3846 : JcrModifiableValueMap: Date object not supported for writing data

2014-10-22 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-4088: Fix Version/s: (was: JCR Resource 2.3.10) (was: JCR Resource 2.3.8

[jira] [Commented] (SLING-4058) ResourceResolverProxyTest fails on Oak, 10 second delay in observation

2014-10-22 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-4058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179798#comment-14179798 ] Bertrand Delacretaz commented on SLING-4058: SLING-3599 is also failing and th

  1   2   >