811 Commits (629e2a03965892f4315fcb5b3a717b1ed1b465e8)

Author SHA1 Message Date
Juergen Hoeller ab24dda4ff Revised @PropertySource parsing for consistent PropertySource naming, avoiding accidental overriding by name 11 years ago
Juergen Hoeller 6f2e61b19f Polishing 11 years ago
Juergen Hoeller 6cb45f714e General defensiveness about the bootstrap ClassLoader (i.e. null ClassLoader) 11 years ago
Juergen Hoeller 310bdbcb15 @Bean processing explicitly ignores bridge methods (for method overrides with return type narrowing on JDK 8) 11 years ago
Juergen Hoeller 9353332a61 Polishing 11 years ago
Juergen Hoeller c05ab3e2e8 General defensiveness about the bootstrap ClassLoader (i.e. null ClassLoader) 11 years ago
Juergen Hoeller 9cb5f48459 SpringProperties falls back to ClassLoader.getSystemResource when loaded in bootstrap ClassLoader 11 years ago
Juergen Hoeller fb66567bba Final patches from ASM 5.0.2 release 11 years ago
Juergen Hoeller 700c3b257f Polishing 11 years ago
Juergen Hoeller 5ab7076118 considerInterfaces should work without considerInherited as well 11 years ago
Juergen Hoeller 945335d14b AnnotationTypeFilter prevents ASM-based loading of java.* interfaces as well 11 years ago
HejiaHo 16410cad4d Fix ConcurrentReferenceHashMap max constraints 11 years ago
Stephane Nicoll 5559209233 Remove useless imports 11 years ago
Sam Brannen e1720d89fc Don't mutate annotation metadata when merging attrs 11 years ago
Juergen Hoeller 48c977afdc Polishing 11 years ago
Juergen Hoeller 637ad20cd3 Latest ASM patches (fix for bug 317151 from ASM HEAD; ASM's 1.8 bytecode processing needs to be lenient with CGLIB 3.1) 11 years ago
Juergen Hoeller a167a1b591 JBoss "vfszip" resources need to be treated as jar URLs 11 years ago
Juergen Hoeller 0041e245a1 Polishing 11 years ago
Stephane Nicoll 47a4327193 Add JSR-107 cache annotations support 11 years ago
Sam Brannen d9ee44cd7c Clean up warnings that show up in Gradle build 11 years ago
Juergen Hoeller 8006696613 Revised ByteArrayOutputStream handling in MarshallingView and co 11 years ago
Stephane Nicoll dcf5f4a6a3 javax.annotation.Priority alternative to @Order 11 years ago
Sam Brannen 34eb4dba3a Update Javadoc for supported JBoss VFS version 11 years ago
Juergen Hoeller 9859b97037 Consider a null ClassLoader (typically the bootstrap CL) as cache-safe 11 years ago
Juergen Hoeller b9bac1d3b6 Relaxed getElementTypeDescriptor assertion to not insist on a ResolvableType-known array 11 years ago
Arjen Poutsma f2f355e76c Improved StAX<->SAX bridge 11 years ago
Sam Brannen a2f1169e82 Don't detect annotations on superclass in StAnMeta 11 years ago
Juergen Hoeller 9280ca7749 Upgraded to ASM 5.0.1 11 years ago
Juergen Hoeller dd7f54c3c0 Revised ResizableByteArrayOutputStream as an actual subclass of ByteArrayOutputStream, and consistently applied appropriate ByteArrayOutputStream initial capacities across the codebase 11 years ago
Brian Clozel ae012ae6e2 ShallowEtagHeaderFilter use specified contentlength 11 years ago
Sam Brannen 796af90ba7 Polish ASM-based annotation processing 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 11 years ago
Juergen Hoeller ad09f1b5ec Upgraded embedded ASM version to 5.0 11 years ago
Sam Brannen 99cd2f6098 Support meta-annotation overrides in ASM processing 11 years ago
Sam Brannen 9ce0df89ff Support Class meta-annotation attributes with ASM 11 years ago
Juergen Hoeller 5ff1c696c8 Check raw Type objects, not ResolvableType instances, during isAssignableFrom recursion 11 years ago
Juergen Hoeller 4744180d3d NumberUtils reports overflow when converting from BigInteger/BigDecimal to Long 11 years ago
Sam Brannen 2bfd6ddcf4 Refactor SQL script support 11 years ago
Juergen Hoeller bea94d5302 CollectionToCollectionConverter avoids collection copy for untyped collection when simply returning source anyway 11 years ago
Sam Brannen b364599278 Update links to Spring JIRA server 11 years ago
Sam Brannen 1ade9b5433 Polish various test classes 11 years ago
Juergen Hoeller 3dfa7e9ac0 Avoid stack overflow in case of circular type reference 11 years ago
Juergen Hoeller 793cab4f80 Allow generics-based injection in case of nested unresolved type variable 11 years ago
Juergen Hoeller 2a2816dfc3 Restored proper handling of varargs in case of unresolvable type variable 11 years ago
Juergen Hoeller f3884084f2 Optimized DefaultResourceLoader's getResource implementation for "/..." paths, not relying on URL parsing exceptions for such a common case anymore 11 years ago
Juergen Hoeller ac61b13a7c AnnotatedElementUtils wraps unexpected exceptions with descriptive IllegalStateException 11 years ago
Juergen Hoeller 1763bfbad0 Fixed content length check in XmlValidationModeDetector 11 years ago
Sam Brannen 0637864b39 Ensure AnnotationUtils is compatible with Java 6 11 years ago
Sam Brannen 1d30bf83a0 Favor 'local' annotations over inherited ones 11 years ago
Sam Brannen 979c483384 Do not inspect meta-annotations on Java annotations 11 years ago