Details
Description
groovy-jsr-02 is not binary compatibile with groovy-jsr-01
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
In CompilationFailedException the ProcessingUnit.getErrors() has been replaced with
ProcessingUnit.getErrorCollector().getErrors().
We shall need to catch a NoSuchMethodError unless something else backward-compatible
towards jsr-01 is found. Will query groovy list.