[cdi-dev] [JBoss JIRA] (CDI-337) Exclude filters - typo in package matching suffix
Pete Muir (JIRA)
jira-events at lists.jboss.org
Tue Mar 5 11:42:56 EST 2013
[ https://issues.jboss.org/browse/CDI-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir resolved CDI-337.
---------------------------
Assignee: Pete Muir
Resolution: Done
> Exclude filters - typo in package matching suffix
> -------------------------------------------------
>
> Key: CDI-337
> URL: https://issues.jboss.org/browse/CDI-337
> Project: CDI Specification Issues
> Issue Type: Clarification
> Affects Versions: 1.1.PFD
> Reporter: Martin Kouba
> Assignee: Pete Muir
> Fix For: 1.1.FD
>
>
> {quote}
> If
> * the fully qualified name of the type being discovered matches the value of the name attribute of the exclude filter, or
> * the package name of the type being discovered matches the value of the name attribute with a suffix ".\\*" of the exclude filter, or
> * the package name of the type being discovered starts with the value of the name attribute with a suffix ".\*\\*" of the exclude filter
> then we say that the type is excluded from discovery.
> {quote}
> ".\\*" and ".\*\\*" should be ".\*" and ".\*\*".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list