1874 Commits (6f2f5bb8c1a0926c0d2be683bb721c3966cf9c80)

Author SHA1 Message Date
Phillip Webb 6f2f5bb8c1 Fix annotation exceptions in tight memory 5 years ago
Phillip Webb e386e53f92 Use less confusing MergedAnnotation method names 5 years ago
Sam Brannen 43119deb08 Polishing 5 years ago
Phillip Webb 9d74da006c Migrate JUnit 4 assertions to AssertJ 5 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 5 years ago
Rossen Stoyanchev 99302fd6bd AntPathMatcher#isPattern also checks URI vars 5 years ago
Juergen Hoeller 701b7b8a18 Align ReactiveTypeDescriptor accessor methods 5 years ago
Juergen Hoeller ff838fd011 Consistently support CompletionStage in ReactiveAdapterRegistry 5 years ago
Juergen Hoeller 55e601c322 Revise system property replacement tests 5 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 5 years ago
Arjen Poutsma a30a134c23 Make StringDecoder use DataBufferUtils.split 5 years ago
Rossen Stoyanchev b1912f6acc Fix checkstyle error 5 years ago
Rossen Stoyanchev 97c2de915a Add RouteMatcher 5 years ago
Sam Brannen 785e8d8116 Polish MergedAnnotation support 5 years ago
Sam Brannen deecab6311 Use assertThat from Hamcrest instead of JUnit 4 5 years ago
Sam Brannen 64819bbc1d Clean up warnings 5 years ago
Phillip Webb 798b51f4a3 Migrate to BDD Mockito 5 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 5 years ago
Phillip Webb 66eb86f055 Delete unused Matchers class 5 years ago
Juergen Hoeller fb29088670 Revise LinkedCaseInsensitiveMap's lazy key/value/entry collections 5 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 5 years ago
Juergen Hoeller c5b3848357 Nullability refinements and related polishing 5 years ago
Phillip Webb 7031964e49 Deprecate StandardMetadata constructors 5 years ago
Phillip Webb 7fbf3f97cd Add SimpleAnnotationMeta classes and readers 5 years ago
Phillip Webb 8c2ccfe6a3 Add MergedAnnotations support to meta-data classes 5 years ago
Phillip Webb 30ba80a3c3 Reduce meta-data code duplicate with default methods 5 years ago
Phillip Webb f592c1f211 Add additional class/method meta-data tests 5 years ago
Phillip Webb 9738e4886c Use ReflectionUtils to get declared methods 5 years ago
Phillip Webb 1fa5937834 Skip java.lang.annotations when reading metadata 5 years ago
Phillip Webb 8a293f51a4 Don't expose RetentionPolicy.CLASS annotations 5 years ago
Phillip Webb 9d6cf57cb7 Add MergedAnnotations.of method 5 years ago
Phillip Webb daec3531b3 Support String->Class adaptation in MergedAnnotation 5 years ago
Phillip Webb e11990e63d Polishing MergedAnnotation code 5 years ago
Phillip Webb d4a761abea Rename some MergedAnnotation `from` methods to `of` 5 years ago
Phillip Webb 3b145a5a73 Add MergedAnnotation.getTypeHierarchy method 5 years ago
Juergen Hoeller 46e5dd6420 Consistent handling of empty List entries in LinkedMultiValueMap 5 years ago
Juergen Hoeller 8eb9782ca2 Polishing 5 years ago
Arjen Poutsma f747ba282a Add DataBufferUtils.matcher and split 5 years ago
Arjen Poutsma b74c09d12e Add DataBuffer.retainedSlice 5 years ago
Sam Brannen d616e10dca Use assertThat from Hamcrest instead of JUnit 4 5 years ago
Juergen Hoeller 293188c797 Consistent non-use of firstIndex 0 in PatternMatchUtils 5 years ago
Juergen Hoeller 9674ce4906 Avoid HashSet/StringBuilder allocation for non-placeholder values 5 years ago
Juergen Hoeller a7949ac84a Consistent use of StringUtils.hasLength(String) vs isEmpty(Object) 5 years ago
Juergen Hoeller 5b1b1bae37 Consistent use of try-with-resources for local resource closing 5 years ago
Juergen Hoeller 31c3b8a291 Avoid unguarded String concatenation for debug/trace logging 5 years ago
Juergen Hoeller cee7d09e40 Add is*Enabled methods for log level checks to LogAccessor 5 years ago
Juergen Hoeller a8f845c944 Upgrade to Checkstyle 8.20 and CGLIB 3.2.11 5 years ago
Juergen Hoeller 3d502d90e2 Add missing nullable declarations 5 years ago
Phillip Webb 87dba5a4df Fix MergedAnnotations javadoc 5 years ago
Juergen Hoeller 1f473261a8 Polishing 5 years ago