Clement Escoffier | f4a9e9a | 2014-12-16 10:38:30 +0000 | [diff] [blame] | 1 | Changes from the 1.12.0 to 1.12.1
|
| 2 | ---------------------------------
|
| 3 |
|
| 4 | ** Bug
|
| 5 | * [FELIX-4612] - @PostRegistration is not being called
|
| 6 | * [FELIX-4620] - Warning should be removed when @Configuration is used
|
| 7 | * [FELIX-4668] - Can not use @Stereotype annotated annotation from another bundle (unless its package is included or re-exported)
|
| 8 | * [FELIX-4725] - Inner Class Manipulation uses the wrong 'access level'
|
| 9 |
|
Clement Escoffier | 8846a96 | 2014-05-12 09:32:31 +0000 | [diff] [blame] | 10 | Changes from the 1.11.2 to 1.12.0
|
| 11 | ---------------------------------
|
| 12 |
|
| 13 | ** Improvement
|
| 14 | * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
|
| 15 |
|
| 16 | ** New Feature
|
| 17 | * [FELIX-4476] - Java 8 Support
|
| 18 |
|
| 19 | ** Sub-task
|
| 20 | * [FELIX-4508] - Update to ASM 5.0.2
|
| 21 | * [FELIX-4509] - Change the frame computation strategy
|
| 22 |
|
Clement Escoffier | a7a9fb8 | 2014-03-10 19:10:38 +0000 | [diff] [blame] | 23 | Changes from the 1.11.1 to 1.11.2
|
| 24 | ---------------------------------
|
| 25 |
|
| 26 | ** Bug
|
| 27 | * [FELIX-4453] - Introduce manipulator BOM (Bill of Material)
|
| 28 |
|
| 29 | ** Improvement
|
| 30 | * [FELIX-4454] - Online manipulator should be able to take advantage of Stereotypes
|
| 31 |
|
Clement Escoffier | 17ffca9 | 2014-01-19 15:36:12 +0000 | [diff] [blame] | 32 | Changes from the 1.11.0 to 1.11.1
|
| 33 | ---------------------------------
|
| 34 |
|
| 35 | ** Bug
|
| 36 | * [FELIX-4340] - Flex iPOJO online manipulator error if metadata.xml file not supplied
|
| 37 | * [FELIX-4347] - should ignore inner classes that are assigned to static fields
|
| 38 |
|
Clement Escoffier | 2ed091c | 2013-10-06 14:11:29 +0000 | [diff] [blame] | 39 | Changes from the 1.10.1 to 1.11.0
|
| 40 | ---------------------------------
|
| 41 |
|
| 42 | ** Bug
|
| 43 | * [FELIX-4021] - maven-ipojo-plugin fails on WAR packaging
|
Clement Escoffier | 2ed091c | 2013-10-06 14:11:29 +0000 | [diff] [blame] | 44 | * [FELIX-4219] - Variables named not stored in bytecode for constructors during manipulation
|
| 45 | * [FELIX-4247] - Memory leak with ServiceUsage and inner class (Listener style)
|
| 46 |
|
| 47 | ** Improvement
|
| 48 | * [FELIX-4112] - Add meta annotations for handler description
|
| 49 | * [FELIX-4269] - Introduce an enumeration to configure binding policy from the annotation
|
| 50 |
|
| 51 | ** Task
|
| 52 | * [FELIX-4134] - Move integration-tests to the reactor
|
| 53 | * [FELIX-4151] - Fix mistakes in the javadoc tags
|
| 54 | * [FELIX-4155] - Update bnd-ipojo-plugin for bndlib 2.x
|
| 55 | * [FELIX-4156] - Fix versions of maven plugins
|
| 56 | * [FELIX-4270] - Bump iPOJO package version to 1.11.0
|
| 57 |
|
| 58 | ** Sub-task
|
| 59 | * [FELIX-4253] - Add methods from inner classes in the metadata collected during the manipulation
|
| 60 | * [FELIX-4254] - Specify the method id of methods from inner class
|
| 61 | * [FELIX-4255] - Extend the inner class manipulation to allow method interception
|
| 62 | * [FELIX-4256] - Avoid manipulation native and static methods from inner classes
|
| 63 |
|
Clement Escoffier | 133c3c0 | 2013-06-15 07:25:56 +0000 | [diff] [blame] | 64 | Changes from the 1.10.0 to 1.10.1
|
| 65 | ---------------------------------
|
| 66 |
|
| 67 | ** Bug
|
| 68 | * [FELIX-4077] - Fix documentation urls in maven projects
|
| 69 | * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations
|
| 70 | * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern
|
| 71 | * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute
|
| 72 |
|
| 73 | ** Improvement
|
| 74 | * [FELIX-4094] - Recognize add/remove method naming pattern
|
| 75 |
|
| 76 | ** New Feature
|
| 77 | * [FELIX-4095] - Add CDI-like @Stereotype
|
| 78 |
|
| 79 | ** Task
|
| 80 | * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project
|
| 81 | * [FELIX-4103] - Skip deployment of it-tests
|
| 82 | * [FELIX-4104] - Do not run integration-tests in the default build
|
| 83 |
|
| 84 | Changes from 1.8.6 to 1.10.0
|
Clement Escoffier | fe1775d | 2013-05-13 12:54:07 +0000 | [diff] [blame] | 85 | ----------------------------
|
| 86 |
|
| 87 | ** Bug
|
| 88 | * [FELIX-3451] - "instance.name" attribute not recognized
|
| 89 | * [FELIX-3843] - ClassCastException when listing service properties of a non-ComponentFactory Factory service
|
| 90 | * [FELIX-3895] - iPOJO instance is not shown (with the "arch" commands) if constructor is failing
|
| 91 | * [FELIX-3896] - Null reference are injected with @Bind(optional=false) method on iPOJO components
|
| 92 | * [FELIX-3918] - iPOJO Logger cannot be dynamically configured on Equinox and KF
|
| 93 | * [FELIX-3919] - iPOJO Proxies strategy cannot be configured dynamically on Equinox and KF
|
| 94 | * [FELIX-3920] - Creation Strategy does not work on KF3
|
| 95 | * [FELIX-3974] - Properties cannot be set as immutable using annotations
|
| 96 | * [FELIX-3995] - Missing options in Bind annotation
|
| 97 | * [FELIX-4041] - Properties starting with . should not be propagated
|
| 98 | * [FELIX-4048] - @Requires handler does not fail when no specification can be found
|
| 99 | * [FELIX-4053] - Avoid @StaticServiceProperty to be used on classes
|
| 100 | * [FELIX-4054] - Use current factory version to generate instance name if required
|
| 101 |
|
| 102 | ** Improvement
|
| 103 | * [FELIX-3860] - factories and instances iPOJO gogo commands should show the "public=false" instances/factories
|
| 104 | * [FELIX-3932] - Allow dependency filter's to get context-source variables
|
| 105 | * [FELIX-4040] - Implement config admin support to handle binding location properly
|
| 106 | * [FELIX-4045] - Chain Exceptions when possible
|
| 107 |
|
| 108 | ** New Feature
|
| 109 | * [FELIX-4034] - Instance configuration DSL
|
| 110 |
|
| 111 | ** Task
|
| 112 | * [FELIX-3892] - Upgrade runtime codebase to Java 5
|
| 113 | * [FELIX-3903] - Migrate tests to pax exam 3
|
| 114 | * [FELIX-3921] - Update pom to latest Felix's parent
|
| 115 | * [FELIX-3948] - Define a new extender model
|
| 116 | * [FELIX-3978] - Check that we don't use java 6+ API
|
| 117 |
|
| 118 | ** Wish
|
| 119 | * [FELIX-3926] - Provide metadata for the Extender namespace
|
| 120 |
|
| 121 | Changes from the 1.8.4 to 1.8.6
|
| 122 | -------------------------------
|
| 123 |
|
| 124 | ** Bug
|
| 125 | * [FELIX-3742] - Implementing class fails to load unless super interface's (interface extended by implemented interface) package is imported.
|
| 126 | * [FELIX-3789] - Deadlock due to synchronization on INSTANCE_NAME
|
| 127 | * [FELIX-3819] - The export directive of iPOJO is wrong
|
| 128 |
|
Clement Escoffier | 7260982 | 2012-10-28 14:29:42 +0000 | [diff] [blame] | 129 | Changes from the 1.8.2 to 1.8.4
|
| 130 | --------------------------------
|
| 131 |
|
| 132 | ** Bug
|
| 133 | * [FELIX-3451] - "instance.name" attribute not recognized
|
| 134 | * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
|
| 135 | * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
|
| 136 | * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
|
| 137 | * [FELIX-3548] - Concurrent access during startup
|
| 138 | * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
|
| 139 | * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
|
| 140 | * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
|
| 141 | * [FELIX-3621] - Two dimensional array as argument to a method in a component
|
| 142 | * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
|
| 143 |
|
| 144 | ** Improvement
|
| 145 | * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
|
| 146 |
|
Clement Escoffier | 6353db7 | 2012-04-21 08:25:10 +0000 | [diff] [blame] | 147 | Changes from the 1.8.0 to 1.8.2
|
| 148 | -------------------------------
|
| 149 | ** Improvement
|
| 150 | * [FELIX-3380] - minor javadoc corrections in @Temporal annotation
|
| 151 |
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 152 | Changes from the 1.6.4 to 1.8.0
|
| 153 | -------------------------------
|
| 154 | ** Bug
|
| 155 | * [FELIX-2568] - Rename Transactionnal to Transactional
|
| 156 |
|
| 157 | ** Improvement
|
| 158 | * [FELIX-1428] - Constructor injection of Configuration properties
|
| 159 | * [FELIX-2620] - Change iPojo annotation parameters to follow java naming conventions
|
| 160 | * [FELIX-2621] - Rename annotations to remove collisions
|
| 161 | * [FELIX-2622] - Support static service properties that are not mirrored into fields
|
| 162 | * [FELIX-2624] - Support multiple whiteboards using annotations
|
| 163 | * [FELIX-2630] - Rename @Component attributes to follow the java naming conventions
|
| 164 | * [FELIX-2631] - Rename @Publisher and @Subscriber attributes to follow the java naming conventions
|
| 165 | * [FELIX-2633] - Rename JMX annotations
|
| 166 | * [FELIX-2634] - Rename the @Publisher annotation into @Publishes annotation to avoid collision
|
| 167 | * [FELIX-2666] - Rename the temporal handler annotation to avoid collision
|
| 168 | * [FELIX-2742] - Constructor injection of service dependencies
|
| 169 |
|
Clement Escoffier | 7a87946 | 2010-07-03 15:23:31 +0000 | [diff] [blame] | 170 | Changes from the 1.6.2 to 1.6.4
|
| 171 | -------------------------------
|
| 172 | ** Improvement
|
| 173 | * [FELIX-2420] - Enum support for @Property annotation
|
| 174 | * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 175 |
|
Clement Escoffier | 162697b | 2010-05-12 08:01:59 +0000 | [diff] [blame] | 176 | Changes from the 1.6.0 to 1.6.2
|
| 177 | -------------------------------
|
| 178 | ** Improvement
|
| 179 | * [FELIX-2296] - Access to ServiceReference in iPOJO service.
|
| 180 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 181 | Changes from the 1.4.0 to 1.6.0
|
| 182 | -------------------------------
|
| 183 | ** Bug
|
| 184 | * [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] | 185 |
|
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 186 | ** Improvement
|
| 187 | * [FELIX-1426] - Service injection with Dynamic Proxies
|
| 188 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 189 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 190 |
|
| 191 | ** New Feature
|
| 192 | * [FELIX-2132] - Provides a way to control service exposition from the implementation class
|
| 193 |
|
| 194 | ** Wish
|
| 195 | * [FELIX-1940] - Add @Instance annotation to declare instances without metadata.xml
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 196 |
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 197 | Changes from 1.2.0 to 1.4.0
|
| 198 | ---------------------------
|
| 199 | ** Bug
|
| 200 | * [FELIX-1319] - Issue in the metadata overriding analysis in iPOJO annotations
|
| 201 |
|
| 202 | ** Improvement
|
| 203 | * Update parent pom
|
| 204 |
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 205 |
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 206 | Changes from 1.0.0 to 1.2.0
|
| 207 | ---------------------------
|
| 208 | ** Improvement
|
| 209 | * [FELIX-825] - Provide annotation for iPojo JMX Handler
|
| 210 | * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
|
| 211 |
|
| 212 | ** Bug
|
| 213 | * [FELIX-867] - iPOJO @ServiceProperty can target method
|
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 214 | * [FELIX-868] - iPOJO @Component don't support factory methods
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 215 |
|
| 216 |
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 217 | Changes from 0.8.0 to 1.0.0
|
| 218 | ---------------------------
|
| 219 | ** Improvement
|
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 220 | * [FELIX-627] - Temporal dependency annotation
|
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 221 |
|
| 222 |
|
Clement Escoffier | 03b5118 | 2008-05-16 20:46:55 +0000 | [diff] [blame] | 223 | Version 0.8.0
|
| 224 | -------------
|
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 225 | * Initial release
|