1536 Commits (cd403f4180cefea7ab7893125389eedb6f89464c)

Author SHA1 Message Date
Juergen Hoeller 109a2b49e5 Consistently skip unnecessary search on superclasses and empty elements 6 years ago
Juergen Hoeller ac544924c8 Polishing 6 years ago
Sam Brannen 8126ffbc8c Fix broken links in JavaDoc 6 years ago
Marten Deinum 5322fa0fb7 Use an import instead of FQCN 6 years ago
Juergen Hoeller df51ff0386 Revert to Map entry iteration for less expensive static initialization 6 years ago
Stephane Nicoll 30b8d47814 Polish 6 years ago
Juergen Hoeller 2b2a5a414b Polishing 6 years ago
Stephane Nicoll f931a3fb59 Improve DataSize to support negative values 6 years ago
Juergen Hoeller aebb2d52e0 Logging refinements for transaction and cache processing (debug/trace) 6 years ago
Stephane Nicoll 282a4ad2f6 Fix checkstyle violations 6 years ago
Stephane Nicoll 8a1588ae29 Add support for DataSize 6 years ago
Sam Brannen 8ea913392c Link to Eclipse bug for annotations on bridge methods 6 years ago
Juergen Hoeller 65f29a39ca AbstractAspectJAdvisorFactory uses AnnotationUtils.getValue 6 years ago
Juergen Hoeller 4521a79b2d Find annotations on implemented generic superclass methods as well 6 years ago
Sergey Chupov a06e63f619 Polishing javadocs: IllegalStateException no longer thrown 6 years ago
Sam Brannen 7b608ab995 Ensure AnnotationUtilsTests pass in Eclipse again 6 years ago
Kazuhiro Sera be211ceead Fix typos detected by github.com/client9/misspell 6 years ago
Juergen Hoeller b325c74216 Pruning of outdated JDK 6/7 references (plus related polishing) 6 years ago
Juergen Hoeller 2b051b8b32 Deprecate support classes for Sun's JDK HTTP server 6 years ago
Juergen Hoeller 2d05f2ed47 SerializableTypeWrapper detects Graal through system property as well 6 years ago
Juergen Hoeller 6b82a6c38c Polishing 6 years ago
Juergen Hoeller d72d376f03 Avoid unnecessary annotation introspection on framework methods 6 years ago
Juergen Hoeller 8a9d042320 Javadoc fix from ASM master (6.2.1) 6 years ago
Juergen Hoeller 69c6a40c50 Consistent nullability for array/collection input parameters 6 years ago
Rossen Stoyanchev 5095ec40b5 takeUntilByteCount actually uses takeUntil 6 years ago
Rossen Stoyanchev 542ed81d5c Polish 6 years ago
Juergen Hoeller 0001f87d59 Polishing 6 years ago
Juergen Hoeller 589b7048ec Avoid synthesizable annotation creation for @Bean/@Scope processing 6 years ago
Juergen Hoeller 9b671f8408 Polishing 6 years ago
Juergen Hoeller 6cd9060183 Avoid synthesizable check for common annotation types 6 years ago
Juergen Hoeller 4a147d26fc Initialize pre-filled HashMaps with large enough capacity 6 years ago
Juergen Hoeller c037e75f26 Improve debug logging at BeanDefinitionReader and BeanFactory level 6 years ago
Juergen Hoeller e82efbc7e3 Declare ASM7_EXPERIMENTAL for full compatibility with JDK 11 bytecode 6 years ago
Juergen Hoeller 9ab63b8494 ListBasedXMLEventReader uses defensive modifiable copy of given List 6 years ago
Juergen Hoeller 3881a4aded Polishing 6 years ago
Juergen Hoeller fd8e4abe5d Introduce ResolvableType.toClass() shortcut 6 years ago
Juergen Hoeller fac2e35f96 Refactor util.log.LogUtils into core.log.LogDelegateFactory 6 years ago
Sebastien Deleuze f8f8d28f08 Support running Kotlin apps without kotlin-reflect 6 years ago
Juergen Hoeller bccff73e2b AspectJExpressionPointcut leniently ignores non-composable interfaces 6 years ago
Juergen Hoeller cfbacfd89b Revise ResolvableType.as for introspection performance 6 years ago
stsypanov 5051850fa9 SPR-17074 Replace iteration over Map::ketSet with Map::entrySet 6 years ago
Juergen Hoeller 9a43d2ec20 Revised log levels: less WARN and INFO, fine-tuned DEBUG vs TRACE 6 years ago
Juergen Hoeller c4df335a1d ReflectiveMethodExecutor invokes interface method if possible 6 years ago
Juergen Hoeller d0bbbf4cae OrderUtils caches order values (for AnnotationAwareOrderComparator) 6 years ago
Rossen Stoyanchev 4d6f2df3cb Add LogUtils and HttpLogging 6 years ago
Juergen Hoeller 23d4862017 Find annotations on implemented generic interface methods as well 6 years ago
Sebastien Deleuze e8034f2f96 Adapt DefaultParameterNameDiscoverer to Graal constraints 6 years ago
Juergen Hoeller cab35aa788 StringUtils.parseLocaleString detects variant without country 6 years ago
Juergen Hoeller 88e4006790 CookieLocaleResolver is RFC6265 and language tag compliant by default 6 years ago
Juergen Hoeller cacd14c805 Never return null from AnnotationMetadata.getMetaAnnotationTypes 6 years ago