825 Commits (e39fc90fac69cdc4de4e92f8f10f272b2cfd08ac)
 

Author SHA1 Message Date
Chris Beams e39fc90fac SPR-5615 - Improved error message: s/is no interface/is not an interface 17 years ago
Juergen Hoeller 74c67dfaef FreeMarkerView and ResourceBundle/XmlViewResolver can be initialized with ServletContext only (e.g. for testing) 17 years ago
Juergen Hoeller 40f9643c51 fixed broken "setManagedInterfaces" interface assertion (SPR-5615) 17 years ago
Ben Hale e3a4b4faae Made WebApplicationContextUtils:registerWebApplicationScopes public. Changed core's org.springframework.asm OSGi import to proper version numbers 17 years ago
Scott Andrews 2d2924e8ce SPR-5605 spring:url tag should use htmlEscape instead of escapeXml for entity encoding 17 years ago
Scott Andrews 10f6f3733c updating eclipse classpath for test dependencies 17 years ago
Arjen Poutsma 49e870246d SPR-5409 - Support for PUTting and POSTing non-form data 17 years ago
Thomas Risberg c6bab66017 added a config property to control defaulting of primitive property when receiving null value from result (SPR-5588) 17 years ago
Arjen Poutsma 495e36d4cb polishing 17 years ago
Thomas Risberg 88cc7a08f8 changed MapSqlParameterSource to SqlParameterSource in executeFunction and executeObject methods for SimpleJdbcCall (SPR-5570) 17 years ago
Thomas Risberg ef5bde43b6 defaulting primitive property when receiving null value from result in BeanPropertyRowMapper (SPR-5588) 17 years ago
Arjen Poutsma e57280b066 Added some leftover tests 17 years ago
Arjen Poutsma 1e82247b82 SPR-5604: OXM bundle's BSN is incorrect 17 years ago
Mark Pollack f39cb005f6 SPR-5385, SPR-5301 - initial pass completed of POMs for maven central repository upload. N.B. Can not build spring with these POMs. 17 years ago
Chris Beams 41a4353644 Re-adding ConfigurationPostProcessorTests after its brief removal in r814. @Ignore-ing the testCglibClassesAreLoadedJustInTimeForEnhancement() method as it turns out this was one of the culprits in the recent build breakage. The classloader hacking causes subtle downstream effects, breaking unrelated tests. The test method is still useful, but should only be run on a manual basis to ensure CGLIB is not prematurely classloaded, and should not be run as part of the automated build. 17 years ago
Chris Beams 4776108767 fixed two build-breaking issues: 17 years ago
Keith Donald 0a06a95d68 set value tests 17 years ago
Arjen Poutsma 98daccc362 SPR-5537: ReSTful URLs with content type extension do not work properly 17 years ago
Mark Pollack 4f514aac1e SPR-5385, SPR-5301 - partial work committed. 17 years ago
Juergen Hoeller 4ef6b776db RmiServiceExporter and RmiRegistryFactoryBean synchronize registry lookup/creation 17 years ago
Keith Donald 199f6943d1 pruned bean references support as it was not used 17 years ago
Keith Donald 0a4d001808 upgrade to latest spring build 17 years ago
Keith Donald 452f0288e3 made asm an eclipse project 17 years ago
Arjen Poutsma b40541c937 Added test for multiple template variables in one path segment. 17 years ago
Juergen Hoeller 05919c1cd3 ConstructorArgumentValues exposed indexed arguments in the order of definition (SPR-5554) 17 years ago
Arjen Poutsma 060cf5be50 SPR-5571: typo in RestTemplate javadoc 17 years ago
Juergen Hoeller 3c71a0b81e polishing 17 years ago
Juergen Hoeller 118cf8b4c2 added TaskScheduler interface and Trigger abstraction; added ConcurrentTaskScheduler and ThreadPoolTaskScheduler; added CommonJ TimerManagerTaskScheduler; added CronTrigger implementation for cron expression support 17 years ago
Juergen Hoeller 68d67d83de TimerTaskExecutor creates non-daemon Timer and uses bean name as default Timer name 17 years ago
Juergen Hoeller 14b7c182d0 polishing 17 years ago
Juergen Hoeller cc21b308e2 qualifier annotations and @Value can be used at method level as well (applying to all parameters); 17 years ago
Juergen Hoeller 182acb9c87 fixed CachingMapDecorator to support garbage-collected weak references (again) 17 years ago
Juergen Hoeller aecc6b45df type variable cache uses weak values 17 years ago
Juergen Hoeller e6618f050a added superfluous cast as a workaround for the Sun Javac compiler 17 years ago
Juergen Hoeller 303f360d27 implement ASM ClassVisitor interface directly 17 years ago
Juergen Hoeller 262e510b32 polishing 17 years ago
Juergen Hoeller c35b5f8ef2 polishing 17 years ago
Juergen Hoeller 8251dff561 SessionAwareMessageListener supports generic declaration of concrete JMS Message type 17 years ago
Chris Beams 7e8c6e57cc Tweaks to package-info.java files 17 years ago
Chris Beams 5f9c23f04f Consolidated Util and MutableAnnotationUtils classes into existing AsmUtils 17 years ago
Chris Beams 255c03a1d7 polishing 17 years ago
Chris Beams 34116c57f9 + JavaDoc updates 17 years ago
Chris Beams 927f8039ca + Removed org.springframework.config.java module 17 years ago
Chris Beams 868ca2bb4a + Moving .config.java module -> .context 17 years ago
Chris Beams 8fc0036591 + Pruned empty directories 17 years ago
Chris Beams 2faef8d9d9 + Pruned empty directories 17 years ago
Chris Beams e70b6ef6a4 + Repackaged src and test from .config.java.* -> .context.annotation.* 17 years ago
Chris Beams e52702e9fe + Repackaging test codebase from .config.java.* -> .context.annotation.* 17 years ago
Chris Beams 4473ca05d3 + Added isCglibClassName() to AopUtils for checking bean class names before classloading 17 years ago
Chris Beams e0c593f61c Made ConfigurationModel semantics explicit by having it extend LinkedHashSet<ConfigurationClass> 17 years ago