698 Commits (0d96b16070be0d68dca5b753166fc153a2bfcd0b)
 

Author SHA1 Message Date
Chris Beams 0d96b16070 added 'target' directory to svn:ignore 17 years ago
Chris Beams 2e785504e7 Initial cut at migrating JavaConfig essentials into Core. test.basic.BasicTests successfully excercises the simplest possible @Configuration class (contains a single @Bean method). 39 classes were pulled in from from JavaConfig to support this use case. 17 years ago
Arjen Poutsma 964d9181fc Fixing Spring Build 17 years ago
Chris Beams b67c59eea3 Updating Eclipse classpath to reflect new dependencies on mortbay resources. 17 years ago
Arjen Poutsma 897c1b2976 Fixing Petclinic 17 years ago
Juergen Hoeller 0680b65d22 polishing 17 years ago
Juergen Hoeller 395d98bfdf finalized changelog for M2 release 17 years ago
Juergen Hoeller 65f0eb6db2 updated compile and test dependencies 17 years ago
Juergen Hoeller 2038b43d1f clarified applicability of @Order 17 years ago
Arjen Poutsma 9ca901aff3 Javadoc 17 years ago
Arjen Poutsma ed284111a2 Javadoc 17 years ago
Juergen Hoeller d6438bf151 added Commons DBCP as test dependency 17 years ago
Juergen Hoeller 142d9dbb78 updated code style settings 17 years ago
Juergen Hoeller e7f99fd584 improved NoClassDefFoundError handling during constructor resolution (SPR-5522) 17 years ago
Ben Hale 19b9e12119 project-build upgrade 17 years ago
Juergen Hoeller f6c70c07c5 generified FactoryBeans and further Java 5 code style updates 17 years ago
Juergen Hoeller 5ad5303398 revised OXM package: no provider-specific exceptions anymore, etc 17 years ago
Arjen Poutsma b82acfef54 Added Form converter as a default 17 years ago
Arjen Poutsma 21659ac68e javadoc 17 years ago
Arjen Poutsma 39d5376d73 Fixed URI encoding in URIEditor to be RFC 2396 compliant 17 years ago
Arjen Poutsma 7b9343ac4f SPR-5516: RestTemplate should encode the url variables 17 years ago
Arjen Poutsma 514f7871e8 SPR-5515: NPE when passing null as a request to RestTemplate.postForLocation 17 years ago
Arjen Poutsma 4aa00d1acd Added Form converter 17 years ago
Arjen Poutsma 0f9dd47c22 Javadoc 17 years ago
Juergen Hoeller 5a895a621c polishing 17 years ago
Juergen Hoeller a814fd082c refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client" 17 years ago
Juergen Hoeller 5b1320432b polishing 17 years ago
Juergen Hoeller 1033015ffa deprecated support for JMS 1.0.2 providers 17 years ago
Arjen Poutsma 45c30b5f12 Added tests 17 years ago
Arjen Poutsma a6b7cbc790 Fixed issue in parsing of invalid MediaTypes from java.net.HttpUrlConnection (*; q=.2) 17 years ago
Arjen Poutsma 42fd21e8b4 Added MultiValueMap 17 years ago
Arjen Poutsma 943cece896 Added ServerHttpRequest/Response to web.http, and Servlet-based implementations. 17 years ago
Arjen Poutsma 86497cb52a Added UriTemplate class 17 years ago
Arjen Poutsma 46a54a7995 SPR-5260: RestTemplate 17 years ago
Arjen Poutsma 28e417d9a3 Character encoding tests 17 years ago
Arjen Poutsma b859ccd70e Fixed problem when headers were written after ClientHttpRequest.execute() 17 years ago
Arjen Poutsma 975fb59d4b Fixing tests 17 years ago
Arjen Poutsma 7285d38c13 Fixing tests 17 years ago
Juergen Hoeller 6656a76cae prototype beans receive independent collection/array even when based on single value (SPR-5512) 17 years ago
Arjen Poutsma 2e4d84d32d Added HTTP conversion abstraction for RestTemplate 17 years ago
Arjen Poutsma 66b8688f0e Added HTTP abstraction for RestTemplate 17 years ago
Juergen Hoeller 3819be4316 testing the exception message when conversion of a generic collection element fails 17 years ago
Arjen Poutsma 0432420ba2 Added JUnit 4.5 17 years ago
Juergen Hoeller 85b427afed ModelAndView's "cleared" state gets preserved in case of plain model Map access 17 years ago
Juergen Hoeller 305deb9631 SimpleAliasRegistry detects resolved aliases that loop back to the original name (SPR-5419); PropertyPlaceholderConfigurer does not modify Map in case of equal String keys (SPR-5318); inner class names in Java source style ("java.lang.Thread.State") supported as well (SPR-5210) 17 years ago
Juergen Hoeller ee2c165f48 further M2 revisions 17 years ago
Juergen Hoeller 8af560b4f4 added "flush()" method to TransactionStatus and TransactionSynchronization interfaces; test context manager automatically flushes transactions before rolling back; general polishing of transaction management code 17 years ago
Juergen Hoeller c3cbe94385 updated for execution of integration tests 17 years ago
Juergen Hoeller e3f7a0d5f6 "url" macro in "spring.ftl" performs standard Servlet URL encoding automatically 17 years ago
Juergen Hoeller 18e805eac2 polishing 17 years ago