1632 Commits (99da8e1477a7cf04a0492a8ef021b0cbe23c046b)

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