You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Dominik Przybysz (JIRA)" <ji...@apache.org> on 2016/06/12 11:09:20 UTC

[jira] [Created] (ARIES-1570) Prepare extension machanism in blueprint maven plugin

Dominik Przybysz created ARIES-1570:
---------------------------------------

             Summary: Prepare extension machanism in blueprint maven plugin
                 Key: ARIES-1570
                 URL: https://issues.apache.org/jira/browse/ARIES-1570
             Project: Aries
          Issue Type: Improvement
          Components: Blueprint
    Affects Versions: blueprint-maven-plugin-1.4.0
            Reporter: Dominik Przybysz
            Assignee: Dominik Przybysz
             Fix For: blueprint-maven-plugin-1.5.0


Goals:
- create SPI for processing external annotations on classes, methods, constructors, fields 
- move Spring annotation handling to separate package and let it implement SPI
- move bleurpint plugin core (handling javax.** annotations and maven specific parts) to separate package - impl

Packages structures should look like:
- core
- spi
- spring

core package will use only spi package and will not use/know classes from spring package.
spring package will not use core clases, it will only implement interfaces from spi package.

All currently green tests should pass after these changes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)