spring-framework/spring-context
Dave Syer f7c3706361 Port GroovyDynamicElementReader to Java
Prior to this commit, GroovyDynamicElementReader was implemented in
Groovy, which required that developers have Groovy language support
installed and configured in their IDEs.

This commit ports GroovyDynamicElementReader from Groovy to Java,
making the compilation much simpler and allowing developers to open the
project in Eclipse or VSCode (or other IDEs without Groovy support)
without compiler errors.

This commit also converts related tests from Groovy to Java.

Closes gh-27945
2022-01-20 17:42:17 +01:00
..
src Port GroovyDynamicElementReader to Java 2022-01-20 17:42:17 +01:00
.springBeans
spring-context.gradle Port GroovyDynamicElementReader to Java 2022-01-20 17:42:17 +01:00