549 Commits (99e7650b537626b510c219e4e5481f8fa5b07779)

Author SHA1 Message Date
Oliver Gierke 11383f27fb SPR-8336 - Fixed broken test case. 15 years ago
Oliver Gierke 6f41d8c68d SPR-8336 - Added constructor to AnnotationTypeFilter to allow matching interfaces as well. 15 years ago
Sam Brannen 9ce25bc5e4 polishing 15 years ago
Chris Beams f9783127e9 Introduce ResourcePropertySource 15 years ago
Chris Beams 3f7d5120c9 Support 'required properties' precondition 15 years ago
Chris Beams 26e6c9f1df Pull up default getProperty variants to base class 15 years ago
Chris Beams 11cf5f0d3b Add default-value getProperty convenience variants 15 years ago
Chris Beams da914bcfb4 Introduce Ordered#NOT_ORDERED 15 years ago
Chris Beams a091eb1c86 Introduce ReflectionUtils#getUniqueDeclaredMethods 15 years ago
Chris Beams 56b5ea610c Process all meta and local @Import declarations 15 years ago
Chris Beams e8d1df5037 Fix generics and serialization warnings 15 years ago
Chris Beams 36734d011a Remove unused MethodMetadata#getMethodReturnType 15 years ago
Chris Beams 6c63e682a0 Introduce PropertyResolver#getPropertyAsClass 15 years ago
Chris Beams 0b06055095 Rename Property{SourcesProperty}ResolverTests 15 years ago
Chris Beams 0b1f42ef66 Update MockEnvironment / MockPropertySource types 15 years ago
Sam Brannen 077328ea32 Added ? wildcard to suppress warnings. 15 years ago
Sam Brannen 8ce2377066 fixed typo 15 years ago
Rossen Stoyanchev 3473219bad Predictable index position for BindingResult keys and parameter annotation convenience methods in MethodParameter 15 years ago
Chris Beams 2de526d31e Increase visibility of MapPropertySource constructor 15 years ago
Chris Beams 6e5a7ad072 Ignore fragile test dependent on debug symbols 15 years ago
Chris Beams ea5f28a8fd Remove TODOs related to profile logging 15 years ago
Chris Beams 29764a98b9 Resolve or eliminate Environment-related TODOs 15 years ago
Chris Beams d57071b2f5 Polish imports 15 years ago
Oliver Gierke 70f61b99d3 SPR-8005 - Made GenericTypeResolver.getTypeVariableMap(…) and resolvetype(…) public. 15 years ago
Arjen Poutsma 237b9b509d Added equals and hashcode 15 years ago
Juergen Hoeller 637117c51a exceptions thrown by @Scheduled methods will be propagated to a registered ErrorHandler (SPR-7723) 15 years ago
Juergen Hoeller e116123f3e polishing 15 years ago
Juergen Hoeller 4bd265f0a4 removed ConversionService/TypeConverter convenience methods in order to restore 3.0's SPI (for backwards compatibility with implementers) 15 years ago
Chris Beams adc9400905 Include license.txt and notice.txt in module JARs 15 years ago
Chris Beams df4edc1c73 Rename spring.{profile}.active => {profiles} 15 years ago
Juergen Hoeller df9857fa2b removed assertions 15 years ago
Chris Beams dc22760978 Introduce FeatureSpecification support 15 years ago
Chris Beams 6a68b44ca9 Make ObjectUtils.addObjectToArray() generic 15 years ago
Juergen Hoeller 228a10ccdc get/stripFilenameExtension correctly ignores Unix-style hidden directories (SPR-7828) 15 years ago
Juergen Hoeller b564831d52 fixed tests (SPR-7779) 15 years ago
Juergen Hoeller 341db8b2f3 LocaleChangeInterceptor validates locale values in order to prevent XSS vulnerability (SPR-7779) 15 years ago
Keith Donald bcb10f2fe4 empty collection test refinements 15 years ago
Keith Donald c45f4b1caf spr-7728: empty collection conversion can return value not assignable to targetType 15 years ago
Chris Beams 5a7d2a91ba Introduce ApplicationContextInitializer interface 15 years ago
Keith Donald 61d54ae436 Favor convertValue(Object, TypeDescriptor) where possible and TypedValue(Object); check with Andy on Selection and Projection TypedValue usage 15 years ago
Keith Donald 97033d66fb switched to better encapsulated convert(Object, TypeDescriptor) where possible 15 years ago
Keith Donald 5403913103 added call to applyIndexedObject to build nested source element type descriptor from element value 15 years ago
Keith Donald 76443f55c1 support for empty collection->collection. map->map, collection->array conversion 15 years ago
Keith Donald 75f36d291a getPropertyTypeDescriptor bug fixes 15 years ago
Keith Donald d3d7951265 added forNestedType(MethodParameter) for resolution of nested parameter types for collection, array, and map parameter types 15 years ago
Keith Donald 66814f1235 forNestedType usage clarification 15 years ago
Chris Beams 6364c02427 Polish Javadoc for PropertySource implementations 15 years ago
Keith Donald ed2a257e69 added initial support for handling unknown nested type values when converting collections; now favor factory method for constructing nested type descriptors for clarity (made constructor private); improved javadoc 15 years ago
Chris Beams 0821b2c6c2 Polish (Mutable)PropertySources 15 years ago
Chris Beams 835a3f8d64 Refactor Environment and PropertySource 15 years ago