[seam-issues] [JBoss JIRA] Updated: (SOLDER-102) Change way in which JBoss Logging is embedded
Ken Finnigan (JIRA)
jira-events at lists.jboss.org
Sun May 15 17:54:00 EDT 2011
[ https://issues.jboss.org/browse/SOLDER-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ken Finnigan updated SOLDER-102:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/seam/solder/pull/32
> Change way in which JBoss Logging is embedded
> ---------------------------------------------
>
> Key: SOLDER-102
> URL: https://issues.jboss.org/browse/SOLDER-102
> Project: Seam Solder
> Issue Type: Enhancement
> Components: Logging
> Reporter: Ken Finnigan
> Assignee: Ken Finnigan
>
> Several things need to be done to make the incorporation of JBoss Logging in Solder better:
> 1) Remove the hard import of JBoss Logging and move to a model of shading it into solder
> 2) As part of 1, move it to a solder package name, such as org.jboss.seam.solder.logging.internal
> 3) Create/Update equivalent annotation classes to JBoss Logging directly in Solder (if no new annotations this may simply be updating the existing ones in Solder to latest Logging versions)
> 4) Create a Solder Logger that delegates to the imported JBoss Logger. This enables Seam and app devs to use this logger, while underneath it is actually the JBoss Logger
> 5) Update the Extension and producers for logging to use the new Logger.
> This will help prevent class clashes when running in JBoss AS, and provide a way for us to extend the functionality of the logging annotations for our purposes without impacting the core Logger.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list