Skip to content

Conversation

@ebourg
Copy link
Member

@ebourg ebourg commented Jul 29, 2016

Hi,

The Maven plugin declares an optional dependency on Ant and uses the BuildException class to report errors. This looks wrong, the dependency should either be mandatory, or BuildException should be replaced by an equivalent class from Maven.

Here is a patch replacing BuildException with MojoExecutionException.

djencks and others added 30 commits August 18, 2010 20:29
… jar files in a bundle as 'jar' urls

git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@996697 13f79535-47bb-0310-9956-ffa450edef68
XBEAN-159: Find implementations
XBEAN-158: Reduced memory footprint via singly-linked lists


git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1038273 13f79535-47bb-0310-9956-ffa450edef68
…undle urls into jar urls (missed a class)

git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1067396 13f79535-47bb-0310-9956-ffa450edef68
…rent methods to search for resources

git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1069933 13f79535-47bb-0310-9956-ffa450edef68
Not complete just, but basically working and is more code than I care to lose :) (call me paranoid)


git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1084087 13f79535-47bb-0310-9956-ffa450edef68
XBEAN-166 : Class Name Filtering for Optimized Scanning
XBEAN-167:  Archive Interface for cleaner integration of Classpath and OSGi based systems

Moving these over to an AnnotationFinder class with restored svn history


git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1084331 13f79535-47bb-0310-9956-ffa450edef68
…lude/exclude classes from scanning

XBEAN-172: PrefixFilteredArchive supports "startsWith" list of accepted prefixes
XBEAN-173: PackageFilteredArchive supports strict list of accepted package names


git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1084850 13f79535-47bb-0310-9956-ffa450edef68
Remove the need for an xbean-specific @metatype annotation


git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1084874 13f79535-47bb-0310-9956-ffa450edef68
Support for Meta Annotated Fields
Added an interface so we could bridge the gap between the old and new finders
Cleaned up the AnnotationFinder inner classes to be static, so the data returned from the findMetaAnnotatedFoo methods could be held indefinitely without causing the AnnotationFinder (and its asm data) to be held.

 XBEAN-166 : Class Name Filtering for Optimized Scanning
  XBEAN-171: RegexFilteredArchive supporting regular expressions to include/exclude classes from scanning
  XBEAN-172: PrefixFilteredArchive supports "startsWith" list of accepted prefixes
  XBEAN-173: PackageFilteredArchive supports strict list of accepted package names

Promoted the Filter stuff to be not classname specific



git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1085842 13f79535-47bb-0310-9956-ffa450edef68
Some of the internal implementations of filtering were removed and now reuse Filters
Filters.invert(Filter) method added which can flip the meaning of a filter, and safely unflip it.


git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1085848 13f79535-47bb-0310-9956-ffa450edef68
rmannibucau and others added 29 commits October 19, 2014 11:54
I also added the dependency-reduced-pom from shading to the ignore list


git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1633115 13f79535-47bb-0310-9956-ffa450edef68
…t-collections + PropertyEditors called too soon. Patch from Daniel Kulp, thanks a lot

git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1664436 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1684307 13f79535-47bb-0310-9956-ffa450edef68
…[] as c,h,a,r,a,c,t,e,r so making a shortcut for these common types

git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1712321 13f79535-47bb-0310-9956-ffa450edef68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants