[jira] [Updated] (ARIES-1564) Performance improvement: sorting bundles by start-level is done eagerly

2016-06-10 Thread Wouter Bancken (JIRA)

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

Wouter Bancken updated ARIES-1564:
--
Description: 
h4. Description
During sorting in the StartAction class, the SubsystemContentHeader is parsed 
every time the start order of a bundle is needed. By eagerly parsing the header 
and storing the start value for every bundle, an improved startup time can be 
achieved.

h4. Pull request
https://github.com/apache/aries/compare/subsystem-2.0.x...WouterBanckenACA:sorting_performance_optimalisation

h4. Mailinglist
http://mail-archives.apache.org/mod_mbox/aries-user/201606.mbox/%3CCAL5nZgRQcvFqz8g1c7mKJ3C_UoRmRox10%2BOM2uEjRbCkTYodDQ%40mail.gmail.com%3E

  was:
h4. Description
During sorting in the StartAction class, the SubsystemContentHeader is parsed 
every time the start order of a bundle is needed. By eagerly parsing the header 
and storing the start value for every bundle, an improved startup time can be 
achieved.

h4. Mailinglist
http://mail-archives.apache.org/mod_mbox/aries-user/201606.mbox/%3CCAL5nZgRQcvFqz8g1c7mKJ3C_UoRmRox10%2BOM2uEjRbCkTYodDQ%40mail.gmail.com%3E


> Performance improvement: sorting bundles by start-level is done eagerly
> ---
>
> Key: ARIES-1564
> URL: https://issues.apache.org/jira/browse/ARIES-1564
> Project: Aries
>  Issue Type: Improvement
>  Components: Subsystem
>Affects Versions: subsystem-2.0.8
>Reporter: Wouter Bancken
>
> h4. Description
> During sorting in the StartAction class, the SubsystemContentHeader is parsed 
> every time the start order of a bundle is needed. By eagerly parsing the 
> header and storing the start value for every bundle, an improved startup time 
> can be achieved.
> h4. Pull request
> https://github.com/apache/aries/compare/subsystem-2.0.x...WouterBanckenACA:sorting_performance_optimalisation
> h4. Mailinglist
> http://mail-archives.apache.org/mod_mbox/aries-user/201606.mbox/%3CCAL5nZgRQcvFqz8g1c7mKJ3C_UoRmRox10%2BOM2uEjRbCkTYodDQ%40mail.gmail.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ARIES-1565) Performance Improvement: unpack subsystem artifacts to tmp folder to avoid directly reading from zip archive

2016-06-10 Thread Wouter Bancken (JIRA)

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

Wouter Bancken updated ARIES-1565:
--
Description: 
h4. Description
Aries copies ESA archives to a temporary zip file during the installation 
phase. Afterwards, bundles are read directly from this temporary zip which has 
a large impact on the startup performance of Aries applications. By unpacking 
the esa artifact into the temporary folder it is unpacked only once. Subsequent 
reads for the bundles (jars) can be read directly from the folder. 

h4. Pull request
https://github.com/apache/aries/compare/subsystem-2.0.x...WouterBanckenACA:io_performance_optimalisation?expand=1

h4. Mailinglist
http://mail-archives.apache.org/mod_mbox/aries-user/201606.mbox/%3CCAL5nZgTq5FxDvURJbzcEZ9YHx6vTs3HAOuFYDYA3ec9OZbmwjA%40mail.gmail.com%3E

  was:
h4. Description
Aries copies ESA archives to a temporary zip file during the installation 
phase. Afterwards, bundles are read directly from this temporary zip which has 
a large impact on the startup performance of Aries applications. By unpacking 
the esa artifact into the temporary folder it is unpacked only once. Subsequent 
reads for the bundles (jars) can be read directly from the folder. 

h4. Mailinglist
http://mail-archives.apache.org/mod_mbox/aries-user/201606.mbox/%3CCAL5nZgTq5FxDvURJbzcEZ9YHx6vTs3HAOuFYDYA3ec9OZbmwjA%40mail.gmail.com%3E


> Performance Improvement: unpack subsystem artifacts to tmp folder to avoid 
> directly reading from zip archive
> 
>
> Key: ARIES-1565
> URL: https://issues.apache.org/jira/browse/ARIES-1565
> Project: Aries
>  Issue Type: Improvement
>  Components: Subsystem, Util
>Affects Versions: subsystem-2.0.8, util-1.1.2
>Reporter: Wouter Bancken
>
> h4. Description
> Aries copies ESA archives to a temporary zip file during the installation 
> phase. Afterwards, bundles are read directly from this temporary zip which 
> has a large impact on the startup performance of Aries applications. By 
> unpacking the esa artifact into the temporary folder it is unpacked only 
> once. Subsequent reads for the bundles (jars) can be read directly from the 
> folder. 
> h4. Pull request
> https://github.com/apache/aries/compare/subsystem-2.0.x...WouterBanckenACA:io_performance_optimalisation?expand=1
> h4. Mailinglist
> http://mail-archives.apache.org/mod_mbox/aries-user/201606.mbox/%3CCAL5nZgTq5FxDvURJbzcEZ9YHx6vTs3HAOuFYDYA3ec9OZbmwjA%40mail.gmail.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ARIES-1565) Performance Improvement: unpack subsystem artifacts to tmp folder to avoid directly reading from zip archive

2016-06-10 Thread Tom De Wolf (JIRA)

[ 
https://issues.apache.org/jira/browse/ARIES-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15324325#comment-15324325
 ] 

Tom De Wolf commented on ARIES-1565:


[~jwr...@us.ibm.com] any chance that you could have a look to see if this can 
be included in a new subsystems release soon? would help our development teams 
enormously

> Performance Improvement: unpack subsystem artifacts to tmp folder to avoid 
> directly reading from zip archive
> 
>
> Key: ARIES-1565
> URL: https://issues.apache.org/jira/browse/ARIES-1565
> Project: Aries
>  Issue Type: Improvement
>  Components: Subsystem, Util
>Affects Versions: subsystem-2.0.8, util-1.1.2
>Reporter: Wouter Bancken
>
> h4. Description
> Aries copies ESA archives to a temporary zip file during the installation 
> phase. Afterwards, bundles are read directly from this temporary zip which 
> has a large impact on the startup performance of Aries applications. By 
> unpacking the esa artifact into the temporary folder it is unpacked only 
> once. Subsequent reads for the bundles (jars) can be read directly from the 
> folder. 
> h4. Mailinglist
> http://mail-archives.apache.org/mod_mbox/aries-user/201606.mbox/%3CCAL5nZgTq5FxDvURJbzcEZ9YHx6vTs3HAOuFYDYA3ec9OZbmwjA%40mail.gmail.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ARIES-1564) Performance improvement: sorting bundles by start-level is done eagerly

2016-06-10 Thread Tom De Wolf (JIRA)

[ 
https://issues.apache.org/jira/browse/ARIES-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15324320#comment-15324320
 ] 

Tom De Wolf commented on ARIES-1564:


[~jwr...@us.ibm.com] any chance that you could have a look to see if this can 
be included in a new subsystems release soon? would help our development teams 
enormously

> Performance improvement: sorting bundles by start-level is done eagerly
> ---
>
> Key: ARIES-1564
> URL: https://issues.apache.org/jira/browse/ARIES-1564
> Project: Aries
>  Issue Type: Improvement
>  Components: Subsystem
>Affects Versions: subsystem-2.0.8
>Reporter: Wouter Bancken
>
> h4. Description
> During sorting in the StartAction class, the SubsystemContentHeader is parsed 
> every time the start order of a bundle is needed. By eagerly parsing the 
> header and storing the start value for every bundle, an improved startup time 
> can be achieved.
> h4. Mailinglist
> http://mail-archives.apache.org/mod_mbox/aries-user/201606.mbox/%3CCAL5nZgRQcvFqz8g1c7mKJ3C_UoRmRox10%2BOM2uEjRbCkTYodDQ%40mail.gmail.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[VOTE] Aries JPA 2.4.0

2016-06-10 Thread Christian Schneider

I've staged a release for vote at:
https://repository.apache.org/content/repositories/orgapachearies-1071

Release Notes - Aries - Version jpa-2.4.0

** Bug
* [ARIES-1520] - Supplying an external DataSource is not possible 
with the EntityManagerFactoryBuilder
* [ARIES-1533] - JPA blueprint AnnotationScanner is unable to 
handle Interfaces

* [ARIES-1569] - Fix javadoc creation for release


** Documentation
* [ARIES-1370] - JPA main README.md file not up-to-date

** Improvement
* [ARIES-1479] - Add service requirements and capabilities

** New Feature
* [ARIES-1489] - Create repository for Aries JPA
* [ARIES-1532] - Provide an extender capability

https://issues.apache.org/jira/browse/ARIES/fixforversion/12334352


Please review and vote:
  [ ] +1 Release the above artifacts
  [ ] -1 Do not

Here is my +1

Cheers,
Christian

--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com



[jira] [Resolved] (ARIES-1569) Fix javadoc creation for release

2016-06-10 Thread Christian Schneider (JIRA)

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

Christian Schneider resolved ARIES-1569.

Resolution: Fixed

> Fix javadoc creation for release
> 
>
> Key: ARIES-1569
> URL: https://issues.apache.org/jira/browse/ARIES-1569
> Project: Aries
>  Issue Type: Bug
>  Components: JPA
>Affects Versions: jpa-2.4.0
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: jpa-2.4.0
>
>
> When doing a release build we also create javadoc. As it is not done in 
> normal builds there are a lot of errors. 
> We should add javadoc for the jenkins builds to make sure we hit these 
> earlier.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ARIES-1569) Fix javadoc creation for release

2016-06-10 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ARIES-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15324118#comment-15324118
 ] 

ASF subversion and git services commented on ARIES-1569:


Commit 1747670 from [~ch...@die-schneider.net] in branch 'aries/trunk'
[ https://svn.apache.org/r1747670 ]

[ARIES-1569] Fix javadoc creation for release

> Fix javadoc creation for release
> 
>
> Key: ARIES-1569
> URL: https://issues.apache.org/jira/browse/ARIES-1569
> Project: Aries
>  Issue Type: Bug
>  Components: JPA
>Affects Versions: jpa-2.4.0
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: jpa-2.4.0
>
>
> When doing a release build we also create javadoc. As it is not done in 
> normal builds there are a lot of errors. 
> We should add javadoc for the jenkins builds to make sure we hit these 
> earlier.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ARIES-1569) Fix javadoc creation for release

2016-06-10 Thread Christian Schneider (JIRA)
Christian Schneider created ARIES-1569:
--

 Summary: Fix javadoc creation for release
 Key: ARIES-1569
 URL: https://issues.apache.org/jira/browse/ARIES-1569
 Project: Aries
  Issue Type: Bug
  Components: JPA
Affects Versions: jpa-2.4.0
Reporter: Christian Schneider
Assignee: Christian Schneider
 Fix For: jpa-2.4.0


When doing a release build we also create javadoc. As it is not done in normal 
builds there are a lot of errors. 

We should add javadoc for the jenkins builds to make sure we hit these earlier.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)