Clement Escoffier | 06de061 | 2012-12-18 09:13:20 +0000 | [diff] [blame] | 1 | Changes from the 1.8.4 to 1.8.6
|
| 2 | -------------------------------
|
| 3 |
|
| 4 | ** Bug
|
| 5 | * [FELIX-3742] - Implementing class fails to load unless super interface's (interface extended by implemented interface) package is imported.
|
| 6 | * [FELIX-3789] - Deadlock due to synchronization on INSTANCE_NAME
|
| 7 | * [FELIX-3819] - The export directive of iPOJO is wrong
|
| 8 |
|
Clement Escoffier | 7260982 | 2012-10-28 14:29:42 +0000 | [diff] [blame] | 9 | Changes from the 1.8.2 to 1.8.4
|
| 10 | --------------------------------
|
| 11 |
|
| 12 | ** Bug
|
| 13 | * [FELIX-3451] - "instance.name" attribute not recognized
|
| 14 | * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
|
| 15 | * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
|
| 16 | * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
|
| 17 | * [FELIX-3548] - Concurrent access during startup
|
| 18 | * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
|
| 19 | * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
|
| 20 | * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
|
| 21 | * [FELIX-3621] - Two dimensional array as argument to a method in a component
|
| 22 | * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
|
| 23 |
|
| 24 | ** Improvement
|
| 25 | * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
|
| 26 |
|
Clement Escoffier | 6353db7 | 2012-04-21 08:25:10 +0000 | [diff] [blame] | 27 | Changes from the 1.8.0 to 1.8.2
|
| 28 | -------------------------------
|
| 29 | ** Bug
|
| 30 | * [FELIX-2893] - Properties are not propagate to service by default
|
| 31 | * [FELIX-2902] - Service properties added by propagation overrides already existing properties
|
| 32 | * [FELIX-2907] - Problem calling _setInstanceManager on guice enhanced classe
|
| 33 | * [FELIX-2981] - Unable to remove configuration properties using iPOJO's configuration handler
|
| 34 | * [FELIX-2989] - Using a Service Controller set to true can trigger a service registration-unregistration-registration sequence
|
| 35 | * [FELIX-2995] - The service properties are updated despite there is no changes
|
| 36 | * [FELIX-3009] - Abstract classes as service specifications generates warnings at runtime
|
| 37 | * [FELIX-3075] - Change to ServiceController status in current trunk does not re-register service
|
| 38 | * [FELIX-3172] - Error when calling BundleContext.register(Class, Object, Dictionary)
|
| 39 | * [FELIX-3192] - Service properties are not updated if the properties were already propagated
|
| 40 | * [FELIX-3271] - On KF, the Instance singleton strategy throws an UnsupportedOperationException when stopping
|
| 41 | * [FELIX-3323] - Ipojo composite throw ClassCastException when configuration is updated thru ConfigAdmin
|
| 42 | * [FELIX-3356] - Objectweb ASM Clashes with IPojo
|
| 43 | * [FELIX-3374] - Use of java.lang.Properties in iPOJO Core
|
| 44 |
|
| 45 | ** Improvement
|
| 46 | * [FELIX-3036] - Add IPOJO-Components header support
|
| 47 | * [FELIX-3081] - Integrate the online-manipulator in iPOJO Core
|
| 48 | * [FELIX-3144] - Method interceptors should receive Method or Constructor objects
|
| 49 | * [FELIX-3155] - Allow identifying iPojo extensions by a namespace qualified name
|
| 50 | * [FELIX-3190] - iPOJO Factories doesn't give access to the complete Metadata model
|
| 51 | * [FELIX-3252] - Merge the online manipulator into iPOJO Core
|
| 52 | * [FELIX-3326] - Accessing IPojo-Component's all inherited classes and all implemented interfaces in PrimitiveTypeDescription
|
| 53 |
|
| 54 | ** New Feature
|
| 55 | * [FELIX-2932] - Allows disabling the asynchronous processing in the iPOJO Extender
|
| 56 |
|
| 57 | Changes from the 1.6.8 to 1.8.0
|
| 58 | -------------------------------
|
| 59 | ** Bug
|
| 60 | * [FELIX-2694] - Instance state not recomputed after reconfiguration when the instance is stopped
|
| 61 | * [FELIX-2716] - [iPOJO] Failure when creating proxies for classes in java.* packages
|
| 62 |
|
| 63 | ** Improvement
|
| 64 | * [FELIX-2781] - Expose the implementation class as service when no interfaces are found in the hierarchy
|
| 65 | * [FELIX-1424] - Constructor Injection
|
| 66 | * [FELIX-1428] - Constructor injection of Configuration properties
|
| 67 | * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
|
| 68 | * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
|
| 69 | * [FELIX-2621] - Rename annotations to remove collisions
|
| 70 | * [FELIX-2622] - Support static service properties that are not mirrored into fields
|
| 71 | * [FELIX-2688] - iPojo "requires.filters" - Array object instead of Dictionary object
|
| 72 | * [FELIX-2705] - Provide a way to extend the logger strategy
|
| 73 | * [FELIX-2742] - Constructor injection of service dependencies
|
| 74 | * [FELIX-2744] - Add annotations to the maven-ipojo-plugin archetype
|
| 75 |
|
| 76 | Changes from the 1.6.6 to 1.6.8
|
| 77 | -------------------------------
|
| 78 | ** Improvement
|
| 79 | * [FELIX-2688] - iPojo "requires.filters" - Array object instead of Dictionary object
|
| 80 | * [FELIX-2705] - Provide a way to extend the logger strategy
|
| 81 |
|
| 82 | ** Bug
|
| 83 | * [FELIX-2685] - Wrong Element name when XML namespace contains ':'
|
| 84 | * [FELIX-2694] - Instance state not recomputed after reconfiguration when the instance is stopped
|
| 85 |
|
| 86 | Changes from the 1.6.4 to 1.6.6
|
| 87 | -------------------------------
|
| 88 | ** Improvement
|
| 89 | * [FELIX-2594] - Have a way to create new custom iPojo handler without having to specify a handler usage
|
| 90 | * [FELIX-2623] - @Update annotated methods should not require a Dictionary parameter
|
| 91 |
|
| 92 | ** Bug
|
| 93 | * [FELIX-2580] - iPOJO failed to create proxies on service which are not interface
|
| 94 | * [FELIX-2596] - DependencyHandler.onObjectCreation throws NPE when bundle is refreshed
|
| 95 | * [FELIX-2603] - wrong behavior of InstanceManager.onSet(..) method
|
| 96 | * [FELIX-2636] - Cannot control the validity of an iPOJO instance using a configuration property
|
| 97 |
|
Clement Escoffier | 7a87946 | 2010-07-03 15:23:31 +0000 | [diff] [blame] | 98 | Changes from the 1.6.2 to 1.6.4
|
| 99 | -------------------------------
|
| 100 | ** Improvement
|
| 101 | * [FELIX-2420] - Enum support for @Property annotation
|
| 102 | * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 103 | * [FELIX-2472] - Proxies should throw a runtime exception instead of a null pointer exception
|
| 104 |
|
| 105 | ** Bug
|
| 106 | * [FELIX-2561] - Properties set as required instead of optional in the component type descriptions
|
Clement Escoffier | 7a87946 | 2010-07-03 15:23:31 +0000 | [diff] [blame] | 107 |
|
Clement Escoffier | 162697b | 2010-05-12 08:01:59 +0000 | [diff] [blame] | 108 | Changes from the 1.6.0 to 1.6.2
|
| 109 | -------------------------------
|
| 110 | ** Bug
|
| 111 | * [FELIX-2308] - getService is called during the unregistration of a service.
|
| 112 | * [FELIX-2309] - Potential NPE when a service has abruptly in the smart proxies.
|
| 113 | * [FELIX-2323] - Unbind method should not be called during the invalidation process if the invalidation does not come from a service departure.
|
| 114 |
|
| 115 | ** Improvement
|
| 116 | * [FELIX-2296] - Access to ServiceReference in iPOJO service.
|
| 117 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 118 | Changes from the 1.4.0 to 1.6.0
|
| 119 | -------------------------------
|
| 120 | ** Bug
|
Clement Escoffier | 162697b | 2010-05-12 08:01:59 +0000 | [diff] [blame] | 121 | * [FELIX-1533] - Potential deadlock when stopping the underlying OSGi framework
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 122 | * [FELIX-1965] - iPojo component is made available regardless of exception during validate
|
| 123 | * [FELIX-2014] - Potential ClassCastException when a service property does not receive a value and is used in the constructor
|
| 124 | * [FELIX-2019] - The Property value is 'null' in the Architecture description, while the value is well assigned to the component's field.
|
| 125 | * [FELIX-2052] - Handler require callback are not called if the service (required) is registered before the instance of the handler has been started.
|
| 126 | * [FELIX-2093] - iPOJO doesn't always use the correct class loader
|
| 127 |
|
| 128 | ** Improvement
|
| 129 | * [FELIX-1425] - Service Proxy Mode
|
| 130 | * [FELIX-1426] - Service injection with Dynamic Proxies
|
| 131 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 132 | * [FELIX-1532] - Be able to set the iPOJO Log Level from BND
|
| 133 | * [FELIX-1741] - Allows the configuration handler description to retrieve the managed service PID
|
| 134 | * [FELIX-1854] - Allows instances to directly declares service.* properties (pid, ranking, vendor, description)
|
| 135 | * [FELIX-1885] - Ease CreationStrategy & iPOJOServiceFactory usage
|
| 136 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 137 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 138 | ** New Feature
|
| 139 | * [FELIX-2132] - Provides a way to control service exposition from the implementation class
|
| 140 |
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 141 |
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 142 | Changes from 1.2.0 to 1.4.0
|
| 143 | ---------------------------
|
| 144 | ** Bug
|
| 145 | * [FELIX-985] - iPOJO analyzes already installed bundle by holding a lock
|
| 146 | * [FELIX-1002] - iPOJO Static binding policy is not compliant with the Declarative Service static binding policy.
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 147 | * [FELIX-1318] - Case mismatch problem of iPOJO custom handler name
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 148 | ** Improvement
|
| 149 | * Update parent pom
|
| 150 | * [FELIX-936] - Allowing publishing class as services
|
| 151 | * [FELIX-966] - iPOJO: Better error reporting when getPojoObject return null
|
| 152 | * [FELIX-982] - Declare iPOJO as a singleton bundle to avoid multiple version of the runtime at the same time
|
| 153 | * [FELIX-1114] - callback after configuration change needed
|
| 154 | * [FELIX-1163] - Improve error message when an array cannot be created due to a classloading issue
|
| 155 | * [FELIX-1182] - iPOJO - reconfiguration : get all properties with the update callback
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 156 |
|
| 157 |
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 158 | Changes from 1.0.0 to 1.2.0
|
| 159 | ---------------------------
|
| 160 | ** Bug
|
| 161 | * [FELIX-797] - Composite Architecture contains duplicate instances
|
| 162 | * [FELIX-803] - iPOJO Core schema needs to be fixed
|
| 163 | * [FELIX-805] - Instance not created if the factory becomes valid later
|
| 164 | * [FELIX-866] - iPOJO Provides 'interface' attribute should be 'specifications'
|
| 165 |
|
| 166 | ** Improvement
|
| 167 | * [FELIX-787] - iPOJO logger log messages inside the log service and print them
|
| 168 | * [FELIX-796] - Allows enabling/disabling the internal event dispatcher
|
| 169 | * [FELIX-801] - Support service properties injection in bind/unbind callbacks
|
| 170 | * [FELIX-815] - Support optional properties
|
| 171 | * [FELIX-816] - Support comparator attribute with any service binding policy
|
| 172 | * [FELIX-818] - Implement the ServiceReference compareTo method
|
| 173 | * [FELIX-853] - Provide new service object creation strategies
|
| 174 | * New introspection API
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 175 |
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 176 | Changes from 0.8.0 to 1.0.0
|
| 177 | ---------------------------
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 178 | ** Bug
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 179 | * [FELIX-557] - Factories still living when a primitive component does not have its manipulation metadata
|
| 180 | * [FELIX-632] - Component are set to immediate despite they are already immediate
|
| 181 | * [FELIX-635] - Simplify factory name computation
|
| 182 | * [FELIX-628] - Architecture service should not publish the instance.name property
|
| 183 | * [FELIX-621] - Instances not disposed when instances creation failed
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 184 |
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 185 | ** Improvement
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 186 | * [FELIX-552] - ClassCastException when using services as dynamic proxies
|
| 187 | * [FELIX-555] - Error message in the iPOJO Extender could be more accurate when failing to get the bundle context
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 188 | * [FELIX-558] - Non caught NoClassDefFoundError when the instantiation of a Nullable object failed
|
| 189 | * [FELIX-603] - Improve iPOJO Arch service dependency description
|
| 190 | * [FELIX-626] - Allow specifying instance configuration containing empty dictionaries
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 191 | * [FELIX-629] - Allows instance configuration to declares complex properties
|
| 192 | * [FELIX-631] - Immediate Component Detection
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 193 | * [FELIX-633] - Factory creation should be done in another thread
|
| 194 | * [FELIX-634] - Improve error handling
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 195 | * [FELIX-655] - Add a 'from' attribute in the service dependencies
|
| 196 | * [FELIX-673] - Provide OBR description to iPOJO bundles
|
| 197 | * [FELIX-683] - Supporting lists and vectors in the service dependency management
|
| 198 | * [FELIX-686] - Supporting collections and set in the service dependency management
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 199 | * [FELIX-688] - Better error reporting when an instance creation failed
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 200 | * [FELIX-689] - Instance 'name' property should become 'instance.name'
|
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 201 | * [FELIX-716] - Provide XML schemas for iPOJO descriptors
|
| 202 | * [FELIX-732] - Duplicate instance created of a managed service
|
| 203 |
|
Clement Escoffier | 03b5118 | 2008-05-16 20:46:55 +0000 | [diff] [blame] | 204 | Version 0.8.0
|
| 205 | -------------
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 206 | * Initial release
|