470 Commits (f732a441c88ac861cd48d86e6acc0c379bf12f3e)

Author SHA1 Message Date
Stephane Nicoll 89fc3c0257 Add BackOffExecution to isolate state 11 years ago
Stephane Nicoll 6a0483128a Configurable back off for listener recovery 11 years ago
Juergen Hoeller 381ccde48d IdToEntityConverter defensively handles access to getDeclaredMethods 11 years ago
Juergen Hoeller bea34ea41c GenericTypeResolver returns null for entirely unresolvable type arguments only 11 years ago
Juergen Hoeller 842a8a851d AnnotationMetadataReadingVisitor passes metaAnnotationMap into getMergedAnnotationAttributes algorithm, for finding out about applicable overrides 11 years ago
Juergen Hoeller 39e1342302 Revised definition of @UsesX annotations 11 years ago
Stephane Nicoll bd85c916eb Integrate animal sniffer 11 years ago
Juergen Hoeller 02aca9c754 Polishing 11 years ago
Juergen Hoeller dc2e62fab9 Polishing 11 years ago
Juergen Hoeller e510f6393a Polishing 11 years ago
Juergen Hoeller be5f2a8b4e Polishing 11 years ago
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