470 Commits (f732a441c88ac861cd48d86e6acc0c379bf12f3e)

Author SHA1 Message Date
Juergen Hoeller 8cc0fa5ae1 Polishing 10 years ago
Juergen Hoeller a3163ceb88 AbstractTypeHierarchyTraversingFilter leniently ignores non-loadable super classes and interfaces 10 years ago
Juergen Hoeller 0ce90f1d16 TypeDescriptor's getResolvableType() and getSource() are @since 4.0 10 years ago
Juergen Hoeller 9d6c38bd54 Consistent bracket alignment 10 years ago
Juergen Hoeller 48fea0bafa ClassUtils.isCacheSafe defensively catches SecurityException (for Google App Engine compatibility) 10 years ago
Sebastien Deleuze 86e8bdab6b Make ListenableFuture compliant with Java 8 lambda 10 years ago
Arjen Poutsma d6950d8add StaxStreamXMLReader ignores significant whitespace 10 years ago
Juergen Hoeller c18b6bf0b7 NestedIOException can use IOException constructor with cause argument on JDK 6+ 10 years ago
Juergen Hoeller 2665d56209 Polishing 10 years ago
Rossen Stoyanchev ab2526a586 Update support for using "." as path separator 10 years ago
Sebastien Deleuze 928a466b5d Allow to customize separator for messaging destinations 10 years ago
Juergen Hoeller 29f6f3d7e7 Test ASM5's bytecode parsing of INVOKESPECIAL/STATIC on interfaces 10 years ago
Juergen Hoeller 0d4ff1adbf Polishing 10 years ago
Juergen Hoeller 1fadd1c954 BackOff abstraction lives in util.backoff subpackage now 10 years ago
Juergen Hoeller bf9ccc8138 ExceptionTypeFilter and InstanceFilter live in util package itself now 10 years ago
Juergen Hoeller 01264dc673 Polishing 10 years ago
Juergen Hoeller e90143e03b Polishing 10 years ago
Juergen Hoeller db616dc438 Polishing 10 years ago
Juergen Hoeller 682a910bb6 ReflectionUtils caches Class.getDeclaredMethods() results; AnnotationUtils caches findAnnotation results 10 years ago
Juergen Hoeller 98d6f7b443 Polishing 10 years ago
Juergen Hoeller 938a2846c8 Avoid pattern matching in isCglibRenamedMethod as far as possible (for performance reasons) 10 years ago
Juergen Hoeller d6635802c4 TypeDescriptor's nested type traversal leniently returns null in case of unresolvable nested type 10 years ago
Juergen Hoeller 18131bf611 Consistent declaration of private static final logger variables 10 years ago
Juergen Hoeller 2c0c081bbb AnnotationUtils defensively catches and logs unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there) 10 years ago
Juergen Hoeller fd809cd18e AnnotationUtils defensively catches unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there) 10 years ago
Juergen Hoeller d801f9da89 ResourceUtils isFileURL detects "vfsfile" as a file system protocol (again) 10 years ago
Juergen Hoeller dfc370c368 PathMatchingResourcePatternResolver's findPathMatchingResources needs to check for VFS before checking isJarResource 10 years ago
Juergen Hoeller ab5aea5a13 Defensively check javaUtilOptionalEmpty 10 years ago
Juergen Hoeller ef25b9e7af ObjectToOptionalConverter needs to be marked as @UsesJava8 10 years ago
Rossen Stoyanchev bb4a9cca1b Add suppress warning in SettableListenableFuture 10 years ago
Rossen Stoyanchev 0640a32863 Revise SettableListenableFuture implementation 10 years ago
Mattias Severson 38b525aa9e Created SettableListenableFuture with tests 10 years ago
Rossen Stoyanchev 0dc6082b01 Support java.util.Optional for @MVC named value args 10 years ago
hengyunabc 4d328d6188 Improve StringUtils#trimAllWhitespace 10 years ago
Brian Clozel d746e3fbfa Rollback AntPathMatcher behavior for ".*" comparisons 10 years ago
Rossen Stoyanchev ce0473f926 Further encapsulate AntPatternComparator$PatternInfo 10 years ago
Brian Clozel f829cd1b35 Fix "**" precedence in AntPathMatcher comparator 10 years ago
Lukasz Kryger 0dc52a8343 Fix method comment for getRequiredProperty(String) 10 years ago
Juergen Hoeller 5cb3f8eada Support for java.util.Optional within ObjectFactory/Provider 10 years ago
Juergen Hoeller 2cf88ac6a3 Polishing 10 years ago
Juergen Hoeller f7b465390c Moved @Uses annotations to org.springframework.lang; fixed Base64Utils to declare Java 8, and fixed PathResource's declaration to refer to Java 7. 10 years ago
Stephane Nicoll 001d0e734c Support for @Order at the bean declaration level 10 years ago
Juergen Hoeller 64bb308763 GsonBuilderUtils for programmatic Base64 serialization setup; common Base64Utils class adapts between Java 8 and Commons Codec 10 years ago
Juergen Hoeller b4954780aa ClassMetadata exposes isAnnotation() now, and correctly returns false from hasSuperClass() for interfaces and annotations 10 years ago
Juergen Hoeller 8f2ed66b4a ServletRequestAttributes considers standard Number subclasses (as defined in NumberUtils) as immutable 10 years ago
Juergen Hoeller 03ce4a5024 Polishing 11 years ago
Juergen Hoeller cfc720db25 Latest patches from ASM trunk 11 years ago
Juergen Hoeller 295a6aeed6 StringUtils.parseLocaleString parses variant correctly when variant contains country code 11 years ago
Rossen Stoyanchev 8ee4651038 Improve StringUtils.cleanPath 11 years ago
Juergen Hoeller 782d10c66f JasperReports-related polishing 11 years ago