798 Commits (fe1e7f0d6ca6a397b2d72f8776ba7e4c1dd8c21f)

Author SHA1 Message Date
Mark Fisher a64f0f1ebe Added tests for the DefaultLifecycleProcessor and a custom "lifecycleProcessor" bean. 15 years ago
Mark Fisher b444220564 SPR-5507 When determining start/stop order, the DefaultLifecycleProcessor checks for the new Phased interface rather than SmartLifecycle now. 15 years ago
Mark Fisher 5e1c00ceb2 SPR-5507 Factored out the Phased interface. 15 years ago
Keith Donald 18c63f70c4 polishing 15 years ago
Juergen Hoeller f751acea12 fixed tests 15 years ago
Juergen Hoeller 7e5106d1ac FormatterRegistry extends ConverterRegistry now; FormattingConversionService extends GenericConversionService 15 years ago
Juergen Hoeller a1916ca765 polishing 15 years ago
Juergen Hoeller d6197b743d clarified double role of id property 15 years ago
Juergen Hoeller 973fb6ce40 updated to Groovy 1.6.5 15 years ago
David Syer e10161182b RESOLVED - issue SPR-6444: TaskExecutor not initialized in task namespace 15 years ago
Juergen Hoeller bb97ca32c4 added configurable "autoGrowNestedPaths" property to DataBinder (SPR-6430) 15 years ago
Juergen Hoeller da2ddca34c fixed LifecycleProcessor lookup in a Spring Dynamic Modules context (SPR-6356); moved ConversionService lookup to prepareBeanFactory 15 years ago
Mark Fisher 021663b12f SPR-5507 The 'shutdownOrder' property of SmartLifecycle has been renamed 'phase'. The order no longer applies to shutdown only; now startup order is determined by the phase value as well. Components start in ascending order and stop in descending order. 15 years ago
Costin Leau be60908d6d + update pom 15 years ago
David Syer 35517b62a0 Change groovy dependency to 1.6.3 to match ANT/ivy 15 years ago
Keith Donald 9d354192ef additional javadoc and tests 15 years ago
Juergen Hoeller 602118f1a3 extended CGLIB version range (SPR-6400) 15 years ago
Mark Fisher a6b6ba88dc SPR-6368 The parser for the 'executor' element in the task namespace now creates a FactoryBean so that the pool-size range can be configured after property placeholder resolution when necessary. 15 years ago
Costin Leau 502c0e9055 SPR-6401 15 years ago
Costin Leau 38d6b55363 SPR-6333 15 years ago
Mark Fisher c6f3613411 SPR-6354 DefaultLifecycleProcessor no longer waits for the shutdown of SmartLifecycle beans that are not actually running. 15 years ago
Costin Leau 6653f25e81 SPR-6394 15 years ago
Keith Donald 692b1ef636 found hotspot; added ConverisonServiceFactoryBean 15 years ago
David Syer af674bfac4 RESOLVED - issue SPR-6398: Document attributes in @Scheduled and friends 15 years ago
Costin Leau 4375b9c89a SPR-6333 15 years ago
Costin Leau a9d4a58294 + fix filename problem 15 years ago
Juergen Hoeller 46cd083976 added chaining-capable "add" method to MutablePropertyValues 15 years ago
Keith Donald a300aa19b6 improved toString method 15 years ago
Keith Donald 34a75c1ae6 improved toString method 15 years ago
Costin Leau ab5e4a4ff3 SPR-6333 15 years ago
Keith Donald d85dc01e28 moved generic converter to spi; added entity converter; removed various service impls in favor of service factory 15 years ago
Keith Donald aac9107f6b SPR-6350 15 years ago
Luke Taylor a0b71d867f Removed javadoc refs to JMX commons attribute source 15 years ago
Juergen Hoeller 8be36fafef introduced dedicated Jsr330ScopeMetadataResolver 15 years ago
Juergen Hoeller 56778110cd added dedicated onClose notification to differentiate between manual stop and close-driven stop 15 years ago
Juergen Hoeller 0e1b04d082 inner beans detected as ApplicationListeners as well (SPR-6049) 15 years ago
Juergen Hoeller a6bba67bca added setValidating to XmlBeanDefinitionReader itself as well (SPR-6336) 15 years ago
Mark Fisher 6ee17d2826 SPR-5507 javadoc 15 years ago
David Syer 568e6a3b38 RESOLVED - issue SPR-6321: Regression: ResourceEditor in 3.0 does not ignore unresolvable placeholders, but it did in 2.5.6 15 years ago
Chris Beams 9f07b15185 Added Javadoc where necessary; polishing. 15 years ago
Keith Donald 70fe75384d fixed failing tests due to generic object to object converter fallback being over eager 15 years ago
Keith Donald 3cdb942cbe Deferring object mapper until Spring 3.1 when it will be used by other projects 15 years ago
Juergen Hoeller 6ef9c2d710 fixed validating to be true by default and to set namespaceAware accordingly 15 years ago
Costin Leau e52e4c5717 + commit actual jboss adapter 15 years ago
Costin Leau 4e321b1a3c + add minor fix to the internal weblogic adapter 15 years ago
Costin Leau 1dc1d5ef9a SPR-5764 15 years ago
Juergen Hoeller 1c839dbe9c added setValidating method to AbstractXmlApplicationContext, analogous to GenericXmlApplicationContext 15 years ago
Mark Fisher 535ec5cffd SPR-5507 Added support for shutdown order on SmartLifecycle. DefaultLifecycleProcessor now manages the shutdown in phases depending on that order (with a timeout value per group). 15 years ago
Juergen Hoeller d666f0a7d6 added GenericXmlApplicationContext with flexible configuration options for its XML support 15 years ago
Juergen Hoeller 7428014ca3 MergedBeanDefinitionPostProcessors apply after all other post-processors (for @PostConstruct to be invoked after other BPPs; SPR-6066) 15 years ago