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