Re: GSoC'25 Aspirant – Seeking Guidance to Contribute to Apache Commons Math

2025-04-07 Thread Paul King
f there was appetite for creating a medium granularity commons-ml (consisting of linear, ml, parts of stat packages), something new wouldn't be too hard but it seems quite a bit more work to make it finer grained than that. If the project has some guidance, I'd be happy to help. Cheers, P

Re: [PR] 🏆 Add a Recommendation Badge from libs.tech [commons-imaging]

2025-03-26 Thread Paul King
Can't we have a bot that allocates "Most Annoying Badges!"? ;-) On Wed, Mar 26, 2025 at 7:03 PM Mark Thomas wrote: > > On 26/03/2025 08:55, libstech-auto (via GitHub) wrote: > > This bot just earned themselves an ASF-wide ban from GitHub. > > Mark > > > > > libstech-auto opened a new pull request

Re: will Quartet be available in org.apache.commons.lang3.tuple

2024-06-12 Thread Paul King
triple2)); // Java assert pair2.intersect(triple2) == pair2 // Groovy In Groovy, Tuples pop up in various places, e.g. there is special support in Groovy for records (and emulated records) to return typed tuples, e.g. for JDK8+: @RecordOptions(components=true) record Person(String name, I

Re: will Quartet be available in org.apache.commons.lang3.tuple

2024-06-09 Thread Paul King
May or may not interest you but the Apache Groovy project has Tuple0 through to Tuple16. They are especially useful from the Groovy programming language but are also useful from Java. I can elaborate if it's of interest. Cheers, Paul. On Fri, Jun 7, 2024 at 11:41 PM Gary Gregory

Re: [VOTE] Release Apache Commons CLI 1.8.0 based on RC2

2024-05-21 Thread Paul King
a/org/apache/commons/cli/converters/" folder in the src zip that isn't in the github source tree AFAIK, but it's not doing any harm Cheers, Paul. On Mon, May 20, 2024 at 12:55 AM Gary Gregory wrote: > > We have fixed a few bugs and added enhancements since Apache Commons >

Re: [BEANUTILS] Is there a good reason for Converter to not be a FunctionalInterface?

2023-12-29 Thread Paul King
The 1.9.x releases are pre-JDK 8. The project looks set up for a 2.0 release where such a change might make sense but I don't think that has happened yet. Cheers, Paul. On Fri, Dec 29, 2023 at 6:12 PM Claude Warren wrote: > > I am looking at BeanUtils as part of the CLI options

Re: Query related to Apache Commons CLI

2023-11-12 Thread Paul King
Using an Options with both of these: Option.builder().longOpt('one').numberOfArgs(2).optionalArg(true).build() opts.addOption(Option.builder('2').numberOfArgs(1).build() It gives the behavior you are describing, since indeed the "-2" could be an optional argument. Is

Re: Request for update on the EOL of maven libraries.

2023-07-31 Thread Paul King
utils you are on the latest version but that project is not as active. There is a beanutils version2 in the works, but it seems a little way off still. Cheers, Paul. On Tue, Aug 1, 2023 at 9:36 AM Bali3, Varun wrote: > > Hi Apache Team, > > We want to know the EOL dates for below listed

Re: Is there a need for a commons-physics project?

2023-07-18 Thread Paul King
is that other libraries have also been produced for other units, e.g. FEET, MILES, CELSIUS, FAHRENHEIT, LIGHT_YEAR, PARSEC, and KILOMETER [the reference implementation supports KILO(METRE)]. But these other libraries aren't necessarily on the latest API. Cheers, Paul.

Re: Is there a need for a commons-physics project?

2023-07-17 Thread Paul King
#x27;d check with the JSR folks first to see if there was an interest in having an ASF implementation. I wrote a blog about using these APIs with Groovy here: https://groovy.apache.org/blog/life-on-mars-units-of Cheers, Paul. On Tue, Jul 18, 2023 at 3:14 AM Gilles Sadowski wrote: > > Hi.

Re: [DRAFT] Board report

2022-09-12 Thread Paul King
gt; > Gary > > On Mon, Sep 12, 2022, 16:19 Paul King wrote: > > > Cut-n-paste glitch re "board attention" under project activity? > > > > On Tue, Sep 13, 2022 at 8:57 AM Gary Gregory > > wrote: > > > > > > Here the board report I pl

Re: [DRAFT] Board report

2022-09-12 Thread Paul King
Cut-n-paste glitch re "board attention" under project activity? On Tue, Sep 13, 2022 at 8:57 AM Gary Gregory wrote: > > Here the board report I plan to submit tomorrow at the latest: > > ## Description: > The mission of Apache Commons is the creation and maintenance of Java > focused > reusable l

Re: The case for a Commons component

2021-04-25 Thread Paul King
e of > the design. > However this only makes sense if the developers skilled in the are are > prepared to assist long-term. > > > On Sat, 24 Apr 2021 at 23:32, Paul King wrote: > > > > Thanks Gilles, > > > > I can provide the same sort of stats acros

Re: The case for a Commons component

2021-04-24 Thread Paul King
Thanks Gilles, I can provide the same sort of stats across a clustering example across commons-math (KMeans) vs Apache Ignite, Apache Spark and Rheem/Apache Wayang (incubating) if anyone would find that useful. It would no doubt lead to similar conclusions. Cheers, Paul. On Sun, Apr 25, 2021 at

Re: [Vote] Create a "machine learning" component

2021-04-23 Thread Paul King
I added some more comments relevant to if the proposed algorithm belongs somewhere in the commons "math" area back in the Jira: https://issues.apache.org/jira/browse/MATH-1563 Cheers, Paul. On Wed, Apr 21, 2021 at 7:26 PM Gilles Sadowski wrote: > > Le mer. 21 avr. 2021 à 08:

Re: [Vote] Create repository for "machine learning" algorithms.

2021-04-22 Thread Paul King
+1 (non-binding) On Thu, Apr 22, 2021 at 3:06 AM Gilles Sadowski wrote: > > Hi. > > [This a reboot of the proposal for which the preceding vote > has just been cancelled.] > > Name of component: "Commons Machine Learning" > Name of "git" repository: "commons-machinelearning" > Top-level package n

Re: [Vote] Create a "machine learning" component

2021-04-20 Thread Paul King
On Wed, Apr 21, 2021 at 4:12 PM Ralph Goers wrote: > > Why are y’all having a long discussion on Vote thread? Fair enough. I am +1 (non-binding). Cheers, Paul. > > On Apr 20, 2021, at 10:33 PM, Paul King wrote: > > > > Hi Avijit Basak, > > > > +1 to thanki

Re: [Vote] Create a "machine learning" component

2021-04-20 Thread Paul King
is somewhat lean at the moment. I would be happy to help a little from the ASF side of things but machine learning/data science isn't my principal area of expertise nor a major aspect in my "day job" activities, it probably takes others with interest to fully give this the effort i

Re: [all] Thoughts on build system maven -> gradle??

2020-07-16 Thread Paul King
o support both. It is an additional maintenance burden to keep the two in sync. Cheers, Paul. [1] https://github.com/kordamp/kordamp-gradle-plugins On Fri, Jul 17, 2020 at 1:02 PM Gary Gregory wrote: > Hi All, > > I don't see mixing in Groovy as the build language helping anyone, TBH it

Re: [LANG] Porting to Kotlin

2020-05-10 Thread Paul King
when making changes/fixing bugs, there wouldn't be two places to change. Just a thought? Cheers, Paul. On Sun, May 10, 2020 at 7:58 PM Isira Seneviratne wrote: > Since the original attachments did not come through, I've created a > temporary GitHub repository for the proposed lib

Re: [LANG] Porting to Kotlin

2020-04-24 Thread Paul King
ng layer that provides additional functionality to Kotlin users. That would be easy to do as a separate project and could be incorporated into commons lang at a later date if there was sufficient interest? Cheers, Paul. On Sat, Apr 25, 2020 at 2:24 PM Isira Seneviratne wrote: > > On Mon,

Re: [LANG] Q: introduction of new development tool

2019-08-29 Thread Paul King
Response inline On Wed, Aug 28, 2019 at 11:55 PM Peter Verhas wrote: > > [snip...] > Paul King > > >You can stop using the JavadocAssertionTestSuite at any time. > >The code will still be in the Javadoc as documentation but just won't > >be tested

Re: [LANG] Q: introduction of new development tool

2019-08-28 Thread Paul King
I haven't used Geci, so can't really comment on all the things it might be capable of. With respect to something equivalent to Python doctests, in the Groovy project we have JavadocAssertionTestBuilder and JavadocAssertionTestSuite classes. Feel free to look to those for inspiration (at least). F

Re: [statistics] Proposed OLS grammar

2019-07-19 Thread Paul King
re in the subprojects/HousePrices project with a few others just using StatUtil. It's not my full-time day job to be using those classes but I'd be keen to have those examples working nicely. Cheers, Paul. On Fri, Jul 19, 2019 at 9:11 PM Gilles Sadowski wrote: > > Hi. > > Y

Re: [statistics] Proposed OLS grammar

2019-07-18 Thread Paul King
Cool. I'd be keen to try out the API, when you are ready, in my "Apache Groovy for data science" examples which currently use the commons math3 classes. Cheers, Paul. On Fri, Jul 19, 2019 at 9:51 AM Gilles Sadowski wrote: > > Hi. > > Le ven. 19 juil. 2019

Re: [statistics] Proposed OLS grammar

2019-07-18 Thread Paul King
How does this relate to the OLS classes in commons math? https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/stat/regression/OLSMultipleLinearRegression.html On Fri, Jul 19, 2019 at 8:50 AM Eric Barnhill wrote: > > I suggested the following grammar to aim fo

Re: [all] Should we use MathJaX in Javadoc on all repos? (Was: Re: [jira] [Commented] (NUMBERS-58) Javadoc: Use MathJaX)

2019-04-05 Thread Javin Paul
gt; > On Apr 5, 2019, at 9:13 AM, Javin Paul wrote: > > > > How to unsubscribe from this group? > > > > On Fri, Apr 5, 2019 at 8:24 PM Alex Herbert > > wrote: > > > >> On 05/04/2019 12:06, Gilles Sadowski wrote: > >>>>>> On 0

Re: [all] Should we use MathJaX in Javadoc on all repos? (Was: Re: [jira] [Commented] (NUMBERS-58) Javadoc: Use MathJaX)

2019-04-05 Thread Javin Paul
How to unsubscribe from this group? On Fri, Apr 5, 2019 at 8:24 PM Alex Herbert wrote: > On 05/04/2019 12:06, Gilles Sadowski wrote: > >> On 05/04/2019 09:27, sebb wrote: > >>> On Tue, 12 Mar 2019 at 12:28, Rob Tompkins wrote: > For those unfamiliar with MathJaX, is the javascript mechanis

Re: [GSoC] Submission of Final Draft for GSoC Proposal

2019-04-05 Thread Javin Paul
How to unsubscribe from this email list? can someone please help? On Fri, Apr 5, 2019 at 7:08 PM Abhishek Dhadwal wrote: > Hi. > I’ll keep that in mind while performing the aforementioned tasks. > Thank you for the info ! > Regards, > Abhishek > > Sent from Mail for Windows 10 > > From: Gilles S

Re: [ALL][RFC] Github subjects don't contain the repo name

2019-03-01 Thread Paul King
+1 On Sat, Mar 2, 2019 at 7:27 AM sebb wrote: > > The [GitHub] messages sent by g...@apache.org don't say what repo they relate > to. > > This make it difficult to know which component is involved. > > Sometimes the subject includes a JIRA issue, but many subjects give no clue. > > I think it wo

[pool] support JMX Notifications for NumActive and NumIdle

2018-10-17 Thread Paul
de a patch, but need to know if such an addition has any change of getting accepted Paul --- This email has been checked for viruses by AVG. https://www.avg.com - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

Re: [text] Re: HumanNameParser

2018-05-22 Thread Amitava Paul
issue are fixed and the project is added as part of Apache central repository. Thanks Amitava Paul On Mon, May 21, 2018 at 5:27 PM, Bruno P. Kinoshita wrote: > Hi Amitava, > > There were still pending issues prior to the 1.0 release, so it was moved > to a branch for further work

Re: [collections] breaking changes

2018-03-29 Thread Paul King
Just to clarify, when I said "It's built with gradle and uses Ant", I mean our build is gradle based and our call of Bridger uses Ant. Bridger itself is built with Maven. On Fri, Mar 30, 2018 at 12:20 PM, Paul King wrote: > In the Groovy build we do this using Bridger >

Re: [collections] breaking changes

2018-03-29 Thread Paul King
istWithDefault withDefault(List self, Closure init) { // ... code here ... } Cheers, Paul. On Fri, Mar 30, 2018 at 9:52 AM, Peter Burka wrote: > This could be solved if it were possible to force javac to generate bridge > methods. There's an extension which would allow that here: > https://gi

Re: [collections] breaking changes

2018-03-29 Thread Paul King
ou should see: Exception in thread "main" java.lang.NoSuchMethodError: Lib.getMyList()Ljava/util/List; at Main.main(Main.java:5) Cheers, Paul. On Fri, Mar 30, 2018 at 1:41 AM, Gary Gregory wrote: > Can you show how older code would not function. Aside from using reflection. > > Gary > >

Re: [lang] Todo utility class

2018-03-19 Thread Paul King
throw. For testing, it also has a @NotYetImplemented annotation and a GroovyAssert.notYetImplemented() method. Both flip the result of JUnit tests. That way you can specify what the behavior of your TODO object is supposed to do and it won't break your test suite. Cheers, Paul. On Tue, Mar 20,

Re: Commons sub project for parallel method execution

2017-06-12 Thread Paul King
s.eachParallel{ it() } // one of numerous alternatives } long executionTime = (System.nanoTime() - startTime) / 100 println "\nTotal elapsed time is $executionTime\n\n" Cheers, Paul. On Tue, Jun 13, 2017 at 9:29 AM, Matt Sicker wrote: > I'd be interested to see where

Re: [VOTE] Release Apache Commons CLI 1.4 based on RC1

2017-03-09 Thread Paul King
Oh, I did notice that the README.md still has 1.3.1 rather than 1.4 when referencing how to retrieve the Maven artifact. Is a "mvn commons:readme-md" required? On Fri, Mar 10, 2017 at 10:00 AM, Paul King wrote: > +1 (non-binding) > I checked md5/sha1/asc for the sources jar and

Re: [VOTE] Release Apache Commons CLI 1.4 based on RC1

2017-03-09 Thread Paul King
ell as numerous other tests where Groovy uses commons cli directly too. Cheers, Paul. On Thu, Mar 9, 2017 at 11:30 PM, Benedikt Ritter wrote: > Hi, > > We have fixed some bugs and added two new features since CLI 1.3.1 was > released, > so I would like to release CLI 1.4. > >

Re: [OT][CLI] JCommander Add-ons

2016-10-30 Thread Paul King
hn' assert flag assert born == 1980 assert discount == 3.5f assert pi == 3.14159G assert biography == new File('cv.txt') assert roundingMode == RoundingMode.DOWN assert remaining == ['and', 'some', 'more'] Cheers, Paul. On Mon, Oct 31, 2016 at

Help with task: Random Number Generators

2016-09-23 Thread Paul George
Hello,I would like to help out with the task listed at https://helpwanted.apache.org/task.html?532e1a73Task #532e1a73: Random number generators -- Thanks, Paul George

Re: [lang] new method: ObjectsUtils.equalsOneOf()

2016-08-06 Thread Paul Benedict
check. If you're dealing with an array, I would put this inside of ArrayUtils. Otherwise, if you really have a collection, I already know Commons Collections can do what you want with a callback. Cheers, Paul On Sat, Aug 6, 2016 at 3:43 PM, thomas menzel wrote: > Hi folks, > >

Re: [ALL] JDK 9 Version String

2016-07-14 Thread Paul Benedict
You can't comment on the tickets, but they do want your feedback on their Verona message board: http://mail.openjdk.java.net/mailman/listinfo/verona-dev Cheers, Paul On Thu, Jul 14, 2016 at 1:05 PM, Gary Gregory wrote: > Am I blind or can someone point out how to comment on a JEP? Th

[ALL] JDK 9 Version String

2016-07-14 Thread Paul Benedict
t3l7d73tmqslkele [2] http://openjdk.java.net/jeps/223 [3] https://commons.apache.org/proper/commons-lang/javadocs/api-3.4/src-html/org/apache/commons/lang3/SystemUtils.html#line.952 Cheers, Paul

Re: [DISCUSS] Brining clirr to the ASF?

2016-06-14 Thread Paul King
For any Gradle users, Cédric put together a little Gradle plugin based around the japicmp library which we use in Groovy, see here: https://github.com/apache/groovy/blob/master/gradle/binarycompatibility.gradle Cheers, Paul. On Tue, Jun 14, 2016 at 9:56 PM, James Carman wrote: > +1

Re: Shameless plug: My new book is out.

2015-11-03 Thread Javin Paul
Sure Gary, I would be more than happy :-) On Wed, Nov 4, 2015 at 2:18 AM, Gary Gregory wrote: > On Tue, Nov 3, 2015 at 5:56 AM, Javin Paul wrote: > > > Thanks Gary, I was waiting for second edition given so many changes from > > first edition. Your book is truly the best

Re: Shameless plug: My new book is out.

2015-11-03 Thread Javin Paul
Thanks Gary, I was waiting for second edition given so many changes from first edition. Your book is truly the best book on Hibernate. Thanks Javin On Mon, Nov 2, 2015 at 8:35 AM, Gary Gregory wrote: > Hi All: > > I am proud to announce that my new book, "Java Persistence with HIbernate, > Seco

Re: Proposed Contribution to Apache Commons,

2015-10-25 Thread Javin Paul
@ Siegfried Goeschl Having retired computer scientists turn to Open Source is great idea, nothing can beat experience and having them contributed to Apache or Github is simply awesome. On Sun, Oct 25, 2015 at 2:10 AM, Siegfried Goeschl < siegfried.goes...@it20one.com> wrote: > Hi Norman & Jeff,

Re: [ANNOUNCE] Apache Commons CLI 1.3.1 released!

2015-06-18 Thread Paul King
Nice work! On Thu, Jun 18, 2015 at 4:48 PM, Benedikt Ritter wrote: > The Apache Commons Team is pleased to announce the release of Apache > Commons CLI 1.3.1. > > The Apache Commons CLI library provides an API for parsing command line > options passed to programs. It's also able to print help me

Re: [VOTE] Release Apache Commons CLI 1.3.1 based on RC1

2015-06-15 Thread Paul King
+1 (non-binding) based on successful run of the Groovy test suite Notes: since the 1.3 release we have removed GroovyInternalPosixParser which was our fork of 1.2's PosixParser with some bug fixes of our own plus some from the 1.3 codebase before 1.3's release and now use DefaultParser. So we are

Re: [CLI] Release 1.3

2015-05-07 Thread Paul King
Yes Jörg, I'll keep that in mind. Cheers,Paul. On Thu, May 7, 2015 at 5:28 PM, Jörg Schaible wrote: > Hi Paul, > > Paul King wrote: > > > On Mon, May 4, 2015 at 4:06 PM, Benedikt Ritter > wrote > >> > >> I would appreciate feedback for the RC from

Re: [CLI] Release 1.3

2015-05-06 Thread Paul King
e'll be in a much better position to iteratively move across and also give you timely and relevant feedback for any issues that we find. Cheers, Paul.

Re: [CLI] Release 1.3

2015-05-06 Thread Paul King
e'll be in a much better position to iteratively move across and also give you timely and relevant feedback for any issues that we find. Cheers, Paul.

Re: [jelly] Working on some old issues

2015-05-02 Thread Paul Libbrecht
code base. I have not been able to save cycles to address more issues of Jelly and I know of some other folks, fellows in research in learning technology, that were, looking forward to getting more releases of jelly at the time I met them. Hope it helps. I am happy to help you if I can towards

Re: [lang] Use of "Review Patch"

2015-04-15 Thread Paul Benedict
Odd way to use versions, imo. Sounds like "discussion" and "review patch" and "patch needed" tags would be the better tool. Cheers, Paul On Wed, Apr 15, 2015 at 3:18 PM, Duncan Jones wrote: > Hi folks, > > Currently the "Review Patch" fix ver

Re: [Daemon] Private JVM on OSX with jsvc

2015-04-02 Thread Paul F Fraser
On 1/04/2015 11:03 PM, Paul F Fraser wrote: Hi, It seems that the private jre provided in the OSX jdk can be copied out and used standalone. I am trying to modify jsvc to be used with an OSX private jre without complete success. First I have modified location.c and java.c to be able to find

[Daemon] Private JVM on OSX with jsvc

2015-04-01 Thread Paul F Fraser
is at all possible? I am not a C programmer but I can understand some of what is going on in the code :) Regards Paul Fraser - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VALIDATOR] Ready for 1.4.1 RC3?

2015-01-05 Thread Paul Benedict
If you are bumping the minimum java version, this should be really 1.5. Technically the bump won't be a true drop in for someone on 1.4 but who is on 1.4 anymore? Your call. On Jan 5, 2015 10:11 AM, "Benedikt Ritter" wrote: > > > Send from my mobile device > > > Am 05.01.2015 um 16:34 schrieb

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Paul Benedict
Eclipse Juno is fine. You'll need Subversion to checkout the code and Maven to build it. Cheers, Paul On Thu, Dec 4, 2014 at 8:29 PM, Devang Gaur wrote: > I want to know if there is a specific build environment setup to work with > or not? > I currently work on eclipe juno. >

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Paul Benedict
Devang, you can immediately start by going to JIRA [1] and finding some "low hanging fruit" that interests you. Look for an easy ticket and submit a patch. This will start your code contribution to the community. [1] https://issues.apache.org/jira/browse/COLLECTIONS Cheers, Paul On

Re: [ALL] Do we need help?

2014-11-30 Thread Paul Benedict
g, those people will move on. The same with you, too. Enjoy participating and don't get overwhelmed with any expectations, because there are no expectations put on you. Cheers, Paul On Sun, Nov 30, 2014 at 6:42 PM, Bruno P. Kinoshita < brunodepau...@yahoo.com.br> wrote: > Hello

Re: Use of final modifiers - WAS svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/j

2014-10-26 Thread Paul Benedict
ed to use it aside from it enforces something you don't like. The current code works just fine with or without "final" in this commit, which is why I do consider it to be more of a personal style than anything else. Cheers, Paul On Sun, Oct 26, 2014 at 8:04 PM, Gary Gregory wrote

Re: svn commit: r1632171 [1/20] - in /commons/proper/beanutils/trunk/src: main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/java/org/apache/commons/beanut

2014-10-23 Thread Paul Benedict
I do not not like "final" used this way. Unless you have a constant or a language mandating "final" for a particular usage, this is unnecessary noise to the code. Cheers, Paul On Thu, Oct 23, 2014 at 2:34 PM, Oliver Heger wrote: > There was no reaction on my comment s

Re: [lang] Differences in commons-lang (2.x) and commons-lang3 prevent TomEE project from migrating completely (Was: Re: [JCS] release?)

2014-10-18 Thread Paul Benedict
You are not including duplicate artifacts, they are totally distinct.

Re: [lang] Differences in commons-lang (2.x) and commons-lang3 prevent TomEE project from migrating completely (Was: Re: [JCS] release?)

2014-10-18 Thread Paul Benedict
I don't understand the point your making. Because the two libraries have their code in completely separate packages, there will never be a conflict at compile time or runtime. Cheers, Paul On Sat, Oct 18, 2014 at 2:21 AM, Romain Manni-Bucau wrote: > Le 17 oct. 2014 23:09, "s

Re: [lang] Differences in commons-lang (2.x) and commons-lang3 prevent TomEE project from migrating completely (Was: Re: [JCS] release?)

2014-10-17 Thread Paul Benedict
FWIW, I have found no difficulty moving code from lang2 to lang3. It's a breeze. I did a wholesale replacement of the package name and then fixed any compiler problems due to API differences. Cheers, Paul On Fri, Oct 17, 2014 at 3:51 PM, sebb wrote: > On 17 October 2014 21:37, Roma

Re: Analysis of commons-jelly-1.0 & commons-launcher-1.1 dependencies on JDK-Internal APIs

2014-10-17 Thread Paul Libbrecht
Thanks Rory, why would org.w3c.* or org.relaxng.* be JDK internal? Does it mean… it's going to be included in JDK 9? (probably as a conflicting version with some priority to included jars thus maybe breaking) ? Those are trusted software providers since years (Jelly is quite old). paul

Re: Analysis of commons-jelly-1.0 & commons-launcher-1.1 dependencies on JDK-Internal APIs

2014-10-17 Thread Paul Libbrecht
Rory, I see no attachments here. Can you post it to some web-place please? paul On 17 oct. 2014, at 10:42, Rory O'Donnell wrote: > Hi Benedict, > > As I already mentioned we have prepared guidance on migrating some of the > more common usage patterns of JDK-internal AP

Re: [lang] Differences in commons-lang (2.x) and commons-lang3 prevent TomEE project from migrating completely (Was: Re: [JCS] release?)

2014-10-17 Thread Paul Benedict
I think some people find it unseemly to have both commons 2 and 3 jars in the classpath. It's OK. This is how a project can make major improvements and not affect previous clients -- because the package names are different. The two can live together just fine. Cheers, Paul On Fri, Oct 17,

Re: [discuss] Vote to git it?

2014-09-09 Thread Paul Benedict
Mark, can you help me understand why git branches (the "feature" branch) is better than an svn branch? Cheers, Paul On Tue, Sep 9, 2014 at 10:57 AM, Mark Fortner wrote: > If I had to pick one feature that makes git more useful than svn, it would > be the ease in creating featu

Re: [discuss] Vote to git it?

2014-09-09 Thread Paul Benedict
Is there an itch to scratch (need) by moving to git as opposed to just continue using svn? Cheers, Paul On Tue, Sep 9, 2014 at 9:49 AM, sebb wrote: > On 9 September 2014 15:32, Gary Gregory wrote: > > On Tue, Sep 9, 2014 at 9:17 AM, sebb wrote: > > > >> On 9 Se

Re: svn commit: r1608572 - /commons/proper/validator/trunk/pom.xml

2014-07-07 Thread Paul Benedict
Gary, 1.2 of what? Cheers, Paul On Mon, Jul 7, 2014 at 3:38 PM, Gary Gregory wrote: > Note that 1.2 is about to be released. > > Gary > > Original message From: brit...@apache.org > Date:07/07/2014 15:36 (GMT-05:00) To: > comm...@commons.apache.or

Re: [CLI] Release 1.3

2014-06-06 Thread Paul King
been tested on the > field. > Emmanuel Bourg Any ETA on a potential release? Thanks, Paul.

OT: Covariance/Contravariance and Java 9

2014-05-30 Thread Paul Benedict
Make sure you read the PDF references at the bottom of the ticket too. Cheers, Paul

Re: Re: [lang]

2014-05-06 Thread Paul Benedict
ttle because the march is going the other direction. Paul Cheers, Paul On Tue, May 6, 2014 at 6:27 PM, sebb wrote: > On 6 May 2014 22:54, Paul Benedict wrote: > > This is not a matter of law. If Oracle/Sun set a direction on how to use > > NPE, it's a really good idea to

Re: Re: [lang]

2014-05-06 Thread Paul Benedict
forth the best practices, then you win, but I don't advocate going back to IAE for nulls for the reasons stated. Cheers, Paul On Tue, May 6, 2014 at 4:40 PM, Duncan Jones wrote: > On 6 May 2014 22:27, "Michael Osipov" <1983-01...@gmx.net> wrote: >

Re: [lang]

2014-05-06 Thread Paul Benedict
Yes, it's supposed to throw NPE for the reasons stated a couple times in this thread. That's by design, not accident. The "official" version in java.lang.Objects (JDK 7+) does the same thing. Cheers, Paul On Tue, May 6, 2014 at 4:00 PM, Duncan Jones wrote: > On 6 May

Re: [lang]

2014-05-06 Thread Paul Benedict
nd in Joshua Bloch's book. Cheers, Paul On Tue, May 6, 2014 at 3:50 PM, Duncan Jones wrote: > On 6 May 2014 19:19, Paul Benedict wrote: > > NPE is implicit if the method does not allow an argument to be null. This > > doesn't have to be the case. This has nothing to d

Re: [lang]

2014-05-06 Thread Paul Benedict
NPE to capture the contract violation. Cheers, Paul On Tue, May 6, 2014 at 12:09 PM, sebb wrote: > On 6 May 2014 14:27, Benedikt Ritter wrote: > > Hi Thiago, > > > > > > 2014-05-06 14:53 GMT+02:00 Thiago Andrade : > > > >> Hello people, > >&

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Paul Benedict
ing Javadoc was XML, I'll gladly eat my words and enjoy learning something new. But why fight the technology? Javadoc isn't ever going to be XML so why continue going down that path? On Thu, May 1, 2014 at 9:15 PM, Phil Steitz wrote: > On 5/1/14, 2:31 PM, Paul Benedict wrote: > &

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Paul Benedict
s, buys you nothing. What buys you something is properly formatted HTML in an HTML document. Cheers, Paul On Thu, May 1, 2014 at 5:02 PM, Gilles wrote: > On Thu, 1 May 2014 16:31:13 -0500, Paul Benedict wrote: > >> Gilles, >> >> Javadoc is not XHTML but HTML... and

Re: [Math] Javadoc with Java 8 (Was: svn commit: r1591664 [2/2] - ...)

2014-05-01 Thread Paul Benedict
about the Javadoc changes for Java 8 to be informative (switching to thread view can help): http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-July/019269.html Paul On Thu, May 1, 2014 at 4:22 PM, Gilles wrote: > On Thu, 01 May 2014 22:49:58 +0200, Thomas Neidhart wrote: > >> O

Re: [VOTE] Release Math 3.3 based on RC2

2014-05-01 Thread Paul Benedict
e'll encounter when transitioning to > Java 8. > I think that a discussion is required to consider the possible workarounds. > At this point, we should just advertize that CM is not source-compatible > with Java 8, open an issue in order to collect all the related problems, > and explore how to best solve them (by asking everyone's opinions). > > > Sorry, > Gilles > > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Cheers, Paul

Re: [ALL] Suppressing Javadoc errors with Java 8 - temporary hack

2014-05-01 Thread Paul Benedict
itional commands, e-mail: dev-h...@commons.apache.org > >>>> > > >>>> > > >>>> > >>> > >>> > >>> > >>> -- > >>> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > >>> Java Persistence with Hibernate, Second > > Edition<http://www.manning.com/bauer3/> > >>> JUnit in Action, Second Edition > > <http://www.manning.com/tahchiev/> > >>> Spring Batch in Action <http://www.manning.com/templier/> > >>> Blog: http://garygregory.wordpress.com > >>> Home: http://garygregory.com/ > >>> Tweet! http://twitter.com/GaryGregory > > > >> > >> > >> - > >> 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 > > -- Cheers, Paul

Re: JDK8 compatible javadoc

2014-04-29 Thread Paul Benedict
nds, e-mail: dev-h...@commons.apache.org > > -- Cheers, Paul

Re: JDK8 compatible javadoc

2014-04-29 Thread Paul Benedict
That's actually a really good point :-) On Tue, Apr 29, 2014 at 8:50 PM, Gary Gregory wrote: > Well, it does not support HTML in the sense that you MUST close all tags. > No lonely s... > > Gary > > > On Tue, Apr 29, 2014 at 9:35 PM, Paul Benedict > wrote: > &g

Re: JDK8 compatible javadoc

2014-04-29 Thread Paul Benedict
r3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- Cheers, Paul

Re: [all] Dependency resolution.

2014-04-22 Thread Paul Benedict
t; > Is there anyone against having a new release on: commons-logging, > > commons-fileupload, commons-codec, > > commons-configuration,commons-beanutils,commons-digester and the rest of > > the projects which are still using the incorrect groupId. > > > > -- > > Regards, Petar! > > Karlovo, Bulgaria. > > --- > > Public PGP Key at: > > > https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611 > > Key Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611 > > > -- Cheers, Paul

[chain] Latest javadoc missing from site

2014-04-08 Thread Paul Benedict
FYI, for anyone maintaining the site, the javadoc is not present from the site's links. -- Cheers, Paul

Re: [collections] MultiValuedMap interface discussion

2014-03-27 Thread Paul Benedict
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Cheers, Paul

Re: [PROXY] @since markers

2014-03-27 Thread Paul Benedict
I think starting the classes should be @since tagged; that's standard procedure in the javadoc world, as far as i know. Regarding what's forgotten, I never worried about that and fixing it is easy. On Thu, Mar 27, 2014 at 11:18 AM, sebb wrote: > On 27 March 2014 15:47, Paul Be

Re: [PROXY] @since markers

2014-03-27 Thread Paul Benedict
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 > > -- Cheers, Paul

Re: [PROXY] @since markers

2014-03-27 Thread Paul Benedict
ntify what has been > added since. > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Cheers, Paul

Re: [beanutils2] Assertions class vs. lang Validate

2014-03-01 Thread Paul Benedict
I recommend copying the source of the Commons Lang classes you use and maintain it privately. It is only two classes, right? On Mar 1, 2014 12:51 PM, "André Diermann" wrote: > But will upgrading to 1.7 will solve the core "issue", that some features > (in detail: Assertions, MethodUitl and TypeUt

Re: [VFS] trailing space cleanup (was: svn commit: r1568471 - /commons/proper/vfs/trunk/pom.xml)

2014-02-14 Thread Paul Benedict
> > > > > > > > > > > > > > > > > > > > - > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > > For additional commands, e-mail: dev-h...@commons.apache.org > > > > > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second Edition< > http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- Cheers, Paul

Re: [beanutils2] Future plans, how to contribute?

2014-02-12 Thread Paul Benedict
round with it a bit. Is there something you > can > > > improve? Are there test cases missing? This are always good exercises > for > > > getting started. > > > > > > After that we should discuss the topics I've mentioned above. > > > > > > HTH, > > > Benedikt > > > > > > [1] http://www.apache.org/licenses/ > > > [2] http://commons.apache.org/volunteering.html > > > [3] http://commons.apache.org/patches.html > > > [4] https://www.apache.org/foundation/how-it-works.html > > > > > > > > > > > > > > Thanks in advance. > > > > > > > > Regards, > > > > André > > > > > > > > > > > > > > > > -- > > > http://people.apache.org/~britter/ > > > http://www.systemoutprintln.de/ > > > http://twitter.com/BenediktRitter > > > http://github.com/britter > > > > > > > > > -- > http://people.apache.org/~britter/ > http://www.systemoutprintln.de/ > http://twitter.com/BenediktRitter > http://github.com/britter > -- Cheers, Paul

Re: [fileupload] file stream leaks?

2014-02-07 Thread Javin Paul
Any chance to convert them using try-with-resource statements in future, I guess that will make code much cleaner. On Fri, Feb 7, 2014 at 1:02 AM, Gary Gregory wrote: > On Thu, Feb 6, 2014 at 11:23 AM, sebb wrote: > > > On 6 February 2014 16:06, Gary Gregory wrote: > > > On Thu, Feb 6, 2014 a

Re: svn commit: r1560382 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java

2014-01-23 Thread Paul Benedict
ps. > > I favour logical ordering rather than strict lexicographical ordering. > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Cheers, Paul

Re: svn commit: r1560382 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVPrinter.java

2014-01-23 Thread Paul Benedict
gt; I favour logical ordering rather than strict lexicographical ordering. > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Cheers, Paul

Re: [LANG] Handling of empty string in StringUtils

2014-01-13 Thread Paul Benedict
> [1] https://issues.apache.org/jira/browse/LANG-823 > > > > > > -- > > http://people.apache.org/~britter/ > > http://www.systemoutprintln.de/ > > http://twitter.com/BenediktRitter > > http://github.com/britter > > > > > > -- > http://people.apache.org/~britter/ > http://www.systemoutprintln.de/ > http://twitter.com/BenediktRitter > http://github.com/britter > -- Cheers, Paul

  1   2   3   4   5   >