JMX support in JR

2011-04-01 Thread Alex Parvulescu
Hi all, I've created [1] to add JMX support in JR. I usually like to attach some code to a given issue (at least a test) so that we can have something real to talk about. This does not aim to solve the JMX bindings problem entirely, but it is a start containing a small and interesting use case

Re: slf4J version problem

2011-04-01 Thread Alex Parvulescu
Hi Gérard, This may be a stupid question, when you did a build of the JR WebDav client, did you update the parent pom, too? That is in Jackrabbit-parent, at the same level with jackrabbit-webdav. That is where the slf4j versions are stored. Another option, (where I've seen this once) is when

Re: Jenkins build is still unstable: Jackrabbit-trunk » Jackrabbit Core #1552

2011-06-05 Thread Alex Parvulescu
hi guys, apparently the build is stuck, is this a normal thing? [0] Last build (#1553), 1 day 20 hr ago - is still not finished should we give it a small kick? :) [0] https://builds.apache.org/job/Jackrabbit-trunk/ alex On Wed, Jun 1, 2011 at 10:08 PM, Apache Jenkins Server

Re: [VOTE] Release Apache Jackrabbit 2.1.5

2011-06-06 Thread Alex Parvulescu
+1 alex On Mon, Jun 6, 2011 at 8:27 AM, KÖLL Claus c.ko...@tirol.gv.at wrote: +1 greets claus

Re: [VOTE] Release Apache Jackrabbit 2.2.7

2011-06-06 Thread Alex Parvulescu
+1 alex On Mon, Jun 6, 2011 at 8:27 AM, KÖLL Claus c.ko...@tirol.gv.at wrote: +1 greets claus

Re: jackrabbit trunk status

2011-07-07 Thread Alex Parvulescu
hi Julian, can you try with a fresh checkout maybe? I don't see anything on the jackrabbit core: Results : Tests run: 1420, Failures: 0, Errors: 0, Skipped: 0 You can see the build status here: https://builds.apache.org/job/Jackrabbit-trunk/ we probably have to update the wiki page ;) best,

Re: [VOTE] Release Apache Jackrabbit 2.2.8

2011-08-19 Thread Alex Parvulescu
+1 alex On Fri, Aug 19, 2011 at 1:01 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, A candidate for the Jackrabbit 2.2.8 release is available at: http://people.apache.org/~jukka/jackrabbit/2.2.8/ The release candidate is a zip archive of the sources in:

PersistenceManager cache

2011-09-19 Thread Alex Parvulescu
Hi, I'd like to know why the PersistenceManager, who uses a ConcurrentCache instance, does not use the CacheManager to manage it. I ran into this page [0] but it is still not clear to me how big the scope of the CacheManager is supposed to be. Why doesn't the PM fall into the 'managed cache'

Re: [VOTE] Release Apache Jackrabbit 1.6.5

2011-09-27 Thread Alex Parvulescu
+1 and thanks for taking the time to build the release Just out of curiosity, what are you guy using to check the release? I'm on a tweaked version of [0] [0] http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh best, alex On Tue, Sep 27, 2011 at 7:27 AM, KÖLL Claus

Re: [VOTE] Release Apache Jackrabbit 2.0.5

2011-09-27 Thread Alex Parvulescu
+1 -- checked using the new check-release script :) alex On Tue, Sep 27, 2011 at 5:22 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, A candidate for the Jackrabbit 2.0.5 release is available at: http://people.apache.org/~jukka/jackrabbit/2.0.5/ The release candidate is a zip

Re: [VOTE] Release Apache Jackrabbit 2.1.6

2011-09-28 Thread Alex Parvulescu
+1 looking good alex 2011/9/28 KÖLL Claus c.ko...@tirol.gv.at checked ... everything ok +1 greets claus

Re: [VOTE] Release Apache Jackrabbit 2.2.9

2011-09-28 Thread Alex Parvulescu
+1 alex 2011/9/28 KÖLL Claus c.ko...@tirol.gv.at checked ... everything ok +1 greets claus

Re: [VOTE] Release Apache Jackrabbit 2.3.0

2011-09-28 Thread Alex Parvulescu
+1 all good thank you for finally pushing 2.3, it's a much needed step forward! ...and wow, 110M, is it just me or is JR gaining a bit of weight? 2011/9/28 KÖLL Claus c.ko...@tirol.gv.at checked ... everything ok +1 greets claus

performance tests for PersistenceManager(s)

2011-10-04 Thread Alex Parvulescu
hi guys, I've been looking at adding a new test to the performance suite, for the PersistenceManager. This will help with evaluating the impact of the statistics code I'm working on. The test should be simple enough: add 1000 nodes, each containing a property with 10KB of data. The problem is

Re: performance tests for PersistenceManager(s)

2011-10-06 Thread Alex Parvulescu
...@gmail.comwrote: Hi, On Tue, Oct 4, 2011 at 7:00 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: What is the best way to exclude a test from a version down? (or include it from a version up, for that matter :) See the failOnRepositoryVersions() method in AbstractTest. It's used

Re: CompareTo code seems odd, ok?

2011-10-10 Thread Alex Parvulescu
Hi guys, excuse the delay. The code you are talking about is most probably my copy/paste error :) I'll update the compareTo method. the code is still experimental (that explains why there are no tests yet for it). this feature is enabled via a system property (so we can test the performance of

Re: [VOTE] Release Apache Jackrabbit 2.3.1

2011-10-12 Thread Alex Parvulescu
+1 checked ok On Wed, Oct 12, 2011 at 12:25 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, A candidate for the Jackrabbit 2.3.1 release is available at: http://people.apache.org/~jukka/jackrabbit/2.3.1/ The release candidate is a zip archive of the sources in:

Re: svn commit: r1183364 - in /jackrabbit/branches/2.2/jackrabbit-core: ./ src/main/java/org/apache/jackrabbit/core/cache/CacheManager.java

2011-10-14 Thread Alex Parvulescu
ok, what is all this props change stuff? I did a fresh checkout of jackrabbit-core 2.2, a svn merge -c 1183240 and svn commit. Do I need to rollback something? alex On Fri, Oct 14, 2011 at 4:00 PM, alexparvule...@apache.org wrote: Author: alexparvulescu Date: Fri Oct 14 14:00:59 2011 New

Re: [VOTE] Release Apache Jackrabbit 2.3.2

2011-10-26 Thread Alex Parvulescu
+1 checked ok alex On Wed, Oct 26, 2011 at 7:03 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, A candidate for the Jackrabbit 2.3.2 release is available at: http://people.apache.org/~jukka/jackrabbit/2.3.2/ The release candidate is a zip archive of the sources in:

Re: [VOTE] Release Apache Jackrabbit 2.3.3

2011-11-09 Thread Alex Parvulescu
+1 check ok On Wed, Nov 9, 2011 at 12:22 PM, Bart van der Schans b.vandersch...@onehippo.com wrote: +1, check script runs without any problems. On Wed, Nov 9, 2011 at 11:14 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hi, A candidate for the Jackrabbit 2.3.3 release is available

Re: [VOTE] Release Apache Jackrabbit 2.2.10

2011-11-17 Thread Alex Parvulescu
+1 looking good alex On Thu, Nov 17, 2011 at 7:56 AM, KÖLL Claus c.ko...@tirol.gv.at wrote: +1 greets claus

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

2011-11-25 Thread Alex Parvulescu
can somebody run the build again? I don't have sufficient rights to do so. I'm trying to look at the sql related issues from the latest build (#1754) but I keep running into the JCA Resource Adapter test failures from the previous build (#1753). thanks, alex On Thu, Nov 24, 2011 at 11:52 PM,

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

2011-11-25 Thread Alex Parvulescu
Good idea Julian, I followed your advice :) thanks Michael! alex On Fri, Nov 25, 2011 at 10:53 AM, Michael Dürig mdue...@apache.org wrote: Ok just started it. Michael On 25.11.11 9:29, Alex Parvulescu wrote: can somebody run the build again? I don't have sufficient rights to do so

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

2011-11-25 Thread Alex Parvulescu
I debugged the test a bit, maybe it helps in tracking down the problem: I think the problem is at ACLEditor#getAclNode line 322 ACLProvider.isRepoAccessControlled(controlledNode) returns false when I think it should return true. controlledNode is the root node ACLProvider line 385: static

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

2011-11-25 Thread Alex Parvulescu
to make the test pass. any feedback? alex On Fri, Nov 25, 2011 at 2:07 PM, Alex Parvulescu alex.parvule...@gmail.comwrote: I debugged the test a bit, maybe it helps in tracking down the problem: I think the problem is at ACLEditor#getAclNode line 322 ACLProvider.isRepoAccessControlled

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

2011-11-25 Thread Alex Parvulescu
jukka.zitt...@gmail.comwrote: Hi, On Fri, Nov 25, 2011 at 2:46 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: After studying the neighboring tests, namely inspired by AccessControlImporterTest#testImportRepoACLAtTestNode I think the fix is as simple as adding the missing acl repo info

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

2011-11-25 Thread Alex Parvulescu
for 'administrators' already exists: Tests run: 13, Failures: 1, Errors: 1, Skipped: 0 It is probably related to running the tests concurrently (JCR-3152 mentions that as well). alex On Fri, Nov 25, 2011 at 3:47 PM, Alex Parvulescu alex.parvule...@gmail.comwrote: Good question, I don't know what

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

2011-11-25 Thread Alex Parvulescu
. alex On Fri, Nov 25, 2011 at 4:11 PM, Alex Parvulescu alex.parvule...@gmail.comwrote: I can't get it to pass anymore: By running rm -rf target; mvn -Dtest=AccessControlImporterTest clean test on jackrabbit-core (a fresh trunk checkout) It fails every time: Running

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

2011-11-25 Thread Alex Parvulescu
, Alex Parvulescu alex.parvule...@gmail.comwrote: Sounds right, though I'm not sure if the importer from JCR-3152 should take care of adding that mixin automatically. Good point, I went into that a bit, and it seems that the importer (AccessControlImporter) *may* do that in the #start method

Re: Jackrabbit-trunk - Build # 1751 - Unstable

2011-11-25 Thread Alex Parvulescu
I hope not :) I asked for another Jenkins build and the errors seemed to have gone away. Are you still seeing weird things? alex On Thu, Nov 24, 2011 at 7:09 PM, Julian Reschke julian.resc...@gmx.dewrote: On 2011-11-24 18:41, Jukka Zitting wrote: Hi, On Thu, Nov 24, 2011 at 6:24 PM,

Re: [VOTE] Release Apache Jackrabbit 2.3.5

2011-12-06 Thread Alex Parvulescu
+1 alex On Tue, Dec 6, 2011 at 6:29 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, A candidate for the Jackrabbit 2.3.5 release is available at: http://people.apache.org/~jukka/jackrabbit/2.3.5/ The release candidate is a zip archive of the sources in:

Re: [VOTE] Release Apache Jackrabbit 2.2.11

2012-01-31 Thread Alex Parvulescu
+1 the check is good, alex On Tue, Jan 31, 2012 at 11:43 AM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, A candidate for the Jackrabbit 2.2.11 release is available at: http://people.apache.org/~jukka/jackrabbit/2.2.11/ The release candidate is a zip archive of the sources in:

Re: [VOTE] Release Apache Jackrabbit 2.4.0

2012-02-03 Thread Alex Parvulescu
+1 checks pass alex On Fri, Feb 3, 2012 at 1:53 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, A candidate for the Jackrabbit 2.4.0 release is available at: http://people.apache.org/~jukka/jackrabbit/2.4.0/ The release candidate is a zip archive of the sources in:

reopen a closed issue?

2012-02-03 Thread Alex Parvulescu
Hi guys, How can I reopen a closed issue? I have resolved an issue [0] but shortly after it was accidentally marked as 'Closed'. This is not standard workflow, so I'd like to turn it into 'Resolved' again until the actual release happens. How do I do that? thanks, alex [0]

Re: reopen a closed issue?

2012-02-03 Thread Alex Parvulescu
Hi Jukka, but for now I'd just leave things as-is. I agree with considering this an accident, no need to change all the rules for that. thanks, alex On Fri, Feb 3, 2012 at 4:39 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Fri, Feb 3, 2012 at 4:21 PM, Alex Parvulescu

New wiki page - Statistics

2012-02-09 Thread Alex Parvulescu
Hi guys, I've added a new page about the new statistics exposed by the repository [0]. Thanks for taking the time to read it and point out eventual quirks :) best, alex [0] http://wiki.apache.org/jackrabbit/Statistics

Re: New wiki page - Statistics

2012-02-10 Thread Alex Parvulescu
. I'm not sure that the Statistics page is the proper place to define what a Session.write and a Session.read represents, though. I'll update the page to include this info as well. thanks, alex Regards Marcel -Original Message- From: Alex Parvulescu [mailto:alex.parvule...@gmail.com

Re: New wiki page - Statistics

2012-02-10 Thread Alex Parvulescu
SessionOperation and is also considered as a read. Is this intended? best, alex On Fri, Feb 10, 2012 at 9:43 AM, Alex Parvulescu alex.parvule...@gmail.comwrote: Hi Marcel, thanks for the feedback! On Thu, Feb 9, 2012 at 9:07 PM, Marcel Reutegger mreut...@adobe.comwrote: Hi, looks very

Re: RepositoryStatistics question

2012-02-16 Thread Alex Parvulescu
Hi Mete, The answer depends on the implementation, and as you can see on the wiki page [0] these two counters have not been implemented yet :) You have 2 options here: 1) is what you listed above: you provide an incremental implementation where each time there is a change to the number of

Re: RepositoryStatistics question

2012-02-16 Thread Alex Parvulescu
them every second with the same values in order to avoid getting zeros and that's unnecessary IMO. -Mete From: Alex Parvulescu alex.parvule...@gmail.com Reply-To: dev@jackrabbit.apache.org dev@jackrabbit.apache.org Date: Thu, 16 Feb 2012 06:15:37 -0800 To: dev@jackrabbit.apache.org dev

Re: [VOTE] Codename for the jr3 implementation effort (Was: [jr3] Codename)

2012-03-02 Thread Alex Parvulescu
[x] Oak Tough decision, the blackrabbit one was pretty cool too. alex On Fri, Mar 2, 2012 at 5:02 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Fri, Mar 2, 2012 at 4:58 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: Thus, please vote on which of these two codenames we should

Re: Jackrabbit Oak 0.1 release plan (Was: [jr3] Release roadmap)

2012-03-08 Thread Alex Parvulescu
I'd like to volunteer for the role of RM. I never did this before, but I'm willing to give it a go if you guys are ok with it. best, alex On Thu, Mar 8, 2012 at 1:59 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, Now that we have the basics for Oak in place, it's time to start

Re: Merge to 2.4: JCR-3247 SQL2 ISDESCENDANTNODE BooleanQuery#TooManyClauses returns?

2012-03-23 Thread Alex Parvulescu
Hi Christian, I've just included the fix in the 2.4 branch. alex On Thu, Mar 22, 2012 at 4:06 PM, Christian Stocker christian.stoc...@liip.ch wrote: Hi Can you merge https://issues.apache.org/jira/browse/JCR-3247 (QL2 ISDESCENDANTNODE BooleanQuery#TooManyClauses returns) to the 2.4 tree?

Re: [VOTE] Release Apache Jackrabbit 2.4.1

2012-03-29 Thread Alex Parvulescu
+1 all checks are good Darwin susi.local hmm, +1 for sushi too, I might just have some tonight ;) alex On Thu, Mar 29, 2012 at 3:10 PM, Michael Dürig mdue...@apache.org wrote: +1 sh check-release.sh jukka 2.4.1 48e0a6ba1513ab758ef842a00402c9**c941728834 succeeded on Darwin

Re: Bug fix releases of the 2.2 and 2.4 branches

2012-04-19 Thread Alex Parvulescu
Having been through the process for Oak 0.1 I happily volunteer to release JR 2.2x 2.4.x Assuming nobody else wants to give it a go :) alex On Thu, Apr 19, 2012 at 1:50 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Wed, Apr 18, 2012 at 3:57 PM, Bart van der Schans

Re: Bug fix releases of the 2.2 and 2.4 branches

2012-04-20 Thread Alex Parvulescu
;-) Regards, Bart On Thu, Apr 19, 2012 at 3:58 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: Having been through the process for Oak 0.1 I happily volunteer to release JR 2.2x 2.4.x Assuming nobody else wants to give it a go :) alex On Thu, Apr 19, 2012 at 1:50 PM

[VOTE] Release Apache Jackrabbit 2.2.12

2012-04-20 Thread Alex Parvulescu
Hi, A candidate for the Jackrabbit 2.2.12 release is available at: http://people.apache.org/~alexparvulescu/jackrabbit/2.2.12/ The release candidate is a zip archive of the sources in: http://svn.apache.org/repos/asf/jackrabbit/tags/2.2.12/ The SHA1 checksum of the archive is

Jackrabbit 2.4.2 release plan

2012-04-20 Thread Alex Parvulescu
Hi, We can start preparing for the 2.4.2 release early next week. If you have other bugfixes or low-risk improvements that should go into the release, please label them for 2.4.2 in Jira. So far, all the issues that are marked 2.4.2 have already been backported. This is what is already included

Re: Bug fix releases of the 2.2 and 2.4 branches

2012-04-20 Thread Alex Parvulescu
Sure, no problem! Bart, this mission is on you, if you choose to accept it ;) best, alex On Fri, Apr 20, 2012 at 12:33 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Fri, Apr 20, 2012 at 10:35 AM, Alex Parvulescu alex.parvule...@gmail.com wrote: About 2.4.x: we did not have

Re: [VOTE] Release Apache Jackrabbit 2.2.12

2012-04-23 Thread Alex Parvulescu
Hi, The vote passes as follows: +1 Michael Dürig +1 Bart van der Schans +1 Julian Reschke +1 Alex Parvulescu Thanks for voting! The release will follow shortly. best, alex On Fri, Apr 20, 2012 at 3:05 PM, Julian Reschke julian.resc...@gmx.dewrote: On 2012-04-20 11:21, Alex

[ANNOUNCE] Apache Jackrabbit 2.2.12 released

2012-04-24 Thread Alex Parvulescu
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.2.12. 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 -- Version

[VOTE] Release Apache Jackrabbit Oak 0.2.1

2012-05-03 Thread Alex Parvulescu
A candidate for the Jackrabbit Oak 0.2.1 release is available at: http://people.apache.org/~alexparvulescu/oak/0.2.1/ The release candidate is a zip archive of the sources in: http://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-0.2.1/ The SHA1 checksum of the archive is

Re: [VOTE] Release Apache Jackrabbit 2.5.0

2012-05-28 Thread Alex Parvulescu
+1 ran the checks, all is well alex On Mon, May 28, 2012 at 11:32 AM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, A candidate for the Jackrabbit 2.5.0 release is available at: http://people.apache.org/~jukka/jackrabbit/2.5.0/ The release candidate is a zip archive of the sources

Re: Jackrabbit 2.4.2 release plan

2012-06-06 Thread Alex Parvulescu
Hi, I'm available to do the 2.4.2 release if Bart doesn't mind. best, alex On Wed, Jun 6, 2012 at 11:12 AM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Wed, Jun 6, 2012 at 11:03 AM, Julian Reschke julian.resc...@gmx.de wrote: Bart, any news on this? I'd prefer a 2.4.2 release as

Re: Jackrabbit 2.4.2 release plan

2012-06-06 Thread Alex Parvulescu
Hi guys, I'll start going through the issues tagged with 2.4.2 to make sure everything is backported. We have 7 Resolved [0] and 7 Closed [1] ones, sorry about the 2 links, I couldn't find a way to include both statuses in one go. Now would be a good time to speak up if you want something else

Re: Jackrabbit 2.4.2 release plan

2012-06-06 Thread Alex Parvulescu
Thanks Bart for the notice, I've backported JCR-3272 and JCR-3050. The changes seemed harmless enough. I'll start the release now. best, alex On Wed, Jun 6, 2012 at 2:43 PM, Bart van der Schans b.vandersch...@onehippo.com wrote: On Wed, Jun 6, 2012 at 2:00 PM, Alex Parvulescu alex.parvule

[VOTE] Release Apache Jackrabbit 2.4.2

2012-06-06 Thread Alex Parvulescu
Hi, A candidate for the Jackrabbit 2.4.2 release is available at: http://people.apache.org/~alexparvulescu/jackrabbit/2.4.2/ The release candidate is a zip archive of the sources in: http://svn.apache.org/repos/asf/jackrabbit/tags/2.4.2/ The SHA1 checksum of the archive is

Re: [VOTE] Release Apache Jackrabbit 2.4.2

2012-06-10 Thread Alex Parvulescu
Hi, The vote passes as follows: +1 Bart van der Schans +1 Julian Reschke +1 Michael Dürig +1 Unico Homme +1 Alex Parvulescu Thanks for voting! I'll push the release out. alex On Wed, Jun 6, 2012 at 8:03 PM, Unico Homme un...@apache.org wrote: +1, checked and verified

[ANNOUNCE] Apache Jackrabbit 2.4.2 released

2012-06-11 Thread Alex Parvulescu
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.4.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 -- Version

Re: svn commit: r1351266 - in /jackrabbit/trunk/jackrabbit-core/src: main/java/org/apache/jackrabbit/core/stats/ test/java/org/apache/jackrabbit/core/stats/

2012-06-18 Thread Alex Parvulescu
ouch, thanks Julian for reporting! I've fixed the test in rev 1351356. On Mon, Jun 18, 2012 at 3:28 PM, Julian Reschke julian.resc...@gmx.dewrote: On 2012-06-18 12:13, alexparvule...@apache.org wrote: Author: alexparvulescu Date: Mon Jun 18 10:13:56 2012 New Revision: 1351266 URL:

Re: Jackrabbit-trunk - Build # 1947 - Unstable

2012-07-16 Thread Alex Parvulescu
I'm guessing this is caused by JCR-3386. Changing the #setTimeBetweenEvictionRunsMillis from 1s to 10min is making the ConnectionFactoryTest tests fail [1]. We should also change the test along with the code. best, alex [0]

Re: [VOTE] Release Apache Jackrabbit 2.5.1

2012-08-06 Thread Alex Parvulescu
Hi, The vote passes as follows: +1 Bart van der Schans +1 Jukka Zitting +1 Ard Schrijvers +1 KÖLL Claus +1 Alex Parvulescu Thanks for voting! I'll push the release out. best, alex On Fri, Aug 3, 2012 at 12:40 PM, Alex Parvulescu alexparvule...@apache.orgwrote: Hi

[ANNOUNCE] Apache Jackrabbit 2.5.1 released

2012-08-06 Thread Alex Parvulescu
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.5.1. 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 -- Version

Re: [VOTE] Release Apache Jackrabbit 2.4.3

2012-09-01 Thread Alex Parvulescu
+1 alex On Fri, Aug 31, 2012 at 6:31 PM, Bart van der Schans b.vandersch...@onehippo.com wrote: Hi all, A candidate for the Jackrabbit 2.4.3 release is available at: http://people.apache.org/~schans/jackrabbit/2.4.3/ The release candidate is a zip archive of the sources in:

Re: [VOTE] Release Apache Jackrabbit 2.5.2

2012-09-19 Thread Alex Parvulescu
+1 alex On Tue, Sep 18, 2012 at 6:08 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, A candidate for the Jackrabbit 2.5.2 release is available at: http://people.apache.org/~jukka/jackrabbit/2.5.2/ The release candidate is a zip archive of the sources in:

Re: Jackrabbit-trunk - Build # 1986 - Failure

2012-09-20 Thread Alex Parvulescu
PermGen space on the Jackrabbit JCR to WebDAV build alex On Thu, Sep 20, 2012 at 1:44 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: The Apache Jenkins build system has built Jackrabbit-trunk (build #1986) Status: Failure Check console output at

Re: Jackrabbit-trunk - Build # 2008 - Unstable

2012-11-28 Thread Alex Parvulescu
apparently a jenkins problem Caused by: java.io.IOException: Can not rename /export/home/hudson/hudson-slave/workspace/Jackrabbit-trunk/trunk/jackrabbit-core/target/ConcurrentGcTest/fs/tmp7288812223192459615.tmp to

Re: [VOTE] Release Apache Jackrabbit 2.5.3

2013-01-23 Thread Alex Parvulescu
I'm thinking this line downloaded_sha=$(cat `find $WORKDIR -type f | grep jackrabbit-$VERSION-src.zip.sha`) should be downloaded_sha=$(cat `find $WORKDIR/$VERSION -type f | grep jackrabbit-$VERSION-src.zip.sha`) otherwise the script doesn't find the sha file at all alex On Wed, Jan 23,

Re: [VOTE] Release Apache Jackrabbit 2.5.3

2013-01-23 Thread Alex Parvulescu
never mind, spoke too soon. it works fine :) On Wed, Jan 23, 2013 at 2:26 PM, Alex Parvulescu alex.parvule...@gmail.comwrote: I'm thinking this line downloaded_sha=$(cat `find $WORKDIR -type f | grep jackrabbit-$VERSION-src.zip.sha`) should be downloaded_sha=$(cat `find $WORKDIR

Re: [VOTE] Release Apache Jackrabbit 2.5.3

2013-01-23 Thread Alex Parvulescu
+1, checks pass now alex On Wed, Jan 23, 2013 at 7:52 PM, Bart van der Schans b.vandersch...@onehippo.com wrote: All checks pass now. So +1 from me. Regards, Bart On Wed, Jan 23, 2013 at 7:41 PM, Bart van der Schans b.vandersch...@onehippo.com wrote: I get the same error. [INFO]

Re: [VOTE] Release Apache Jackrabbit 2.6.0

2013-02-01 Thread Alex Parvulescu
+1 to release alex On Fri, Feb 1, 2013 at 12:05 PM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, A candidate for the Jackrabbit 2.6.0 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/2.6.0/ The release candidate is a zip archive of the sources in:

Re: Jackrabbit-trunk - Build # 2069 - Unstable

2013-02-11 Thread Alex Parvulescu
is anybody else seeing this build error? the build is fine when I run it locally alex On Mon, Feb 11, 2013 at 12:19 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: The Apache Jenkins build system has built Jackrabbit-trunk (build #2069) Status: Unstable Check console output

Re: [VOTE] Release Apache Jackrabbit 2.7.0

2013-05-06 Thread Alex Parvulescu
+1 (same slf4j warnings as reported earlier) alex On Mon, May 6, 2013 at 3:01 PM, Jukka Zitting ju...@apache.org wrote: Hi, A candidate for the Jackrabbit 2.7.0 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/2.7.0/ The release candidate is a zip archive

Re: [VOTE] Release Apache Jackrabbit 2.4.4

2013-05-06 Thread Alex Parvulescu
now I'm getting signature errors :) what am I missing here? [INFO] 3. Verify checksums and signatures [INFO] [INFO]Verifying jackrabbit-2.4.4-src.zip... [ERROR] NOT OK: jackrabbit-2.4.4-src.zip.asc On Mon, May 6, 2013 at 8:21 PM, Julian Reschke julian.resc...@gmx.dewrote: A candidate

Re: [VOTE] Release Apache Jackrabbit Oak 0.7

2013-05-06 Thread Alex Parvulescu
I got an error running the script, I'm probably doing something weird. [INFO] [INFO] JACKRABBIT RELEASE CHECKER [INFO] [INFO] [INFO] 1. Retrieve

Re: [VOTE] Release Apache Jackrabbit 2.4.4

2013-05-06 Thread Alex Parvulescu
for + node.getNodeId(); log.error(message); throw new VersionException(message); } On Mon, May 6, 2013 at 9:33 PM, Julian Reschke julian.resc...@gmx.dewrote: On 2013-05-06 21:02, Alex Parvulescu wrote: now I'm getting signature errors :) what am I missing here

Re: [VOTE] Release Apache Jackrabbit 2.4.4

2013-05-06 Thread Alex Parvulescu
) { String message = Could not find 'best' predecessor node for + node.getNodeId(); log.error(message); throw new VersionException(message); } On Mon, May 6, 2013 at 10:02 PM, Julian Reschke julian.resc...@gmx.dewrote: On 2013-05-06 22:00, Alex Parvulescu wrote

Re: [VOTE] Release Apache Jackrabbit 2.4.4

2013-05-07 Thread Alex Parvulescu
+1 On Tue, May 7, 2013 at 11:26 AM, Marcel Reutegger mreut...@adobe.comwrote: Please vote on releasing this package as Apache Jackrabbit 2.4.4. The vote is open for the next 72 hours and passes if a majority of at least three +1 Jackrabbit PMC votes are cast. [X] +1 Release this package

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

2013-05-07 Thread Alex Parvulescu
looks like a jenkins problem [ERROR] BUILD ERROR[INFO] [INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error setting

Re: SegmentMK NPE in an OSGi env

2013-05-20 Thread Alex Parvulescu
) at org.apache.jackrabbit.oak.spi.lifecycle.OakInitializer.initialize(OakInitializer.java:45) at org.apache.jackrabbit.oak.Oak.createContentRepository(Oak.java:247) On Thu, May 16, 2013 at 10:15 AM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Wed, May 15, 2013 at 8:31 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: I've noticed

Re: [VOTE] Release Apache Jackrabbit 2.6.2

2013-05-21 Thread Alex Parvulescu
+1 alex On Tue, May 21, 2013 at 10:01 PM, Marcel Reutegger mreut...@adobe.comwrote: 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. [X] +1 Release this

Jackrabbit 2.7.1 release plan

2013-09-10 Thread Alex Parvulescu
Hi, Jackrabbit 2.7.0 came out in May, I think it's a good time to schedule a new 2.7.x release later this week. This version will also be used for the upcoming Oak 0.9 release. The plan to have a unified release cycle for jackrabbit and oak is still in effect, this is just one more release along

Oak 0.9 release plan

2013-09-10 Thread Alex Parvulescu
Hi, I would like to cut an Oak 0.9 release at the end of this week. This release will go together with the Jackrabbit 2.7.1 one. thanks, alex

[VOTE] Release Apache Jackrabbit 2.7.1

2013-09-11 Thread Alex Parvulescu
A candidate for the Jackrabbit 2.7.1 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/2.7.1/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/tags/2.7.1/ The SHA1 checksum of the archive is

[RESULT] [VOTE] Release Apache Jackrabbit 2.7.1

2013-09-16 Thread Alex Parvulescu
Hi, On Wed, Sep 11, 2013 at 2:16 PM, Alex Parvulescu alexparvule...@apache.orgwrote: Please vote on releasing this package as Apache Jackrabbit 2.7.1. 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

[ANNOUNCE] Apache Jackrabbit 2.7.1 released

2013-09-25 Thread Alex Parvulescu
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.7.1. 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 --

[ANNOUNCE] Apache Jackrabbit Oak 0.9 released

2013-09-25 Thread Alex Parvulescu
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 --

Jackrabbit 2.7.2 release plan

2013-11-04 Thread Alex Parvulescu
Hi, I'm planning to cut a 2.7.2 release tomorrow morning (around 9 am GMT) to get some api changes (JCR-3687, JCR-3686) into a stable release so they can be referenced from Oak. If there's unfinished stuff that you want to see go in this release, please let me know so I can plan accordingly.

[VOTE] Release Apache Jackrabbit 2.7.2

2013-11-05 Thread Alex Parvulescu
Hi, A candidate for the Jackrabbit 2.7.2 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/2.7.2/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/tags/2.7.2/ The SHA1 checksum of the archive is

Re: [VOTE] Release Apache Jackrabbit 2.7.2

2013-11-08 Thread Alex Parvulescu
The vote passes as follows: +1 Alex Parvulescu +1 Bart van der Schans +1 Claus KÖLL +1 Jukka Zitting +1 Marcel Reutegger +1 Michael Dürig Thanks for voting! I'll push the release out shortly. best, alex On Tue, Nov 5, 2013 at 11:43 PM, Alex Parvulescu alex.parvule...@gmail.comwrote: Hi

[ANNOUNCE] Apache Jackrabbit 2.7.2 released

2013-11-12 Thread Alex Parvulescu
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.7.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 -- Version

[ANNOUNCE] Apache Jackrabbit Oak 0.11 released

2013-11-22 Thread Alex Parvulescu
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 0.11. 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 --

[VOTE] Release Apache Jackrabbit 2.7.3

2013-12-05 Thread Alex Parvulescu
A candidate for the Jackrabbit 2.7.3 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/2.7.3/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/tags/2.7.3/ The SHA1 checksum of the archive is

Re: [VOTE] Release Apache Jackrabbit 2.7.3

2013-12-09 Thread Alex Parvulescu
The vote passes as follows: +1 Alex Parvulescu +1 Claus KÖLL +1 Jukka Zitting +1 Julian Reschke +1 Michael Dürig Thanks for voting! I'll push the release out shortly. best, alex On Thu, Dec 5, 2013 at 1:28 PM, Alex Parvulescu alexparvule...@apache.orgwrote: A candidate for the Jackrabbit

[ANNOUNCE] Apache Jackrabbit 2.7.3 released

2013-12-09 Thread Alex Parvulescu
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit 2.7.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 -- Version

Re: Roadmap for Jackrabbit 2.x and 3.0

2014-01-17 Thread Alex Parvulescu
Hi, g) Or as a last resort, abandon the idea of a joint deployment package. Jackrabbit Classic and Oak would be shipped in separate deployment artifacts. +1, I would also prefer this option. alex

Jackrabbit 2.7.4 release plan

2014-02-06 Thread Alex Parvulescu
Hi, I'm planning to cut a 2.7.4 release tomorrow morning (around 10 am GMT) to get some api changes (JCR-3720, JCR-3723) into a stable release so they can be referenced from Oak. [0] If there's unfinished stuff that you want to see included in this release, please let me know so I can plan

Re: Jackrabbit 2.7.4 release plan

2014-02-06 Thread Alex Parvulescu
-3705 also. Thanks Amit On Thu, Feb 6, 2014 at 3:49 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: I'm planning to cut a 2.7.4 release tomorrow morning (around 10 am GMT) to get some api changes (JCR-3720, JCR-3723) into a stable release so they can be referenced from Oak. [0

[VOTE] Release Apache Jackrabbit 2.7.4

2014-02-07 Thread Alex Parvulescu
A candidate for the Jackrabbit 2.7.4 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/2.7.4/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/tags/2.7.4/ The SHA1 checksum of the archive is

Re: [VOTE] Release Apache Jackrabbit 2.7.4

2014-02-10 Thread Alex Parvulescu
: Hi Alex, On Fri, Feb 7, 2014 at 3:04 AM, Alex Parvulescu alexparvule...@apache.org wrote: A candidate for the Jackrabbit 2.7.4 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/2.7.4/ The release candidate is a zip archive of the sources in: https

  1   2   3   4   5   6   7   8   9   10   >