I have submitted a pull request (https://github.com/apache/incubator-groovy/pull/11 ) to convert the code that is using the deprecated OptionBuilder class. Please let me know if this is the appropriate/preferred way to contribute or if you would like me to create a Jira ticket etc...
Thanks, Jacopo On May 8, 2015, at 8:33 AM, Jacopo Cappellato <[email protected]> wrote: > Just a quick update on this topic: I have a local feature branch with a > complete conversion from OptionBuilder to Option.builder(...) api. > Everything seems to work fine so far. > In the meantime the vote to release Commons CLI 1.3 is going on but so far > only 2 PMC members cast their vote, so it is still uncertain if the vote will > be successful. > > Regards, > > Jacopo > > On May 7, 2015, at 7:15 AM, Jacopo Cappellato <[email protected]> > wrote: > >> Thank you Pascal! Much appreciated. >> >> Jacopo >> >> On May 6, 2015, at 7:51 PM, Pascal Schumacher <[email protected]> >> wrote: >> >>> Hi Jacopo, >>> >>> I pushed the change to my clone of the groovy repository on github. This is >>> what I did: >>> >>> https://github.com/PascalSchumacher/incubator-groovy/commit/205a0b7188612b386038bcd01b4a1184e51d9be7 >>> >>> - Pascal >>> >>> Am 06.05.2015 um 14:44 schrieb Jacopo Cappellato: >>>> Hi Pascal, >>>> >>>> what is the easiest way to replace it in my dev box? I would like to test >>>> the same and try to migrate some of the code to the new API. >>>> >>>> Thanks, >>>> >>>> Jacopo >>>> >>>> On May 5, 2015, at 7:22 PM, Pascal Schumacher <[email protected]> >>>> wrote: >>>> >>>>> I replaced the commons-cli 1.2 dependency of Groovy with the 1.3 rc and >>>>> ran some checks: >>>>> >>>>> - Build passes >>>>> - Tests pass >>>>> - Quick manual check using groovysh successful >>>>> >>>>> Am 03.05.2015 um 20:43 schrieb Pascal Schumacher: >>>>>> Am 03.05.2015 um 13:03 schrieb Benedikt Ritter: >>>>>>> Good point. I could try to do the pre release clean up later today and >>>>>>> get an RC out this week. >>>>>> Thanks for creating the RC: >>>>>> >>>>>> https://mail-archives.apache.org/mod_mbox/commons-dev/201505.mbox/%3CCAB917RKab4oO_OMa_FcMuEegZwKA%2BNQNNOjjMnYE9QDGtNHXdg%40mail.gmail.com%3E >>>>>> >>>>>> :) >>> >> >
