Browse Source

Overhaul GroovyBeanDefinitionReaderTests

This commit switches from CGLIB-based proxies to JDK dynamic proxies
for AOP and scoped-bean tests, in order to be able to run tests in the
Eclipse IDE without special Run Configuration setup for the Java module
system.

This commit also simplifies the loading of beans defined with the Groovy
DSL.

See gh-27945
pull/27967/head
Sam Brannen 3 years ago
parent
commit
9af2c9d55d
  1. 568
      spring-context/src/test/java/org/springframework/context/groovy/GroovyBeanDefinitionReaderTests.java

568
spring-context/src/test/java/org/springframework/context/groovy/GroovyBeanDefinitionReaderTests.java

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save