612 Commits (c481d2e9fb200175eff3593f31fb02b3decd0a4d)

Author SHA1 Message Date
Chris Beams f893b62a9b Rename {DefaultWeb=>StandardServlet}Environment 15 years ago
Chris Beams c06752ef72 Rename {Default=>Standard}Environment 15 years ago
Chris Beams 615fcff7ae Polish Environment-related Javadoc 15 years ago
Chris Beams 7271ba8182 Introduce AbstractEnvironment#customizePropertySources 15 years ago
Chris Beams c4a13507f0 Introduce reserved default profile support 15 years ago
Chris Beams 415057c184 Remove AbstractEnvironment#getPropertyResolver 15 years ago
Chris Beams 818467b9e5 Consolidate Environment tests 15 years ago
Oliver Gierke d14d82612d SPR-8336 - Fixed broken test case. 15 years ago
Oliver Gierke f8bf8742e1 SPR-8336 - Added constructor to AnnotationTypeFilter to allow matching interfaces as well. 15 years ago
Sam Brannen 5d8de5c449 polishing 15 years ago
Chris Beams 314a054a9b Introduce ResourcePropertySource 15 years ago
Chris Beams 404f798048 Support 'required properties' precondition 15 years ago
Chris Beams 3622c6f340 Pull up default getProperty variants to base class 15 years ago
Chris Beams dc2d5c107f Add default-value getProperty convenience variants 15 years ago
Chris Beams 17892a8ab2 Introduce Ordered#NOT_ORDERED 15 years ago
Chris Beams 7b999c676f Introduce ReflectionUtils#getUniqueDeclaredMethods 15 years ago
Chris Beams 89005a5b70 Process all meta and local @Import declarations 15 years ago
Chris Beams f30b7e3125 Fix generics and serialization warnings 15 years ago
Chris Beams 6d84f06d8c Remove unused MethodMetadata#getMethodReturnType 15 years ago
Chris Beams 4b5208faad Introduce PropertyResolver#getPropertyAsClass 15 years ago
Chris Beams 275d43dfde Rename Property{SourcesProperty}ResolverTests 15 years ago
Chris Beams c51c340881 Update MockEnvironment / MockPropertySource types 15 years ago
Sam Brannen b33478b4ba Added ? wildcard to suppress warnings. 15 years ago
Sam Brannen 3d8b476f58 fixed typo 15 years ago
Rossen Stoyanchev 3f11fbafaa Predictable index position for BindingResult keys and parameter annotation convenience methods in MethodParameter 15 years ago
Chris Beams 006cbb25c5 Increase visibility of MapPropertySource constructor 15 years ago
Chris Beams 6f80578a38 Ignore fragile test dependent on debug symbols 15 years ago
Chris Beams 150838bfc1 Remove TODOs related to profile logging 15 years ago
Chris Beams b50ac7489b Resolve or eliminate Environment-related TODOs 15 years ago
Chris Beams 8681536283 Polish imports 15 years ago
Oliver Gierke 98d798dbe4 SPR-8005 - Made GenericTypeResolver.getTypeVariableMap(…) and resolvetype(…) public. 15 years ago
Arjen Poutsma 5a5fff5221 Added equals and hashcode 15 years ago
Juergen Hoeller 0d70e08ac3 exceptions thrown by @Scheduled methods will be propagated to a registered ErrorHandler (SPR-7723) 15 years ago
Juergen Hoeller 03190950d1 polishing 15 years ago
Juergen Hoeller cd584afe93 removed ConversionService/TypeConverter convenience methods in order to restore 3.0's SPI (for backwards compatibility with implementers) 15 years ago
Chris Beams 2f7c2230f0 Include license.txt and notice.txt in module JARs 15 years ago
Chris Beams c5063004eb Rename spring.{profile}.active => {profiles} 15 years ago
Juergen Hoeller 9bef79f5a8 removed assertions 15 years ago
Chris Beams b4fea47d5c Introduce FeatureSpecification support 15 years ago
Chris Beams b04987ccc3 Make ObjectUtils.addObjectToArray() generic 15 years ago
Juergen Hoeller 9dd6f467b9 get/stripFilenameExtension correctly ignores Unix-style hidden directories (SPR-7828) 15 years ago
Juergen Hoeller 7af890cc5f fixed tests (SPR-7779) 15 years ago
Juergen Hoeller f4a2282d9d LocaleChangeInterceptor validates locale values in order to prevent XSS vulnerability (SPR-7779) 15 years ago
Keith Donald 3bb17974d8 empty collection test refinements 15 years ago
Keith Donald b040606cfa spr-7728: empty collection conversion can return value not assignable to targetType 15 years ago
Chris Beams a7293d2961 Introduce ApplicationContextInitializer interface 15 years ago
Keith Donald 71e60f4551 Favor convertValue(Object, TypeDescriptor) where possible and TypedValue(Object); check with Andy on Selection and Projection TypedValue usage 15 years ago
Keith Donald 0fb631348e switched to better encapsulated convert(Object, TypeDescriptor) where possible 15 years ago
Keith Donald bb4aa9cc39 added call to applyIndexedObject to build nested source element type descriptor from element value 15 years ago
Keith Donald 8e23685a6d support for empty collection->collection. map->map, collection->array conversion 15 years ago