[jira] [Commented] (JCR-3693) Lucene configuration - aggregation definition : problem with include-property tag

2014-04-25 Thread Manfred Baedke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13980980#comment-13980980 ] Manfred Baedke commented on JCR-3693: - [~alexparvulescu], if you don't mind I will

[jira] [Assigned] (JCR-3693) Lucene configuration - aggregation definition : problem with include-property tag

2014-04-25 Thread Manfred Baedke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manfred Baedke reassigned JCR-3693: --- Assignee: Manfred Baedke Lucene configuration - aggregation definition : problem with

[jira] [Updated] (JCR-3693) Lucene configuration - aggregation definition : problem with include-property tag

2014-04-25 Thread Manfred Baedke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manfred Baedke updated JCR-3693: Affects Version/s: (was: 2.7.2) 2.6 2.7 Lucene

[jira] [Commented] (JCR-3693) Lucene configuration - aggregation definition : problem with include-property tag

2014-04-25 Thread Manfred Baedke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13981049#comment-13981049 ] Manfred Baedke commented on JCR-3693: - Patch commited to trunk (r1590030) and 2.6

[jira] [Updated] (JCR-3693) Lucene configuration - aggregation definition : problem with include-property tag

2014-04-25 Thread Manfred Baedke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manfred Baedke updated JCR-3693: Fix Version/s: 2.8 2.6.6 Lucene configuration - aggregation definition : problem

[jira] [Created] (JCR-3774) Broken links in web interface when behind a reverse proxy

2014-04-25 Thread Nathan Delhaye (JIRA)
Nathan Delhaye created JCR-3774: --- Summary: Broken links in web interface when behind a reverse proxy Key: JCR-3774 URL: https://issues.apache.org/jira/browse/JCR-3774 Project: Jackrabbit Content

[jira] [Created] (JCR-3775) Avoid lock contention in ISO8601.parse()

2014-04-25 Thread Jukka Zitting (JIRA)
Jukka Zitting created JCR-3775: -- Summary: Avoid lock contention in ISO8601.parse() Key: JCR-3775 URL: https://issues.apache.org/jira/browse/JCR-3775 Project: Jackrabbit Content Repository Issue

[jira] [Resolved] (JCR-3775) Avoid lock contention in ISO8601.parse()

2014-04-25 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-3775. Resolution: Fixed Fix Version/s: 2.8 It turns out that an even simpler fix of just keeping a

[jira] [Commented] (JCR-3775) Avoid lock contention in ISO8601.parse()

2014-04-25 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13981558#comment-13981558 ] Jukka Zitting commented on JCR-3775: Actually there are common enough cases where

[RESULT][VOTE] Release Apache Jackrabbit Filevault 3.1.6

2014-04-25 Thread Tobias Bocanegra
Hi, The vote passes as follows +1 Jukka Zitting +1 Marcel Reutegger +1 Tobias Bocanegra Thanks for voting! I'll push the release out.

[jira] [Closed] (JCRVLT-45) Uninstallation of package fails if snapshot of sub-package is missing

2014-04-25 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCRVLT-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra closed JCRVLT-45. -- Uninstallation of package fails if snapshot of sub-package is missing

[jira] [Closed] (JCRVLT-48) BinMetaDir causes test failures in windows

2014-04-25 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCRVLT-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra closed JCRVLT-48. -- BinMetaDir causes test failures in windows --

Re: svn commit: r1560611 - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/mongomk/util/ oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/mongomk/ oak-jcr/sr

2014-04-25 Thread Jukka Zitting
Hi, On Thu, Jan 23, 2014 at 5:45 AM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: On Thu, Jan 23, 2014 at 2:35 PM, thom...@apache.org wrote: +mongo = new MongoClient(mongoURI); +db = mongo.getDB(mongoURI.getDatabase()); The database referred in the URI is used by Mongo