Andy Clement
Andy Clement
I think this is a link to the build containing the changes: https://repo.spring.io/libs-snapshot-local/org/springframework/springloaded/1.2.6.BUILD-SNAPSHOT/springloaded-1.2.6.BUILD-20160119.073648-7.jar
@wholenewstrain Grails 3.1.4 includes springloaded 1.2.5 - so I'd recommend patching your grails to try springloaded 1.2.6 snapshots. @jigneshpatel34 looks like that needs a new issue raising.
I'm not sure which version of STS you mean, the latest is 3.9.1. I recall a bug where vm args were being built incorrectly without a necessary space ( https://github.com/spring-projects/spring-ide/issues/197...
I put in a potential fix, try the 1.2.2 snapshot build that should come out of this build: https://build.spring.io/browse/SL-MAS-113
Here is the build: http://repo.spring.io/libs-snapshot-local/org/springframework/springloaded/1.2.2.BUILD-SNAPSHOT/springloaded-1.2.2.BUILD-SNAPSHOT.jar To test it under grails, what I do is go into the grails folder: grails-2.4.1/lib/org.springframework/springloaded/jars I then rename the spring loaded jar that is there...
I knew you'd ask that Graeme, I'll get to it over the next few days :)
Copying fields is something different (I addressed copying methods). Do you have a simple app that exhibits the problem?
committed a fix for copy field too.
1.2.3.RELEASE is cut and in repo.spring.io - at the moment I have no idea why the repo.spring.io contents aren't making it to central, I'm doing exactly the same thing as...
The underlying reason for this exception is that we are expecting something to have been treated as reloadable but it has not been. (So we expected to find r$fields on...