RE: [RESULT] [VOTE] Blueprint parser 1.1.0 and blueprint-core 1.2.0

2013-10-09 Thread Siano, Stephan
Hi,

I know the maven coordinates of the blueprint-parser. The issue is that there 
is no clue on the aries website that this bundle even exists, and I don't 
understand what it does (I could try to figure that out from the source code, 
but I don't think that this is the most efficient way to do this).

Best regards
Stephan

-Original Message-
From: Jean-Baptiste Onofré [mailto:j...@nanthrax.net] 
Sent: Mittwoch, 9. Oktober 2013 07:49
To: dev@aries.apache.org
Subject: Re: [RESULT] [VOTE] Blueprint parser 1.1.0 and blueprint-core 1.2.0

Hi Stephan,

you can find blueprint-parser there:

http://central.maven.org/maven2/org/apache/aries/blueprint/blueprint-parser/1.1.0/

Regards
JB

On 10/09/2013 07:28 AM, Siano, Stephan wrote:
 Hi Daniel,

 Ok, thanks for the information and the link. Now I see 1.2.0 as the current 
 version for blueprint-core on the download page, however I cannot find the 
 blueprint-parser anywhere (is this a separate component or is it included 
 somewhere and what is this needed for)?

 Thanks for the link to the release notes (are there really only 4 Jira 
 bugs/tasks fixed between camel-core 1.1.0 and camel-core 1.2.0?), however I 
 think this should also be somewhere on the web site. The link to the release 
 notes on the download page is dead.

 Don't get me wrong, I appreciate the great work you are doing, however I 
 would appreciate it even more, if it was easier to find out, what you are 
 actually doing.

 Best regards
 Stephan

 -Original Message-
 From: Daniel Kulp [mailto:dk...@apache.org]
 Sent: Dienstag, 8. Oktober 2013 16:35
 To: dev@aries.apache.org
 Subject: Re: [RESULT] [VOTE] Blueprint parser 1.1.0 and blueprint-core 1.2.0


 On Oct 8, 2013, at 1:22 AM, Siano, Stephan stephan.si...@sap.com wrote:

 Hi,

 As the artifacts do not appear on the download page and there are no release 
 notes:

 Download page should be updated now.

 Is there any way to find out what is fixed/changed/improved in this release?

 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310981version=12324620


 Dan





 Best regards
 Stephan

 -Original Message-
 From: Daniel Kulp [mailto:dk...@apache.org]
 Sent: Montag, 7. Oktober 2013 16:44
 To: dev@aries.apache.org
 Subject: [RESULT] [VOTE] Blueprint parser 1.1.0 and blueprint-core 1.2.0

 * PGP Signature not checked


 We have 4 binding +1 votes from dkulp, davidb, gnodet, jwross.

 We also have 4 non-binding +1 votes.

 No other votes.   Thus, this vote passes.  I'll promote the artifacts.

 Dan


 On Oct 2, 2013, at 12:36 PM, Daniel Kulp dk...@apache.org wrote:


 The Karaf community needs new releases of blueprint parser/core so they can 
 do their new 3.0 release.It's been about 9 months since the last 
 releases anyway so we should try and get some fixes out there.

 Tags:
 http://svn.apache.org/repos/asf/aries/tags/blueprint-parser-1.1.0/
 http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.core-1.2.0/

 Staging area:
 https://repository.apache.org/content/repositories/orgapachearies-121/


 Here is my +1.   Vote will remain open for at least 72h.

 --
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com


 --
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com


 * Signature checking is off by policy


-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


[jira] [Commented] (ARIES-1121) Introduce BlueprintExtenderService to simplify managing BlueprintContainers from the code

2013-10-09 Thread Sergey Beryozkin (JIRA)

[ 
https://issues.apache.org/jira/browse/ARIES-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13790222#comment-13790222
 ] 

Sergey Beryozkin commented on ARIES-1121:
-

Few comments on the proposed service interface:

{code:java}
public interface BlueprintExtenderService {
BlueprintContainer createContainer(Bundle bundle);

BlueprintContainer createContainer(Bundle bundle, ListObject 
blueprintPaths);

BlueprintContainer getContainer(Bundle bundle);

void destroyContainer(Bundle bundle, BlueprintContainer container);
}
{code}

I don't think it needs to become more complex, but I reckon it may not be quite 
as minimalistic as it can be.

Specifically, createContainer(Bundle bundle) method is likely to be redundant 
in most cases, because if the bundle has Blueprint metadata then the extender 
has already created a context and thus getContainer(Bundle bundle) is enough. 
That said, having this method probably won't harm.

Next, destroyContainer(Bundle bundle, BlueprintContainer container) - 
probably is redundant as well, because the extender is listening on the bundles 
so it can remove a container itself. Again, may be keeping won't harm - may be 
doing a pro-active clean up can make sense in some cases. The 2nd parameter in 
this method is redundant for sure, but I thought the caller should not have a 
too easy way to destroy a container for a given bundle.

The thing I've been thinking about: this service interface can be moved to its 
own module, if really needed, so that only those applications that need this 
service will install this module. That can be easily done but I wonder it it 
will be pushing it a bit too far. 




 Introduce BlueprintExtenderService to simplify managing BlueprintContainers 
 from the code
 -

 Key: ARIES-1121
 URL: https://issues.apache.org/jira/browse/ARIES-1121
 Project: Aries
  Issue Type: Improvement
  Components: Blueprint
Reporter: Sergey Beryozkin
Assignee: Sergey Beryozkin
 Attachments: aries1121.txt


 It is not easy to create BlueprintContainers from the code, with 
 BlueprintExtender being the main piece of code dealing with the containers.
 Proposal: Introduce  BlueprintExtenderService which will make it 
 straght-forward for interested consumers to create and use 
 BlueprintContainers.
 The patch for the community review is to follow. Another JIRA supporting a 
 specific use case will be opened shortly too



--
This message was sent by Atlassian JIRA
(v6.1#6144)


Jenkins build is still unstable: AriesWithSnapshotDependencies #429

2013-10-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/AriesWithSnapshotDependencies/changes



[jira] [Resolved] (ARIES-1124) Extend blueprint-cm import range for blueprint-core

2013-10-09 Thread Daniel Kulp (JIRA)

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

Daniel Kulp resolved ARIES-1124.


Resolution: Fixed
  Assignee: Daniel Kulp

 Extend blueprint-cm import range for blueprint-core
 ---

 Key: ARIES-1124
 URL: https://issues.apache.org/jira/browse/ARIES-1124
 Project: Aries
  Issue Type: Bug
  Components: Blueprint
Reporter: Jean-Baptiste Onofré
Assignee: Daniel Kulp
 Attachments: ARIES-1124.patch


 blueprint-cm 1.0.1 is not compatible with the new blueprint-core 1.2.0 bundle.
 blueprint-cm defines import to org.apache.aries.blueprint with the [1.0, 
 1.2).



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (ARIES-1125) Update to blueprint-core 1.2.0 in aries modules

2013-10-09 Thread Daniel Kulp (JIRA)

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

Daniel Kulp resolved ARIES-1125.


Resolution: Fixed
  Assignee: Daniel Kulp

 Update to blueprint-core 1.2.0 in aries modules
 ---

 Key: ARIES-1125
 URL: https://issues.apache.org/jira/browse/ARIES-1125
 Project: Aries
  Issue Type: Improvement
  Components: Application, Blueprint, JPA
Reporter: Jean-Baptiste Onofré
Assignee: Daniel Kulp
 Attachments: ARIES-1125.patch


 As blueprint-core 1.2.0 has been release, for consistency, we can upgrade the 
 other Aries modules to use this blueprint-core version.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


Jenkins build is back to normal : Aries » Apache Aries Subsystem iTests #1890

2013-10-09 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Aries/org.apache.aries.subsystem$org.apache.aries.subsystem.itests/1890/



[VOTE] blueprint.cm 1.0.2

2013-10-09 Thread Daniel Kulp

This vote is to release blueprint-cm 1.0.2.   The only change is to update the 
manifest to allow the import of the 1.2 version of the blueprint-core classes 
so it works with the latest core release.

Tag:
http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.cm-1.0.2/

Staging area:
https://repository.apache.org/content/repositories/orgapachearies-152/


Here is my +1.   Vote will remain open for at least 72h.



-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com



signature.asc
Description: Message signed with OpenPGP using GPGMail


Jenkins build is still unstable: AriesWithSnapshotDependencies #430

2013-10-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/AriesWithSnapshotDependencies/changes



Build failed in Jenkins: Aries » Apache Aries Blueprint iTests #1891

2013-10-09 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/Aries/org.apache.aries.blueprint$org.apache.aries.blueprint.itests/1891/

--
Oct 9, 2013 8:05:34 PM org.apache.maven.cli.event.ExecutionEventLogger 
projectStarted
INFO: 
Oct 9, 2013 8:05:34 PM org.apache.maven.cli.event.ExecutionEventLogger 
projectStarted
INFO: 
Oct 9, 2013 8:05:34 PM org.apache.maven.cli.event.ExecutionEventLogger 
projectStarted
INFO: Building Apache Aries Blueprint iTests 1.0.2-SNAPSHOT
Oct 9, 2013 8:05:34 PM org.apache.maven.cli.event.ExecutionEventLogger 
projectStarted
INFO: 
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: 
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: --- maven-clean-plugin:2.3:clean (default-clean) @ 
org.apache.aries.blueprint.itests ---
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: 
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: --- maven-enforcer-plugin:1.0-beta-1:enforce (default) @ 
org.apache.aries.blueprint.itests ---
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: 
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: --- maven-remote-resources-plugin:1.1:process (default) @ 
org.apache.aries.blueprint.itests ---
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: 
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: --- maven-paxexam-plugin:1.2.3:generate-depends-file (generate-config) @ 
org.apache.aries.blueprint.itests ---
[INFO] Created: 
https://builds.apache.org/job/Aries/org.apache.aries.blueprint$org.apache.aries.blueprint.itests/ws/target/test-resources/META-INF/maven/dependencies.properties
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: 
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: --- maven-resources-plugin:2.4:resources (default-resources) @ 
org.apache.aries.blueprint.itests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/Aries/org.apache.aries.blueprint$org.apache.aries.blueprint.itests/ws/src/main/resources
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/Aries/org.apache.aries.blueprint$org.apache.aries.blueprint.itests/ws/src/main/filtered-resources
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/Aries/org.apache.aries.blueprint$org.apache.aries.blueprint.itests/ws/src/main/java
[INFO] Copying 3 resources
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: 
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: --- maven-compiler-plugin:2.0.2:compile (default-compile) @ 
org.apache.aries.blueprint.itests ---
[INFO] No sources to compile
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: 
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: --- maven-resources-plugin:2.4:testResources (default-testResources) @ 
org.apache.aries.blueprint.itests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] Copying 3 resources
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: 
Oct 9, 2013 8:05:35 PM org.apache.maven.cli.event.ExecutionEventLogger 
mojoStarted
INFO: --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ 
org.apache.aries.blueprint.itests ---
[INFO] Compiling 14 source files to 
https://builds.apache.org/job/Aries/org.apache.aries.blueprint$org.apache.aries.blueprint.itests/ws/target/test-classes
[WARNING] 
https://builds.apache.org/job/Aries/org.apache.aries.blueprint$org.apache.aries.blueprint.itests/ws/src/test/java/org/apache/aries/blueprint/itests/BlueprintContainerBTCustomizerTest.java:[39,33]
 [deprecation] org.osgi.service.framework.CompositeBundle in 
org.osgi.service.framework has been deprecated

[WARNING] 
https://builds.apache.org/job/Aries/org.apache.aries.blueprint$org.apache.aries.blueprint.itests/ws/src/test/java/org/apache/aries/blueprint/itests/BlueprintContainerBTCustomizerTest.java:[40,33]
 [deprecation] org.osgi.service.framework.CompositeBundleFactory in 
org.osgi.service.framework has been deprecated

[WARNING] 
https://builds.apache.org/job/Aries/org.apache.aries.blueprint$org.apache.aries.blueprint.itests/ws/src/test/java/org/apache/aries/blueprint/itests/BlueprintContainer2BTCustomizerTest.java:[39,33]
 

Jenkins build is still unstable: AriesWithSnapshotDependencies #431

2013-10-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/AriesWithSnapshotDependencies/changes