[ https://issues.apache.org/jira/browse/FELIX-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pierre Bourret closed FELIX-1302. --------------------------------- The behaviour of the corrected manipulator have been tested and approved. Closing issue... > Manipulator never ignore annotations > ------------------------------------ > > Key: FELIX-1302 > URL: https://issues.apache.org/jira/browse/FELIX-1302 > Project: Felix > Issue Type: Bug > Components: iPOJO > Affects Versions: iPOJO-1.2.0 > Environment: All > Reporter: Pierre Bourret > Priority: Minor > Fix For: iPOJO-1.4.0 > > Original Estimate: 0h > Remaining Estimate: 0h > > The manipulator seems to always process annotations, even when the user > explicitly indicate to ignore them (via the iPOJO ant or maven plugin). > The org.apache.felix.ipojo.manipulator.Pojoization class has a private > m_ignoreAnnotations boolean field, that is initialized to false (Java default > value). The only method that modify this field is setAnnotationProcessing, > that takes no parameters and > set (unthinking) the field to false. > This method should take a boolean parameter indicating if the annotations > must be processed or ignored. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.