Re: travis-ci

2013-08-14 Thread Jukka Zitting
Hi, On Wed, Aug 14, 2013 at 2:27 PM, Marcel Reutegger mreut...@adobe.com wrote: Jukka, is it possible that your webhook is broken? There indeed was a glitch in the script, triggered by an updated SSL certificate. Now it should work again. BR, Jukka Zitting

Re: svn commit: r1513387 - in /jackrabbit/oak/trunk/oak-jcr: ./ src/main/java/org/apache/jackrabbit/oak/jcr/ src/main/java/org/apache/jackrabbit/oak/jcr/delegate/ src/main/java/org/apache/jackrabbit/o

2013-08-13 Thread Jukka Zitting
earlier. I'm working on the locking code, and should be able to clean up those cases once I get there. BR, Jukka Zitting

Re: [ANNOUCE] Contribution of Jackrabbit FileVault

2013-08-11 Thread Jukka Zitting
Hi, On Sun, Aug 11, 2013 at 12:21 AM, Tobias Bocanegra tri...@adobe.com wrote: it's TobiasBocanegra OK, you're in. BR, Jukka Zitting

Re: [ANNOUCE] Contribution of Jackrabbit FileVault

2013-08-10 Thread Jukka Zitting
/message/nntrpjsfu4crk7u5). I initialized the AdminGroup with all Jackrabbit PMC wiki accounts I could easily find, but didn't spot yours so you're not yet included. Just respond with your wiki account, and I'll get you included. BR, Jukka Zitting

Re: [IP CLEARANCE][VOTE] FileVault Contribution

2013-08-06 Thread Jukka Zitting
Hi, On Tue, Aug 6, 2013 at 3:40 AM, Tobias Bocanegra tri...@apache.org wrote: Please vote to approve this contribution. [x] +1 Accept FileVault into Apache Jackrabbit Great stuff, thanks! BR, Jukka Zitting

Re: Propagation of Session auto refresh behaviour to e.g. UserManager

2013-08-06 Thread Jukka Zitting
, Jukka Zitting

Re: Propagation of Session auto refresh behaviour to e.g. UserManager

2013-08-06 Thread Jukka Zitting
Hi, On Tue, Aug 6, 2013 at 12:21 PM, Michael Dürig mdue...@apache.org wrote: On 6.8.13 10:41, Jukka Zitting wrote: a) When making transient changes or reading information that can come from an earlier repository snapshot, use sessionDelegate.getRoot() so that you see the exact same state

Re: Propagation of Session auto refresh behaviour to e.g. UserManager

2013-08-06 Thread Jukka Zitting
associated with editing session. the read-write trick doesn't help here). It sounds to me as if the UserManager should also be attached to the SessionDelegate, and use the SessionOperation mechanism whenever accessing information bound to that session. BR, Jukka Zitting

Re: Propagation of Session auto refresh behaviour to e.g. UserManager

2013-08-06 Thread Jukka Zitting
if people think that's a better approach. BR, Jukka Zitting

[jira] [Updated] (JCR-3635) Manually specified jcr:frozenUuid overwriting the one assigned by the VersionManager when versioning node

2013-08-01 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3635: --- Resolution: Fixed Fix Version/s: 2.6.4 2.4.5 2.2.14

[ANNOUNCE] Apache Jackrabbit 2.6.3 released

2013-08-01 Thread Jukka Zitting
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.6.3. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release. Release Notes -- Apache Jackrabbit --

[RESULT] [VOTE] Release Apache Jackrabbit 2.6.3

2013-07-31 Thread Jukka Zitting
Hi, On Fri, Jul 26, 2013 at 3:17 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: Please vote on releasing this package as Apache Jackrabbit 2.6.3. The vote is open for the next 72 hours and passes if a majority of at least three +1 Jackrabbit PMC votes are cast. This vote passes as follows

[jira] [Assigned] (JCR-3635) Manually specified jcr:frozenUuid overwriting the one assigned by the VersionManager when versioning node

2013-07-31 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting reassigned JCR-3635: -- Assignee: Jukka Zitting Manually specified jcr:frozenUuid overwriting the one assigned

[jira] [Commented] (JCR-3635) Manually specified jcr:frozenUuid overwriting the one assigned by the VersionManager when versioning node

2013-07-31 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13725282#comment-13725282 ] Jukka Zitting commented on JCR-3635: See JCR-517 for a related issue where something

[jira] [Commented] (JCR-3634) New method: JackrabbitRepository.login(Credentials, MapString, Object)

2013-07-30 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723620#comment-13723620 ] Jukka Zitting commented on JCR-3634: I'd rather keep the explicit workspace argument

Re: svn commit: r1508445 - in /jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr: RepositoryImpl.java SessionContext.java SessionImpl.java

2013-07-30 Thread Jukka Zitting
Hi, On Tue, Jul 30, 2013 at 4:56 PM, mdue...@apache.org wrote: +log.info(); These should become log.debug(...) as soon as the code stabilizes. BR, Jukka Zitting

Re: svn commit: r1508445 - in /jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr: RepositoryImpl.java SessionContext.java SessionImpl.java

2013-07-30 Thread Jukka Zitting
Hi, On Tue, Jul 30, 2013 at 5:15 PM, Michael Dürig mic...@gmail.com wrote: On 30.7.13 16:09, Jukka Zitting wrote: On Tue, Jul 30, 2013 at 4:56 PM, mdue...@apache.org wrote: +log.info(); These should become log.debug(...) as soon as the code stabilizes. I don't agree

Re: svn commit: r1508445 - in /jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr: RepositoryImpl.java SessionContext.java SessionImpl.java

2013-07-30 Thread Jukka Zitting
Hi, On Tue, Jul 30, 2013 at 5:34 PM, Michael Dürig mdue...@apache.org wrote: On 30.7.13 16:24, Jukka Zitting wrote: The user already knows the settings as they're the one providing the information (or using the default). He knows what he passed in. That might be different from what is being

Login parameters

2013-07-29 Thread Jukka Zitting
, and the extra complexity (especially for remoting) of using thread-local variables. WDYT? BR, Jukka Zitting

[VOTE] Release Apache Jackrabbit 2.6.3

2013-07-26 Thread Jukka Zitting
because... My vote is +1. BR, Jukka Zitting

[jira] [Updated] (JCR-3626) NodeTypeTest.getPrimaryItemName can get ssssslllllloooowwwww

2013-07-25 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3626: --- Issue Type: Improvement (was: Task) NodeTypeTest.getPrimaryItemName can get sllw

[jira] [Updated] (JCR-3630) XSS in DirListingExportHandler

2013-07-25 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3630: --- Affects Version/s: 2.2.13 2.4.4 2.6.2 Fix Version

[jira] [Updated] (JCR-3228) WebDav/DavEx remoting throws workspace mismatch exceptions when running on port 80

2013-07-25 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3228: --- Fix Version/s: (was: 2.6) 2.6.3 WebDav/DavEx remoting throws workspace

Re: buildbot failure in ASF Buildbot on oak-trunk

2013-07-25 Thread Jukka Zitting
the latest snapshot manually and look at fixing/disabling the failing tests. BR, Jukka Zitting

Re: Jackrabbit-trunk - Build # 2155 - Still Unstable

2013-07-24 Thread Jukka Zitting
. In revision 1506479 I added a default value of 0 for that property. BR, Jukka Zitting

Re: Jackrabbit-trunk - Build # 2155 - Still Unstable

2013-07-23 Thread Jukka Zitting
. Does mvn clean install -PintegrationTesting work for anybody else? It worked for me both before and after the above change. BR, Jukka Zitting

Re: Conflict handling causes spurious observation events

2013-07-23 Thread Jukka Zitting
h1 and h2, then: * Node A would see local events b1-h1, followed by external events h1-h3. * Node B would see local events b1-h2, followed by external events h2-h3. The end result in either case is a sequence of events from b1 to h3. BR, Jukka Zitting

Re: Conflict handling causes spurious observation events

2013-07-23 Thread Jukka Zitting
of the cluster (i.e. h1-h3 and h2-h3). BR, Jukka Zitting

Re: Typo in ReadOnlyNodeTypeManager?

2013-07-18 Thread Jukka Zitting
Hi, On Thu, Jul 18, 2013 at 10:04 AM, Alex Parvulescu alex.parvule...@gmail.com wrote: I think there's a typo in the ReadOnlyNodeTypeManager on line 313: I think it should check if 'type' exists, not 'types'. Indeed. Jukka

Re: jackrabbit-oak build #1809: Still Failing

2013-07-17 Thread Jukka Zitting
Hi, On Wed, Jul 17, 2013 at 3:30 PM, Travis CI ju...@apache.org wrote: Status: Still Failing Fixed in revision 1504131. The RAT checks were complaining about deepTree.xml. BR, Jukka Zitting

Re: Jackrabbit-trunk - Build # 2149 - Still unstable

2013-07-16 Thread Jukka Zitting
picked up by the test environment. BR, Jukka Zitting

Re: Very large blobid with MongoMK

2013-07-15 Thread Jukka Zitting
in revision 1503177. BR, Jukka Zitting

[jira] [Created] (JCR-3620) JCA deployment descriptor for Apache Geronimo

2013-07-10 Thread Jukka Zitting (JIRA)
Jukka Zitting created JCR-3620: -- Summary: JCA deployment descriptor for Apache Geronimo Key: JCR-3620 URL: https://issues.apache.org/jira/browse/JCR-3620 Project: Jackrabbit Content Repository

[jira] [Resolved] (JCR-3620) JCA deployment descriptor for Apache Geronimo

2013-07-10 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-3620. Resolution: Fixed Fix Version/s: 2.7.1 Added a basic template. JCA

Re: Some more benchmarks

2013-07-04 Thread Jukka Zitting
). The working set of the test is about 10MB in size and scanned linearly, so each iteration would end up flushing a cache that's less than 10MB in size. BR, Jukka Zitting

Re: Some more benchmarks

2013-07-04 Thread Jukka Zitting
Hi, On Thu, Jul 4, 2013 at 1:12 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: On Wed, Jul 3, 2013 at 5:34 PM, Thomas Mueller muel...@adobe.com wrote: I think it's because all binaries are loaded from the backend (no caching). I bumped the blob cache size from 8 MB to 16 MB, let's see

Re: jackrabbit-oak build #1769: Still Failing

2013-07-03 Thread Jukka Zitting
more often, and look at possibly increasing the memory limits if needed. BR, Jukka Zitting

Re: jackrabbit-oak build #1769: Still Failing

2013-07-03 Thread Jukka Zitting
increase the limit to something like -XX:MaxPermSize=48m to allow for the increased size of the codebase (especially the upgrade test is demanding as it uses both Oak and Jackrabbit) but still keep it low enough to capture potential permgen leaks. BR, Jukka Zitting

Re: Some more benchmarks

2013-07-03 Thread Jukka Zitting
. BR, Jukka Zitting diff --git a/oak-run/src/main/java/org/apache/jackrabbit/oak/benchmark/SmallFileWriteTest.java b/oak-run/src/main/java/org/apache/jackrabbit/oak/benchmark/SmallFileWriteTest.java index 7d15b00..c5f2ec8 100644 --- a/oak-run/src/main/java/org/apache/jackrabbit/oak/benchmark

Re: Some more benchmarks

2013-07-03 Thread Jukka Zitting
Hi, On Wed, Jul 3, 2013 at 11:54 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: On Wed, Jul 3, 2013 at 11:22 AM, Thomas Mueller muel...@adobe.com wrote: I usually look at N first :-) It's also a good measure. Actually not that good, as only the lower limit on the amount of time over which

Re: Jackrabbit-trunk - Build # 2143 - Still Failing

2013-07-02 Thread Jukka Zitting
Hi, On Tue, Jul 2, 2013 at 4:02 PM, Marcel Reutegger mreut...@adobe.com wrote: the apache-rat:check fails. works fine on my machine. It could be that Jenkins failed to properly clean up the workspace. Let's see if the problem occurs again. BR, Jukka Zitting

Re: buildbot failure in ASF Buildbot on oak-trunk

2013-07-02 Thread Jukka Zitting
Hi, On Tue, Jul 2, 2013 at 6:30 PM, build...@apache.org wrote: BUILD FAILED: failed compile Should get fixed with an updated Jackrabbit SNAPSHOT. I deployed one manually as I'm not sure if the Jenkins build has recovered yet. BR, Jukka Zitting

Re: Some more benchmarks

2013-07-02 Thread Jukka Zitting
Hi, On Fri, May 31, 2013 at 3:14 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: On Fri, Apr 26, 2013 at 2:12 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: On Wed, Mar 27, 2013 at 11:41 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: Here's a few more simple benchmark results to show

[jira] [Commented] (JCR-3614) Checkin source code

2013-06-30 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13696291#comment-13696291 ] Jukka Zitting commented on JCR-3614: Why not directly to the final target location, i.e

[jira] [Commented] (JCR-3615) Move source code to final place

2013-06-30 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13696292#comment-13696292 ] Jukka Zitting commented on JCR-3615: Do we have someone to take care of cutting timely

[jira] [Created] (JCRSITE-42) Fix Javadoc frame injection vulnerability

2013-06-26 Thread Jukka Zitting (JIRA)
Jukka Zitting created JCRSITE-42: Summary: Fix Javadoc frame injection vulnerability Key: JCRSITE-42 URL: https://issues.apache.org/jira/browse/JCRSITE-42 Project: Jackrabbit Site Issue Type

[jira] [Resolved] (JCRSITE-42) Fix Javadoc frame injection vulnerability

2013-06-26 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCRSITE-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCRSITE-42. -- Resolution: Duplicate Didn't notice that Marcel already took care of this in JCRSITE-41

Re: Observation throughput

2013-06-21 Thread Jukka Zitting
is a sign of a missing implementation-specific optimised version of the comparison. Figuring out how to avoid the fallback in this case should solve the issue. BR, Jukka Zitting

Re: Jackrabbit-trunk - Build # 2137 - Failure

2013-06-18 Thread Jukka Zitting
should switch this build to Travis or buildbot, like we already do with Oak. BR, Jukka Zitting

Re: Move MongoMK to Oak Core

2013-06-18 Thread Jukka Zitting
o.a.j.mongomk to o.a.j.oak.plugins.mongomk +1 IMHO we already have too many distinct components. Our codebase can be highly modular without everything sitting in its own jar file. BR, Jukka Zitting

[jira] [Created] (JCR-3608) MBeans for tracking event listeners

2013-06-15 Thread Jukka Zitting (JIRA)
Jukka Zitting created JCR-3608: -- Summary: MBeans for tracking event listeners Key: JCR-3608 URL: https://issues.apache.org/jira/browse/JCR-3608 Project: Jackrabbit Content Repository Issue Type

Re: buildbot failure in ASF Buildbot on oak-trunk

2013-06-14 Thread Jukka Zitting
. In such cases it would be clearer if people didn't use the JUnit 4 @Test annotations, as the JUnit 3 testXXX() naming pattern is sufficient for test cases in classes that extend TestCase. BR, Jukka Zitting

Re: buildbot failure in ASF Buildbot on oak-trunk

2013-06-14 Thread Jukka Zitting
Hi, On Fri, Jun 14, 2013 at 10:55 AM, build...@apache.org wrote: The Buildbot has detected a new failure on builder oak-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/oak-trunk/builds/2668 Oops, sorry about that. Fixing... BR, Jukka

Re: svn commit: r1492995 - /jackrabbit/oak/trunk/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LuceneIndexEditor.java

2013-06-14 Thread Jukka Zitting
Hi, On Fri, Jun 14, 2013 at 11:22 AM, alexparvule...@apache.org wrote: +private AtomicLong indexedNodes; A normal long should be fine here, as the editor instance isn't being accessed concurrently from multiple threads. BR, Jukka Zitting

Re: svn commit: r1492987 - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/ oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/observation/ oak-core/src/main/java/org/

2013-06-14 Thread Jukka Zitting
Hi, On Fri, Jun 14, 2013 at 12:51 PM, Michael Dürig mdue...@apache.org wrote: Sounds good. I try to come up with something and change the expectation for the RepositoryTest.observationDispose test case. OK, great! BR, Jukka Zitting

Re: svn commit: r1492561 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/observation/ChangeProcessor.java

2013-06-13 Thread Jukka Zitting
of a long multi-line string as the log message. BR, Jukka Zitting

Re: svn commit: r1492561 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/observation/ChangeProcessor.java

2013-06-13 Thread Jukka Zitting
to provide additional context information that the default JVM stack trace formatting doesn't provide. For example, see http://logback.qos.ch/reasonsToSwitch.html#packagingData. BR, Jukka Zitting

Re: Asynchronous indexing consistency

2013-06-12 Thread Jukka Zitting
node of the checkpoint, * or {@code null} if the checkpoint is no longer available */ NodeState retrieve(String checkpoint); BR, Jukka Zitting

Re: June Board Report

2013-06-10 Thread Jukka Zitting
, Jukka Zitting

Re: Some more benchmarks

2013-06-06 Thread Jukka Zitting
Hi, On Fri, May 31, 2013 at 3:14 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: It looks like we have a performance regression in ReadPropertyTest. Quick profiling shows a lot of the time seems to be going to MemoryNodeBuilder$ConnectedHead.update(), which is weird since we're only reading

Re: svn commit: r1490258 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/memory/MemoryNodeBuilder.java

2013-06-06 Thread Jukka Zitting
; +} +return newHead; } Isn't this the same as return head = head.update() It is, except for the nice side-effect of being able to easily set a breakpoint on state transitions. BR, Jukka Zitting

Re: Jackrabbit-trunk - Build # 2130 - Unstable

2013-06-05 Thread Jukka Zitting
by: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class 'org.apache.derby.jdbc.EmbeddedDriver' for connect URL 'jdbc:derby:target/backwards-compatibility-test/jackrabbit-1.3/version/db;create=true' The problem should only occur on Java 5 and be solved as of revision 1489825. BR, Jukka

Re: Jackrabbit-trunk - Build # 2131 - Failure

2013-06-05 Thread Jukka Zitting
Hi, On Wed, Jun 5, 2013 at 4:31 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2131/ to view the results. Looks like a Jenkins issue: error=12, Not enough space BR, Jukka Zitting

Re: Getting started with OAK

2013-06-05 Thread Jukka Zitting
in flux and might already be outdated. And if you can't find something you're looking for, asking here on the Oak list is always a good fallback. BR, Jukka Zitting

[ANNOUNCE] Apache Jackrabbit 2.6.2 released

2013-06-03 Thread Jukka Zitting
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.6.2. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release. Release Notes -- Apache Jackrabbit --

[RESULT] [VOTE] Release Apache Jackrabbit Oak 0.8

2013-06-03 Thread Jukka Zitting
Hi, [better late than never...] On Wed, May 22, 2013 at 11:10 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: Please vote on releasing this package as Apache Jackrabbit Oak 0.8. The vote is open for the next 72 hours and passes if a majority of at least three +1 Jackrabbit PMC votes are cast

Re: svn commit: r1488925 - /jackrabbit/oak/trunk/.travis.yml

2013-06-03 Thread Jukka Zitting
Hi, On Mon, Jun 3, 2013 at 12:11 PM, Jukka Zitting ju...@apache.org wrote: I got the TCK running against MongoMK and SegmentMK on my laptop. Let's see if it works also on Travis. It didn't. The tests seem to be passing, but the VersionIT takes more than 10 minutes, which causes Travis

Re: Some more benchmarks

2013-06-03 Thread Jukka Zitting
assume (though haven't profiled in detail) that much of the time is going to the still unoptimized getEffectiveNodeType() calls in NodeImpl.internalSetProperty(). Optimizing that is on my TODO. BR, Jukka Zitting

[jira] [Created] (JCR-3604) NodeMixinUtil.getAddableMixinName() can return mixins already inherited by the node

2013-06-02 Thread Jukka Zitting (JIRA)
Jukka Zitting created JCR-3604: -- Summary: NodeMixinUtil.getAddableMixinName() can return mixins already inherited by the node Key: JCR-3604 URL: https://issues.apache.org/jira/browse/JCR-3604 Project

[jira] [Resolved] (JCR-3604) NodeMixinUtil.getAddableMixinName() can return mixins already inherited by the node

2013-06-02 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-3604. Resolution: Fixed Fix Version/s: 2.7.1 Fixed in revision 1488687

Re: Some more benchmarks

2013-05-31 Thread Jukka Zitting
/README.md BR, Jukka Zitting

Re: jackrabbit-oak build #1666: Broken

2013-05-30 Thread Jukka Zitting
:8.1.2.v20120308 from/to travis-ci-central (http://maven.mirrors.travis-ci.org/nexus/content/repositories/central/): GET request of: org/eclipse/jetty/jetty-io/8.1.2.v20120308/jetty-io-8.1.2.v20120308.jar from travis-ci-central failed: Read timed out - [Help 1] BR, Jukka Zitting

Re: jackrabbit-oak build #1659: Broken

2013-05-29 Thread Jukka Zitting
, Jukka Zitting

[jira] [Resolved] (JCR-3601) AbstractJCRTest.cleanUpTestRoot() does not properly set testNodeType

2013-05-28 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-3601. Resolution: Fixed Fix Version/s: 2.7.1 Fixed in revision 1486864

[RESULT] [VOTE] Release Apache Jackrabbit 2.6.2

2013-05-27 Thread Jukka Zitting
Hi, On Tue, May 21, 2013 at 6:13 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: Please vote on releasing this package as Apache Jackrabbit 2.6.2. The vote is open for the next 72 hours and passes if a majority of at least three +1 Jackrabbit PMC votes are cast. The vote passes as follows

[jira] [Created] (JCR-3601) AbstractJCRTest.cleanUpTestRoot() does not properly set testNodeType

2013-05-27 Thread Jukka Zitting (JIRA)
Jukka Zitting created JCR-3601: -- Summary: AbstractJCRTest.cleanUpTestRoot() does not properly set testNodeType Key: JCR-3601 URL: https://issues.apache.org/jira/browse/JCR-3601 Project: Jackrabbit

Re: jackrabbit-oak build #1639: Broken

2013-05-24 Thread Jukka Zitting
, Jukka Zitting

Re: jackrabbit-oak build #1629: Broken

2013-05-23 Thread Jukka Zitting
://markmail.org/message/oftsp3shjxlrgb45. In revision 1485656 I switched the Travis build to use Oracle's JDK 7 instead of OpenJDK 6. That should take care of this issue. We still have the buildbot build to look after Java 6 compatibility. BR, Jukka Zitting

Re: buildbot failure in ASF Buildbot on oak-trunk

2013-05-22 Thread Jukka Zitting
Hi, On Wed, May 22, 2013 at 9:29 AM, build...@apache.org wrote: BUILD FAILED: failed compile Oops, fixed in revision 1485084. BR, Jukka Zitting

[VOTE] Release Apache Jackrabbit Oak 0.8

2013-05-22 Thread Jukka Zitting
+1 Jackrabbit PMC votes are cast. [ ] +1 Release this package as Apache Jackrabbit Oak 0.8 [ ] -1 Do not release this package because... My vote is +1. BR, Jukka Zitting

Re: svn commit: r1485124 - in /jackrabbit/oak/trunk/oak-lucene/src: main/java/org/apache/jackrabbit/oak/plugins/index/lucene/ReadWriteOakDirectory.java test/java/org/apache/jackrabbit/oak/jcr/query/Mu

2013-05-22 Thread Jukka Zitting
the ignore mechanism in revision 1485156. BR, Jukka Zitting

[jira] [Updated] (JCR-3534) Efficient copying of binaries across repositories with the same data store

2013-05-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3534: --- Fix Version/s: 2.7.1 2.6.2 Tagging this for the 2.6 branch. I think the solution

[jira] [Updated] (JCR-3402) getSize() returning too many often -1

2013-05-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3402: --- Fix Version/s: 2.6.2 getSize() returning too many often -1

[jira] [Commented] (JCR-3402) getSize() returning too many often -1

2013-05-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13662790#comment-13662790 ] Jukka Zitting commented on JCR-3402: Merged to the 2.6 branch in revision 1484685

Jackrabbit 2.6.2 release plan

2013-05-21 Thread Jukka Zitting
, Jukka Zitting New features [JCR-3534] Efficient copying of binaries across repositories with the same data store Improvements [JCR-3402] getSize() returning too many often -1 [JCR-3596] Reduce level for 'overwriting cached item' log messages in ItemManager Bug fixes [JCR-3595

[jira] [Updated] (JCR-3550) Methods for determining type of array of values

2013-05-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3550: --- Fix Version/s: 2.6.2 Merged to the 2.6 branch in revision 1484695. Methods

[jira] [Updated] (JCR-3531) Borrow all available RepositoryHelpers

2013-05-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3531: --- Fix Version/s: 2.6.2 Merged to the 2.6 branch in revision 1484698. Borrow all

Re: Jackrabbit 2.6.2 release plan

2013-05-21 Thread Jukka Zitting
Hi, On Tue, May 21, 2013 at 11:08 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: The key changes to be included are JCR-3402 and JCR-3534. In addition, as you may have noticed, I'm backporting a few other improvements that we've made to improve integration with Oak. The idea behind

[jira] [Updated] (JCR-3543) TCK does not allow a property to be re-bound to a different definition

2013-05-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3543: --- Fix Version/s: 2.6.2 Merged to the 2.6 branch in revision 1484705. TCK does

[jira] [Resolved] (JCR-3534) Efficient copying of binaries across repositories with the same data store

2013-05-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-3534. Resolution: Fixed Excellent! I'd consider this resolved then. We can track further improvements

[VOTE] Release Apache Jackrabbit 2.6.2

2013-05-21 Thread Jukka Zitting
because... My vote is +1 BR, Jukka Zitting

Oak 0.8 release plan

2013-05-21 Thread Jukka Zitting
Hi, In JCR-3598 I'm about to start including Oak in the main Jackrabbit deployment components. As a part of that effort we'll be needing some Oak updates that weren't already in 0.7, so I'll be cutting a 0.8 release shortly. BR, Jukka Zitting

Re: svn commit: r1484405 - in /jackrabbit/oak/trunk/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene: LuceneIndex.java LuceneIndexConstants.java LuceneIndexUpdate.java util/Luce

2013-05-21 Thread Jukka Zitting
on Windows. More generally the path components probably need to be escaped somehow as the set of valid OS filenames is different from those of valid Oak names. Even things like the distinction between upper and lower case names may be different. BR, Jukka Zitting

Re: svn commit: r1482792 - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/kernel/ oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/ oak-jcr/src/main/java/org/apache/jack

2013-05-21 Thread Jukka Zitting
. Those cases should be refactored to use the NodeStore API and then we can drop the JsopUtil class. BR, Jukka Zitting

[jira] [Commented] (JCR-3534) Efficient copying of binaries across repositories with the same data store

2013-05-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13661918#comment-13661918 ] Jukka Zitting commented on JCR-3534: I committed a somewhat revised version of the patch

[jira] [Commented] (JCR-3534) Efficient copying of binaries across repositories with the same data store

2013-05-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13661937#comment-13661937 ] Jukka Zitting commented on JCR-3534: In http://svn.apache.org/r148 I changed

[jira] [Commented] (JCR-3534) Efficient copying of binaries across repositories with the same data store

2013-05-20 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13661970#comment-13661970 ] Jukka Zitting commented on JCR-3534: override the AbstractDataStore

Re: Jackrabbit-trunk - Build # 2121 - Still Failing

2013-05-20 Thread Jukka Zitting
Hi, On Wed, May 15, 2013 at 3:39 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: On Wed, May 15, 2013 at 3:31 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2121/ to view the results. Looks like some more

[jira] [Created] (JCR-3598) Oak in Jackrabbit deployment packages

2013-05-20 Thread Jukka Zitting (JIRA)
Jukka Zitting created JCR-3598: -- Summary: Oak in Jackrabbit deployment packages Key: JCR-3598 URL: https://issues.apache.org/jira/browse/JCR-3598 Project: Jackrabbit Content Repository Issue

[ANNOUNCE] Apache Jackrabbit Oak 0.7 released

2013-05-20 Thread Jukka Zitting
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 0.7. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release. Release Notes -- Apache Jackrabbit Oak --

<    1   2   3   4   5   6   7   8   9   10   >