469 Commits (076fc89a50126a4ec039b89c33ca37f69549629f)

Author SHA1 Message Date
Juergen Hoeller 0543a294ee expose arrays as comma-delimited element String 15 years ago
Mark Fisher 76122c931d updated javadoc 15 years ago
Mark Fisher 80ac130dfe Renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace. 15 years ago
Juergen Hoeller 09e6a85edd fixed overview files 15 years ago
Mark Pollack c6cd1a528e SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate 15 years ago
Juergen Hoeller a59d205b36 removed 3.1 feature classes 15 years ago
Juergen Hoeller 2781b876d2 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax 15 years ago
Juergen Hoeller e2093a8414 fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981) 15 years ago
Juergen Hoeller 49bf85baaa factored out common resolveTypeArgument(s) method to GenericTypeResolver 15 years ago
Juergen Hoeller b8c1130eec detect @Bean methods on registered plain bean classes as well (SPR-5795) 15 years ago
Juergen Hoeller 38110d35d2 polishing 15 years ago
Juergen Hoeller d4c16e91df SPR-6094: PostConstruct now processed top-down (base class first); @PreDestroy processed bottom-up (subclass first) 15 years ago
Juergen Hoeller ce800fb45a allow instrumentation to be specified as a regular VM agent even in OSGi (SPR-6147) 15 years ago
Mark Fisher dedecf7ae9 SPR-6142 Moved ErrorHandler strategy interface to the org.springframework.util package so that it can be used by MessageListener containers in addition to TaskSchedulers. 15 years ago
Mark Fisher e2c36fd592 Updated the context module's .classpath file for Groovy 1.6.3 (from 1.5.1) 15 years ago
Mark Pollack 4f94f45ec4 pom maintenance 15 years ago
Keith Donald 67c02f6c35 generic converter revising 15 years ago
Juergen Hoeller 566eeba8ca specified excluded names matched against unprefixed FactoryBean names as well (SPR-5926) 15 years ago
Keith Donald f1f4bd9fb4 generic converter updates 15 years ago
Juergen Hoeller 99753f0d1c polishing 15 years ago
Juergen Hoeller 7b42a12161 consistent loading of optional classes 15 years ago
Keith Donald 31441627de updated formatter conversion service adapter to work with type descriptor 15 years ago
Keith Donald 33c19b8b14 Converter system implementation cleanup and tidying; wip 15 years ago
Juergen Hoeller 6f2642f2d3 consistently use varargs signature 15 years ago
Juergen Hoeller 87e939a4e9 adapted to Converter signature change 15 years ago
Juergen Hoeller 160521074b avoid caching for expression results even when specified as TypedStringValue (SPR-6115) 15 years ago
Keith Donald 881c3ed6fa Mapper and SpelMapper 15 years ago
Rob Harrop aa08c11976 [SPR-5859] @ManagedOperation can now be used on getters/setters 15 years ago
Juergen Hoeller ad1269622b @Scope annotations not sufficient for scanning anymore 15 years ago
Juergen Hoeller e1a3e44485 initial JSR-330 injection support 15 years ago
Juergen Hoeller 34357d2b1f revised DefaultBindingErrorProcessor to use direct getPropertyName() and getValue() calls on PropertyAccessException itself (SPR-6111) 15 years ago
Rob Harrop 320f08ac79 [SPR-6017] a few more tweaks to how getLocalName is handled 15 years ago
Rob Harrop 7835e66abb [SPR-6017] a few more tweaks to how getLocalName is handled 15 years ago
Juergen Hoeller 582c092f0e revised use of generic provider class for Eclipse compile compatibility 15 years ago
Keith Donald 1e9fc388ac added javax validation, hibernate, and vfs dependencies into eclipse 15 years ago
Rob Harrop 8f6a42bf64 [SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed 15 years ago
Juergen Hoeller 209f43bee7 BeanFactory supports ObjectFactory as a dependency type for @Autowired and @Value (SPR-6079) 15 years ago
Rob Harrop df3881d1e8 Update groovy dependency to match ivy.xml 15 years ago
Juergen Hoeller 6651ff0c55 fixed formatter annotation lookup 15 years ago
Juergen Hoeller 70038bcf3c fixed format tests 15 years ago
Juergen Hoeller 0d084bd7f8 updated test dependencies 15 years ago
Juergen Hoeller 6e95b2c311 polishing 15 years ago
Juergen Hoeller a86a698e5b initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry 15 years ago
Juergen Hoeller 7123e4f81e expression parser uses context's ConversionService by default 15 years ago
Juergen Hoeller 1045847cf7 updated to CGLIB 2.2 and EHCache 1.6.2 15 years ago
Juergen Hoeller 8754f0bc85 updated dependencies 15 years ago
Costin Leau ae8c053568 + fixed NPE when closing up non-initialized contexts 15 years ago
Juergen Hoeller 904c2358cd adapted to changes in non-lenient mode 15 years ago
Juergen Hoeller e0bb838259 MBeanServerFactoryBean returns JDK 1.5 platform MBeanServer for agent id "" (SPR-5909) 15 years ago
Juergen Hoeller 04b619ebfb fixed accidental test failures 15 years ago