[jboss-jira] [JBoss JIRA] (JBLOGGING-49) Relocate @Messages and @MessageBundle to i18n package
James Perkins (JIRA)
issues at jboss.org
Sat Nov 8 11:08:30 EST 2014
[ https://issues.jboss.org/browse/JBLOGGING-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated JBLOGGING-49:
-----------------------------------
Fix Version/s: 3.0.0.GA
> Relocate @Messages and @MessageBundle to i18n package
> -----------------------------------------------------
>
> Key: JBLOGGING-49
> URL: https://issues.jboss.org/browse/JBLOGGING-49
> Project: JBoss Logging
> Issue Type: Feature Request
> Affects Versions: 3.0.0.Beta4-jboss-logging
> Reporter: Dan Allen
> Assignee: David Lloyd
> Fix For: 3.0.0.GA
>
>
> The message bundle facility in JBoss Logging is generally useful. In fact, we are planning on using it as a foundation for comprehensive i18n support in Seam 3. However, developers are going to be very standoff-ish if they have to import the @Messages and @MessageBundle annotations from a logging package (org.jboss.logging). I suggest moving them to the org.jboss.i18n package, though keeping it part of the JBoss Logging project since that will remain a foundation library and to stick to 1 JAR.
> Actual:
> org.jboss.logging.Messages
> org.jboss.logging.MessageBundle
> Proposed:
> org.jboss.i18n.Messages
> org.jboss.i18n.MessageBundle
> Relocate any other types as necessary.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the jboss-jira
mailing list