[GitHub] groovy pull request #724: Release 2.5.0 related fixes

2018-05-25 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/groovy/pull/724


---


[GitHub] groovy pull request #724: Release 2.5.0 related fixes

2018-05-25 Thread jwagenleitner
GitHub user jwagenleitner opened a pull request:

https://github.com/apache/groovy/pull/724

Release 2.5.0 related fixes

Some recent commits seem to cause problems with the Nextflow 2.5.0 snapshot 
builds on the CI server. One can lead to a NPE (commit 
90486ae1075d14a62d14452abfea0c27485a67b5) because fieldNode can be reassigned 
`null` after the `instanceof` check. Another change (commit 
57cfd2a3e4d985b3248569ea1d92b02c59627703) seems to have caused an issue with 
assigning parameterized types.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jwagenleitner/groovy rel25fixes

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/groovy/pull/724.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #724


commit 1376361bb9089b1d54e9938a7055610b67b8df0e
Author: John Wagenleitner 
Date:   2018-05-24T21:59:20Z

Fix parameter matching for parameterized types

Revert of change 57cfd2a3e4d985b3 and fixes issues with Nextflow CI
builds.

commit c7d3e6d8916f78544e7354837fa0ff4b811931f6
Author: John Wagenleitner 
Date:   2018-05-25T20:16:18Z

Fix NPE if accessed property not a member of the owning class




---