258 Commits (d64c48ff5f06aa444c199ae0cfa0d86f1b36af00)

Author SHA1 Message Date
Juergen Hoeller b541fc9366 Polishing 11 years ago
Juergen Hoeller 1e26d17a3d Preparations for JDK 9 11 years ago
Juergen Hoeller f786fc3226 ObjectToOptionalConverter preserves existing Optional instances 11 years ago
Sam Brannen 93c70b7440 Include charset in EncodedResource.equals() 11 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 11 years ago
Sam Brannen fe8289b5e3 Implement description consistently across Resources 11 years ago
Sam Brannen 228d9db4d4 Polish StreamConverter(Tests) 11 years ago
Stephane Nicoll 4ca32d1ce5 polishing 11 years ago
Stephane Nicoll 018adb04f2 Add converter support for Stream 11 years ago
Juergen Hoeller 91a0107e4a ResolvableType.getType() returns ParameterizedType when built with forClassWithGenerics 11 years ago
Rossen Stoyanchev b94c6fdf7a Add tests for SPR-12738 11 years ago
Stephane Nicoll 1aec6a6cc2 Detect Order on target class as well 11 years ago
Sam Brannen 6e10f7c8cf Update TODOs for SPR-11598 11 years ago
Craig Andrews 213a3fd779 Performance improvements in ShallowEtagHeaderFilter 11 years ago
Sam Brannen c62fbea2ba Demonstrate that the CollectionFactory API is not type-safe 11 years ago
Sam Brannen aec284a4ca Create empty EnumSets & EnumMaps in CollectionFactory 11 years ago
Sam Brannen fb426fe611 Demonstrate that the CollectionFactory API is not type-safe 11 years ago
Sam Brannen 978b8c81e5 Cover maps & more collections in CollectionFactoryTests 11 years ago
Sam Brannen 86f99ec8f7 Improve error handling in CollectionFactory 11 years ago
Sam Brannen 5aaed147d5 Use public AssumptionViolatedException in Assume 11 years ago
Juergen Hoeller fef4cd0ed6 Default conversion support for EnumSet / EnumMap 11 years ago
Juergen Hoeller f44217a0c2 Clarified getAllAnnotationAttributes behavior 11 years ago
Juergen Hoeller 1ef06cc743 MutablePropertySources uses an internal CopyOnWriteArrayList for defensiveness against concurrent modifications 12 years ago
Chris Beams dff48ad8dd Allow non-String args in JOptCommandLinePropertySource 12 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 12 years ago
Juergen Hoeller 716916b281 AnnotationUtils favors local composed annotations over interface annotations and consistently logs introspection failures via lazily initialized logger 12 years ago
Brian Clozel d293889bb3 Fix invalid PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE 12 years ago
Juergen Hoeller 587a81617c SystemEnvironmentPropertySource uses actual SecurityManager check and direct keySet access 12 years ago
Sam Brannen f27c7df004 Avoid Gradle compiler warnings 12 years ago
Phillip Webb 752574de1d Optimize SystemEnvPropertySource when possible 12 years ago
Juergen Hoeller 9b2da37f79 GenericConversionService detects enum subclasses as well 12 years ago
Juergen Hoeller 86b7118da8 Polishing 12 years ago
Juergen Hoeller 20c2ba35dc Polishing 12 years ago
Juergen Hoeller c6d29f1a31 Refactored support for @Order on @Bean methods as well as @Priority handling 12 years ago
Juergen Hoeller 9dfbc5326b Revised ResourcePropertySource in order to avoid ConfigurationClassProcessor's AnnotationPropertySource subclass 12 years ago
Phillip Webb 5ba3db6a7d Fix failing CompositePropertySourceTests 12 years ago
Phillip Webb 84564a0c7b Rework @PropertySource early parsing logic 12 years ago
Juergen Hoeller 8c76381d95 PathMatchingResourcePatternResolver supports "classpath*" searches in jar file roots as well 12 years ago
Juergen Hoeller 8dbfa80b13 Unit test for circular reference in default profile property, plus related polishing 12 years ago
David Haraburda d0e6f0f73f Change GenericConversionService to better handle enum 12 years ago
Sebastien Deleuze 86e8bdab6b Make ListenableFuture compliant with Java 8 lambda 12 years ago
Arjen Poutsma d6950d8add StaxStreamXMLReader ignores significant whitespace 12 years ago
Rossen Stoyanchev ab2526a586 Update support for using "." as path separator 12 years ago
Sebastien Deleuze 928a466b5d Allow to customize separator for messaging destinations 12 years ago
Juergen Hoeller 1fadd1c954 BackOff abstraction lives in util.backoff subpackage now 12 years ago
Juergen Hoeller bf9ccc8138 ExceptionTypeFilter and InstanceFilter live in util package itself now 12 years ago
Juergen Hoeller d6635802c4 TypeDescriptor's nested type traversal leniently returns null in case of unresolvable nested type 12 years ago
Rossen Stoyanchev 0640a32863 Revise SettableListenableFuture implementation 12 years ago
Mattias Severson 38b525aa9e Created SettableListenableFuture with tests 12 years ago
Rossen Stoyanchev 0dc6082b01 Support java.util.Optional for @MVC named value args 12 years ago