One of the most important (for me) things that have been added to 1.8 (I guess it was), the annotations to decoratively add logging facilities to classes is broken.
https://jira.codehaus.org/browse/GROOVY-5557
@groovy.util.logging.Slf4j
class Test {
Test() { log.debug "Here" }
}
But the best thing is the error message:Caught: BUG!
Until that's fixed I recommend sticking to the stable version.Not a nice day,... unfortunately...
No comments:
Post a Comment