Clement Escoffier | 7260982 | 2012-10-28 14:29:42 +0000 | [diff] [blame] | 1 | Changes from the 1.8.2 to 1.8.4
|
| 2 | --------------------------------
|
| 3 |
|
| 4 | ** Bug
|
| 5 | * [FELIX-3451] - "instance.name" attribute not recognized
|
| 6 | * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
|
| 7 | * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
|
| 8 | * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
|
| 9 | * [FELIX-3548] - Concurrent access during startup
|
| 10 | * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
|
| 11 | * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
|
| 12 | * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
|
| 13 | * [FELIX-3621] - Two dimensional array as argument to a method in a component
|
| 14 | * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
|
| 15 |
|
| 16 | ** Improvement
|
| 17 | * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
|
| 18 |
|
Clement Escoffier | 6353db7 | 2012-04-21 08:25:10 +0000 | [diff] [blame] | 19 | Changes from the 1.8.0 to 1.8.2
|
| 20 | -------------------------------
|
| 21 | ** Improvement
|
| 22 | * [FELIX-3380] - minor javadoc corrections in @Temporal annotation
|
| 23 |
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 24 | Changes from the 1.6.4 to 1.8.0
|
| 25 | -------------------------------
|
| 26 | ** Bug
|
| 27 | * [FELIX-2568] - Rename Transactionnal to Transactional
|
| 28 |
|
| 29 | ** Improvement
|
| 30 | * [FELIX-1428] - Constructor injection of Configuration properties
|
| 31 | * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
|
| 32 | * [FELIX-2621] - Rename annotations to remove collisions
|
| 33 | * [FELIX-2622] - Support static service properties that are not mirrored into fields
|
| 34 | * [FELIX-2624] - Support multiple whiteboards using annotations
|
| 35 | * [FELIX-2630] - Rename @Component attributes to follow the java naming conventions
|
| 36 | * [FELIX-2631] - Rename @Publisher and @Subscriber attributes to follow the java naming conventions
|
| 37 | * [FELIX-2633] - Rename JMX annotations
|
| 38 | * [FELIX-2634] - Rename the @Publisher annotation into @Publishes annotation to avoid collision
|
| 39 | * [FELIX-2666] - Rename the temporal handler annotation to avoid collision
|
| 40 | * [FELIX-2742] - Constructor injection of service dependencies
|
| 41 |
|
Clement Escoffier | 7a87946 | 2010-07-03 15:23:31 +0000 | [diff] [blame] | 42 | Changes from the 1.6.2 to 1.6.4
|
| 43 | -------------------------------
|
| 44 | ** Improvement
|
| 45 | * [FELIX-2420] - Enum support for @Property annotation
|
| 46 | * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 47 |
|
Clement Escoffier | 162697b | 2010-05-12 08:01:59 +0000 | [diff] [blame] | 48 | Changes from the 1.6.0 to 1.6.2
|
| 49 | -------------------------------
|
| 50 | ** Improvement
|
| 51 | * [FELIX-2296] - Access to ServiceReference in iPOJO service.
|
| 52 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 53 | Changes from the 1.4.0 to 1.6.0
|
| 54 | -------------------------------
|
| 55 | ** Bug
|
| 56 | * [FELIX-1557] - Cosmetic change of the Bundle-Name and Bundle-SymbolicName in iPOJO annotations.
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 57 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 58 | ** Improvement
|
| 59 | * [FELIX-1426] - Service injection with Dynamic Proxies
|
| 60 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 61 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 62 |
|
| 63 | ** New Feature
|
| 64 | * [FELIX-2132] - Provides a way to control service exposition from the implementation class
|
| 65 |
|
| 66 | ** Wish
|
| 67 | * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 68 |
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 69 | Changes from 1.2.0 to 1.4.0
|
| 70 | ---------------------------
|
| 71 | ** Bug
|
| 72 | * [FELIX-1319] - Issue in the metadata overriding analysis in iPOJO annotations
|
| 73 |
|
| 74 | ** Improvement
|
| 75 | * Update parent pom
|
| 76 |
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 77 |
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 78 | Changes from 1.0.0 to 1.2.0
|
| 79 | ---------------------------
|
| 80 | ** Improvement
|
| 81 | * [FELIX-825] - Provide annotation for iPojo JMX Handler
|
| 82 | * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
|
| 83 |
|
| 84 | ** Bug
|
| 85 | * [FELIX-867] - iPOJO @ServiceProperty can target method
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 86 | * [FELIX-868] - iPOJO @Component don't support factory methods
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 87 |
|
| 88 |
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 89 | Changes from 0.8.0 to 1.0.0
|
| 90 | ---------------------------
|
| 91 | ** Improvement
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 92 | * [FELIX-627] - Temporal dependency annotation
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 93 |
|
| 94 |
|
Clement Escoffier | 03b5118 | 2008-05-16 20:46:55 +0000 | [diff] [blame] | 95 | Version 0.8.0
|
| 96 | -------------
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 97 | * Initial release
|