You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ma...@apache.org on 2013/01/18 12:00:11 UTC

svn commit: r1435085 - in /felix/trunk/dependencymanager/core: DEPENDENCIES NOTICE changelog.txt

Author: marrs
Date: Fri Jan 18 11:00:10 2013
New Revision: 1435085

URL: http://svn.apache.org/viewvc?rev=1435085&view=rev
Log:
Updates in preparation of the upcoming release.

Modified:
    felix/trunk/dependencymanager/core/DEPENDENCIES
    felix/trunk/dependencymanager/core/NOTICE
    felix/trunk/dependencymanager/core/changelog.txt

Modified: felix/trunk/dependencymanager/core/DEPENDENCIES
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/core/DEPENDENCIES?rev=1435085&r1=1435084&r2=1435085&view=diff
==============================================================================
--- felix/trunk/dependencymanager/core/DEPENDENCIES (original)
+++ felix/trunk/dependencymanager/core/DEPENDENCIES Fri Jan 18 11:00:10 2013
@@ -1,5 +1,5 @@
 Apache Felix Dependency Manager
-Copyright 2011 The Apache Software Foundation
+Copyright 2011-2013 The Apache Software Foundation
 
 This software was developed at the Apache Software Foundation
 (http://www.apache.org) and may have dependencies on other

Modified: felix/trunk/dependencymanager/core/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/core/NOTICE?rev=1435085&r1=1435084&r2=1435085&view=diff
==============================================================================
--- felix/trunk/dependencymanager/core/NOTICE (original)
+++ felix/trunk/dependencymanager/core/NOTICE Fri Jan 18 11:00:10 2013
@@ -1,5 +1,5 @@
 Apache Felix Dependency Manager
-Copyright 2011 The Apache Software Foundation
+Copyright 2011-2013 The Apache Software Foundation
 
 
 This product includes software developed at

Modified: felix/trunk/dependencymanager/core/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/core/changelog.txt?rev=1435085&r1=1435084&r2=1435085&view=diff
==============================================================================
--- felix/trunk/dependencymanager/core/changelog.txt (original)
+++ felix/trunk/dependencymanager/core/changelog.txt Fri Jan 18 11:00:10 2013
@@ -1,3 +1,46 @@
+Release 3.1.0
+-------------
+
+FELIX-303 - Support for compositions
+FELIX-1201 - Issue with DM and CM
+FELIX-1278 - DM/ AutoConfig is active event if setCallbacks method has been invoked
+FELIX-1464 - issue when using a negation in ldap service dependency filter
+FELIX-1546 - DM/Temporal Dependency/Bound Service Replacement features
+FELIX-2078 - Not all callbacks invoked when declaring a service as required and starting it after dependencies
+FELIX-2344 - DM / callback method is not invoked when an extra dependency is defined within an "init" component method.
+FELIX-2348 - DM/ ResourceAdapter NPE
+FELIX-2369 - DM/ Service start method is invoked even if an extra required dependency is unavailable
+FELIX-2816 - dependency manager calls init() twice
+FELIX-2947 - Filter indices must use service trackers that track all services and aspects.
+FELIX-2953 - Make the cache that InvocationUtil uses configurable.
+FELIX-2954 - DM/ annotated component factory does not allow to provide a component instance explicitly
+FELIX-2955 - IllegalStateException when doing a 'dm notavail' shell command.
+FELIX-2956 - DM/ json should be embedded in the annotation scanner plugin
+FELIX-2964 - DM/ NPE on some dependency manager adapters, when "auto-configuration" mode is disabled.
+FELIX-2970 - DM/ Factory Configuration Adapter Service does not copy adapter dependencies
+FELIX-2976 - InvocationUtil cache is not used properly for determining that methods do not exist in a class
+FELIX-2987 - DependencyManager ConfigurationDependency update isn't propagated to super classes
+FELIX-3008 - NPE in ServiceRegistryCache when dependency manager bundle is not started first
+FELIX-3042 - [PATCH] Add a convenience clear() method on DependencyManager
+FELIX-3057 - getServiceReferences() should not return an empty array
+FELIX-3186 - Adapter services do not get their adapted services transparently replaced when an aspect is added to them.
+FELIX-3201 - Offer more functional callback methods for services that have aspects on them.
+FELIX-3218 - ServiceTracker performance is not optimal with a service dependency that results in n-thousands of injected services.
+FELIX-3264 - Dependency manager shell should not print the state of optional dependencies when not all required ones are available
+FELIX-3292 - Allow passing of resource properties to a resource handler for use with resource adapters.
+FELIX-3337 - DependencyManager/Updated configuration dependency does not propagate to provided service properties
+FELIX-3402 - DependencyManager stop can trigger IndexOutOfBoundsException
+FELIX-3423 - AdapterImpl copies the DependencyManager.ASPECT service property when adapting an aspect.
+FELIX-3424 - Add support for changed callbacks on Aspect services.
+FELIX-3425 - Provide a filter index for adapter services.
+FELIX-3475 - DependencyManager compatibility bundle - ServiceDependencyImpl does not override toString
+FELIX-3564 - Memory leak in Filterindex / ServiceRegistryCache
+FELIX-3592 - ServiceDependencyImpl does not copy the swapped callback in it's constructor.
+FELIX-3617 - Missing toString methods in DependencyManager compat bundle
+FELIX-3682 - Dependency Manager Annotation-3.0.0 module doesn't expose OSGI meta information in MANIFEST.MF
+FELIX-3828 - Aspect and Adapter filter indices to not handle components that have been bound with multiple interfaces correctly.
+
+
 Release 3.0.0
 -------------