Re: Bug corrected in AnnotatedTypeImpl when used to create AnnotatedType for an Annotation

2014-11-17 Thread Antoine Sabot-Durand
Thanks Gerhard, It’s done. I close the ticket. Antoine > Le 17 nov. 2014 à 10:36, Gerhard Petracek a > écrit : > > hi antoine, > > since you are committer, you are welcome to commit at any time. > if you would like to discuss something, you can provide a patch or follow a > discussion-workf

Re: Bug corrected in AnnotatedTypeImpl when used to create AnnotatedType for an Annotation

2014-11-17 Thread Gerhard Petracek
hi antoine, since you are committer, you are welcome to commit at any time. if you would like to discuss something, you can provide a patch or follow a discussion-workflow like [1]. please just ensure that you are using rebase instead of merge (see [2]). furthermore, everybody should run mvn clean

Re: Bug corrected in AnnotatedTypeImpl when used to create AnnotatedType for an Annotation

2014-11-17 Thread Antoine Sabot-Durand
Hi John, Yes I know I’m listed here, but as I never had the time to contribute to the code (only done communication and help for the new documentation), I thought more respectful to start with a patch. Now as it’s a small correction, I could probably push it myself ;). Antoine > Le 16 nov. 2

Re: Bug corrected in AnnotatedTypeImpl when used to create AnnotatedType for an Annotation

2014-11-16 Thread John D. Ament
Antoine, I believe you're already a committer on the project, as per [1]. John [1]: http://people.apache.org/committers-by-project.html#deltaspike On Sun, Nov 16, 2014 at 1:18 PM, Antoine Sabot-Durand < anto...@sabot-durand.net> wrote: > Hi all, > > While preparing my CDI advanced talk for Dev

Bug corrected in AnnotatedTypeImpl when used to create AnnotatedType for an Annotation

2014-11-16 Thread Antoine Sabot-Durand
Hi all, While preparing my CDI advanced talk for Devoxx [1] I made an intensive use of DeltaSpike core features, especially the AnnotatedTypeBuilder and discovered a bug. In my talked I wanted to show how to take a third party framework (Drop Wizard Metrics) and integrate it with CDI. One step