Hello everyone;

I would like to call for a vote on the Dependency Manager top level release
R14.

release notes:

** Bug
    * [FELIX-5990] - DM ServiceTracker memory leak

** Wish
    * [FELIX-5991] - DM annotation scanner debug messages are logged in warn

** Task
    * [FELIX-5992 - Do not use a global changelog for all dm modules

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 r14 /tmp/felix-staging

This script, unlike the original Felix check_stage_release.sh, is specific
to the 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 refer to

https://svn.apache.org/repos/asf/felix/trunk/dependencymanager/release/resources/src/README.src

Before building the source, if you use an http proxy then you must set the
following environment variables: (check README.src):

     export GRADLE_OPTS="-Dhttps.proxyHost=www.somehost.org
-Dhttps.proxyPort=port"
     export http_proxy=www.somehost.org:port
     export https_proxy=www.somehost.org:port

When building with java9/10/11, please use the "--no-daemon" gradlew option.

Please cast your votes to approve this release:

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

This vote will be open for 72 hours.

thanks & regards;
/Pierre

Reply via email to