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