exclude rules questions
by Mark Struberg
Hi!
A few questions regarding exclude rules
1.) does .* mean only the package, but no sub-packages. Whereas .** also includes sub-packages?
Marek brought up another interesting note: com.foo.** would according to the wording also exclude com.foobar... Is that intended?
2.) Are multiple children allowed in an exclude rule in beans.xml?
There is a funny example in the spec:
<exclude name="com.acme.ejb.**">
<if-class-available name="javax.enterprise.inject.Model"/>
<if-system-property name="exclude-ejbs"/>
</exclude>
But I could not find the explanation what should happen. The if-class-available is nowhere stated. Or did I overlook it?
txs and LieGrue,
strub
10 years, 10 months
Time for homework picking
by Antoine Sabot-Durand
Hi guys,
We've got a bunch of task ready to be fixed. So if you can/want, it’s time to pick a ticket. I’ve built a list of unassigned task ready to be fixed [1].
So make your choice by assigning the ticket to you or by asking me.
Don’t forget the workflow we approved on monday
Regards,
Antoine
[1] : https://issues.jboss.org/browse/CDI-410?filter=12320805
10 years, 10 months
[JBoss JIRA] (CDI-389) Revert CDI-85
by Antoine Sabot-Durand (JIRA)
[ https://issues.jboss.org/browse/CDI-389?page=com.atlassian.jira.plugin.sy... ]
Antoine Sabot-Durand updated CDI-389:
-------------------------------------
Git Pull Request: https://github.com/cdi-spec/cdi/pull/198
> Revert CDI-85
> -------------
>
> Key: CDI-389
> URL: https://issues.jboss.org/browse/CDI-389
> Project: CDI Specification Issues
> Issue Type: Bug
> Affects Versions: 1.1.PFD
> Reporter: Marko Lukša
> Assignee: Antoine Sabot-Durand
> Labels: CDI_spec_chge, Ready_to_fix
> Fix For: 1.2 Proposed
>
>
> Bullet 4 of section 5.2.4 should be reverted back from:
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *from*
> the upper bound, if any, of the type variable, or
> {quote}
> to
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *to*
> the upper bound, if any, of the type variable, or
> {quote}
> See discussion at http://lists.jboss.org/pipermail/cdi-dev/2013-July/004290.html
--
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
10 years, 10 months
[JBoss JIRA] (CDI-389) Revert CDI-85
by Antoine Sabot-Durand (JIRA)
[ https://issues.jboss.org/browse/CDI-389?page=com.atlassian.jira.plugin.sy... ]
Work on CDI-389 started by Antoine Sabot-Durand.
> Revert CDI-85
> -------------
>
> Key: CDI-389
> URL: https://issues.jboss.org/browse/CDI-389
> Project: CDI Specification Issues
> Issue Type: Bug
> Affects Versions: 1.1.PFD
> Reporter: Marko Lukša
> Assignee: Antoine Sabot-Durand
> Labels: CDI_spec_chge, Ready_to_fix
> Fix For: 1.2 Proposed
>
>
> Bullet 4 of section 5.2.4 should be reverted back from:
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *from*
> the upper bound, if any, of the type variable, or
> {quote}
> to
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *to*
> the upper bound, if any, of the type variable, or
> {quote}
> See discussion at http://lists.jboss.org/pipermail/cdi-dev/2013-July/004290.html
--
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
10 years, 10 months
[JBoss JIRA] (CDI-389) Revert CDI-85
by Antoine Sabot-Durand (JIRA)
[ https://issues.jboss.org/browse/CDI-389?page=com.atlassian.jira.plugin.sy... ]
Antoine Sabot-Durand reopened CDI-389:
--------------------------------------
> Revert CDI-85
> -------------
>
> Key: CDI-389
> URL: https://issues.jboss.org/browse/CDI-389
> Project: CDI Specification Issues
> Issue Type: Bug
> Affects Versions: 1.1.PFD
> Reporter: Marko Lukša
> Assignee: Antoine Sabot-Durand
> Labels: CDI_spec_chge, Ready_to_fix
> Fix For: 1.2 Proposed
>
>
> Bullet 4 of section 5.2.4 should be reverted back from:
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *from*
> the upper bound, if any, of the type variable, or
> {quote}
> to
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *to*
> the upper bound, if any, of the type variable, or
> {quote}
> See discussion at http://lists.jboss.org/pipermail/cdi-dev/2013-July/004290.html
--
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
10 years, 10 months
[JBoss JIRA] (CDI-389) Revert CDI-85
by Antoine Sabot-Durand (JIRA)
[ https://issues.jboss.org/browse/CDI-389?page=com.atlassian.jira.plugin.sy... ]
Antoine Sabot-Durand closed CDI-389.
------------------------------------
Resolution: Unresolved
> Revert CDI-85
> -------------
>
> Key: CDI-389
> URL: https://issues.jboss.org/browse/CDI-389
> Project: CDI Specification Issues
> Issue Type: Bug
> Affects Versions: 1.1.PFD
> Reporter: Marko Lukša
> Assignee: Antoine Sabot-Durand
> Labels: CDI_spec_chge, Ready_to_fix
> Fix For: 1.2 Proposed
>
>
> Bullet 4 of section 5.2.4 should be reverted back from:
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *from*
> the upper bound, if any, of the type variable, or
> {quote}
> to
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *to*
> the upper bound, if any, of the type variable, or
> {quote}
> See discussion at http://lists.jboss.org/pipermail/cdi-dev/2013-July/004290.html
--
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
10 years, 10 months
[JBoss JIRA] (CDI-389) Revert CDI-85
by Antoine Sabot-Durand (JIRA)
[ https://issues.jboss.org/browse/CDI-389?page=com.atlassian.jira.plugin.sy... ]
Antoine Sabot-Durand commented on CDI-389:
------------------------------------------
Made change in asciidoc file
> Revert CDI-85
> -------------
>
> Key: CDI-389
> URL: https://issues.jboss.org/browse/CDI-389
> Project: CDI Specification Issues
> Issue Type: Bug
> Affects Versions: 1.1.PFD
> Reporter: Marko Lukša
> Assignee: Antoine Sabot-Durand
> Labels: CDI_spec_chge, Ready_to_fix
> Fix For: 1.2 Proposed
>
>
> Bullet 4 of section 5.2.4 should be reverted back from:
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *from*
> the upper bound, if any, of the type variable, or
> {quote}
> to
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *to*
> the upper bound, if any, of the type variable, or
> {quote}
> See discussion at http://lists.jboss.org/pipermail/cdi-dev/2013-July/004290.html
--
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
10 years, 10 months
[JBoss JIRA] (CDI-389) Revert CDI-85
by Antoine Sabot-Durand (JIRA)
[ https://issues.jboss.org/browse/CDI-389?page=com.atlassian.jira.plugin.sy... ]
Work on CDI-389 started by Antoine Sabot-Durand.
> Revert CDI-85
> -------------
>
> Key: CDI-389
> URL: https://issues.jboss.org/browse/CDI-389
> Project: CDI Specification Issues
> Issue Type: Bug
> Affects Versions: 1.1.PFD
> Reporter: Marko Lukša
> Assignee: Antoine Sabot-Durand
> Labels: CDI_spec_chge, Ready_to_fix
> Fix For: 1.2 Proposed
>
>
> Bullet 4 of section 5.2.4 should be reverted back from:
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *from*
> the upper bound, if any, of the type variable, or
> {quote}
> to
> {quote}
> the required type parameter is an actual type, the bean type parameter is a type variable and the actual type is assignable *to*
> the upper bound, if any, of the type variable, or
> {quote}
> See discussion at http://lists.jboss.org/pipermail/cdi-dev/2013-July/004290.html
--
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
10 years, 10 months