379 Commits (700ab2fc9894f72366c2bb0ba7ea4ea3760246cb)

Author SHA1 Message Date
Phillip Webb c4117885bd Refine AntPathMatcher optimizations 10 years ago
soldierkam e77ff3c991 Improve AntPathMatcher matching performance 10 years ago
Juergen Hoeller 74c07d3085 Removed JavaVersion checks from spring-core tests (for JDK 9 compatibility) 10 years ago
Juergen Hoeller 3242ad8fc4 @AliasFor attribute name defaults to declaring attribute 10 years ago
Juergen Hoeller 95d62658ff SystemEnvironmentPropertySource replaces hyphens in property names as well 10 years ago
Juergen Hoeller f8860e2938 SimpleNamespaceContext implements all subtleties of the NamespaceContext contract 10 years ago
Juergen Hoeller 64bd8b7f34 Polishing 10 years ago
Juergen Hoeller 387c8a8181 Differentiate between TypeDescriptors with same annotations but different attributes 10 years ago
Sam Brannen 5b3edcd9f9 Spring Cleaning in December 10 years ago
Gary Russell 14fc6c2a99 SPR-13784: Base64Utils: URL/File Safe Alphabet 10 years ago
Juergen Hoeller d0814703c4 AnnotationUtils.synthesizeAnnotation explicitly checks whether SynthesizedAnnotation is exposable 10 years ago
Juergen Hoeller 4755467cca Polishing 10 years ago
Juergen Hoeller 3234d9ede3 ObjectToObjectConverter caches detected methods/constructors 10 years ago
Juergen Hoeller c88877f1c4 Polishing 11 years ago
Juergen Hoeller 9683da52b2 Avoid annotation synthesizing for getAnnotationAttributes retrieval 11 years ago
Juergen Hoeller 2ba5cb2734 Polishing 11 years ago
Juergen Hoeller 23c8f712c4 Polishing 11 years ago
Sam Brannen c2bc2b27ea Suppress varargs warnings when compiling tests w/ Gradle 11 years ago
Juergen Hoeller 1c3a668370 AbstractFileResolvingResource uses extractArchiveURL for last-modified check 11 years ago
Juergen Hoeller 155bbf5057 ResourceUtils supports Tomcat's "war:jar:" URL format 11 years ago
Sam Brannen 1a227da19e Polish AnnotatedElementUtilsTests 11 years ago
Sam Brannen 5e1d6e47a9 Introduced failing, @Ignored test for SPR-13554 11 years ago
Juergen Hoeller 9cf28950e5 PathResourceTests defensively compares last-modified timestamps at seconds precision 11 years ago
Sam Brannen d5ee787e1e Migrate JUnit 3 tests to JUnit 4 11 years ago
Juergen Hoeller a6a6aed17f StopWatch provides getId/currentTaskName accessors (plus further fine-tuning) 11 years ago
Sam Brannen 2a6716d380 Support transitive implicit attribute aliases with @AliasFor 11 years ago
Sam Brannen d40a35ba5c Support implicit attribute aliases with @AliasFor 11 years ago
Sam Brannen 8af0151f1b Suppress recent deprecation warnings in tests 11 years ago
Sam Brannen 6085be3a71 Assert status quo for finding annotations on bridged methods 11 years ago
Sam Brannen a3e7848a30 Clean up warnings and tests in spring-core 11 years ago
Sam Brannen f47bbb0d9e Polish tests 11 years ago
Gary Russell f15140415a Properly detect available port on localhost in SocketUtils 11 years ago
Juergen Hoeller e0f012f32d Removal of redundant JdkVersion checks in the test suite 11 years ago
Sam Brannen acb44f9d46 Suppress warnings regarding deprecated JdkVersion 11 years ago
Sam Brannen e20b47c3bc Ensure local aliases don't override meta-annotation 11 years ago
Sam Brannen 4317e76e79 Polish AnnotationUtilsTests 11 years ago
Sam Brannen f17173f6d5 Synthesize nested maps into annotations 11 years ago
Sam Brannen 8289036165 Throw exception if required meta-annotation is not present 11 years ago
Sam Brannen 78ff4ff542 Polish AnnotationUtilsTests 11 years ago
Sam Brannen e0392d9da5 Polish NumberUtilsTests 11 years ago
Sam Brannen c8d604bf05 Ensure @AliasFor overrides attribute in correct meta-annotation 11 years ago
Sam Brannen 725292081e Introduce 'value' alias for 'attribute' in @AliasFor 11 years ago
Juergen Hoeller 291550a484 AntPathMatcher allows for case-insensitive matching 11 years ago
Sam Brannen 288d253b8b Introduce support for conditional lambda execution in Spring's Assume 11 years ago
Sam Brannen b6c0e7cba3 Remove trailing whitespace in Java source code 11 years ago
Juergen Hoeller 0cce41eb94 Fixed exception message expectation plus formatting 11 years ago
Sam Brannen 67ac675e9a Polish AnnotationAttributes[Tests] 11 years ago
Juergen Hoeller b7acddbb19 AnnotationAttributes stores and re-throws resolution exceptions 11 years ago
Juergen Hoeller a5349eb2f8 Base64Utils falls back to JAXB DatatypeConverter for String-based encoding 11 years ago
Sam Brannen 89e504c2f1 Uses Charset instead of String in MimeType.equals() 11 years ago