Clement Escoffier | 133c3c0 | 2013-06-15 07:25:56 +0000 | [diff] [blame] | 1 | Changes from the 1.10.0 to 1.10.1
|
| 2 | ---------------------------------
|
| 3 |
|
| 4 | ** Bug
|
| 5 | * [FELIX-4077] - Fix documentation urls in maven projects
|
| 6 | * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations
|
| 7 | * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern
|
| 8 | * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute
|
| 9 |
|
| 10 | ** Improvement
|
| 11 | * [FELIX-4094] - Recognize add/remove method naming pattern
|
| 12 |
|
| 13 | ** New Feature
|
| 14 | * [FELIX-4095] - Add CDI-like @Stereotype
|
| 15 |
|
| 16 | ** Task
|
| 17 | * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project
|
| 18 | * [FELIX-4103] - Skip deployment of it-tests
|
| 19 | * [FELIX-4104] - Do not run integration-tests in the default build
|
| 20 |
|
| 21 | Changes from 1.8.6 to 1.10.0
|
Clement Escoffier | fe1775d | 2013-05-13 12:54:07 +0000 | [diff] [blame] | 22 | ----------------------------
|
| 23 |
|
| 24 | ** Bug
|
| 25 | * [FELIX-3451] - "instance.name" attribute not recognized
|
| 26 | * [FELIX-3843] - ClassCastException when listing service properties of a non-ComponentFactory Factory service
|
| 27 | * [FELIX-3895] - iPOJO instance is not shown (with the "arch" commands) if constructor is failing
|
| 28 | * [FELIX-3896] - Null reference are injected with @Bind(optional=false) method on iPOJO components
|
| 29 | * [FELIX-3918] - iPOJO Logger cannot be dynamically configured on Equinox and KF
|
| 30 | * [FELIX-3919] - iPOJO Proxies strategy cannot be configured dynamically on Equinox and KF
|
| 31 | * [FELIX-3920] - Creation Strategy does not work on KF3
|
| 32 | * [FELIX-3974] - Properties cannot be set as immutable using annotations
|
| 33 | * [FELIX-3995] - Missing options in Bind annotation
|
| 34 | * [FELIX-4041] - Properties starting with . should not be propagated
|
| 35 | * [FELIX-4048] - @Requires handler does not fail when no specification can be found
|
| 36 | * [FELIX-4053] - Avoid @StaticServiceProperty to be used on classes
|
| 37 | * [FELIX-4054] - Use current factory version to generate instance name if required
|
| 38 |
|
| 39 | ** Improvement
|
| 40 | * [FELIX-3860] - factories and instances iPOJO gogo commands should show the "public=false" instances/factories
|
| 41 | * [FELIX-3932] - Allow dependency filter's to get context-source variables
|
| 42 | * [FELIX-4040] - Implement config admin support to handle binding location properly
|
| 43 | * [FELIX-4045] - Chain Exceptions when possible
|
| 44 |
|
| 45 | ** New Feature
|
| 46 | * [FELIX-4034] - Instance configuration DSL
|
| 47 |
|
| 48 | ** Task
|
| 49 | * [FELIX-3892] - Upgrade runtime codebase to Java 5
|
| 50 | * [FELIX-3903] - Migrate tests to pax exam 3
|
| 51 | * [FELIX-3921] - Update pom to latest Felix's parent
|
| 52 | * [FELIX-3948] - Define a new extender model
|
| 53 | * [FELIX-3978] - Check that we don't use java 6+ API
|
| 54 |
|
| 55 | ** Wish
|
| 56 | * [FELIX-3926] - Provide metadata for the Extender namespace
|
| 57 |
|
| 58 | Changes from the 1.8.4 to 1.8.6
|
| 59 | -------------------------------
|
| 60 |
|
| 61 | ** Bug
|
| 62 | * [FELIX-3742] - Implementing class fails to load unless super interface's (interface extended by implemented interface) package is imported.
|
| 63 | * [FELIX-3789] - Deadlock due to synchronization on INSTANCE_NAME
|
| 64 | * [FELIX-3819] - The export directive of iPOJO is wrong
|
| 65 |
|
Clement Escoffier | 7260982 | 2012-10-28 14:29:42 +0000 | [diff] [blame] | 66 | Changes from the 1.8.2 to 1.8.4
|
| 67 | --------------------------------
|
| 68 |
|
| 69 | ** Bug
|
| 70 | * [FELIX-3451] - "instance.name" attribute not recognized
|
| 71 | * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
|
| 72 | * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
|
| 73 | * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
|
| 74 | * [FELIX-3548] - Concurrent access during startup
|
| 75 | * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
|
| 76 | * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
|
| 77 | * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
|
| 78 | * [FELIX-3621] - Two dimensional array as argument to a method in a component
|
| 79 | * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
|
| 80 |
|
| 81 | ** Improvement
|
| 82 | * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
|
| 83 |
|
Clement Escoffier | 6353db7 | 2012-04-21 08:25:10 +0000 | [diff] [blame] | 84 | Changes from the 1.8.0 to 1.8.2
|
| 85 | -------------------------------
|
| 86 | ** Improvement
|
| 87 | * [FELIX-3380] - minor javadoc corrections in @Temporal annotation
|
| 88 |
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 89 | Changes from the 1.6.4 to 1.8.0
|
| 90 | -------------------------------
|
| 91 | ** Bug
|
| 92 | * [FELIX-2568] - Rename Transactionnal to Transactional
|
| 93 |
|
| 94 | ** Improvement
|
| 95 | * [FELIX-1428] - Constructor injection of Configuration properties
|
| 96 | * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
|
| 97 | * [FELIX-2621] - Rename annotations to remove collisions
|
| 98 | * [FELIX-2622] - Support static service properties that are not mirrored into fields
|
| 99 | * [FELIX-2624] - Support multiple whiteboards using annotations
|
| 100 | * [FELIX-2630] - Rename @Component attributes to follow the java naming conventions
|
| 101 | * [FELIX-2631] - Rename @Publisher and @Subscriber attributes to follow the java naming conventions
|
| 102 | * [FELIX-2633] - Rename JMX annotations
|
| 103 | * [FELIX-2634] - Rename the @Publisher annotation into @Publishes annotation to avoid collision
|
| 104 | * [FELIX-2666] - Rename the temporal handler annotation to avoid collision
|
| 105 | * [FELIX-2742] - Constructor injection of service dependencies
|
| 106 |
|
Clement Escoffier | 7a87946 | 2010-07-03 15:23:31 +0000 | [diff] [blame] | 107 | Changes from the 1.6.2 to 1.6.4
|
| 108 | -------------------------------
|
| 109 | ** Improvement
|
| 110 | * [FELIX-2420] - Enum support for @Property annotation
|
| 111 | * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 112 |
|
Clement Escoffier | 162697b | 2010-05-12 08:01:59 +0000 | [diff] [blame] | 113 | Changes from the 1.6.0 to 1.6.2
|
| 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
|
| 121 | * [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] | 122 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 123 | ** Improvement
|
| 124 | * [FELIX-1426] - Service injection with Dynamic Proxies
|
| 125 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 126 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 127 |
|
| 128 | ** New Feature
|
| 129 | * [FELIX-2132] - Provides a way to control service exposition from the implementation class
|
| 130 |
|
| 131 | ** Wish
|
| 132 | * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 133 |
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 134 | Changes from 1.2.0 to 1.4.0
|
| 135 | ---------------------------
|
| 136 | ** Bug
|
| 137 | * [FELIX-1319] - Issue in the metadata overriding analysis in iPOJO annotations
|
| 138 |
|
| 139 | ** Improvement
|
| 140 | * Update parent pom
|
| 141 |
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 142 |
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 143 | Changes from 1.0.0 to 1.2.0
|
| 144 | ---------------------------
|
| 145 | ** Improvement
|
| 146 | * [FELIX-825] - Provide annotation for iPojo JMX Handler
|
| 147 | * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
|
| 148 |
|
| 149 | ** Bug
|
| 150 | * [FELIX-867] - iPOJO @ServiceProperty can target method
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 151 | * [FELIX-868] - iPOJO @Component don't support factory methods
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 152 |
|
| 153 |
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 154 | Changes from 0.8.0 to 1.0.0
|
| 155 | ---------------------------
|
| 156 | ** Improvement
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 157 | * [FELIX-627] - Temporal dependency annotation
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 158 |
|
| 159 |
|
Clement Escoffier | 03b5118 | 2008-05-16 20:46:55 +0000 | [diff] [blame] | 160 | Version 0.8.0
|
| 161 | -------------
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 162 | * Initial release
|