Re: [jira] [Commented] (JCR-3954) Searches with backslash \ cause expection

2016-12-21 Thread Julian Reschke
On 2016-12-22 01:49, Clay Ferguson wrote: BTW: This code would execute 10x faster as a switch statement: if (c == '!' || c == '(' || c == ':' || c == '^' || c == '[' || c == ']' || c == '{' || c == '}' || c == '?' || c == '\\') { sb.append('\\'); } Would it? (

[jira] [Commented] (JCR-3800) Text.escapeIllegalXpathSearchChars escapes only last character

2016-12-21 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769185#comment-15769185 ] Claus Köll commented on JCR-3800: - After looking deeper at the issue i think it's simply a b

[jira] [Commented] (JCRVLT-150) Require min JDK 1.7

2016-12-21 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCRVLT-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1576#comment-1576 ] Tobias Bocanegra commented on JCRVLT-150: - did some code cleanup: r1775571 > Requ

[jira] [Commented] (JCRVLT-50) Add support for "hollow" packages

2016-12-21 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCRVLT-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768630#comment-15768630 ] Tobias Bocanegra commented on JCRVLT-50: it might be more versatile to use {{Archiv

Re: [JCRVLT] extract package directly from an inputstream

2016-12-21 Thread Tobias Bocanegra
Hi Timothee, > I'll try to submit a patch as it seems this issue would be useful and has been opened for a while. thanks patches always welcome. just keep in mind to honour the checks mentioned in the javadoc (dependencies, subpackages, pacakgeid). also, I like to get rid of the old jdk1.5 compat

Re: [jira] [Commented] (JCR-3954) Searches with backslash \ cause expection

2016-12-21 Thread Clay Ferguson
BTW: This code would execute 10x faster as a switch statement: if (c == '!' || c == '(' || c == ':' || c == '^' || c == '[' || c == ']' || c == '{' || c == '}' || c == '?' || c == '\\') { sb.append('\\'); } Best regards, Clay Ferguson wcl...@gmail.com On Wed, De

[jira] [Commented] (JCR-3954) Searches with backslash \ cause expection

2016-12-21 Thread Vikas Saurabh (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768591#comment-15768591 ] Vikas Saurabh commented on JCR-3954: [~anagarwa], [~reschke] pointed me to JCR-3800. In

Jackrabbit-trunk - Build # 2443 - Unstable

2016-12-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit-trunk (build #2443) Status: Unstable Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2443/ to view the results.

Jackrabbit-trunk - Build # 2441 - Fixed

2016-12-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit-trunk (build #2441) Status: Fixed Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2441/ to view the results.

Jackrabbit-trunk - Build # 2440 - Still Unstable

2016-12-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit-trunk (build #2440) Status: Still Unstable Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2440/ to view the results.

Jackrabbit-trunk - Build # 2439 - Unstable

2016-12-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit-trunk (build #2439) Status: Unstable Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2439/ to view the results.

[jira] [Commented] (JCR-3800) Text.escapeIllegalXpathSearchChars escapes only last character

2016-12-21 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767021#comment-15767021 ] Julian Reschke commented on JCR-3800: - Proposal: a) deprecate method b) have a new meth

[jira] [Commented] (JCR-3800) Text.escapeIllegalXpathSearchChars escapes only last character

2016-12-21 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15766935#comment-15766935 ] Claus Köll commented on JCR-3800: - Hmm i think it was because we had only problems with char

Re: [JCRVLT] extract package directly from an inputstream

2016-12-21 Thread Timothee Maret
Hi Toby, Thanks for the pointers. I think that JCRVLT-50 covers what I want. If some more file copies can be avoided as part of JCRVLT-50, it'd be even better. I'll try to submit a patch as it seems this issue would be useful and has been opened for a while. Regards, Timothee 2016-12-21 6:26

[jira] [Commented] (JCR-3800) Text.escapeIllegalXpathSearchChars escapes only last character

2016-12-21 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15766489#comment-15766489 ] Julian Reschke commented on JCR-3800: - [~c_koell] - do you recall *why* it only escapes