GitHub user jacopoc opened a pull request:

    https://github.com/apache/incubator-groovy/pull/11

    Upgrade to commons-cli 1.3: from OptionBuilder to Option.builder()

    

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

    $ git pull https://github.com/jacopoc/incubator-groovy cli-1.3

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

    https://github.com/apache/incubator-groovy/pull/11.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 #11
    
----
commit 8061d11aaaf8b030f7385eb0475a3206dc90cfa0
Author: Jacopo Cappellato <jacopo.cappell...@gmail.com>
Date:   2015-05-08T04:50:29Z

    Converted code using OptionBuilder, deprecated in commons-cli 1.3, to use 
Option.builder.
    Removed the synchronized modifier from buildOptions(): it is no more needed 
with the new commons-cli 1.3 api.

commit ad97e2927bdd2e1f34113a04a87baefd44a7f0cb
Author: Jacopo Cappellato <jacopo.cappell...@gmail.com>
Date:   2015-05-08T04:59:26Z

    Converted CliBuilder to the new commons-cli 1.3 api: replaced 
OptionBuilder, deprecated in 1.3, with Option.builder

commit b11ad375bc03245777a804028da2069da1adc42b
Author: Jacopo Cappellato <jacopo.cappell...@gmail.com>
Date:   2015-05-08T05:04:35Z

    Converted FileSystemCompiler to the new commons-cli 1.3 api: replaced 
OptionBuilder, deprecated in 1.3, with Option.builder

commit fda4e8db1e4653bdd441cc043ba61ab6f31049f7
Author: Jacopo Cappellato <jacopo.cappell...@gmail.com>
Date:   2015-05-08T05:51:03Z

    Converted GrapeMain to the new commons-cli 1.3 api: replaced OptionBuilder, 
deprecated in 1.3, with Option.builder

----


---
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