[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-07-21 Thread rubin55
Github user rubin55 commented on the issue:

https://github.com/apache/commons-cli/pull/15
  
Hey :-) Any progress on this one? Anything I can do to make it go forward? 
Greets!


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

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[GitHub] commons-cli issue #15: CLI-217: Optional partial matching

2017-07-21 Thread rubin55
Github user rubin55 commented on the issue:

https://github.com/apache/commons-cli/pull/15
  
Hey :-) Any progress on this one? Anything I can do to make it go forward? 
Greets!


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

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [ANNOUNCE] Apache Commons Collections moved to git

2017-07-21 Thread Stefan Bodewig
On 2017-07-19, Rob Tompkins wrote:

>> On Jul 19, 2017, at 8:13 AM, Stefan Bodewig  wrote:

>> On 2017-07-19, Rob Tompkins wrote:

>>> The Apache Commons Collections component has been moved to git.

>> Many thanks for doing that, Rob!

>> Are you following some kind of playbook with the git migration? If so,
>> we should add one point:

>> * edit the svn:externals property of
>>  https://svn.apache.org/repos/asf/commons/trunks-proper and remove the
>>  entry for the component just migrated.

> Good point, and no playbook here. I suppose we should either:
> 1. create such a playbook, or 2. do the remainder of the repos so that
> such a playbook is no longer needed. :-)

True.

I'm all for option 1 and may find some time over the weekend to start a
page inside the wiki, based on what I recall doing back when I migrated
Compress. Given that a few things have changed since then (the
self-service stuff didn't exist) and you've done it a few times now, I
wouldn't feel bad if you beat me to it and started the page ;-)

Cheers

Stefan

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [ANNOUNCE] Apache Commons Collections moved to git

2017-07-21 Thread Amey Jadiye
BTW, I just sorted all proper components and below is the list of component
still using svn, seems quit a lot work still remaining ;-)

bcel | http://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0
bcel
beanUtils |http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/
bsf|http://svn.apache.org/repos/asf/commons/proper/bsf/trunk
build-plugin|
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk
chain|http://svn.apache.org/viewvc/commons/proper/chain/trunk
codec|http://svn.apache.org/viewvc/commons/proper/codec/trunk
configuration|
http://svn.apache.org/viewvc/commons/proper/configuration/trunk
daemon|http://svn.apache.org/viewvc/commons/proper/daemon/trunk
digester|http://svn.apache.org/viewvc/commons/proper/digester/trunk
discovery|http://svn.apache.org/viewvc/commons/proper/discovery/trunk
email|http://svn.apache.org/viewvc/commons/proper/email/trunk
exec|http://svn.apache.org/viewvc/commons/proper/exec/trunk
functor|http://svn.apache.org/viewvc/commons/proper/functor/trunk/
jci|http://svn.apache.org/viewvc/commons/proper/jci/trunk/
jcs|http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.1
jexl|http://svn.apache.org/viewvc/commons/proper/jexl/tags/COMMONS_JEXL_3_1
jxpath|http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk
launcher|http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk
logging|http://svn.apache.org/repos/asf/commons/proper/logging/trunk
net|http://svn.apache.org/viewvc/commons/proper/net/tags/NET_3_6
ognl|http://svn.apache.org/viewvc/commons/proper/ognl/trunk/
pool|http://svn.apache.org/viewvc/commons/proper/pool/trunk
proxy|http://svn.apache.org/repos/asf/commons/proper/proxy/trunk/
transaction|http://svn.apache.org/viewvc/commons/proper/transaction/trunk
validator|
http://svn.apache.org/viewvc/commons/proper/validator/tags/VALIDATOR_1_6/
vfs|
http://svn.apache.org/viewvc/commons/proper/vfs/tags/commons-vfs2-project-2.1
weaver|http://svn.apache.org/viewvc/commons/proper/weaver/trunk/


Regards,
Amey


On Wed, Jul 19, 2017 at 5:46 PM, Rob Tompkins  wrote:
>
>
> > On Jul 19, 2017, at 8:13 AM, Stefan Bodewig  wrote:
> >
> > On 2017-07-19, Rob Tompkins wrote:
> >
> >> The Apache Commons Collections component has been moved to git.
> >
> > Many thanks for doing that, Rob!
> >
> > Are you following some kind of playbook with the git migration? If so,
> > we should add one point:
> >
> > * edit the svn:externals property of
> >  https://svn.apache.org/repos/asf/commons/trunks-proper and remove the
> >  entry for the component just migrated.
>
> Good point, and no playbook here. I suppose we should either: 1. create
such a playbook, or 2. do the remainder of the repos so that such a
playbook is no longer needed. :-)
>
> >
> > Cheers
> >
> >Stefan
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org


Re: [ANNOUNCE] Apache Commons Collections moved to git

2017-07-21 Thread Gary Gregory
I suspect we will do these on a one off basis... but some might stay put
since they are not seeing much activity if any.

Gary

On Fri, Jul 21, 2017 at 11:15 AM, Amey Jadiye  wrote:

> BTW, I just sorted all proper components and below is the list of component
> still using svn, seems quit a lot work still remaining ;-)
>
> bcel | http://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0
> bcel
> beanUtils |http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/
> bsf|http://svn.apache.org/repos/asf/commons/proper/bsf/trunk
> build-plugin|
> http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk
> chain|http://svn.apache.org/viewvc/commons/proper/chain/trunk
> codec|http://svn.apache.org/viewvc/commons/proper/codec/trunk
> configuration|
> http://svn.apache.org/viewvc/commons/proper/configuration/trunk
> daemon|http://svn.apache.org/viewvc/commons/proper/daemon/trunk
> digester|http://svn.apache.org/viewvc/commons/proper/digester/trunk
> discovery|http://svn.apache.org/viewvc/commons/proper/discovery/trunk
> email|http://svn.apache.org/viewvc/commons/proper/email/trunk
> exec|http://svn.apache.org/viewvc/commons/proper/exec/trunk
> functor|http://svn.apache.org/viewvc/commons/proper/functor/trunk/
> jci|http://svn.apache.org/viewvc/commons/proper/jci/trunk/
> jcs|http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.1
> jexl|http://svn.apache.org/viewvc/commons/proper/jexl/
> tags/COMMONS_JEXL_3_1
> jxpath|http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk
> launcher|http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk
> logging|http://svn.apache.org/repos/asf/commons/proper/logging/trunk
> net|http://svn.apache.org/viewvc/commons/proper/net/tags/NET_3_6
> ognl|http://svn.apache.org/viewvc/commons/proper/ognl/trunk/
> pool|http://svn.apache.org/viewvc/commons/proper/pool/trunk
> proxy|http://svn.apache.org/repos/asf/commons/proper/proxy/trunk/
> transaction|http://svn.apache.org/viewvc/commons/proper/transaction/trunk
> validator|
> http://svn.apache.org/viewvc/commons/proper/validator/tags/VALIDATOR_1_6/
> vfs|
> http://svn.apache.org/viewvc/commons/proper/vfs/tags/
> commons-vfs2-project-2.1
> weaver|http://svn.apache.org/viewvc/commons/proper/weaver/trunk/
>
>
> Regards,
> Amey
>
>
> On Wed, Jul 19, 2017 at 5:46 PM, Rob Tompkins  wrote:
> >
> >
> > > On Jul 19, 2017, at 8:13 AM, Stefan Bodewig 
> wrote:
> > >
> > > On 2017-07-19, Rob Tompkins wrote:
> > >
> > >> The Apache Commons Collections component has been moved to git.
> > >
> > > Many thanks for doing that, Rob!
> > >
> > > Are you following some kind of playbook with the git migration? If so,
> > > we should add one point:
> > >
> > > * edit the svn:externals property of
> > >  https://svn.apache.org/repos/asf/commons/trunks-proper and remove the
> > >  entry for the component just migrated.
> >
> > Good point, and no playbook here. I suppose we should either: 1. create
> such a playbook, or 2. do the remainder of the repos so that such a
> playbook is no longer needed. :-)
> >
> > >
> > > Cheers
> > >
> > >Stefan
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > > For additional commands, e-mail: dev-h...@commons.apache.org
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>


[ANNOUNCE] Apache Commons Dbutils 1.7 released!

2017-07-21 Thread Carl Hall
The Apache Commons DbUtils team is pleased to announce the release of
Apache Commons DbUtils 1.7.  Apache Commons DbUtils is a set of Java
utility classes for easing JDBC development.

This marks the first release in 3 years!  It includes bugfixes and column &
property handlers using Java's native SPI functionality for extensible
datatype handling.

For more details see the release notes at:
http://www.apache.org/dist/commons/dbutils/RELEASE-NOTES.txt

Distribution packages can be downloaded from:
https://commons.apache.org/proper/commons-dbutils/download_lang.cgi

When downloading, please verify signatures using the KEYS file available at:
http://www.apache.org/dist/commons

Maven artifacts are also available in the central Maven repository:


  commons-dbutils
  commons-dbutils
  1.7


Have fun,
Carl, on behalf of the Apache Commons Community