Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 1 | Changes from the 1.6.4 to 1.8.0
|
| 2 | -------------------------------
|
| 3 | ** Bug
|
| 4 | * [FELIX-2568] - Rename Transactionnal to Transactional
|
| 5 |
|
| 6 | ** Improvement
|
| 7 | * [FELIX-1428] - Constructor injection of Configuration properties
|
| 8 | * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
|
| 9 | * [FELIX-2621] - Rename annotations to remove collisions
|
| 10 | * [FELIX-2622] - Support static service properties that are not mirrored into fields
|
| 11 | * [FELIX-2624] - Support multiple whiteboards using annotations
|
| 12 | * [FELIX-2630] - Rename @Component attributes to follow the java naming conventions
|
| 13 | * [FELIX-2631] - Rename @Publisher and @Subscriber attributes to follow the java naming conventions
|
| 14 | * [FELIX-2633] - Rename JMX annotations
|
| 15 | * [FELIX-2634] - Rename the @Publisher annotation into @Publishes annotation to avoid collision
|
| 16 | * [FELIX-2666] - Rename the temporal handler annotation to avoid collision
|
| 17 | * [FELIX-2742] - Constructor injection of service dependencies
|
| 18 |
|
Clement Escoffier | 7a87946 | 2010-07-03 15:23:31 +0000 | [diff] [blame] | 19 | Changes from the 1.6.2 to 1.6.4
|
| 20 | -------------------------------
|
| 21 | ** Improvement
|
| 22 | * [FELIX-2420] - Enum support for @Property annotation
|
| 23 | * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 24 |
|
Clement Escoffier | 162697b | 2010-05-12 08:01:59 +0000 | [diff] [blame] | 25 | Changes from the 1.6.0 to 1.6.2
|
| 26 | -------------------------------
|
| 27 | ** Improvement
|
| 28 | * [FELIX-2296] - Access to ServiceReference in iPOJO service.
|
| 29 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 30 | Changes from the 1.4.0 to 1.6.0
|
| 31 | -------------------------------
|
| 32 | ** Bug
|
| 33 | * [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] | 34 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 35 | ** Improvement
|
| 36 | * [FELIX-1426] - Service injection with Dynamic Proxies
|
| 37 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 38 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 39 |
|
| 40 | ** New Feature
|
| 41 | * [FELIX-2132] - Provides a way to control service exposition from the implementation class
|
| 42 |
|
| 43 | ** Wish
|
| 44 | * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 45 |
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 46 | Changes from 1.2.0 to 1.4.0
|
| 47 | ---------------------------
|
| 48 | ** Bug
|
| 49 | * [FELIX-1319] - Issue in the metadata overriding analysis in iPOJO annotations
|
| 50 |
|
| 51 | ** Improvement
|
| 52 | * Update parent pom
|
| 53 |
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 54 |
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 55 | Changes from 1.0.0 to 1.2.0
|
| 56 | ---------------------------
|
| 57 | ** Improvement
|
| 58 | * [FELIX-825] - Provide annotation for iPojo JMX Handler
|
| 59 | * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
|
| 60 |
|
| 61 | ** Bug
|
| 62 | * [FELIX-867] - iPOJO @ServiceProperty can target method
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 63 | * [FELIX-868] - iPOJO @Component don't support factory methods
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 64 |
|
| 65 |
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 66 | Changes from 0.8.0 to 1.0.0
|
| 67 | ---------------------------
|
| 68 | ** Improvement
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 69 | * [FELIX-627] - Temporal dependency annotation
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 70 |
|
| 71 |
|
Clement Escoffier | 03b5118 | 2008-05-16 20:46:55 +0000 | [diff] [blame] | 72 | Version 0.8.0
|
| 73 | -------------
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 74 | * Initial release
|