552 Commits (961574bd17b2fe30f171646f54667b5895f0dcbf)

Author SHA1 Message Date
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
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