724 Commits (c2c224958dcb10ad953b6e22ed3f3a5dd64fac14)

Author SHA1 Message Date
Juergen Hoeller 33b53b7cca alignment with 3.0.7 backports (SPR-8674) 13 years ago
Juergen Hoeller 71e0a506b9 polishing 13 years ago
Juergen Hoeller dc41daa3db renamed 'isJava6VisibilityBridgeMethodPair' to 'isVisibilityBridgeMethodPair' (SPR-8660) 13 years ago
Juergen Hoeller ffa4784628 polishing (SPR-8005) 13 years ago
Sam Brannen 951514a576 removed unused imports 13 years ago
Juergen Hoeller d6d169ac56 resolved package dependency tangles 13 years ago
Juergen Hoeller fa9a7b18c6 refined Resource "exists()" check for HTTP URLs to always return false for 404 status (SPR-7881) 13 years ago
Juergen Hoeller b391629de1 LinkedCaseInsensitiveMap overrides putAll method as well (for IBM JDK 1.6 compatibility; SPR-7969) 13 years ago
Juergen Hoeller aa7fcb5431 polishing 13 years ago
Chris Beams c6a0f1ef25 Polish logging for core.env package 13 years ago
Chris Beams 143db0d8de Introduce SystemEnvironmentPropertySource 13 years ago
Chris Beams 2c26a23c46 Rename EnvironmentTests => StandardEnvironmentTests 13 years ago
Chris Beams a53d592f62 Use 'name' vs 'key' consistently in PropertySource 13 years ago
Rossen Stoyanchev b5bcfa0ae3 SPR-8858 Fix in AntPathMatcher.combine(..) 13 years ago
Juergen Hoeller e2d9142c5a LocaleEditor and StringToLocaleConverter do not restrict variant part through validation (SPR-8637) 13 years ago
Juergen Hoeller 0c9e3fb3bd polishing 13 years ago
Juergen Hoeller 36616a0c2c fixed GenericTypeResolver to consistently return null if not resolvable (SPR-8698) 13 years ago
Juergen Hoeller f7b9eb8fe3 added proper "contentLength()" implementation to ByteArrayResource (SPR-8709) 13 years ago
Juergen Hoeller 0dfb617d8a refer to correct openSession() method for Hibernate 4.0 (SPR-8776) 13 years ago
Chris Beams f60a40be44 Polish Environment subsystem Javadoc 13 years ago
Juergen Hoeller 1cea52b66b renamed mapKey/ValueTypeDescriptor methods back to getMapKey/ValueTypeDescriptor (for Spring 3.0.x compatibility) 13 years ago
Juergen Hoeller 339c57e41a polishing 13 years ago
Juergen Hoeller 8bd1fc817a introduced extended WritableResource interface 13 years ago
Chris Beams 980c15d578 Distinguish between different bridge method types 13 years ago
Chris Beams 6837111bda Refactor AnnotationUtils#findAllAnnotationAttributes 13 years ago
Rossen Stoyanchev 4199d772cc SPR-8718 Minor polish 13 years ago
Rossen Stoyanchev cb5954ed02 SPR-8714 Do not create copy in map-to-map and collection-to-collection conversion if not necessary 13 years ago
Rossen Stoyanchev 00a726b098 SPR-8718 Prevent Converter<?,?> from converting target sub-type. 13 years ago
Chris Beams dfda4c32d5 Fix error in AbstractResource#contentLength Javadoc 13 years ago
Rossen Stoyanchev 3d50d416eb SPR-8718 Revert fix from earlier for now (need a different approach). 13 years ago
Rossen Stoyanchev 1d7a6c53da SPR-8718 Prevent ClassCastException when the target of Converter<?,?> is a super-class of the actual target. 13 years ago
Arjen Poutsma dd1f3f8e0f Added MultiValueMap utility methods 13 years ago
Sam Brannen 16fb3cb4b3 [SPR-8644] Introduced a failing (ignored) test that demonstrates that findMethod() does not currently support var-args. 13 years ago
Sam Brannen 1de71c6e37 [SPR-8222] Upgraded to JUnit 4.9. 13 years ago
Chris Beams 76bf72c9f8 Introduce ConfigurableEnvironment#addActiveProfile 13 years ago
Chris Beams c0eeb8bacd Introduce AbstractEnvironment#validateProfile 13 years ago
Chris Beams 711b84ab06 Update .core pom with jopt dependency 13 years ago
Sam Brannen 87dad65ff0 [SPR-8622] Upgraded to JUnit 4.8.2 13 years ago
Sam Brannen 2d6340af74 Deleting unnecessary TODOs and suppressing warnings. 13 years ago
Juergen Hoeller b6e82048fc removed GenericConversionService logging in order to avoid toString side effects (and to avoid isTraceEnabled overhead; SPR-8297) 13 years ago
Chris Beams c85ebd9a5a Polish AnnotationUtils Javadoc 13 years ago
Juergen Hoeller 771c59f88a polishing 13 years ago
Juergen Hoeller df3761e3f6 introduced AnnotationUtils.getAnnotation(AnnotatedElement, annotationType) 13 years ago
Juergen Hoeller 7d8aa05c40 added "acceptProxyClasses" flag to RemoteInvocationSerializingExporter 13 years ago
Juergen Hoeller 8bf019b675 fixed @ExceptionHandler exception type matching (ExceptionDepthComparator; SPR-8231) 13 years ago
Juergen Hoeller 0df4631788 alignment with backported 3.0.6 code (SPR-8538) 13 years ago
Juergen Hoeller 576b8fec31 ConvertiblePair implements equals and hashCode (SPR-8459) 13 years ago
Rossen Stoyanchev cc7c64a371 Remove unnecessary javax.servlet dependency 13 years ago
Sam Brannen 9d7bc31f0d polishing 13 years ago
Chris Beams 605f0e7a22 Introduce GenericTypeResolver#resolveReturnTypeArgument 13 years ago