[VOTE] Release Aries blueprint-maven-plugin, blueprint-noosgi, and blueprint-web

2015-02-24 Thread Daniel Kulp
This is a vote to release the blueprint-maven-plugin 1.1, blueprint-noosgi 
1.1.0, and blueprint-web 1.1.0.Blueprint-noosgi is needed to be able to fix 
some issues in geronimo-xbean.  (well, to write some tests for the fix to a 
problem in geronimo-xbean).   Blueprint-web uses the new blueprint-noosgi to 
provide some functionality to allow namespace handlers.   

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

Tags:
http://svn.apache.org/repos/asf/aries/tags/blueprint-maven-plugin-1.1.0/
http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.noosgi-1.1.0/
http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.web-1.1.0/


Here is my +1

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



Re: Release blueprint-nosgi....

2015-02-24 Thread Sergey Beryozkin

I've been planning to do some basic modifications around

https://github.com/apache/aries/blob/trunk/blueprint/blueprint-noosgi/src/main/java/org/apache/aries/blueprint/container/BlueprintContainerImpl.java#L85

as we've had a requirement to get (CXF) blueprint declarations supported 
in Tomcat and it is impossible right now to register custom namespace 
handlers.


Let me just make sure BlueprintContainerImpl can use a custom handler 
set for a start. Will work on it now


Thanks, Sergey

I've been planning to do some update
On 23/02/15 21:36, Christian Schneider wrote:

Maybe we can release the fixed blueprint-maven-plugin. Lets chat about
that tomorrow.

Christian

Am 23.02.2015 um 20:59 schrieb Daniel Kulp:

I’m planning to do a release of blueprint-noosgi tomorrow.   It
contains some fixes and enhancements that will allow it to be more
usable for some unit tests I’ve written for Geronimo-xbean.

Any additions/objections/etc… please let me know ASAP!

Thanks!







--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com


[jira] [Created] (ARIES-1300) NoOsgi BlueprintContextImpl should accept custom namespace handler sets

2015-02-24 Thread Sergey Beryozkin (JIRA)
Sergey Beryozkin created ARIES-1300:
---

 Summary: NoOsgi BlueprintContextImpl should accept custom 
namespace handler sets
 Key: ARIES-1300
 URL: https://issues.apache.org/jira/browse/ARIES-1300
 Project: Aries
  Issue Type: Improvement
  Components: Blueprint, Web
Reporter: Sergey Beryozkin
Assignee: Sergey Beryozkin
Priority: Minor






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


[jira] [Updated] (ARIES-1300) NoOsgi BlueprintContextImpl should accept custom namespace handler sets

2015-02-24 Thread Sergey Beryozkin (JIRA)

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

Sergey Beryozkin updated ARIES-1300:

Attachment: aries1300.txt

 NoOsgi BlueprintContextImpl should accept custom namespace handler sets
 ---

 Key: ARIES-1300
 URL: https://issues.apache.org/jira/browse/ARIES-1300
 Project: Aries
  Issue Type: Improvement
  Components: Blueprint, Web
Reporter: Sergey Beryozkin
Assignee: Sergey Beryozkin
Priority: Minor
 Attachments: aries1300.txt






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


Re: Release blueprint-nosgi....

2015-02-24 Thread Sergey Beryozkin

I've attached a basic patch at

https://issues.apache.org/jira/browse/ARIES-1300

It simply makes it possible to 'inject' a custom NamespaceHandlerSet by 
either extending BlueprintContextImpl or by passing it to its 
constructor, example, from blueprint-web/BlueprintContextListener.


This would let us experiment with providing a custom
BlueprintContextListener that would use SimpleNamespaceHandlerSet with 
few more namespace handlers added in.


I guess at a next stage a listener would scan for some class path 
resources (to be discussed), but for now it is a simple step forward IMHO.


Dan, can you please give me a favor and get blueprint-web released too 
if the team does not object to the patch ? I could apply it myself a bit 
later on


Thanks, Sergey


On 24/02/15 10:05, Sergey Beryozkin wrote:

I've been planning to do some basic modifications around

https://github.com/apache/aries/blob/trunk/blueprint/blueprint-noosgi/src/main/java/org/apache/aries/blueprint/container/BlueprintContainerImpl.java#L85


as we've had a requirement to get (CXF) blueprint declarations supported
in Tomcat and it is impossible right now to register custom namespace
handlers.

Let me just make sure BlueprintContainerImpl can use a custom handler
set for a start. Will work on it now

Thanks, Sergey

I've been planning to do some update
On 23/02/15 21:36, Christian Schneider wrote:

Maybe we can release the fixed blueprint-maven-plugin. Lets chat about
that tomorrow.

Christian

Am 23.02.2015 um 20:59 schrieb Daniel Kulp:

I’m planning to do a release of blueprint-noosgi tomorrow.   It
contains some fixes and enhancements that will allow it to be more
usable for some unit tests I’ve written for Geronimo-xbean.

Any additions/objections/etc… please let me know ASAP!

Thanks!











Re: Release blueprint-nosgi....

2015-02-24 Thread Sergey Beryozkin

Hi All

I've just applied this change (r1662008 and r1662008 - forgot SVN does 
not pick up the sibling module changes :-)) - hope everyone is OK with it.


Sergey

On 24/02/15 12:29, Sergey Beryozkin wrote:

I've attached a basic patch at

https://issues.apache.org/jira/browse/ARIES-1300

It simply makes it possible to 'inject' a custom NamespaceHandlerSet by
either extending BlueprintContextImpl or by passing it to its
constructor, example, from blueprint-web/BlueprintContextListener.

This would let us experiment with providing a custom
BlueprintContextListener that would use SimpleNamespaceHandlerSet with
few more namespace handlers added in.

I guess at a next stage a listener would scan for some class path
resources (to be discussed), but for now it is a simple step forward IMHO.

Dan, can you please give me a favor and get blueprint-web released too
if the team does not object to the patch ? I could apply it myself a bit
later on

Thanks, Sergey


On 24/02/15 10:05, Sergey Beryozkin wrote:

I've been planning to do some basic modifications around

https://github.com/apache/aries/blob/trunk/blueprint/blueprint-noosgi/src/main/java/org/apache/aries/blueprint/container/BlueprintContainerImpl.java#L85



as we've had a requirement to get (CXF) blueprint declarations supported
in Tomcat and it is impossible right now to register custom namespace
handlers.

Let me just make sure BlueprintContainerImpl can use a custom handler
set for a start. Will work on it now

Thanks, Sergey

I've been planning to do some update
On 23/02/15 21:36, Christian Schneider wrote:

Maybe we can release the fixed blueprint-maven-plugin. Lets chat about
that tomorrow.

Christian

Am 23.02.2015 um 20:59 schrieb Daniel Kulp:

I’m planning to do a release of blueprint-noosgi tomorrow.   It
contains some fixes and enhancements that will allow it to be more
usable for some unit tests I’ve written for Geronimo-xbean.

Any additions/objections/etc… please let me know ASAP!

Thanks!