1874 Commits (6f2f5bb8c1a0926c0d2be683bb721c3966cf9c80)

Author SHA1 Message Date
Juergen Hoeller ee50d849a1 Polished "Could not resolve placeholder" error message 12 years ago
Phillip Webb 22dfe93f2f Revert ConversionService SPI interface 12 years ago
Phillip Webb 31331e6ad3 Avoid NPE in ObjectToObjectConverter 12 years ago
Phillip Webb 5a1f924ac3 Resolve Collection element types during conversion 12 years ago
Chris Beams 222eec58cd Review and polish pull request #132 12 years ago
Phillip Webb f82c6ed7cc Support conversion from Enum Interface 12 years ago
Phillip Webb a27d1a28ff Bypass conversion when possible 12 years ago
Phillip Webb f13e3ad72b Extend conditional conversion support 12 years ago
Phillip Webb 4dc289592d Refactor GenericConversionService 12 years ago
Phillip Webb 9bfe675761 Additional GenericConversionService Tests 12 years ago
Chris Beams 06e34f05a6 Allow PropertyResolvers to ignore unresolvable ${placeholders} 12 years ago
Phillip Webb 01272fb0e6 Polish whitespace for conversion service packages 12 years ago
Phillip Webb 6adb49b7a9 Add StringToUUIDConverter 12 years ago
Phillip Webb c8c0e827b4 Polish trailing whitespace 12 years ago
Phillip Webb 38c4393592 Allow MapToMap conversion to work when the target map does not have a 12 years ago
Phillip Webb 60afa5ead4 Polish trailing whitespace 12 years ago
Juergen Hoeller 84b3f7106d Polishing along with 3.1.3 backport 12 years ago
Phillip Webb e543ffdfd7 Improve annotation methods in TypeDescriptor 12 years ago
Phillip Webb 23f089ff1e Polish code and JavaDoc formatting 12 years ago
Phillip Webb 2e48656906 Chain exception cause on create failure 12 years ago
Juergen Hoeller 49294c9d00 ClassUtils.getMostSpecificMethod uses Class.getMethod code path in case of a public method 12 years ago
Arjen Poutsma f191a55b8f Preserve comments when using JibxMarshaller 12 years ago
Phillip Webb 73832f8c6e Support inferred base package for @ComponentScan 12 years ago
Chris Beams dfe05305e2 Upgrade to JUnit 4.11 snapshot in support of JDK7 12 years ago
Juergen Hoeller 787d8f5916 SpringFactoriesLoader as the simplest possible mechanism for BeanInfoFactory loading 12 years ago
Rossen Stoyanchev 34c3e821dd Cache AntPathStringMatcher instances 12 years ago
Juergen Hoeller f29b791c85 MutablePropertySources log statements guarded by isDebugEnabled 12 years ago
Juergen Hoeller 8f12d98a99 LinkedCaseInsensitiveMap checks for uniqueness of case-insensitive keys now 12 years ago
Arjen Poutsma aeff91c1da Moved SpringFactoriesLoader to io.support in order to resolve tangle. 12 years ago
Sam Brannen c795c1b362 Polishing 12 years ago
Arjen Poutsma 988f376752 Added SpringFactoriesLoader 12 years ago
Phillip Webb 77c9321967 Sort candidate @AspectJ methods deterministically 12 years ago
Phillip Webb 719a9e120d Refactor ComparatorTests into separate classes 12 years ago
Phillip Webb 9821868707 Refactor and polish various Comparator impls 12 years ago
Chris Beams 9f8d219146 Remove default profile during environment merge 12 years ago
Juergen Hoeller 931ea5cdf4 polishing 12 years ago
Juergen Hoeller 30de87a51e StaxEventContentHandler uses static inner class for Location adapter, in order to avoid leaks when caching events 12 years ago
Juergen Hoeller 769753dac4 ResourceUtils.useCachesIfNecessary() not correct handle JNLP connections 12 years ago
Arjen Poutsma d37e7878e6 Improved Javadoc 12 years ago
Arjen Poutsma ca017a4880 Introduce strategy for BeanInfo creation 12 years ago
Arjen Poutsma ed3823b045 Support generic target types in the RestTemplate 12 years ago
Chris Beams 92500ab902 Upgrade to CGLIB 3 and inline into spring-core 12 years ago
Chris Beams c16f18a5fd Remove spring-asm and inline ASM 4 into spring-core 12 years ago
Sam Brannen 826e565b7c Polish GenericTypeResolver 12 years ago
Sam Brannen f49b22c78f Introduce MockEnvironment in the spring-test module 12 years ago
Chris Beams 2ec7834124 Resolve nested placeholders via PropertyResolver 12 years ago
Juergen Hoeller 8bd1fd3715 moved getInputStream() not-null requirement to InputStreamSource itself; removed misleading "throws IllegalStateException" declaration 12 years ago
Juergen Hoeller fdb9de1445 Use BufferedInputStream in SimpleMetaDataReader to double performance 12 years ago
Chris Beams dc822cdca0 Reflect 3.2=>3.1.2 backports in @since tags etc 12 years ago
Chris Beams 35055fd866 Refactor PropertyResolver impl for consistency 12 years ago