Juergen Hoeller
8325b10080
Consistent formatting of license headers, package javadocs, and import declarations
2014-10-21 01:44:07 +02:00
Juergen Hoeller
5ecdd8ca31
Consistent Environment access in XML bean definition parsing code
...
Issue: SPR-12248
2014-09-25 01:02:40 +02:00
Juergen Hoeller
37ba1b966e
Seamless support for Groovy bean definitions mixed with XML bean definitions
...
GroovyBeanDefinitionReader and Groovy ApplicationContexts redirect ".xml" files to XmlBeanDefinitionReader now, similar to what they've been doing for importBeans directives already. Analogously, @ImportResource for configuration classes redirects ".groovy" to GroovyBeanDefinitionReader now.
Issue: SPR-11924
2014-06-30 22:53:25 +02:00
Sam Brannen
710fdc73f1
Polish Javadoc for Groovy bean support classes
2013-12-21 14:00:47 +01:00
Juergen Hoeller
f39bb02628
Polishing
2013-11-22 23:29:54 +01:00
Phillip Webb
f4a66a4326
Polish GroovyBeanDefinitionReader formatting
...
Consistent use of tabs and remove trailing whitespace.
Issue: SPR-7123
2013-10-17 13:46:32 -07:00
Juergen Hoeller
8d6406bbae
Groovy-based bean definitions
...
Formerly known as the Grails BeanBuilder, now in Spring proper. Based on https://github.com/spring-projects/spring-framework/pull/355 but heavily refactored and restructured.
Issue: SPR-7123
2013-10-17 19:24:08 +02:00