Re: [VOTE] Release Apache Commons Lang 3.12.0 based on RC1

2021-03-01 Thread Brent Worden
3.12.0 release date on the site is incorrectly stated as 2020-02-26: https://dist.apache.org/repos/dist/dev/commons/lang/3.12.0-RC1/site/changes-report.html#a3.12.0 Brent On Sun, Feb 28, 2021 at 4:12 PM Bruno P. Kinoshita wrote: > +1 > Site reports look good, signatures look good too. Inspect

Re: [All] Jenkins nonsense (?)

2017-08-17 Thread Brent Worden
The last success in the build log indicates the last execution of Maven was successful and not that the entire Jenkins build was successful. Sprinkled throughout the build log are messages of the form 'Skipping reporter since build result is FAILURE.' The first such message appeared shortly after

Re: [VOTE] Rename "Complex" to "Numbers" (Was: [complex] Make multi-module and rename component?)

2017-01-09 Thread Brent Worden
Are the originally mentioned transforms in or out of scope of commons-numbers? Brent On Mon, Jan 9, 2017 at 12:02 PM, Gilles wrote: > See discussion thread, copied below. > > [ ] Yes > [ ] Yes but I prefer this name: ... > [ ] No, because ... > > I'll assume that this is a lazy consensus vote,

Re: [RNG] modules vs projects

2016-09-30 Thread Brent Worden
On Fri, Sep 30, 2016 at 10:02 AM, Gilles wrote: > On Fri, 30 Sep 2016 09:41:44 +0200, Emmanuel Bourg wrote: > >> >> - No immediate Jenkins feedback if a rng-core change breaks rng-utils > > I'm not sure I got that one. > If it means to copy the new "rng-core" over to some place for use > by the

Re: [4/4] commons-rng git commit: Moved ProviderBuilder to the base package and made it package private

2016-09-28 Thread Brent Worden
On Wed, Sep 28, 2016 at 6:08 PM, Emmanuel Bourg wrote: > Le 28/09/2016 à 17:11, Gilles a écrit : > > > This what you've done, but it doesn't say why. > > The class is only used by RandomSource, moving it to the same package > and marking it package private ensures that it can't be mistakenly used

Re: [RNG] Scope of "Commons RNG"

2016-09-27 Thread Brent Worden
On Mon, Sep 26, 2016 at 11:36 PM, Gilles wrote: > On Mon, 26 Sep 2016 21:23:24 -0500, Brent Worden wrote: > >> >> With that said, I started thinking a bridge to go between the two engines, >> UniformRandomProvider and java.util.Random, might be beneficial. For >&

Re: [lang] Shuffling arrays

2016-09-27 Thread Brent Worden
There are no good reasons for a component such as commons-lang to have any runtime dependencies beside Java itself. The commons-lang install base is enormous with very diverse usage patterns. Having it coupled to another libraries, regardless of the maintainer, invites all kinds of classloading p

Re: [RNG] Scope of "Commons RNG"

2016-09-26 Thread Brent Worden
On Mon, Sep 26, 2016 at 6:21 PM, Gilles wrote: > On Mon, 26 Sep 2016 16:10:12 -0500, Brent Worden wrote: > >> I would keep the JDK source. My reasoning being: >> >> 1. Users that want to use java.util.Random would not be able to use some >> or >> all of

Re: [RNG] Scope of "Commons RNG"

2016-09-26 Thread Brent Worden
> First candidates are: >>> * Non-uniform deviates (i.e. the samplers now defined in >>> Commons Math's "o.a.c.math4.distribution" package), >>> >> >> I agree this doesn't belong to commons-rng, but I'm not convinced it >> would fit a commons-rng-tools component. Maybe a component more targeted >

Re: [RNG] Scope of "Commons RNG"

2016-09-26 Thread Brent Worden
I would keep the JDK source. My reasoning being: 1. Users that want to use java.util.Random would not be able to use some or all of the RNG Utils code as the later will probably relay on RandomSource instances. 2. With LCGs the current Random implementation provided by Oracle could possibly be e

Re: [RNG] Checkstyle

2016-08-17 Thread Brent Worden
It appears is it not using the correct checkstyle ruleset. From the build output: [INFO] *--- maven-checkstyle-plugin:2.17:checkstyle (default-cli) @ commons-rng --- *[INFO] There are 702 errors reported by Checkstyle 6.11.2 with sun_checks.xml ruleset. Brent On Wed, Aug 17, 2016 at 5:40 AM,

Re: [DISCUSS] "Fraction" also in Commons Lang (Was: [VOTE] New component: Rational numbers)

2016-06-27 Thread Brent Worden
And here is another thread from the [lang] perspective: http://markmail.org/message/z6tgpsavegsf2rmx Brent On Mon, Jun 27, 2016 at 4:34 PM, Brent Worden wrote: > One previous thread on the subject: > http://markmail.org/message/u7lcxd6ye6qnesku > > > Brent > > On Mon, Ju

Re: [DISCUSS] "Fraction" also in Commons Lang (Was: [VOTE] New component: Rational numbers)

2016-06-27 Thread Brent Worden
One previous thread on the subject: http://markmail.org/message/u7lcxd6ye6qnesku Brent On Mon, Jun 27, 2016 at 4:04 PM, Brent Worden wrote: > Somewhere in the mailing list archives is a discussion around this very > topic. It was quite some time ago so I do not recall the reasoni

Re: [DISCUSS] "Fraction" also in Commons Lang (Was: [VOTE] New component: Rational numbers)

2016-06-27 Thread Brent Worden
Somewhere in the mailing list archives is a discussion around this very topic. It was quite some time ago so I do not recall the reasoning for keeping both at that time. I will try sifting through the archives to find the thread if I find time. Brent On Mon, Jun 27, 2016 at 2:47 PM, Ralph Goer

Re: [Math] Getting things done

2016-06-25 Thread Brent Worden
Commons RNG > > * Commons AltMath > > * Commons MathTools > > > > The first one, pretty much, was accepted. Amazing. > > > Not yet, only two binding votes. However, you're able to change this ;-) > > Not to sidetrack this discussion but, I believe there were three binding votes: - Benedikt Ritter - Emmanuel Bourg - Brent Worden

Re: [VOTE] New component: Random number generators

2016-06-22 Thread Brent Worden
+1 Brent

Re: Is there an missing bit in the instructions for making a release?

2016-04-15 Thread Brent Worden
I probably won't be much help either as I have never used the plugin but, there is a tag option for the plugin that might help control the SCM tag that is used. Of all the options for the plugin listed on https://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html, the tag* optio

Re: [Math] Maven expert needed...

2016-02-13 Thread Brent Worden
Gilles, Did you ever get this figured out? I will try to find sometime to investigate this weekend if you still need assistance. Thanks, Brent On Feb 5, 2016 6:24 PM, "Gilles" wrote: > ... to fix the "src/userguide" in order to be able to compile the examples. > > I get compilation errors lik

Re: [VOTE] Release Commons Codec 1.10-RC2

2014-11-07 Thread Brent Worden
+1 Thanks, Brent On Fri, Nov 7, 2014 at 1:05 PM, Thomas Neidhart wrote: > On 11/06/2014 03:27 PM, Gary Gregory wrote: > > Hello All: > > > > This is a VOTE to release Commons Codec 1.10-RC2 > > my +1 > > Thomas > > > > > Changes since RC1: > > - Add CODEC-121 to the RELEASE-NOTES.txt file. >

Re: Fwd: svn commit: r1624061 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVRecord.java

2014-09-11 Thread Brent Worden
Examining the bytecode, it apparently does. At least for JDK 1.7 anyway. I reverted the change. Apologies for the reformatting. I had my IDE configured to auto-format files on save and I committed without checking the diff. Thanks, Brent On Wed, Sep 10, 2014 at 2:27 PM, Gary Gregory wrote:

Re: [LANG] Findbugs and CheckStyle

2013-10-24 Thread Brent Worden
Lang is using the most recent release of the FindBugs Maven plugin (2.5.2) which uses the more recent release of FindBugs (2.0.2). FindBugs has the means to suppress fall through via comments and its findbugs.sf.comment analysis property [1]. Sadly, the latest version of the FindBugs Maven plugin

Re: [chain2] serialVersionUID

2012-07-26 Thread Brent Worden
On Thu, Jul 26, 2012 at 3:48 AM, sebb wrote: > On 25 July 2012 07:54, Jörg Schaible wrote: >> sebb wrote: >> >>> On 24 July 2012 09:11, Jörg Schaible wrote: Hi Elijah, Elijah Zupancic wrote: > Thanks Jörg! > > It sounds like we will need to change them all in chai

Re: [VOTE] Release Commons IO 2.3-RC1

2012-04-11 Thread Brent Worden
+1 Thanks, Brent On Tue, Apr 10, 2012 at 10:54 AM, Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons IO 2.3-RC1 > > Changes in this version include: > > New features: > o IO-322:  Add and use class Charsets. > o IO-321:  ByteOrderMark UTF_32LE is incorrect. > o IO-318:  A

Re: [Math] Package "integration" (related to MATH-707)

2012-01-31 Thread Brent Worden
On Tue, Jan 31, 2012 at 7:15 AM, Gilles Sadowski wrote: > Hi. > > In order to resolve issue MATH-707, one last thing could be changed, to make > the whole "analysis" package self-consistent regarding the class naming > scheme: "UnivariateRealIntegrator" -> "UnivariateIntegrator" > > Also, the clas

Re: Pointers

2011-01-28 Thread Brent Worden
Actually, funkyChanger will not work because you are effectively reassigning the argument. Since all arguments in Java are passed by value, the assignment is not realized by the caller. The only ways to get argument changes surfaced to the caller are using a typed return or passing in an argument

Re: [all] [pool] how to test pool in JMX environment?

2011-01-03 Thread Brent Worden
Simone, I do not know if this is what you had in mind, but there is MBean Server provided by the JVM (http://download.oracle.com/javase/1.5.0/docs/guide/management/mxbeans.html#mbean_server). Presumably, this server could be used to register/unregister the MBeans, invoke operations, and get/set a

Re: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/integratio

2010-11-04 Thread Brent Worden
On Thu, Nov 4, 2010 at 9:08 AM, Gilles Sadowski wrote: > Hi. > >> >> IMHO we still need the @throws line in the javadoc.  Otherwise end >> users are going to get a nasty surprise when they get an unchecked >> exception thrown. >> > > Any existing user code (throwing a "FunctionEvaluationException"

Re: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/integratio

2010-11-03 Thread Brent Worden
On 11/3/2010 8:10 PM, Bill Barker wrote: */ public interface UnivariateRealFunction { - /** - * Compute the value for the function. - * @param x the point for which the function value should be computed - * @return the value - * @throws FunctionEvaluationException if the fu

[POOL] generics on KeyedObjectPool

2010-10-12 Thread Brent Worden
The javadoc on KeyedObjectPool states 'A keyed pool pools instances of multiple types.' However, the new parametrization on KeyedObjectPool allows for only a single instance type. To allow for pooling multiple typed instances, should the instance type parameter be removed from the interface

Re: [Math] Code review

2010-10-01 Thread Brent Worden
On Fri, Oct 1, 2010 at 9:27 AM, Gilles Sadowski wrote: >> > Do you review the code manually, or do you use a tool to spot all these >> > potential problems? >> >> Eclipse reports these, and I inspect them manually before committing. > > Isn't there some plugin such as CheckStyle or FindBugs that c

Re: [codec] NoSuchMethodError

2010-06-15 Thread Brent Worden
commons-codec is probably getting loaded instead of the copy found in your war/ear. You can modify the classloader isolation settings for applications by modifying the JBoss deployment descriptors. http://community.jboss.org/wiki/classloadingconfiguration contains some good instructions on how t

Re: [ALL] Mailing list page suggestion (was: [dbcp] Re: "Connection reset" exceptions on u...@c.a.0)

2010-04-08 Thread Brent Worden
s not appear to be any way to add any header text to the >>> mailing list report, nor to change the existing text. >> >> Maybe we just need to have commons-build gen a mailing list page >> that includes the text and replace the maven default. > > http://svn.apache.org/view

Re: [dbcp] 1.3 release packaging - take two

2009-11-25 Thread Brent Worden
On Wed, Nov 25, 2009 at 4:23 PM, Paul Benedict wrote: > > Phil, > > I don't think you should be modifying the version (and groups, really) > here. All the artifacts belong to version 1.3. > > Maven does have a concept of a qualifier, but according to Sonatype, > it's only to capture milestone buil

[math] Re: [all] Incorrect release info in the doap files

2009-05-27 Thread Brent Worden
or Could everyone look at their projects and fix the files please? Thank you, Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@c

[math] Re: [g...@vmgump]: Project commons-math (in module apache-commons) failed

2009-05-20 Thread Brent Worden
-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org -- Thanks, Brent Worden - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-m

Re: [VOTE] [math] top-level package name

2009-05-19 Thread Brent Worden
19th 20h00 UTC) Luc Thanks, Brent Worden - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [math] releasing 2.0 ?

2009-04-05 Thread Brent Worden
t the more active committers determine if this addresses the problem in a satisfactory manner. -- Thanks, Brent Worden - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-m

Re: svn commit: r699157 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/distribution/FDistributionImpl.java site/xdoc/changes.xml test/org/apache/commons/math/distribution/FDistribut

2008-09-26 Thread Brent Worden
That plus some subsequent changes to FDistributionTest and credit to Joerg in changes.xml for finding the issue. On Fri, Sep 26, 2008 at 1:40 PM, Luc Maisonobe <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] a écrit : >> Author: brentworden >> Date: Thu Sep 25 20:09:53 2008 >> New Revision: 699157

Re: [math] formatting composite objects

2008-07-28 Thread Brent Worden
The getInstance() method can not return a sole instance because the default locale can change via java.util.Locale#setDefault The purpose of the format setters is to provide similar behavior as found on java.text.NumberFormat with the ability to modify formatting parameters. They provide a conven

Re: [math] Genetic Algorithms

2008-03-31 Thread Brent Worden
The code is checked in. On Sun, Mar 30, 2008 at 1:43 PM, Phil Steitz <[EMAIL PROTECTED]> wrote: > On Sun, Mar 30, 2008 at 10:46 AM, Brent Worden <[EMAIL PROTECTED]> wrote: > > Here's a little code I've had laying around for a few years. > > > > http://

RE: [math] Genetic Algorithms

2008-03-30 Thread Brent Worden
Here's a little code I've had laying around for a few years. http://people.apache.org/~brentworden/genetics.zip Feel free to use, modify, or throw away as you see fit. Brent -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Sunday, March 30, 2008 12:31 AM To: Jakarta

[math] opinions on exception hierarchy MATH-195

2008-03-08 Thread Brent Worden
Does anyone have any opinions on the exception hierarchy changes suggested in MATH-195? https://issues.apache.org/jira/browse/MATH-195 I would like some input from the more active math committers before I perform any modifications. Thanks, Brent Worden

Re: Does apache has news group to register?

2008-03-08 Thread Brent Worden
> And can I register for news group and how? Gmane serves up the commons mailing lists as news groups: nntp://news.gmane.org/gmane.comp.jakarta.commons.user nntp://news.gmane.org/gmane.comp.jakarta.commons.devel HTH, Brent Wor

RE: [VOTE] Release math 1.2 (second attempt)

2008-02-20 Thread Brent Worden
+1 Brent Worden -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 8:57 PM To: Commons Developers List Subject: [VOTE] Release math 1.2 (second attempt) This is a vote to release Commons Math 1.2. The zips / tars are here: http

Re: Trouble with commons-math

2007-11-01 Thread Brent Worden
On Oct 31, 2007 6:41 AM, sebb <[EMAIL PROTECTED]> wrote: > > However, I'm not sure that the class is thread-safe. > For example the windowSize field is not final, and therefore may not > be visible to all threads after construction. Making it final would > fix this. > > Fixing the eDA field might b

Re: Trouble with commons-math

2007-10-30 Thread Brent Worden
David, I just checked in a SynchronizedDescriptiveStatistics class that should eliminate the threading issues you're experiencing. Feel free to grab it out of source control and give it a try. http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptiv