You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Christian Schneider <ch...@die-schneider.net> on 2017/07/10 13:56:32 UTC

[VOTE] - Release Apache CXF DOSGi 2.2.0

This is a vote to release Apache CXF DOSGi 2.2.0.

Highlights are swagger support, ContextProvider support and it is 
simpler to add features to a DOSGi endpoint by using @Features or the 
new IntentsProvider interface.

Most can be seen in the jax-rs sample 
https://github.com/apache/cxf-dosgi/tree/master/samples/rest


Release Notes - CXF Distributed OSGi - Version 2.2.0

** Bug
     * [DOSGI-253] - CXF DOSGI JAX-RS incompatible with Camel features
     * [DOSGI-262] - Configure intent objects from service object 
(IntentsProvider, @Features)
     * [DOSGI-264] - Add features to OSGi service using @Features annotation

** Improvement
     * [DOSGI-268] - Update CXF to 3.1.12
     * [DOSGI-269] - Update Aries RSA to 1.11.0

** New Feature
     * [DOSGI-261] - Sample for rest with jackson provider
     * [DOSGI-266] - Support for org.apache.cxf.jaxrs.ext.ContextProvider
     * [DOSGI-270] - Create sample for swagger documentation


Tag:
https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git;a=tag;h=refs/tags/cxf-dosgi-2.2.0

Maven Artifacts:
https://repository.apache.org/content/repositories/orgapachecxf-1094/

Repo mirror:
https://github.com/apache/cxf-dosgi

+1 from me.

Christian

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

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


Re: [VOTE] - Release Apache CXF DOSGi 2.2.0

Posted by Sergey Beryozkin <sb...@gmail.com>.
+1

Sergey
On 10/07/17 16:01, Colm O hEigeartaigh wrote:
> +1.
> 
> Colm.
> 
> On Mon, Jul 10, 2017 at 2:56 PM, Christian Schneider <
> chris@die-schneider.net> wrote:
> 
>> This is a vote to release Apache CXF DOSGi 2.2.0.
>>
>> Highlights are swagger support, ContextProvider support and it is simpler
>> to add features to a DOSGi endpoint by using @Features or the new
>> IntentsProvider interface.
>>
>> Most can be seen in the jax-rs sample https://github.com/apache/cxf-
>> dosgi/tree/master/samples/rest
>>
>>
>> Release Notes - CXF Distributed OSGi - Version 2.2.0
>>
>> ** Bug
>>      * [DOSGI-253] - CXF DOSGI JAX-RS incompatible with Camel features
>>      * [DOSGI-262] - Configure intent objects from service object
>> (IntentsProvider, @Features)
>>      * [DOSGI-264] - Add features to OSGi service using @Features annotation
>>
>> ** Improvement
>>      * [DOSGI-268] - Update CXF to 3.1.12
>>      * [DOSGI-269] - Update Aries RSA to 1.11.0
>>
>> ** New Feature
>>      * [DOSGI-261] - Sample for rest with jackson provider
>>      * [DOSGI-266] - Support for org.apache.cxf.jaxrs.ext.ContextProvider
>>      * [DOSGI-270] - Create sample for swagger documentation
>>
>>
>> Tag:
>> https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git;a=ta
>> g;h=refs/tags/cxf-dosgi-2.2.0
>>
>> Maven Artifacts:
>> https://repository.apache.org/content/repositories/orgapachecxf-1094/
>>
>> Repo mirror:
>> https://github.com/apache/cxf-dosgi
>>
>> +1 from me.
>>
>> Christian
>>
>> --
>> Christian Schneider
>> http://www.liquid-reality.de
>>
>> Open Source Architect
>> http://www.talend.com
>>
>>
> 
> 

Re: [VOTE] - Release Apache CXF DOSGi 2.2.0

Posted by Colm O hEigeartaigh <co...@apache.org>.
+1.

Colm.

On Mon, Jul 10, 2017 at 2:56 PM, Christian Schneider <
chris@die-schneider.net> wrote:

> This is a vote to release Apache CXF DOSGi 2.2.0.
>
> Highlights are swagger support, ContextProvider support and it is simpler
> to add features to a DOSGi endpoint by using @Features or the new
> IntentsProvider interface.
>
> Most can be seen in the jax-rs sample https://github.com/apache/cxf-
> dosgi/tree/master/samples/rest
>
>
> Release Notes - CXF Distributed OSGi - Version 2.2.0
>
> ** Bug
>     * [DOSGI-253] - CXF DOSGI JAX-RS incompatible with Camel features
>     * [DOSGI-262] - Configure intent objects from service object
> (IntentsProvider, @Features)
>     * [DOSGI-264] - Add features to OSGi service using @Features annotation
>
> ** Improvement
>     * [DOSGI-268] - Update CXF to 3.1.12
>     * [DOSGI-269] - Update Aries RSA to 1.11.0
>
> ** New Feature
>     * [DOSGI-261] - Sample for rest with jackson provider
>     * [DOSGI-266] - Support for org.apache.cxf.jaxrs.ext.ContextProvider
>     * [DOSGI-270] - Create sample for swagger documentation
>
>
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git;a=ta
> g;h=refs/tags/cxf-dosgi-2.2.0
>
> Maven Artifacts:
> https://repository.apache.org/content/repositories/orgapachecxf-1094/
>
> Repo mirror:
> https://github.com/apache/cxf-dosgi
>
> +1 from me.
>
> Christian
>
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Open Source Architect
> http://www.talend.com
>
>


-- 
Colm O hEigeartaigh

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

Re: [VOTE] - Release Apache CXF DOSGi 2.2.0

Posted by Daniel Kulp <dk...@apache.org>.
+1

Dan



> On Jul 10, 2017, at 9:56 AM, Christian Schneider <ch...@die-schneider.net> wrote:
> 
> This is a vote to release Apache CXF DOSGi 2.2.0.
> 
> Highlights are swagger support, ContextProvider support and it is simpler to add features to a DOSGi endpoint by using @Features or the new IntentsProvider interface.
> 
> Most can be seen in the jax-rs sample https://github.com/apache/cxf-dosgi/tree/master/samples/rest
> 
> 
> Release Notes - CXF Distributed OSGi - Version 2.2.0
> 
> ** Bug
>    * [DOSGI-253] - CXF DOSGI JAX-RS incompatible with Camel features
>    * [DOSGI-262] - Configure intent objects from service object (IntentsProvider, @Features)
>    * [DOSGI-264] - Add features to OSGi service using @Features annotation
> 
> ** Improvement
>    * [DOSGI-268] - Update CXF to 3.1.12
>    * [DOSGI-269] - Update Aries RSA to 1.11.0
> 
> ** New Feature
>    * [DOSGI-261] - Sample for rest with jackson provider
>    * [DOSGI-266] - Support for org.apache.cxf.jaxrs.ext.ContextProvider
>    * [DOSGI-270] - Create sample for swagger documentation
> 
> 
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git;a=tag;h=refs/tags/cxf-dosgi-2.2.0
> 
> Maven Artifacts:
> https://repository.apache.org/content/repositories/orgapachecxf-1094/
> 
> Repo mirror:
> https://github.com/apache/cxf-dosgi
> 
> +1 from me.
> 
> Christian
> 
> -- 
> Christian Schneider
> http://www.liquid-reality.de
> 
> Open Source Architect
> http://www.talend.com
> 

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


Re: [VOTE] - Release Apache CXF DOSGi 2.2.0

Posted by Jeff Genender <jg...@apache.org>.
+1

Jeff

> On Jul 10, 2017, at 7:56 AM, Christian Schneider <ch...@die-schneider.net> wrote:
> 
> This is a vote to release Apache CXF DOSGi 2.2.0.
> 
> Highlights are swagger support, ContextProvider support and it is simpler to add features to a DOSGi endpoint by using @Features or the new IntentsProvider interface.
> 
> Most can be seen in the jax-rs sample https://github.com/apache/cxf-dosgi/tree/master/samples/rest
> 
> 
> Release Notes - CXF Distributed OSGi - Version 2.2.0
> 
> ** Bug
>    * [DOSGI-253] - CXF DOSGI JAX-RS incompatible with Camel features
>    * [DOSGI-262] - Configure intent objects from service object (IntentsProvider, @Features)
>    * [DOSGI-264] - Add features to OSGi service using @Features annotation
> 
> ** Improvement
>    * [DOSGI-268] - Update CXF to 3.1.12
>    * [DOSGI-269] - Update Aries RSA to 1.11.0
> 
> ** New Feature
>    * [DOSGI-261] - Sample for rest with jackson provider
>    * [DOSGI-266] - Support for org.apache.cxf.jaxrs.ext.ContextProvider
>    * [DOSGI-270] - Create sample for swagger documentation
> 
> 
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git;a=tag;h=refs/tags/cxf-dosgi-2.2.0
> 
> Maven Artifacts:
> https://repository.apache.org/content/repositories/orgapachecxf-1094/
> 
> Repo mirror:
> https://github.com/apache/cxf-dosgi
> 
> +1 from me.
> 
> Christian
> 
> -- 
> Christian Schneider
> http://www.liquid-reality.de
> 
> Open Source Architect
> http://www.talend.com
> 


Re: [VOTE] - Release Apache CXF DOSGi 2.2.0

Posted by Andriy Redko <dr...@gmail.com>.
+1

Andriy

CS> This is a vote to release Apache CXF DOSGi 2.2.0.

CS> Highlights are swagger support, ContextProvider support and it is 
CS> simpler to add features to a DOSGi endpoint by using @Features or the 
CS> new IntentsProvider interface.

CS> Most can be seen in the jax-rs sample 
CS> https://github.com/apache/cxf-dosgi/tree/master/samples/rest


CS> Release Notes - CXF Distributed OSGi - Version 2.2.0

CS> ** Bug
CS>      * [DOSGI-253] - CXF DOSGI JAX-RS incompatible with Camel features
CS>      * [DOSGI-262] - Configure intent objects from service object 
CS> (IntentsProvider, @Features)
CS>      * [DOSGI-264] - Add features to OSGi service using @Features annotation

CS> ** Improvement
CS>      * [DOSGI-268] - Update CXF to 3.1.12
CS>      * [DOSGI-269] - Update Aries RSA to 1.11.0

CS> ** New Feature
CS>      * [DOSGI-261] - Sample for rest with jackson provider
CS>      * [DOSGI-266] - Support for org.apache.cxf.jaxrs.ext.ContextProvider
CS>      * [DOSGI-270] - Create sample for swagger documentation


CS> Tag:
CS> https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git;a=tag;h=refs/tags/cxf-dosgi-2.2.0

CS> Maven Artifacts:
CS> https://repository.apache.org/content/repositories/orgapachecxf-1094/

CS> Repo mirror:
CS> https://github.com/apache/cxf-dosgi

CS> +1 from me.

CS> Christian



[RESULT] [VOTE] - Release Apache CXF DOSGi 2.2.0

Posted by Christian Schneider <ch...@die-schneider.net>.
This vote passes with 6 +1 and no other votes.

I will publish the artifacts.

Christian

On 10.07.2017 15:56, Christian Schneider wrote:
> This is a vote to release Apache CXF DOSGi 2.2.0.
>
> Highlights are swagger support, ContextProvider support and it is 
> simpler to add features to a DOSGi endpoint by using @Features or the 
> new IntentsProvider interface.
>
> Most can be seen in the jax-rs sample 
> https://github.com/apache/cxf-dosgi/tree/master/samples/rest
>
>
> Release Notes - CXF Distributed OSGi - Version 2.2.0
>
> ** Bug
>     * [DOSGI-253] - CXF DOSGI JAX-RS incompatible with Camel features
>     * [DOSGI-262] - Configure intent objects from service object 
> (IntentsProvider, @Features)
>     * [DOSGI-264] - Add features to OSGi service using @Features 
> annotation
>
> ** Improvement
>     * [DOSGI-268] - Update CXF to 3.1.12
>     * [DOSGI-269] - Update Aries RSA to 1.11.0
>
> ** New Feature
>     * [DOSGI-261] - Sample for rest with jackson provider
>     * [DOSGI-266] - Support for org.apache.cxf.jaxrs.ext.ContextProvider
>     * [DOSGI-270] - Create sample for swagger documentation
>
>
> Tag:
> https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git;a=tag;h=refs/tags/cxf-dosgi-2.2.0 
>
>
> Maven Artifacts:
> https://repository.apache.org/content/repositories/orgapachecxf-1094/
>
> Repo mirror:
> https://github.com/apache/cxf-dosgi
>
> +1 from me.
>
> Christian
>

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

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