[jira] [Created] (XBEAN-233) Support for RetentionPolicy.CLASS broken for ElementType FIELD, METHOD and CONSTRUCTOR

2012-12-19 Thread David Blevins (JIRA)
David Blevins created XBEAN-233: --- Summary: Support for RetentionPolicy.CLASS broken for ElementType FIELD, METHOD and CONSTRUCTOR Key: XBEAN-233 URL: https://issues.apache.org/jira/browse/XBEAN-233

[jira] [Created] (XBEAN-179) File path / URL decoding issue for paths with +

2011-07-23 Thread David Blevins (JIRA)
Reporter: David Blevins Assignee: David Blevins Specifically affects OSX which likes to create tmp directories with + sign in them -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (XBEAN-169) ClasspathArchive for traditional java classpath finder support

2011-03-22 Thread David Blevins (JIRA)
Reporter: David Blevins Assignee: David Blevins -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [VOTE] xbean 3.6 3rd try

2009-09-12 Thread David Blevins
+1 Extra special thanks, David. -David On Sep 11, 2009, at 4:07 PM, David Jencks wrote: I've prepared a 3rd release candidate for xbean 3.6: https://repository.apache.org/content/repositories/geronimo-staging-007/ Site staged at:

[jira] Commented: (XBEAN-92) UrlSet excludePaths() method throws a nullpointer exception if the pathString argument is null

2009-09-10 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753476#action_12753476 ] David Blevins commented on XBEAN-92: $ svn ci xbean-finder Sendingxbean-finder

[jira] Closed: (XBEAN-134) If you have a package-info.java in a package, then ClassFinder throws a ClassCastException when calling the findInheritedAnnotatedClasses

2009-09-03 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Blevins closed XBEAN-134. --- Forgot to set the fix version If you have a package-info.java in a package, then ClassFinder throws

[jira] Closed: (XBEAN-133) Jar file is not close after open resulting in files delete failure when finding resource

2009-06-29 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Blevins closed XBEAN-133. --- Resolution: Won't Fix Assignee: David Blevins (was: viola.lu) Jar file is not close after

[jira] Closed: (XBEAN-126) ClassFinder throwing Could not load exceptions on classes whose path includes a '.'

2009-06-15 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Blevins closed XBEAN-126. --- Resolution: Fixed Sending xbean-finder/src/main/java/org/apache/xbean/finder/ClassFinder.java

Re: HEADS-UP: ASM 3.1 shaded and org.objectweb.asm becomes org.apache.xbean.asm

2009-05-26 Thread David Blevins
On May 26, 2009, at 9:44 AM, David Jencks wrote: On May 22, 2009, at 6:11 PM, Jacek Laskowski wrote: On Fri, May 22, 2009 at 11:37 PM, Jacek Laskowski ja...@laskowski.net.pl wrote: One (small) step at a time? :) I'll give it a shot - https://issues.apache.org/jira/browse/XBEAN-129 Done.

3.6 release coming up...

2009-05-26 Thread David Blevins
FYI, plan to put up a vote for 3.6 as soon as we get David's pom changes in. Need to get an OpenEJB release rolled with the latest asm shading work. -David

Nexus

2009-05-26 Thread David Blevins
Any objections to setting xbean up in Nexus (repository.apache.org)? Means no more staging to home dirs and instead one mouse click to publish the staged repo to central. -David

[jira] Commented: (XBEAN-126) ClassFinder throwing Could not load exceptions on classes whose path includes a '.'

2009-05-25 Thread David Blevins (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12712812#action_12712812 ] David Blevins commented on XBEAN-126: - Great point, David. Definitely the simpler

Re: HEADS-UP: ASM 3.1 shaded and org.objectweb.asm becomes org.apache.xbean.asm

2009-05-25 Thread David Blevins
Great patch. Nice putting the shaded asm stuff in it's own module so it could be simply referenced by the other modules. That's exactly how I would have done it. Any FYI that we can still leave the asm dep in xbean-reflect as optional. There's magic code that loads

Re: [bluprint + xbean-reflect] Use of factories

2009-04-23 Thread David Blevins
Curious what Dain's input on this might be. A lot of this deep object graph work was driven by Plexus which of course also has post construct callbacks. -David On Apr 23, 2009, at 2:02 AM, Guillaume Nodet wrote: Another thing is related to initialization of beans and cyclic

Re: [bluprint + xbean-reflect] Use of factories

2009-04-23 Thread David Blevins
To add onto this thought process, a lot of these features are also needed by the Java Context and Dependency Injection (JCDI, JSR-299) specification. It has type base constructor args, reusable instance factories, and some other things like support for setters that have multiple

OSGi and xbean-finder

2009-04-09 Thread David Blevins
Repost of a chunk of conversation on a felix jira issue: On FELIX-1010, Apr 9, 2009, at 7:09 PM, David Jencks wrote: We've been wondering what will happen to the UrlSet code that lists all the class files in a jar in an osgi environment. It's looking like it might not be too hard. It

Re: [VOTE] Release XBean 3.5 - rc2

2009-01-28 Thread David Blevins
+1 Thanks, Joe! Ddavid On Jan 26, 2009, at 12:18 PM, Joe Bohn wrote: I uploaded a second distribution of XBean 3.5 which should include the NOTICE/LICENSE files in all the appropriate places (I hope). The same changes are present in this candidate that were present in the last one:

Re: [VOTE] Release XBean 3.5 - CANCELLED

2009-01-26 Thread David Blevins
On Jan 26, 2009, at 6:37 AM, Joe Bohn wrote: It looks like the javadoc jars don't include the necessary LICENSE and NOTICE files. I'll figure out how to get them included and create a new release candidate. Any other comments? None, other than I liked your changelog. -David Joe

Re: svn commit: r729546 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ClassFinder.java test/java/org/acme/foo/FamilyHalloween.java test/java/org/acme/foo/Holiday.java

2008-12-29 Thread David Blevins
On Dec 26, 2008, at 2:20 PM, jlaskow...@apache.org wrote: +public ListClass findInheritedAnnotatedClasses(Class? extends Annotation annotation) { +classesNotLoaded.clear(); +ListClass classes = new ArrayListClass(); +for (ClassInfo classInfo : classInfos) { +

Re: svn commit: r729546 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ClassFinder.java test/java/org/acme/foo/FamilyHalloween.java test/java/org/acme/foo/Holiday.java

2008-12-29 Thread David Blevins
On Dec 29, 2008, at 3:54 PM, Jacek Laskowski wrote: On Mon, Dec 29, 2008 at 6:52 PM, David Blevins david.blev...@visi.com wrote: Unfortunately, we can't do it this way as it will cause every class in the classpath to be loaded. We need to do the search with the metadata we keep from

Re: [VOTE] Release XBean 3.4.2

2008-06-19 Thread David Blevins
+1 David On Jun 18, 2008, at 3:10 AM, Guillaume Nodet wrote: I've uploaded a distribution of Xbean 3.4.2 which includes the following minor changes: * Upgrade to ASM 3.1 and enable class reading speed boosts [1] * Fix OSGi dynamic imports [2] The staging repository is available at

[jira] Created: (XBEAN-103) Support for Generic Collections and Maps

2008-03-08 Thread David Blevins (JIRA)
Support for Generic Collections and Maps Key: XBEAN-103 URL: https://issues.apache.org/jira/browse/XBEAN-103 Project: XBean Issue Type: New Feature Reporter: David Blevins

[RESULTS] Release XBean 3.1

2007-08-04 Thread David Blevins
Vote concludes with 9 +1s and no other votes. -David On Aug 1, 2007, at 1:15 AM, David Blevins wrote: I have tagged an XBean 3.1 version at http://svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-3.1/ Binaries: http://people.apache.org/~dblevins/stage/org/apache/xbean/ Please review

Commit emails working (was: Re: svn commit: r488870 - /geronimo/xbean/trunk/pom.xml)

2006-12-19 Thread David Blevins
It turns out our commit mails weren't working at all. I pinged infra and all looks good now. Don't forget to update your mail filtering rules. -David On Dec 19, 2006, at 4:36 PM, [EMAIL PROTECTED] wrote: Author: dblevins Date: Tue Dec 19 16:36:41 2006 New Revision: 488870 URL:

[jira] Created: (XBEAN-63) Optionally Ignore properties that have no accessors

2006-11-26 Thread David Blevins (JIRA)
Reporter: David Blevins Assigned To: David Blevins Fix For: 2.8 Optionally Ignore properties that have no accessors -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org

Re: xbean-finder: ClassFinder

2006-11-01 Thread David Blevins
should be scraped for annotated methods, fields, constructors, etc. I also added a 'findClassesInPackage' method that allows you to suck in all the classes under a certain package name. This can be done recursively or not. -David On Oct 30, 2006, at 8:47 PM, David Blevins wrote

[jira] Created: (XBEAN-50) Strategy to ignore properties that are not in the object

2006-08-31 Thread David Blevins (JIRA)
: reflect Affects Versions: 2.5, 2.4, 2.3, 2.2, 2.1, 2.0 Reporter: David Blevins Should be possible to put properties into the ObjectRecipe without prior knowledge if the class actually has that property. -- This message is automatically generated by JIRA. - If you think