GitHub user ebourg opened a pull request:

    https://github.com/apache/geronimo-xbean/pull/13

    xbean-telnet compatibility with Groovy 2

    The `GroovySh` class in xbean-telnet uses the `InvokerHelper.getVersion()` 
method which was deprecated in Groovy 1.7 and removed in Groovy 2.0. I replaced 
it with `GroovySystem.getVersion()` which is available since Groovy 1.6.

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

    $ git pull https://github.com/ebourg/geronimo-xbean groovy2

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

    https://github.com/apache/geronimo-xbean/pull/13.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 #13
    
----
commit e099b956d5daf1e17ea4249d5ec2ba4d38ffce4d
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   2015-08-07T10:57:34Z

    Updated xbean-telnet to work with Groovy 2

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to