blob: 259b04aeb4659d5f5b8a259532f00d1ceb9d0ce9 [file] [log] [blame]
Clement Escoffier590ebbb2013-06-15 07:19:01 +00001Changes from 1.1.0 to 1.10.1
2-----------------------------
3
4Important: The iPOJO's gogo commands were moved to the iPOJO runtime project.
5
6** Bug
7 * [FELIX-4072] - onGet and onSet methods do not provide the reference on the pojo object
8 * [FELIX-4076] - Useless locking on getRequiredHandler
9 * [FELIX-4077] - Fix documentation urls in maven projects
10 * [FELIX-4089] - Extender do not deactivate managed components when stopped
11 * [FELIX-4096] - NPE when retrieve required and missing handler on a disposed factory
12 * [FELIX-4105] - Factories not disposed when their bundle is leaving
13 * [FELIX-4106] - Defensive service registration and update
14 * [FELIX-4108] - Deadlock in the new extender
15 * [FELIX-4109] - ComponentTypeDescription.addProperty() ignore immutable parameter
16 * [FELIX-4113] - Factories not disposed when the extension provider is leaving
17 * [FELIX-4114] - iPOJO ProvidedServiceDescription does not expose policy & CreationStrategy
18 * [FELIX-4123] - Deadlock in new extender because of factory lock used in removedService
19 * [FELIX-4127] - Configuration tracker bug when starting and stopping iPOJO successively
20 * [FELIX-4129] - Cannot change the optionality of a dependency
21
22** Improvement
23 * [FELIX-1430] - Notification mechanism on bind/unbind events
24 * [FELIX-4073] - PrimitiveHandler.attach(ComponentInstance) is final
25 * [FELIX-4119] - Allow customization of DependencyHandler created Callbacks
26
27** New Feature
28 * [FELIX-4116] - Ability to listen for component service dependencies, providings, configuration properties, ...
29 * [FELIX-4120] - Allow external entity to interact during the service resolution
30 * [FELIX-4125] - Provide 'components' and 'component' commands
31 * [FELIX-4130] - Allow retrieving the component instance from the instance description
32 * [FELIX-4131] - Explicitly set configuration's location when the configuration is null
33
34** Task
35 * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project
36 * [FELIX-4103] - Skip deployment of it-tests
37 * [FELIX-4104] - Do not run integration-tests in the default build
38 * [FELIX-4124] - Move arch-gogo to runtime
39
Clement Escoffierf2bfd6d2013-05-15 16:17:44 +000040Version 1.1.0
41-------------
42** Bug
43 * [FELIX-3895] - iPOJO instance is not shown (with the "arch" commands) if constructor is failing
44
45** Improvement
46 * [FELIX-3860] - factories and instances iPOJO gogo commands should show the "public=false" instances/factories
47
48** Task
49 * [FELIX-3921] - Update pom to latest Felix's parent
50
Clement Escoffier09480732010-09-28 16:38:03 +000051Version 1.0.1
52-------------
Clement Escoffier78559132010-09-28 16:39:02 +000053** Bug
Clement Escoffier09480732010-09-28 16:38:03 +000054 * [FELIX-2632] Arch Gogo is not compatible with the new gogo (0.6.1)
55
Clement Escoffier162697b2010-05-12 08:01:59 +000056Version 1.0.0
57-------------
Clement Escoffier09480732010-09-28 16:38:03 +000058 * Initial release