On Oct 12, 2011, at 20:53, sebb wrote:
> On 10 October 2011 16:13, Gary Gregory wrote:
>> The Commons IO team is pleased to announce the Commons IO 2.1 release!
>>
>> The Commons IO library contains utility classes, stream implementations,
>> file filters, file comparators and endian classes.
>>
On 10 October 2011 16:13, Gary Gregory wrote:
> The Commons IO team is pleased to announce the Commons IO 2.1 release!
>
> The Commons IO library contains utility classes, stream implementations,
> file filters, file comparators and endian classes.
>
> This is a drop-in replacement for 2.0.1. A li
On 4 October 2011 21:20, sebb wrote:
> Symbolic links should not be used in mirrored directories [1].
>
> We still use them in some components; I propose to delete them all
> later this week.
Done.
> The disadvantages are:
> - often don't get updated promptly; an extra task for the RM that is
>
On 10/12/11 8:41 AM, Simone Tripodi wrote:
> Thanks Hen!
> any suggestion for the Array checkstyle violation?
One way to do this is to use the SuppressionCommentFilter construct
in checkstyle.xml and corresponding comments in the source to turn
off checks for blocks of code. You can see an exampl
Thanks Hen!
any suggestion for the Array checkstyle violation?
TIA!
Simo
http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/
On Wed, Oct 12, 2011 at 5:35 PM, Henri Yandell wrote:
> Clirr wins (assuming you're ke
Clirr wins (assuming you're keeping 100% backwards compat and that
clirr isn't playing up). checkstyle at 0 is an ideal not a necessary.
Hen
On Wed, Oct 12, 2011 at 8:12 AM, Simone Tripodi
wrote:
> Hi all guys,
> there are checkstyle violations that, if fixed, cause clirr
> violations, and clirr
Hi all guys,
there are checkstyle violations that, if fixed, cause clirr
violations, and clirr violations that if fixed will cause checkstyle
errors... looks like the dog that bites its tail :)
Looks like having both to 0 is almost impossible for 1.4, so what
should be the policy? Which one has pri
Hi al guys,
due to violations reported by Gary, I consider this vote no more valid.
I will cut a new RC as soon as possible.
Thanks Gary for reviewing!
Simo
http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/
On
On Wed, Oct 12, 2011 at 10:25 AM, Simone Tripodi
wrote:
> Hi Gary!
> It makes a lot of sense, thanks for reviewing!
>
Good luck Simo. I look forward to a shiny new RC :)
Gary
> All the best, have a nice day!
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal
Hi Gary!
It makes a lot of sense, thanks for reviewing!
All the best, have a nice day!
Simo
http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/
On Wed, Oct 12, 2011 at 4:22 PM, Gary Gregory wrote:
> There are so
There are some PMD violations too that could be addressed as well.
Gary
On Wed, Oct 12, 2011 at 10:15 AM, Gary Gregory wrote:
> Hi Simo,
>
> Thank you for cutting the RC.
>
> -1
>
>- Clirr reports 2 errors.
>Accessibility of method 'public DbUtils()' has been decreased from
>public t
Hi Simo,
Thank you for cutting the RC.
-1
- Clirr reports 2 errors.
Accessibility of method 'public DbUtils()' has been decreased from public
to private.
This is a no-go for a minor release unless we want to make an exception.
- RAT reports one unapproved license.
I know it's
Hi all guys,
I call for a vote to release apache commons-dbutils-1.4 based on RC2.
Many thanks in advance for reviewing, have a nice day!
All the best,
Simo
Tag:
https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_4_RC2
Site:
http://people.apache.org/builds/commons/db
Ah yes, what a sad day, today I've been missing a lot of details...
the groupId is not o.a.c :S
Deploying with the old style, then :)
Thanks for your help!!!
Simo
http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/
are you sure commons-dbutils:commons-dbutils is something you can
deploy on r.a.o ?
I think sonatype folks don't like old style groupId.
Did you deploy any snapshots for test ?
2011/10/12 Simone Tripodi :
> do are we experiencing any Nexus issue? I'm getting 'Bad Request'
> reply when deploying -
do are we experiencing any Nexus issue? I'm getting 'Bad Request'
reply when deploying - tried deploying 4 times, re-encrypted password
and login checked on Nexus UI...
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy
(default-deploy) on project commons-dbutil
On 12 October 2011 12:22, Simone Tripodi wrote:
> Hi all guys,
> got the same error also today:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-release-plugin:2.2.1:prepare
> (default-cli) on project commons-dbutils: Unable to tag SCM
> [ERROR] Provider message:
> [ERROR] The s
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-proxy-test has an issue affecting its community integration.
This
Hi all guys,
got the same error also today:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.2.1:prepare
(default-cli) on project commons-dbutils: Unable to tag SCM
[ERROR] Provider message:
[ERROR] The svn tag command failed.
[ERROR] Command output:
[ERROR] svn: No s
>
> +1. These methods have been superseded by methods in FastMath.
>
> Luc
>
+1 (the implementation of sinh is probably not very accurate near 0).
Sébastien
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For addition
Le 12/10/2011 12:08, Gilles Sadowski a écrit :
Hello.
I propose to remove the following methods from "MathUtils":
public static double sign(final double x)
public static float sign(final float x)
public static double sinh(double x)
public static double cosh(double x)
Also, "sign" a
Hello.
I propose to remove the following methods from "MathUtils":
public static double sign(final double x)
public static float sign(final float x)
public static double sinh(double x)
public static double cosh(double x)
Also, "sign" and "indicator" functions seem redundant (and the "flo
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-exec-test has an issue affecting its community integration.
This i
23 matches
Mail list logo