1498 Commits (70dbaf9751961fc9105241830fd206b873fb738c)

Author SHA1 Message Date
Juergen Hoeller 0001f87d59 Polishing 8 years ago
Juergen Hoeller 589b7048ec Avoid synthesizable annotation creation for @Bean/@Scope processing 8 years ago
Juergen Hoeller 9b671f8408 Polishing 8 years ago
Juergen Hoeller 6cd9060183 Avoid synthesizable check for common annotation types 8 years ago
Juergen Hoeller 4a147d26fc Initialize pre-filled HashMaps with large enough capacity 8 years ago
Juergen Hoeller c037e75f26 Improve debug logging at BeanDefinitionReader and BeanFactory level 8 years ago
Juergen Hoeller e82efbc7e3 Declare ASM7_EXPERIMENTAL for full compatibility with JDK 11 bytecode 8 years ago
Juergen Hoeller 9ab63b8494 ListBasedXMLEventReader uses defensive modifiable copy of given List 8 years ago
Juergen Hoeller 3881a4aded Polishing 8 years ago
Juergen Hoeller fd8e4abe5d Introduce ResolvableType.toClass() shortcut 8 years ago
Juergen Hoeller fac2e35f96 Refactor util.log.LogUtils into core.log.LogDelegateFactory 8 years ago
Sebastien Deleuze f8f8d28f08 Support running Kotlin apps without kotlin-reflect 8 years ago
Juergen Hoeller bccff73e2b AspectJExpressionPointcut leniently ignores non-composable interfaces 8 years ago
Juergen Hoeller cfbacfd89b Revise ResolvableType.as for introspection performance 8 years ago
stsypanov 5051850fa9 SPR-17074 Replace iteration over Map::ketSet with Map::entrySet 8 years ago
Juergen Hoeller 9a43d2ec20 Revised log levels: less WARN and INFO, fine-tuned DEBUG vs TRACE 8 years ago
Juergen Hoeller c4df335a1d ReflectiveMethodExecutor invokes interface method if possible 8 years ago
Juergen Hoeller d0bbbf4cae OrderUtils caches order values (for AnnotationAwareOrderComparator) 8 years ago
Rossen Stoyanchev 4d6f2df3cb Add LogUtils and HttpLogging 8 years ago
Juergen Hoeller 23d4862017 Find annotations on implemented generic interface methods as well 8 years ago
Sebastien Deleuze e8034f2f96 Adapt DefaultParameterNameDiscoverer to Graal constraints 8 years ago
Juergen Hoeller cab35aa788 StringUtils.parseLocaleString detects variant without country 8 years ago
Juergen Hoeller 88e4006790 CookieLocaleResolver is RFC6265 and language tag compliant by default 8 years ago
Juergen Hoeller cacd14c805 Never return null from AnnotationMetadata.getMetaAnnotationTypes 8 years ago
Juergen Hoeller f6fdffd663 Lazily retrieve delegate beans in AsyncConfigurer and CachingConfigurer 8 years ago
Rossen Stoyanchev 1b1bc7f5b5 Switch defaults and model for logging sensitive data 8 years ago
Juergen Hoeller 6887802526 Fallback to ClassLoader.defineClass for Lookup.defineClass LinkageError 8 years ago
Juergen Hoeller a1d209726c Upgrade to ASM master (6.2+) and CGLIB 3.2.7 8 years ago
Juergen Hoeller 833343f17c Specifically rethrow IllegalAccessError in isPresent/resolveClassName 8 years ago
Juergen Hoeller fd0220b85c Suppress rawtypes warning for createReferenceArray 8 years ago
stsypanov 6d6aa72e8f improve performance of projection instantiation 8 years ago
Rossen Stoyanchev 4bd22eeb13 Fallback logger for logging in http and codec packages 8 years ago
Rossen Stoyanchev bca9f51092 Polish hint for suppressing logging at Encoder/Decoder 8 years ago
Juergen Hoeller d8c7270c00 Consistent Iterator/Stream support in PropertySources and PropertyValues 8 years ago
Rossen Stoyanchev 82310660fd Correlated encoding/decoding log messages via hints 8 years ago
Juergen Hoeller 5dc8b5de6d Polishing 8 years ago
Sebastien Deleuze 9b7a492bc9 Test RxReactiveStreams presence in ReactiveAdapterRegistry 8 years ago
Sebastien Deleuze dcbaecea2a Perform explicit class checks in ReactiveAdapterRegistry 8 years ago
Juergen Hoeller 779cf8d240 ConcurrentReferenceHashMap caches EntrySet in volatile field 8 years ago
Juergen Hoeller 06f9fb9aeb Refine Class serializability check for actual Graal compatibility 8 years ago
Juergen Hoeller e5a6711d29 Consistent final declaration for static delegate classes 8 years ago
Juergen Hoeller 2ade122543 Bypass serializable type wrapping if java.lang.Class not serializable 8 years ago
Juergen Hoeller 4ff1e3e74b Consistent abstract declaration for utility classes (plus polishing) 8 years ago
Rossen Stoyanchev 907a306ee2 Fix locally failing test in FlushingIntegrationTests 8 years ago
Juergen Hoeller 40efcc933c Polishing 8 years ago
Juergen Hoeller b68e692854 Conventions lazily retrieves shared ReactiveAdapterRegistry 8 years ago
Juergen Hoeller 7a02e438e7 StringUtils.cleanPath retains plain pointer to current directory 8 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 8 years ago
Phillip Webb 1c25cec44f Polish test code 8 years ago
Phillip Webb 81451aa800 Organize imports 8 years ago