Re: [classscan] Experiment on xbean-finder

2012-06-06 Thread Mark Struberg
List dev@commons.apache.org Cc: Sent: Wednesday, June 6, 2012 7:50 AM Subject: Re: [classscan] Experiment on xbean-finder g ood stuff. I'd like to go on and do the following: in ./trunk add the following new directories tck - our mass tests, etc which we can use for common testing

[classscan] Experiment on xbean-finder

2012-06-05 Thread David Blevins
Adding a branch of xbean-finder for experimentation in what it might look like to break it apart and abstract out ASM and other bits. Just playing, no obligation or expectation this will go anywhere :) -David - To

Re: [classscan] Experiment on xbean-finder

2012-06-05 Thread Matt Benson
Welcome, David! Matt On Tue, Jun 5, 2012 at 3:07 PM, David Blevins david.blev...@gmail.com wrote: Adding a branch of xbean-finder for experimentation in what it might look like to break it apart and abstract out ASM and other bits. Just playing, no obligation or expectation this will go

Re: [classscan] Experiment on xbean-finder

2012-06-05 Thread James Carman
Yes, Welcome! Looking forward to your input into our little classpath scanning experiment! :) On Tue, Jun 5, 2012 at 4:12 PM, Matt Benson gudnabr...@gmail.com wrote: Welcome, David! Matt On Tue, Jun 5, 2012 at 3:07 PM, David Blevins david.blev...@gmail.com wrote: Adding a branch of

Re: [classscan] Experiment on xbean-finder

2012-06-05 Thread David Blevins
On Jun 5, 2012, at 1:12 PM, Matt Benson wrote: Welcome, David! Thanks, Matt! Ok, so I refactored it a bit to work in some of the ideas I was hearing on IRC today. Those changes were primarily: - Promote Info objects that represent class data to a separate package not tied to any bytecode

Re: [classscan] Experiment on xbean-finder

2012-06-05 Thread David Blevins
An expanded view of the info below in markdown: https://gist.github.com/2880038 Pulled in some also pulled in some Meta-Annotation information from the proposals going around Java EE 7. There's a lot there, feel free to ignore it. Not critical. -David On Jun 5, 2012, at 9:57 PM, David

Re: [classscan] Experiment on xbean-finder

2012-06-05 Thread Mark Struberg
-finder to LieGrue, strub - Original Message - From: David Blevins david.blev...@gmail.com To: Commons Developers List dev@commons.apache.org; gudnabr...@gmail.com Cc: Sent: Wednesday, June 6, 2012 7:32 AM Subject: Re: [classscan] Experiment on xbean-finder An expanded view