1850 Commits (a9f0eae4ab787c2ae76b32bd32ebc072fbbf00b6)

Author SHA1 Message Date
Juergen Hoeller c5b3848357 Nullability refinements and related polishing 6 years ago
Phillip Webb 7031964e49 Deprecate StandardMetadata constructors 6 years ago
Phillip Webb 7fbf3f97cd Add SimpleAnnotationMeta classes and readers 6 years ago
Phillip Webb 8c2ccfe6a3 Add MergedAnnotations support to meta-data classes 6 years ago
Phillip Webb 30ba80a3c3 Reduce meta-data code duplicate with default methods 6 years ago
Phillip Webb f592c1f211 Add additional class/method meta-data tests 6 years ago
Phillip Webb 9738e4886c Use ReflectionUtils to get declared methods 6 years ago
Phillip Webb 1fa5937834 Skip java.lang.annotations when reading metadata 6 years ago
Phillip Webb 8a293f51a4 Don't expose RetentionPolicy.CLASS annotations 6 years ago
Phillip Webb 9d6cf57cb7 Add MergedAnnotations.of method 6 years ago
Phillip Webb daec3531b3 Support String->Class adaptation in MergedAnnotation 6 years ago
Phillip Webb e11990e63d Polishing MergedAnnotation code 6 years ago
Phillip Webb d4a761abea Rename some MergedAnnotation `from` methods to `of` 6 years ago
Phillip Webb 3b145a5a73 Add MergedAnnotation.getTypeHierarchy method 6 years ago
Juergen Hoeller 46e5dd6420 Consistent handling of empty List entries in LinkedMultiValueMap 6 years ago
Juergen Hoeller 8eb9782ca2 Polishing 6 years ago
Arjen Poutsma f747ba282a Add DataBufferUtils.matcher and split 6 years ago
Arjen Poutsma b74c09d12e Add DataBuffer.retainedSlice 6 years ago
Sam Brannen d616e10dca Use assertThat from Hamcrest instead of JUnit 4 6 years ago
Juergen Hoeller 293188c797 Consistent non-use of firstIndex 0 in PatternMatchUtils 6 years ago
Juergen Hoeller 9674ce4906 Avoid HashSet/StringBuilder allocation for non-placeholder values 6 years ago
Juergen Hoeller a7949ac84a Consistent use of StringUtils.hasLength(String) vs isEmpty(Object) 6 years ago
Juergen Hoeller 5b1b1bae37 Consistent use of try-with-resources for local resource closing 6 years ago
Juergen Hoeller 31c3b8a291 Avoid unguarded String concatenation for debug/trace logging 6 years ago
Juergen Hoeller cee7d09e40 Add is*Enabled methods for log level checks to LogAccessor 6 years ago
Juergen Hoeller a8f845c944 Upgrade to Checkstyle 8.20 and CGLIB 3.2.11 6 years ago
Juergen Hoeller 3d502d90e2 Add missing nullable declarations 6 years ago
Phillip Webb 87dba5a4df Fix MergedAnnotations javadoc 6 years ago
Juergen Hoeller 1f473261a8 Polishing 6 years ago
Phillip Webb 55ac110f7b Fix LinkedCaseInsensitiveMap collection methods 6 years ago
Juergen Hoeller e5e2d2d661 Polishing (includes minor performance refinements from master) 6 years ago
Juergen Hoeller bdd9a557a5 Streamline ReactiveAdapterRegistry.getAdapter usage 6 years ago
Phillip Webb 83cb51aec6 Add MergedAnnotation.getRoot() method 6 years ago
Christoph Dreis 29d021ae3c Avoid possible memory leak in ResolvableType 6 years ago
Sam Brannen dab90cb7cc Test status quo for MergedAnnotation.getParent() 6 years ago
Сергей Цыпанов 18af3892dd Make inner classes static where possible 6 years ago
Sam Brannen 52b6f9b56d Align Javadoc for Base64Utils.encodeToString() with implementation 6 years ago
Rossen Stoyanchev 375090bb7c LeakAwareDataBuffer related fixes 6 years ago
Juergen Hoeller 07738b9529 Recent fine-tuning from ASM master 6 years ago
Rossen Stoyanchev 5fc18064f2 Use encode with an Object value where feasible 6 years ago
Rossen Stoyanchev 181482fa15 Add option to encode with an Object value 6 years ago
Rossen Stoyanchev a912d8de1e Add option to decode from a DataBuffer 6 years ago
Rossen Stoyanchev 6e7da62085 Switch to Reactor snapshots and remove workaround 6 years ago
Rossen Stoyanchev bd2c213b47 Remove buffer release used as workaround 6 years ago
Rossen Stoyanchev 3ebbfa2191 Fix refCount issue in LeakAwareDataBuffer 6 years ago
Rossen Stoyanchev b11e7feff6 Polish during review of DataBuffer handling 6 years ago
Juergen Hoeller dc14ea86eb Fix regression for nested AnnotationAttributes.annotationType() result 6 years ago
Juergen Hoeller 4ec9aff01d Polishing 6 years ago
Sam Brannen bd414df944 Remove JMXMP from TestGroup 6 years ago
Juergen Hoeller fd8fa301a6 Consistent non-exposure of inherited annotations in AnnotationMetadata 6 years ago