[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2021-02-08 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Labels: candidate_jcr_2_12 performance  (was: candidate_jcr_2_14 
performance)

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons, jackrabbit-jcr2spi
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_12, performance
> Fix For: 2.14.9, 2.20.1, 2.22, 2.21.1, 2.18.6, 2.16.7
>
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2021-02-08 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Fix Version/s: 2.14.9

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons, jackrabbit-jcr2spi
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_14, performance
> Fix For: 2.14.9, 2.20.1, 2.22, 2.21.1, 2.18.6, 2.16.7
>
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2020-08-24 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Fix Version/s: 2.16.7

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons, jackrabbit-jcr2spi
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_16, performance
> Fix For: 2.20.1, 2.22, 2.21.1, 2.18.6, 2.16.7
>
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2020-08-24 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Labels: candidate_jcr_2_14 performance  (was: candidate_jcr_2_16 
performance)

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons, jackrabbit-jcr2spi
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_14, performance
> Fix For: 2.20.1, 2.22, 2.21.1, 2.18.6, 2.16.7
>
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2020-06-08 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Labels: candidate_jcr_2_16 performance  (was: candidate_jcr_2_18 
performance)

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons, jackrabbit-jcr2spi
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_16, performance
> Fix For: 2.20.1, 2.22, 2.21.1, 2.18.6
>
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2020-06-08 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Fix Version/s: 2.18.6

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons, jackrabbit-jcr2spi
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_18, performance
> Fix For: 2.20.1, 2.22, 2.21.1, 2.18.6
>
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2020-05-11 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Fix Version/s: 2.20.1

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons, jackrabbit-jcr2spi
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_20, performance
> Fix For: 2.20.1, 2.22, 2.21.1
>
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2020-05-11 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Labels: candidate_jcr_2_18 performance  (was: candidate_jcr_2_20 
performance)

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons, jackrabbit-jcr2spi
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_18, performance
> Fix For: 2.20.1, 2.22, 2.21.1
>
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2020-05-04 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Labels: candidate_jcr_2_20 performance  (was: performance)

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_20, performance
> Fix For: 2.22, 2.21.1
>
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2020-05-04 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Component/s: jackrabbit-jcr2spi

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons, jackrabbit-jcr2spi
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_20, performance
> Fix For: 2.22, 2.21.1
>
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (JCR-4541) reduce classpath lookups for SaxParserFactory

2020-05-04 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/JCR-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated JCR-4541:

Summary: reduce classpath lookups for SaxParserFactory  (was: Performance 
Improvement of ParsingContentHandler#parse)

> reduce classpath lookups for SaxParserFactory
> -
>
> Key: JCR-4541
> URL: https://issues.apache.org/jira/browse/JCR-4541
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-jcr-commons
>Reporter: Lars Grefer
>Assignee: Julian Reschke
>Priority: Major
>  Labels: performance
>
> While profiling our application, I noticed that 
> {{org.apache.jackrabbit.commons.xml.ParsingContentHandler#parse}} creates a 
> new {{SAXParserFactory}} instance on every invocation.
> This is quite expensive because {{SAXParserFactory.newInstance()}} internally 
> scans the whole classpath for {{META-INF/services/}} declarations.
> I therefore propose this patch: https://github.com/apache/jackrabbit/pull/90



--
This message was sent by Atlassian Jira
(v8.3.4#803005)