You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Pierre De Rop <pi...@gmail.com> on 2016/02/28 23:11:09 UTC

[VOTE] Apache Felix Dependency Manager Release R7

Hello all,

We would like to call for a vote on the Dependency Manager toplevel release
R7.

Apart from being a maintenance release, the r7 release includes some new
features
like "configuration types" and a new "DM-lambda" library, which is
described here:

http://felix.staging.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.html

The R7 now requires the usage of a recent JAVA8 jdk (the new version has
been built and tested with latest version 1.8.74)

The following issues were solved:

** Bug
    * [FELIX-5146] - Service adapters turn on autoconf even if callbacks
are used
    * [FELIX-5147] - Bundle Adapter auto configures class fields even if
callbacks are used
    * [FELIX-5153] - DM4 calls stop before ungetService() on ServiceFactory
components
    * [FELIX-5155] - Adapter/Aspect extra service dependencies injected
twice if using callback instance
    * [FELIX-5178] - Make some component parameters as volatile
    * [FELIX-5181] - Only log info/debug if dm annotation log parameter is
enabled
    * [FELIX-5187] - No errog log when configuration dependency callback is
not found
    * [FELIX-5188] - No error log when a factory pid adapter update
callback is not found
    * [FELIX-5192] - ConfigurationDependency race condition when component
is stopped
    * [FELIX-5193] - Factory Pid Adapter race condition when component is
stopped
    * [FELIX-5200] - Factory configuration adapter not restarted

** Improvement
    * [FELIX-5126] - Build DM using Java 8
    * [FELIX-5164] - Add support for callback instance in Aspects
    * [FELIX-5177] - Support injecting configuration proxies
    * [FELIX-5180] - Support for Java8 Repeatable Properties in DM
annotations.
    * [FELIX-5182] - Cleanup DM samples
    * [FELIX-5201] - Improve how components are displayed with gogo shell

** New Feature
    * [FELIX-4689] - Create a more fluent syntax for the dependency manager
builder


You can use this UNIX script to download the release and verify the
signatures:

http://svn.apache.org/repos/asf/felix/trunk/dependencymanager/release/check_staged_release.sh

Usage:
    sh check_staged_release.sh r7 /tmp/felix-staging

This script, unlike the original Felix check_stage_release.sh, is specific
to the new Dependency Manager release process (see FELIX-4818) and will
download staging from https://dist.apache.org/repos/dist/dev/felix instead
of http://repository.apache.org/content/repositories.

To rebuild the DM binaries from the source, you can then refer to
https://svn.apache.org/repos/asf/felix/trunk/dependencymanager/release/resources/src/README.src


Please vote to approve this release:

[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)


Many thanks;

regards;
/Pierre

Re: [VOTE] Apache Felix Dependency Manager Release R7

Posted by Pierre De Rop <pi...@gmail.com>.
ok, thanks Marcel. I will restart the vote today.

On Tue, Mar 1, 2016 at 10:38 AM, Marcel Offermans <
marcel.offermans@luminis.nl> wrote:

> Hello Pierre,
> On 1 March 2016 at 10:01:01, Pierre De Rop (pierre.derop@gmail.com) wrote:
>
> (I don't know if I *must* wait for 72 hours before canceling and
> restarting
> the vote, or if I can restart it today ?)
> No need to wait, just start a new vote today.
>
> Greetings, Marcel
>
>
>
>

Re: [VOTE] Apache Felix Dependency Manager Release R7

Posted by Marcel Offermans <ma...@luminis.nl>.
Hello Pierre,
On 1 March 2016 at 10:01:01, Pierre De Rop (pierre.derop@gmail.com) wrote:

(I don't know if I *must* wait for 72 hours before canceling and restarting 
the vote, or if I can restart it today ?) 
No need to wait, just start a new vote today.

Greetings, Marcel




Re: [VOTE] Apache Felix Dependency Manager Release R7

Posted by Pierre De Rop <pi...@gmail.com>.
oops, I realize I forgot to include the license files in the
org.apache.felix.dependencymanager.lambda-1.0.0.jar bundle.

I'm afraid I have to vote -1 for myself !

-1: the official Apache license files are missing from the new dm-lambda
library.

(I don't know if I *must* wait for 72 hours before canceling and restarting
the vote, or if I can restart it today ?)

apologies ...

/Pierre


On Sun, Feb 28, 2016 at 11:11 PM, Pierre De Rop <pi...@gmail.com>
wrote:

> Hello all,
>
> We would like to call for a vote on the Dependency Manager toplevel
> release R7.
>
> Apart from being a maintenance release, the r7 release includes some new
> features
> like "configuration types" and a new "DM-lambda" library, which is
> described here:
>
>
> http://felix.staging.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.html
>
> The R7 now requires the usage of a recent JAVA8 jdk (the new version has
> been built and tested with latest version 1.8.74)
>
> The following issues were solved:
>
> ** Bug
>     * [FELIX-5146] - Service adapters turn on autoconf even if callbacks
> are used
>     * [FELIX-5147] - Bundle Adapter auto configures class fields even if
> callbacks are used
>     * [FELIX-5153] - DM4 calls stop before ungetService() on
> ServiceFactory components
>     * [FELIX-5155] - Adapter/Aspect extra service dependencies injected
> twice if using callback instance
>     * [FELIX-5178] - Make some component parameters as volatile
>     * [FELIX-5181] - Only log info/debug if dm annotation log parameter is
> enabled
>     * [FELIX-5187] - No errog log when configuration dependency callback
> is not found
>     * [FELIX-5188] - No error log when a factory pid adapter update
> callback is not found
>     * [FELIX-5192] - ConfigurationDependency race condition when component
> is stopped
>     * [FELIX-5193] - Factory Pid Adapter race condition when component is
> stopped
>     * [FELIX-5200] - Factory configuration adapter not restarted
>
> ** Improvement
>     * [FELIX-5126] - Build DM using Java 8
>     * [FELIX-5164] - Add support for callback instance in Aspects
>     * [FELIX-5177] - Support injecting configuration proxies
>     * [FELIX-5180] - Support for Java8 Repeatable Properties in DM
> annotations.
>     * [FELIX-5182] - Cleanup DM samples
>     * [FELIX-5201] - Improve how components are displayed with gogo shell
>
> ** New Feature
>     * [FELIX-4689] - Create a more fluent syntax for the dependency
> manager builder
>
>
> You can use this UNIX script to download the release and verify the
> signatures:
>
> http://svn.apache.org/repos/asf/felix/trunk/dependencymanager/release/check_staged_release.sh
>
> Usage:
>     sh check_staged_release.sh r7 /tmp/felix-staging
>
> This script, unlike the original Felix check_stage_release.sh, is specific
> to the new Dependency Manager release process (see FELIX-4818) and will
> download staging from https://dist.apache.org/repos/dist/dev/felix
> instead of http://repository.apache.org/content/repositories.
>
> To rebuild the DM binaries from the source, you can then refer to
> https://svn.apache.org/repos/asf/felix/trunk/dependencymanager/release/resources/src/README.src
>
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Veto the release (please provide specific comments)
>
>
> Many thanks;
>
> regards;
> /Pierre
>