[jboss-jira] [JBoss JIRA] (AS7-3323) Apply properties to modules to distinguish public and non-public APIs
David Lloyd (JIRA)
jira-events at lists.jboss.org
Mon Jan 16 12:27:18 EST 2012
[ https://issues.jboss.org/browse/AS7-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659619#comment-12659619 ]
David Lloyd commented on AS7-3323:
----------------------------------
At deploy time, the property of each deployment dependency module is to be checked. If it is not public, a warning shall be issued. A different message is logged for unsupported versus private, each in a separate subcategory. In AS7 default build, the private warning is enabled and the unsupported warning is disabled. In EAP, both are enabled.
> Apply properties to modules to distinguish public and non-public APIs
> ---------------------------------------------------------------------
>
> Key: AS7-3323
> URL: https://issues.jboss.org/browse/AS7-3323
> Project: Application Server 7
> Issue Type: Task
> Components: Build System
> Reporter: David Lloyd
> Assignee: David Lloyd
> Priority: Blocker
> Fix For: 7.1.0.Final
>
>
> Add metainformation to each module which identifies it as one of the following:
> * Public - this module is intended to be available for user deployments to use
> * Unsupported - this module is unsupported and may change or disappear without any notice whatsoever
> * Private - this module is unsupported and internal and may change or disappear without any notice whatsoever
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list