1488 Commits (4475c67ba86fa31b086704dff111d5970836bcf8)

Author SHA1 Message Date
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
Juergen Hoeller f6fdffd663 Lazily retrieve delegate beans in AsyncConfigurer and CachingConfigurer 6 years ago
Rossen Stoyanchev 1b1bc7f5b5 Switch defaults and model for logging sensitive data 6 years ago
Juergen Hoeller 6887802526 Fallback to ClassLoader.defineClass for Lookup.defineClass LinkageError 6 years ago
Juergen Hoeller a1d209726c Upgrade to ASM master (6.2+) and CGLIB 3.2.7 6 years ago
Juergen Hoeller 833343f17c Specifically rethrow IllegalAccessError in isPresent/resolveClassName 6 years ago
Juergen Hoeller fd0220b85c Suppress rawtypes warning for createReferenceArray 6 years ago
stsypanov 6d6aa72e8f improve performance of projection instantiation 6 years ago
Rossen Stoyanchev 4bd22eeb13 Fallback logger for logging in http and codec packages 6 years ago
Rossen Stoyanchev bca9f51092 Polish hint for suppressing logging at Encoder/Decoder 6 years ago
Juergen Hoeller d8c7270c00 Consistent Iterator/Stream support in PropertySources and PropertyValues 6 years ago
Rossen Stoyanchev 82310660fd Correlated encoding/decoding log messages via hints 6 years ago
Juergen Hoeller 5dc8b5de6d Polishing 6 years ago
Sebastien Deleuze 9b7a492bc9 Test RxReactiveStreams presence in ReactiveAdapterRegistry 6 years ago
Sebastien Deleuze dcbaecea2a Perform explicit class checks in ReactiveAdapterRegistry 6 years ago
Juergen Hoeller 779cf8d240 ConcurrentReferenceHashMap caches EntrySet in volatile field 6 years ago
Juergen Hoeller 06f9fb9aeb Refine Class serializability check for actual Graal compatibility 6 years ago
Juergen Hoeller e5a6711d29 Consistent final declaration for static delegate classes 6 years ago
Juergen Hoeller 2ade122543 Bypass serializable type wrapping if java.lang.Class not serializable 6 years ago
Juergen Hoeller 4ff1e3e74b Consistent abstract declaration for utility classes (plus polishing) 6 years ago
Rossen Stoyanchev 907a306ee2 Fix locally failing test in FlushingIntegrationTests 6 years ago
Juergen Hoeller 40efcc933c Polishing 6 years ago
Juergen Hoeller b68e692854 Conventions lazily retrieves shared ReactiveAdapterRegistry 6 years ago
Juergen Hoeller 7a02e438e7 StringUtils.cleanPath retains plain pointer to current directory 6 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 6 years ago
Phillip Webb 1c25cec44f Polish test code 6 years ago
Phillip Webb 81451aa800 Organize imports 6 years ago
Phillip Webb b220d94cc2 Never use parenthesis for single lambda arguments 6 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 6 years ago
Phillip Webb ad6d183a06 Remove unneeded conditional logic 6 years ago
Phillip Webb 9de3689f63 Never use 'this.' when accessing loggers 6 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 6 years ago
Phillip Webb eeebd51f57 Use consistent class design 6 years ago
Phillip Webb e9d1b39aff Apply consistent copyright header 6 years ago
Phillip Webb c3a17dfd47 Ensure all files end with a newline 6 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 6 years ago
Juergen Hoeller 847202c8f8 MimeTypeUtils lazily initializes SecureRandom for multipart boundary 6 years ago