
And finally, the initial checkin of the new plugin infrastructure for Grails, brining the Groovy platform to a new exciting level.
491 lines of code changed in:
Added comments to mark which functionalities are ported to the new plugin infrastructure.
41 lines of code changed in:
Fixed getPropertyValue() method to handle primitive types correctly.
18 lines of code changed in:
ClassUtils + tests: removed 2 redundant and incomplete methods + tests.
10 lines of code changed in:
Update to ClassUtils + tests: includes 3 methods to work with primitives and wrappers of which 2 are redudant and incomplete
113 lines of code changed in:
ClassUtils: utility class to detect primitive types
0 lines of code changed in:
Specify full package name in service class as workaround for NoClassDefFoundError.
7 lines of code changed in:
Update classes for testing purposes.
10 lines of code changed in:
Use CGLIB to create Spring AOP proxies.
2 lines of code changed in:
Load test.OrderEntry from class classloader.
1 lines of code changed in:
Copy groovy files to classpath folder.
5 lines of code changed in:
Load groovy files from classpath instead of file system.
1 lines of code changed in:
Initial checkin.
52 lines of code changed in:
Use GrailsTestSuite to create test case instances and inject properties.
2 lines of code changed in:
Removed groovy-all-1.0-jsr-03.jar.
0 lines of code changed in:
Change groovy jar name.
6 lines of code changed in:
Remove ParameterArray usage.
3 lines of code changed in:
Fix addSubflowState method name change + fix transition criteria creation change, both in SWF.
5 lines of code changed in:
Fix FlowLocator package change in SWF.
1 lines of code changed in:
Added Groovy resource loader to dictate how Grails loads groovy classes.
35 lines of code changed in:
(110 more)