svn commit: r1605086 - in /sling/trunk/tooling/ide/eclipse-core: META-INF/MANIFEST.MF src/org/apache/sling/ide/eclipse/core/progress/ src/org/apache/sling/ide/eclipse/core/progress/ProgressUtils.java

2014-06-24 Thread rombert
Author: rombert Date: Tue Jun 24 14:00:08 2014 New Revision: 1605086 URL: http://svn.apache.org/r1605086 Log: SLING-3693 - Repository import wizard blocks UI thread and is not cancellable Added ProgressUtils to ease work with cancellable progress monitors. Added:

svn commit: r1605087 - in /sling/trunk/tooling/ide: eclipse-m2e-ui/META-INF/ eclipse-m2e-ui/src/org/apache/sling/ide/eclipse/ui/wizards/np/ eclipse-ui/src/org/apache/sling/ide/eclipse/ui/wizards/

2014-06-24 Thread rombert
Author: rombert Date: Tue Jun 24 14:00:23 2014 New Revision: 1605087 URL: http://svn.apache.org/r1605087 Log: SLING-3693 - Repository import wizard blocks UI thread and is not cancellable Use ProgressUtils in the wizard classes. Modified:

svn commit: r1605088 - in /sling/trunk/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui: internal/ImportRepositoryContentAction.java wizards/ImportWizard.java

2014-06-24 Thread rombert
Author: rombert Date: Tue Jun 24 14:00:35 2014 New Revision: 1605088 URL: http://svn.apache.org/r1605088 Log: SLING-3693 - Repository import wizard blocks UI thread and is not cancellable Tweak the import wizard - better import feedback ( although we still don't estimate total work ) -

svn commit: r1605101 - in /sling/trunk/tooling/ide: eclipse-test/src/org/apache/sling/ide/test/impl/ContentImportTest.java impl-vlt/src/org/apache/sling/ide/impl/vlt/serialization/VltSerializationData

2014-06-24 Thread rombert
Author: rombert Date: Tue Jun 24 14:51:01 2014 New Revision: 1605101 URL: http://svn.apache.org/r1605101 Log: SLING-3694 - Full coverage nodes are imported without the XML extension Modified: sling/trunk/tooling/ide/eclipse-test/src/org/apache/sling/ide/test/impl/ContentImportTest.java

svn commit: r1605150 - in /sling/trunk/bundles/extensions/models: api/src/main/java/org/apache/sling/models/annotations/ impl/src/main/java/org/apache/sling/models/impl/ impl/src/test/java/org/apache/

2014-06-24 Thread justin
Author: justin Date: Tue Jun 24 18:37:50 2014 New Revision: 1605150 URL: http://svn.apache.org/r1605150 Log: SLING-3696 - adding support for defining a default injection strategy of required or optional. Also adding a @Required annotation Added:

svn commit: r1605153 - in /sling/trunk/bundles/extensions/models/impl/src: main/java/org/apache/sling/models/impl/injectors/ test/java/org/apache/sling/models/impl/ test/java/org/apache/sling/models/t

2014-06-24 Thread justin
Author: justin Date: Tue Jun 24 18:56:45 2014 New Revision: 1605153 URL: http://svn.apache.org/r1605153 Log: SLING-3677 - converting arrays to lists in ValueMapInjector. Thanks to Krystian Panek for the patch! Added:

svn commit: r913551 - in /websites/staging/sling/trunk/content: ./ documentation/bundles/models.html

2014-06-24 Thread buildbot
Author: buildbot Date: Tue Jun 24 19:37:22 2014 New Revision: 913551 Log: Staging update by buildbot for sling Modified: websites/staging/sling/trunk/content/ (props changed) websites/staging/sling/trunk/content/documentation/bundles/models.html Propchange:

svn commit: r913552 - /websites/production/sling/content/

2014-06-24 Thread justin
Author: justin Date: Tue Jun 24 19:37:36 2014 New Revision: 913552 Log: Publishing svnmucc operation to sling site by justin Added: websites/production/sling/content/ - copied from r913551, websites/staging/sling/trunk/content/

svn commit: r1605177 - /sling/trunk/bundles/jcr/api/src/main/java/org/apache/sling/jcr/api/SlingRepository.java

2014-06-24 Thread olli
Author: olli Date: Tue Jun 24 20:29:15 2014 New Revision: 1605177 URL: http://svn.apache.org/r1605177 Log: fix typos Modified: sling/trunk/bundles/jcr/api/src/main/java/org/apache/sling/jcr/api/SlingRepository.java Modified: