decouple the generator from its runtime implementations
-------------------------------------------------------

                 Key: AUTOTAG-14
                 URL: https://issues.apache.org/jira/browse/AUTOTAG-14
             Project: Tiles Autotag
          Issue Type: Improvement
    Affects Versions: 1.0.0
            Reporter: Nicolas Le Bas


Currently the generated classes include several direct references to one of 3 
runtime libraries. Each of these depend heavily on its corresponding 
implentation of Tiles Request.

The attached patch decouples these by:
* providing an SPI to implement runtime libraries for autotag: the interface 
AutotagRuntime.
* limiting the direct references to a single one (an implementation of 
AutotagRuntime)
* making this reference configurable in maven-autotag-plugin.

That way autotag can be used with new implementations of Tiles Request.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to