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 the 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-3827] - Error in bbd-ipojo-plugin of manipulating jar with embedded dependencies with maven bundle plugin + bnd-ipojo-plugin
|
| 89 | * [FELIX-3900] - @HandlerDeclaration do not convert DOM Attributes to iPOJO Attributes correctly
|
| 90 | * [FELIX-3938] - maven-ipojo-plugin does not behave as bnd-ipojo-plugin
|
| 91 | * [FELIX-3974] - Properties cannot be set as immutable using annotations
|
| 92 | * [FELIX-3995] - Missing options in Bind annotation
|
| 93 | * [FELIX-4027] - The iPOJO Ant task requires org.objectweb.asm.tree
|
| 94 | * [FELIX-4046] - Inner class manipulation fails with expanded frames
|
| 95 | * [FELIX-4052] - Instance declaration not created correctly when using @Instantiate if the @Component specifies a name
|
| 96 |
|
| 97 | ** Improvement
|
| 98 | * [FELIX-3286] - Update POM to use the new parent
|
| 99 | * [FELIX-3452] - Extending maven-ipojo-plugin with directoryManipulation support.
|
| 100 | * [FELIX-3749] - Refactor the manipulator for better (and extensible) annotation support
|
| 101 | * [FELIX-3837] - PojoizationPlugin should be more extensible
|
| 102 | * [FELIX-3901] - Avoid converting Xml namespace declaration with @HandlerDeclaration
|
| 103 | * [FELIX-3927] - Exclude iPOJO 2.0 packages during manipulation
|
| 104 |
|
| 105 | ** New Feature
|
| 106 | * [FELIX-3699] - Allow annotations to handle custom component definitions.
|
| 107 | * [FELIX-4059] - Provide a CLI tool to manipulate iPOJO bundles
|
| 108 |
|
| 109 | ** Task
|
| 110 | * [FELIX-3903] - Migrate tests to pax exam 3
|
| 111 | * [FELIX-3921] - Update pom to latest Felix's parent
|
| 112 | * [FELIX-3976] - Move the online manipulator out of the core bundle
|
| 113 |
|
Clement Escoffier | 4f2609b | 2013-03-20 07:35:37 +0000 | [diff] [blame] | 114 | Changes from the 1.4.2 to 1.6.0
|
| 115 | -------------------------------
|
| 116 | ** Improvement
|
| 117 | * [FELIX-1427] - Service injection with Smart Proxies
|
| 118 | * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
|
| 119 |
|
| 120 |
|
| 121 | Changes from the 1.4.0 to 1.4.2
|
| 122 | -------------------------------
|
| 123 | ** Bug
|
| 124 | * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored
|
| 125 |
|
| 126 |
|
| 127 | Version 1.4.0
|
| 128 | -------------
|
| 129 | ** Improvement
|
| 130 | * Update parent pom
|
| 131 | * Initial commit
|
| 132 |
|
| 133 |
|