svn commit: r1660532 - /sling/trunk/tooling/ide/eclipse-core/src/org/apache/sling/ide/eclipse/core/internal/SlingLaunchpadBehaviour.java

2015-02-17 Thread rombert
Author: rombert Date: Tue Feb 17 23:06:25 2015 New Revision: 1660532 URL: http://svn.apache.org/r1660532 Log: SLING-4374 - Intermittent error when publishing content Track the repository as connected when connecting in debug mode as well. Also fail early when a repository can't be looked up

svn commit: r1660526 - in /sling/trunk/tooling/ide: api/src/org/apache/sling/ide/log/ eclipse-core/src/org/apache/sling/ide/eclipse/core/debug/impl/ eclipse-ui/ eclipse-ui/src/org/apache/sling/ide/ecl

2015-02-17 Thread rombert
Author: rombert Date: Tue Feb 17 22:49:19 2015 New Revision: 1660526 URL: http://svn.apache.org/r1660526 Log: SLING-4105 - Content Navigator should not read all the jcr_root when initialized Add performance tracing in call sites which can block the UI. Modified:

svn commit: r1660527 - /sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/nav/model/JcrNode.java

2015-02-17 Thread rombert
Author: rombert Date: Tue Feb 17 22:49:26 2015 New Revision: 1660527 URL: http://svn.apache.org/r1660527 Log: SLING-4105 - Content Navigator should not read all the jcr_root when initialized Do not recursively read all children of a node when initialsing the children list. Modified:

svn commit: r1660537 - /sling/trunk/tooling/support/install/src/main/java/org/apache/sling/tooling/support/install/impl/InstallServlet.java

2015-02-17 Thread rombert
Author: rombert Date: Tue Feb 17 23:29:58 2015 New Revision: 1660537 URL: http://svn.apache.org/r1660537 Log: SLING-4405 - Unable to install new bundle using the jar upload mechanism Make sure the bundles uploaded as jar files have a location set. Modified:

svn commit: r1660431 - /sling/trunk/bundles/extensions/healthcheck/core/src/main/java/org/apache/sling/hc/core/impl/executor/AsyncHealthCheckExecutor.java

2015-02-17 Thread cziegeler
Author: cziegeler Date: Tue Feb 17 16:08:42 2015 New Revision: 1660431 URL: http://svn.apache.org/r1660431 Log: Correct metatype information Modified: sling/trunk/bundles/extensions/healthcheck/core/src/main/java/org/apache/sling/hc/core/impl/executor/AsyncHealthCheckExecutor.java

svn commit: r1660420 - in /sling/trunk/contrib: extensions/xss/src/main/java/org/apache/sling/xss/ extensions/xss/src/main/java/org/apache/sling/xss/impl/ extensions/xss/src/test/java/org/apache/sling

2015-02-17 Thread rombert
Author: rombert Date: Tue Feb 17 15:38:01 2015 New Revision: 1660420 URL: http://svn.apache.org/r1660420 Log: SLING-4428 - Sightly: scriptComment and styleComment contexts are not doing anything - Added support for multiline comment validation in XSS API. - Added implementation and test. -

svn commit: r1660386 - /sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/views/JcrCellLabelProvider.java

2015-02-17 Thread rombert
Author: rombert Date: Tue Feb 17 14:14:12 2015 New Revision: 1660386 URL: http://svn.apache.org/r1660386 Log: SLING-4424 - JcrCellLabelProvider leaks font instances - do not create the font instances anymore as they are not used - use the system colors for the disabled cells Modified:

svn commit: r1660385 - /sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/nav/model/JcrNode.java

2015-02-17 Thread rombert
Author: rombert Date: Tue Feb 17 14:13:53 2015 New Revision: 1660385 URL: http://svn.apache.org/r1660385 Log: SLING-4332 - Malformed .content.xml files cause unhandled errors and break the content navigator Fix previous change - would cause a ConcurrentModificationException in most cases

svn commit: r1660344 [1/2] - in /sling/trunk/bundles/api: ./ src/main/java/org/apache/sling/api/ src/main/java/org/apache/sling/api/adapter/ src/main/java/org/apache/sling/api/auth/ src/main/java/org/

2015-02-17 Thread kwin
Author: kwin Date: Tue Feb 17 10:32:22 2015 New Revision: 1660344 URL: http://svn.apache.org/r1660344 Log: SLING-4377 add null check annotations (JSR 305) Increasing Java dependency to 1.6 (because of imports to javax.annotation) This closes #64 Modified: sling/trunk/bundles/api/pom.xml

svn commit: r1660344 [2/2] - in /sling/trunk/bundles/api: ./ src/main/java/org/apache/sling/api/ src/main/java/org/apache/sling/api/adapter/ src/main/java/org/apache/sling/api/auth/ src/main/java/org/

2015-02-17 Thread kwin
Modified: sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/ServletResolver.java URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/ServletResolver.java?rev=1660344r1=1660343r2=1660344view=diff

svn commit: r1660327 - in /sling/trunk/contrib/extensions/distribution/core: ./ src/main/java/org/apache/sling/distribution/trigger/impl/

2015-02-17 Thread mpetria
Author: mpetria Date: Tue Feb 17 09:08:35 2015 New Revision: 1660327 URL: http://svn.apache.org/r1660327 Log: SLING-4426: making distribution triggers cluster aware Modified: sling/trunk/contrib/extensions/distribution/core/pom.xml