Details
Description
groovy-jsr-02 is not binary compatibile with groovy-jsr-01
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
groovy-jsr-02 is not binary compatibile with groovy-jsr-01
| 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.