[RESULT] [VOTE] Apache Felix Dependency Manager Release R8

2016-03-05 Thread Pierre De Rop
Hello all;

The vote has passed with the following results :

  +1 (binding): David Bosschaert, Carsten Ziegeler, Jan Willem Janssen,
Pierre De Rop
  +1 (non binding): Arjun Panday, Paul Bakker, Bram de Kruijff, Francois
Leygues

I will copy this release to the Felix dist directory and promote the
artifacts to the central Maven repository.

many thanks to everyone for voting !

cheers;
/Pierre


Re: [COMMERCIAL] [VOTE] Apache Felix Dependency Manager Release R8

2016-03-05 Thread Pierre De Rop
+1 (binding)


On Thu, Mar 3, 2016 at 10:06 AM, fleygues 
wrote:

> +1
>
>
> Pierre De Rop wrote:
>
>> Hi all,
>>
>> Second attempt to release Dependency Manager.
>> Some new features in this release:  "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 R8 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 r8 /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
>>
>>
>


[jira] [Commented] (FELIX-4941) Web console doesn't work with fileinstall

2016-03-05 Thread Carsten Ziegeler (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-4941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15181660#comment-15181660
 ] 

Carsten Ziegeler commented on FELIX-4941:
-

I think the web console should leave all configuration properties which are not 
in the metatype description untouched

> Web console doesn't work with fileinstall
> -
>
> Key: FELIX-4941
> URL: https://issues.apache.org/jira/browse/FELIX-4941
> Project: Felix
>  Issue Type: Bug
>  Components: Web Console
>Affects Versions: webconsole-4.2.8, webconsole-4.2.14
>Reporter: Cliff Collins
>  Labels: easyfix
>
> Web console when updating items that have metadata will only update the 
> properties defines in metadata.
> This means, the fileinstall file location is removed from the property 
> update. This makes so fileinstall will no longer update the configuration
> file with the change. A simple workaround is to always post back the 
> fileinstall property if present. 
> In the ConfigAdminSupport.java file added these lines. In the method 
> applyConfiguration at line 312, insert these lines:
> // Add Fileinstall key or the property will not get written back 
> to the configuration
> if (props.get("felix.fileinstall.filename") != null)
> {
> updateProps.put("felix.fileinstall.filename", 
> props.get("felix.fileinstall.filename"));
> }
> If you return the fileinstall filename then fileinstall will save any 
> property changes.



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