Re: Update apache cli version from 1.2 to 1.3.1?

2016-11-08 Thread Sean Busbey
Sounds good to me then.

On Tue, Nov 8, 2016 at 1:59 AM, Apekshit Sharma  wrote:
> It's for 2.0. The work am planning to do, using apache cli in our tools,
> will be in master only to avoid compatibility issues.
>
> On Mon, Oct 31, 2016 at 8:37 PM, Sean Busbey  wrote:
>
>> update for which version(s) of HBase?
>>
>> On Mon, Oct 31, 2016 at 6:31 PM, Apekshit Sharma  wrote:
>> > 1.3 came out in 2015,  6 years  after 1.2. It was few bug fixes and new
>> > features.
>> >
>> > These are few good/important ones:
>> > - HelpFormatter now prints command-line options in the same order as they
>> > have been added. Fixes CLI-212.
>> > - Standard help text now shows mandatory arguments also for the first
>> > option. Fixes CLI-186.
>> > - A new parser is available: DefaultParser. It combines the features of
>> the
>> > GnuParser and the PosixParser. It also provides additional features like
>> > partial matching for the long options, and long options without separator
>> > (i.e like the JVM memory settings: -Xmx512m). This new parser deprecates
>> > the previous ones. Fixes CLI-161,CLI-167,CLI-181.
>> >
>> > For full list of changes:
>> > https://commons.apache.org/proper/commons-cli/changes-report.html#a1.3
>> >
>> > If there are no objections, i'll update it in few days.
>> >
>> > Regards,
>> > -- Appy
>>
>
>
>
> --
>
> -- Appy



-- 
busbey


Re: Update apache cli version from 1.2 to 1.3.1?

2016-11-08 Thread Apekshit Sharma
It's for 2.0. The work am planning to do, using apache cli in our tools,
will be in master only to avoid compatibility issues.

On Mon, Oct 31, 2016 at 8:37 PM, Sean Busbey  wrote:

> update for which version(s) of HBase?
>
> On Mon, Oct 31, 2016 at 6:31 PM, Apekshit Sharma  wrote:
> > 1.3 came out in 2015,  6 years  after 1.2. It was few bug fixes and new
> > features.
> >
> > These are few good/important ones:
> > - HelpFormatter now prints command-line options in the same order as they
> > have been added. Fixes CLI-212.
> > - Standard help text now shows mandatory arguments also for the first
> > option. Fixes CLI-186.
> > - A new parser is available: DefaultParser. It combines the features of
> the
> > GnuParser and the PosixParser. It also provides additional features like
> > partial matching for the long options, and long options without separator
> > (i.e like the JVM memory settings: -Xmx512m). This new parser deprecates
> > the previous ones. Fixes CLI-161,CLI-167,CLI-181.
> >
> > For full list of changes:
> > https://commons.apache.org/proper/commons-cli/changes-report.html#a1.3
> >
> > If there are no objections, i'll update it in few days.
> >
> > Regards,
> > -- Appy
>



-- 

-- Appy


Re: Update apache cli version from 1.2 to 1.3.1?

2016-10-31 Thread Sean Busbey
update for which version(s) of HBase?

On Mon, Oct 31, 2016 at 6:31 PM, Apekshit Sharma  wrote:
> 1.3 came out in 2015,  6 years  after 1.2. It was few bug fixes and new
> features.
>
> These are few good/important ones:
> - HelpFormatter now prints command-line options in the same order as they
> have been added. Fixes CLI-212.
> - Standard help text now shows mandatory arguments also for the first
> option. Fixes CLI-186.
> - A new parser is available: DefaultParser. It combines the features of the
> GnuParser and the PosixParser. It also provides additional features like
> partial matching for the long options, and long options without separator
> (i.e like the JVM memory settings: -Xmx512m). This new parser deprecates
> the previous ones. Fixes CLI-161,CLI-167,CLI-181.
>
> For full list of changes:
> https://commons.apache.org/proper/commons-cli/changes-report.html#a1.3
>
> If there are no objections, i'll update it in few days.
>
> Regards,
> -- Appy


Update apache cli version from 1.2 to 1.3.1?

2016-10-31 Thread Apekshit Sharma
1.3 came out in 2015,  6 years  after 1.2. It was few bug fixes and new
features.

These are few good/important ones:
- HelpFormatter now prints command-line options in the same order as they
have been added. Fixes CLI-212.
- Standard help text now shows mandatory arguments also for the first
option. Fixes CLI-186.
- A new parser is available: DefaultParser. It combines the features of the
GnuParser and the PosixParser. It also provides additional features like
partial matching for the long options, and long options without separator
(i.e like the JVM memory settings: -Xmx512m). This new parser deprecates
the previous ones. Fixes CLI-161,CLI-167,CLI-181.

For full list of changes:
https://commons.apache.org/proper/commons-cli/changes-report.html#a1.3

If there are no objections, i'll update it in few days.

Regards,
-- Appy