We have fixed a few bugs and added enhancements since Apache Commons
Net 3.11.0 was released, so I would like to release Apache Commons Net
3.11.1.
Apache Commons Net 3.11.1 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/net/3.11.1-RC1 (svn
revision 69595)
Th
We have fixed a few bugs and added enhancements since Apache Commons
Parent 70 was released, so I would like to release Apache Commons
Parent 71.
Apache Commons Parent 71 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/parent/71-RC1 (svn
revision 69601)
The Gi
Hi,
do you have any plans to provide new items in org.apache.commons.lang3.tuple
e.g. Quartet
Thanks in advance.
Michał Brach
SoftSystem | Gene Dev 2
Ext 7317
Ta wiadomość pocztowa i wszelkie załączone do niej pliki są poufne i podlegają
ochronie prawnej.
J
Hello Michał.
Nope ;-)
Though, PRs are welcome! However, it might be best to detail your
proposal here before spending time on something that might not attract
interest.
Gary
On Fri, Jun 7, 2024 at 9:28 AM Michal Brach
wrote:
>
> Hi,
>
> do you have any plans to provide new items in org.apache
We have fixed a few bugs and added enhancements since Apache Commons
Configuration 2.10.1 was released, so I would like to release Apache
Commons Configuration 2.11.0.
Apache Commons Configuration 2.11.0 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/configura
Pull request https://github.com/apache/commons-collections/pull/501 addresses
this issue
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org
I have a case where I have multiple no-argument options in an OptionGroup.
The group comprises a deprecated option and a current option. Basically an
option rename.
When I check for the option I simply check if (OptionGroup.getSelected() !=
null). However if the deprecated value is selected this