363 Commits (5637890661bd2531a474f531823285030d621f44)

Author SHA1 Message Date
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
Sam Brannen 90b938aa8f Verify status quo when searching for non-inherited composed annotations 11 years ago
Sam Brannen 7e38f479e0 Polishing 11 years ago
Sam Brannen 42a36349e9 Support nested meta-annotations in AnnotationUtils 11 years ago
Sam Brannen 8f0849f328 Fix minor error in AnnotationUtilsTests 11 years ago
Phillip Webb 461816735f Fix unused import warning 11 years ago
Phillip Webb 7efd54e243 Additional caching for ResolvableTypes 11 years ago
Phillip Webb 319724f0b4 Regularly purge ResolvableType cache 11 years ago
Phillip Webb 2b4c81e642 Fix memory leak in ConcurrentReferenceHashMap 11 years ago
Juergen Hoeller 72fe7ebc34 Objects with multi-threaded access should not lazily populate a hash field 11 years ago
Sam Brannen c335e99e3f Remove trailing whitespace from source code 11 years ago
Juergen Hoeller 426f52b393 Polishing 11 years ago
Juergen Hoeller 8c4e372558 Introduced SpringNamingPolicy for CGLIB 11 years ago
Juergen Hoeller 1cd5071e6a Use AtomicInteger instead of local synchronization around int field 11 years ago
Juergen Hoeller 6634c19e6a Related polishing 11 years ago
Juergen Hoeller 60c1905cdd Introduced "spring.jdbc.getParameterType.ignore" property 11 years ago
Sam Brannen b8ed2f4967 Ensure all tests are executed in the Gradle build 11 years ago
Juergen Hoeller 874a2a9ca2 Backwards-compatible handling of generic and raw collection converters 11 years ago
Juergen Hoeller 46b24dbd33 Polishing 11 years ago
Juergen Hoeller d52f584322 GenericConversionService matches converters by full generic target type, allowing for the registration of multiple converters from the same source type to different collection types 11 years ago
Juergen Hoeller a537eb3a6a Polishing 11 years ago
Juergen Hoeller 8570f607a7 Fixed regression with fallback for non-resolvable property type 11 years ago
Juergen Hoeller bb28d198f5 Polishing 11 years ago
Juergen Hoeller 67e76e9a8d Compatibility with JOpt 4.6 11 years ago
Juergen Hoeller 5331da6aff Polishing 11 years ago
Juergen Hoeller 167329ce0c Added test for SpringProperties setFlag method 11 years ago
Juergen Hoeller b6073d9ac4 Polishing 11 years ago
Juergen Hoeller 8543b91c50 Introduced SpringProperties class and optional "spring.properties" file 11 years ago
Juergen Hoeller eeae5fba95 Fixed regression with constructing TypeDescriptor from null Class 11 years ago
Juergen Hoeller 42db41e007 Polishing 11 years ago
Juergen Hoeller 9c3a972dac Polishing 11 years ago
Juergen Hoeller 6793765b0a Factored out "suppressGetenvAccess()" method 11 years ago
Phillip Webb 59604b1cd5 Unwrap TypeVariables before calling .equals() 11 years ago
Phillip Webb d96b91a57b Fix SerializableTypeWrapper equals() performance 11 years ago
Juergen Hoeller 709ac28f29 Consider wildcard type without bounds as eligible for fallback match too 11 years ago
Juergen Hoeller 1aff833282 Polishing 11 years ago
Phillip Webb 9076c70d47 Provide 'with implementationType' overloads 11 years ago
Phillip Webb 7e6dbc24f6 Make TypeDescriptor more amenable to subclassing 11 years ago
Juergen Hoeller 4f45ad549e Introduced customizeConnection callbacks for URLConnection used by exists() / contentLength() / lastModified() 11 years ago
Juergen Hoeller 11bc9d0aeb Mentioned "-parameters" compiler flag in javadoc 11 years ago
Juergen Hoeller a5f9b29292 Polishing 11 years ago
Juergen Hoeller e670f4e5c6 Polishing 11 years ago
Juergen Hoeller 961f42bd43 Introduced "spring.getenv.ignore" system property for preventing System.getenv calls 11 years ago
Juergen Hoeller ab15ed2a05 ObjectUtils.isCompatibleWithThrowsClause supports varargs now 11 years ago
Juergen Hoeller 76bb966b1a Removed Commons Lang references 11 years ago
Juergen Hoeller abff789b0f Removed javadoc references to non-accessible subclasses 11 years ago