You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Clement Escoffier <cl...@gmail.com> on 2012/05/14 11:46:36 UTC

[RESULT][VOTE] Release of iPOJO Runtime 1.8.2

Hi,

It's time to close the vote. The vote is successful with the following results:
+1: Guillaume Sauthier, Richard Hall, Karl Pauls, Clement Escoffier

I'll publish the binaries and update the web site asap.

Thanks  and Regards,

Clement

On 21.04.2012, at 18:40, Clement Escoffier wrote:

> Hi,
> 
> It's time to cut a release of the iPOJO Runtime project (1.8.2).
> 
> This releases contains:
> * iPOJO Core 1.8.2
> * iPOJO Composite 1.8.2
> * iPOJO Annotations 1.8.2
> * iPOJO Runtime Project 1.8.2
> 
> (the changelog is included below)
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachefelix-079/
> 
> You can use this UNIX script to download the release and verify the
> signatures:
> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh
> 
> Usage:
> sh check_staged_release.sh 079 /tmp/felix-staging
> 
> Please vote to approve this release:
> 
> [ ] +1 Approve the release
> [ ] -1 Veto the release (please provide specific comments)
> 
> This vote will be open for 72 hours (at least).
> 
> Regards,
> 
> Clement
> 
> Changelog:
> ** Bug
>     * [FELIX-2893] - Properties are not propagate to service by default
>     * [FELIX-2902] - Service properties added by propagation overrides already existing properties
>     * [FELIX-2907] - Problem calling _setInstanceManager on guice enhanced classe
>     * [FELIX-2981] - Unable to remove configuration properties using iPOJO's configuration handler
>     * [FELIX-2989] - Using a Service Controller set to true can trigger a service registration-unregistration-registration sequence
>     * [FELIX-2995] - The service properties are updated despite there is no changes
>     * [FELIX-3009] - Abstract classes as service specifications generates warnings at runtime
>     * [FELIX-3075] - Change to ServiceController status in current trunk does not re-register service
>     * [FELIX-3130] - Nested composites throws StackOverflowError on instantiation
>     * [FELIX-3172] - Error when calling BundleContext.register(Class, Object, Dictionary)
>     * [FELIX-3192] - Service properties are not updated if the properties were already propagated
>     * [FELIX-3271] - On KF, the Instance singleton strategy throws an UnsupportedOperationException when stopping
>     * [FELIX-3323] - Ipojo composite throw ClassCastException when configuration is updated thru ConfigAdmin
>     * [FELIX-3356] - Objectweb ASM Clashes with IPojo
>     * [FELIX-3374] - Use of java.lang.Properties in iPOJO Core
>     * [FELIX-3451] - "instance.name" attribute not recognized
> 
> ** Improvement
>     * [FELIX-3036] - Add IPOJO-Components header support
>     * [FELIX-3081] - Integrate the online-manipulator in iPOJO Core
>     * [FELIX-3144] - Method interceptors should receive Method or Constructor objects
>     * [FELIX-3155] - Allow identifying iPojo extensions by a namespace qualified name
>     * [FELIX-3190] - iPOJO Factories doesn't give access to the complete Metadata model
>     * [FELIX-3252] - Merge the online manipulator into iPOJO Core
>     * [FELIX-3326] - Accessing IPojo-Component's all inherited classes and all implemented interfaces in PrimitiveTypeDescription
>     * [FELIX-3380] - minor javadoc corrections in @Temporal annotation
> 
> ** New Feature
>     * [FELIX-2932] - Allows disabling the asynchronous processing in the iPOJO Extender