1874 Commits (4e4145ac27d15a8078c1f1b468b5fd61ec332d21)

Author SHA1 Message Date
Phillip Webb 6f2f5bb8c1 Fix annotation exceptions in tight memory 6 years ago
Phillip Webb e386e53f92 Use less confusing MergedAnnotation method names 6 years ago
Sam Brannen 43119deb08 Polishing 6 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 6 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 6 years ago
Rossen Stoyanchev 99302fd6bd AntPathMatcher#isPattern also checks URI vars 6 years ago
Juergen Hoeller 701b7b8a18 Align ReactiveTypeDescriptor accessor methods 6 years ago
Juergen Hoeller ff838fd011 Consistently support CompletionStage in ReactiveAdapterRegistry 6 years ago
Juergen Hoeller 55e601c322 Revise system property replacement tests 6 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 6 years ago
Arjen Poutsma a30a134c23 Make StringDecoder use DataBufferUtils.split 6 years ago
Rossen Stoyanchev b1912f6acc Fix checkstyle error 6 years ago
Rossen Stoyanchev 97c2de915a Add RouteMatcher 6 years ago
Sam Brannen 785e8d8116 Polish MergedAnnotation support 6 years ago
Sam Brannen deecab6311 Use assertThat from Hamcrest instead of JUnit 4 6 years ago
Sam Brannen 64819bbc1d Clean up warnings 6 years ago
Phillip Webb 798b51f4a3 Migrate to BDD Mockito 6 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 6 years ago
Phillip Webb 66eb86f055 Delete unused Matchers class 6 years ago
Juergen Hoeller fb29088670 Revise LinkedCaseInsensitiveMap's lazy key/value/entry collections 6 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 6 years ago
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