Re: [Dbutil] Java 8 -> 11

2023-10-15 Thread John Patrick
As a consumer, I would prefer all java version changes to be considered major breaking changes for all apache commons components. I've waste lots of hours trying to find the oldest released version that supports a specific java version as the project can't yet upgrade for various reasons. On Sun,

Re: [fileupload] jakarta versus javax?

2022-03-30 Thread John Patrick
an support Multi Jar Releases it will be easier to support newer Java LTS like, 11 and 17. Then in 15 months we get Java 21 which i understand is the new 2 year LTS release schedule instead of the 3 year release schedule. Cheers, John On Wed, 30 Mar 2022 at 21:33, Mark Foley wrote: > Just now

Commons VFS Approve Workflows

2022-02-20 Thread John Patrick
also deleted AbstractVfsTestCase. https://github.com/apache/commons-vfs/pull/241 Cheers, John

Commons Jelly not currently building PR's

2022-02-20 Thread John Patrick
should I create jira ticket covering work? Cheers, John

Re: CODED-285 - JUnit5

2022-02-20 Thread John Patrick
If they are my PR's they cover; ) @Test(expected=xxx.class) to using assertThrows ) trying to use assertAll ) removing unused imports As I've been having issues with large PR changes, I've been trying to do smaller PR's with a single item, or test being changed. John On Su

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread John Patrick
the pushed to my fork, so the diff is exactly the same but the commit hash is different. i've got a zsh function that does it automatically as i use that 'hack' lots as use to rubbish cicd with random intermittent failures. John On Fri, 31 Dec 2021 at 16:50, Xeno Amess wrote: >

Re: [commons-vfs] Failure in bump ftpserver-core from 1.1.1 to 1.1.2

2021-12-31 Thread John Patrick
linked to previous commit, so added and remove a file to trick github to try and do a new build again. any reason pr's have to be manually approved before the ci jobs execute? John On Fri, 31 Dec 2021 at 13:50, Xeno Amess wrote: > need sleep now,will have a look 10 hours l

Re: Has Dependabot alerted us to any security issues?

2021-12-29 Thread John Patrick
issue is then not being used when the venerability gets announced as you have already upgraded. John On Wed, 29 Dec 2021 at 14:48, sebb wrote: > Genuine question: has Dependabot alerted us to any security issues? > > If so which ones, and was it the only alert mechanism for that i

Re: Pull Request Reviews/Feedback Please

2021-09-11 Thread John Patrick
at least java 8, and then spend my time upgrade unit tests to junit v5 jupiter. But I might try that next year or the year after, after all we are only 3 years away from the Java 23 LTS. John On Wed, 8 Sept 2021 at 23:47, Gilles Sadowski wrote: > Hello. > > Le mer. 8 sept. 202

Pull Request Reviews/Feedback Please

2021-09-08 Thread John Patrick
https://github.com/apache/commons-logging/pull/19 https://github.com/apache/commons-proxy/pull/6 Cheers, John

Re: [EXTERNAL] Re: [Numbers][All] Separate Java target version for "src/test"

2021-06-13 Thread John Patrick
e tried to do a seamless upgrade, or suggest a roadmap, but haven't got anywhere, but think I might just raise a JEP to drop 1.8 in Java 18... John On Thu, 10 Jun 2021 at 14:07, Gilles Sadowski wrote: > Le jeu. 10 juin 2021 à 14:42, John Patrick a > écrit : > > > > If th

Re: [EXTERNAL] Re: [Numbers][All] Separate Java target version for "src/test"

2021-06-10 Thread John Patrick
tomorrow and I expect 1.8 will be dropped shortly from backwards support as they want to get off the classpath fully and onto the modules path. Anyway, just a thought. John On Thu, 10 Jun 2021 at 12:05, sebb wrote: > > Thanks. > > I've updated the RELEASE-NOTES accordingly (feel

Re: [Numbers][All] Separate Java target version for "src/test"

2021-06-09 Thread John Patrick
sure if the above helps or not, or give any insight. John On Wed, 9 Jun 2021 at 15:29, Gilles Sadowski wrote: > > Hi. > > "Commons Numbers" POM of module "commons-numbers-core" > contains > ---CUT--- > > 1.9 > 1.9 > ---CUT--- > >

Re: [exec][email] Java 7 to 8

2021-03-20 Thread John Patrick
Some customers might need to use Java 7, but what about the customers who want to use it on Java 17 which will be in rampdown in 5 months and released in 6 months? Also from memory from conferences ~ 2018/2019 I thought Java 17 was planning on removing the Classpath so everything needed to be Modul

Re: Donating code from Nutch to Commons - commons-url?

2021-02-10 Thread Lewis John McGibbney
tself. It's also likely that one the HttpComponent project's > component like HttpCore or HttpClient lready has some of this > functionality. > > Gary > > On Mon, Feb 8, 2021, 21:48 Lewis John McGibbney wrote: > > > Hi dev@, > > My name is Lewis, I'

Donating code from Nutch to Commons - commons-url?

2021-02-08 Thread Lewis John McGibbney
Hi dev@, My name is Lewis, I'm a dev over in the Nutch project - http://nutch.apache.org. It occurred to me that Nutch has some rather useful code related to URL processing. It can do things like * extract domain name from an input URL or String * get domain suffix * compare domains * get domain p

Re: [ JEXL ] Preparing release

2021-01-05 Thread John Patrick
other issues of fix this issue, hopefully it maybe highlight if different jvm's are being used when comparing inside and outside intellij. John On Tue, 5 Jan 2021 at 17:06, Henri Biestro wrote: > > Hello Team; Happy new year! > > I'm trying (again) to release JEXL 3.2 and I&#

Jenkins has unset JAVA_HOME on windows slave

2020-12-30 Thread John Patrick
pipeline John - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [commons-bsf] Question(s)

2020-12-01 Thread John Patrick
tion with email conversations... John On Tue, 24 Nov 2020 at 16:00, Gary Gregory wrote: > > There has been lots of talk around Dependabot on the dev ML in the last few > months. The current issue is that we want all robot emails off the dev ML > and on to another probably new list. > &g

Re: How to run Test cases of Apache Commons Lang in Intellij?

2020-12-01 Thread John Patrick
ij. See screenshot from mac... windows or linux might be different. John On Tue, 1 Dec 2020 at 10:19, Kanak Sony wrote: > > Hey Developers, > > I have been trying to debug the library in Intellij and in respect to that > trying to run test cases of Apache Commons Lang in intellij but I w

Re: latest jar file of commons-cli 1.4

2020-10-31 Thread John Patrick
sn't an official release so gave you the hash of when it was from. I've had nightmares before when someone wanted the latest open source project code but made up random version numbers, or bumped a minor or a major version number so

Re: JUnit assertAll and assertThrows question

2020-10-15 Thread John Patrick
commons-digester and commons-validator. Will look at vfs and maybe also rng regarding tidying up the tests etc. John On Thu, 15 Oct 2020 at 13:06, Gilles Sadowski wrote: > > Hello. > > Le mer. 14 oct. 2020 à 21:41, John Patrick a écrit : > > > > before i waste time looking

Re: JUnit assertAll and assertThrows question

2020-10-15 Thread John Patrick
rtThrows(ExceptionClass.class, testMethod); John On Wed, 14 Oct 2020 at 22:07, Gary Gregory wrote: > > For my money: > > - I REALLY like assertThrows > - Might as well go to JUnit 5 if you feel up for it. > - BUT: My biggest pain point ATM is that while Commons VFS is on JUnit 4, >

JUnit assertAll and assertThrows question

2020-10-14 Thread John Patrick
't want to get to raising PR and them being rejected, which I feel happens with everything I try to help out with related to commons projects at the moment... cheers, john - To unsubscribe, e-mail: dev-unsubscr...@commons

Dependabot pr's

2020-10-14 Thread John Patrick
ps://github.com/apache/commons-statistics/pull/25 https://github.com/apache/commons-weaver/pull/5 They all have the change md5sum for .github/dependabot.yml which matches the files in the other repos. I don't believe any other change is required but i m

.gitignore commons-chain

2020-10-14 Thread John Patrick
hi, is someone able to review this pr please. https://github.com/apache/commons-chain/pull/3 It's the last commons project that doesn't have a .gitignore file. My other pr's adding a .gitignore have either been merged or someone noticed and added one themselves

Re: [All] New repo for all proper components as submodules?

2020-08-31 Thread John Patrick
ect relative path is ../git-submodule-parent/poml.xml They had ~35 git submodules, not sure if they are still using submodules. So it can be useful if you want to have component based git repo's but it does add an extra overhead layer of maintenance and everyone needs to be onboard from experie

Re: Introducing Maven Wrapper

2020-08-19 Thread John Patrick
anch which was designed to be used on an older maven. Most modern new CI's are creating slaves on demand per execution, so it won't slowly build up older maven wrapper versions like the old style jenkins slave. John On Wed, 19 Aug 2020 at 22:23, Gilles Sadowski wrote: > > Le mer. 1

Re: Introducing Maven Wrapper

2020-08-19 Thread John Patrick
or Java 11 LTS can be started to added, and got similar feedback, " well we are still using java 1.6, 1.7 or 1.8, we don't care if people want to use java 11 or newer, they will have to wait" I tried help adding junit 5 jupiter to clean up so we can use assertAll or assertThrows, some pr

Re: Github action versioning

2020-08-16 Thread John Patrick
ils, as gmail defaults to top. John On Sun, 16 Aug 2020 at 14:10, Mark Thomas wrote: > > On 16/08/2020 13:58, Gary Gregory wrote: > > I would not do that for Maven plugins in a POM, so I would not do that > > either for GitHub actions. > > Fair enough. It looked to me

Re: Github fork issue with dependabot

2020-08-16 Thread John Patrick
g. They only activate on the fork once I explicitly approve them. John On Sat, 15 Aug 2020 at 04:21, Gary Gregory wrote: > > Typo: I think the way it works is that when you forked the Commons Lang > repo, you *copied* the whole repo of course including its .github folder > which mean

Re: [ALL] Drop Travis in favor of Apache CI and GitHub Actions

2020-08-15 Thread John Patrick
d releases? John On Sat, 15 Aug 2020 at 22:09, Gilles Sadowski wrote: > > 2020-08-15 22:51 UTC+02:00, Geoffrey Blake : > > Not familiar with Apache CI, but github actions do not support Arm builds. > > Arm should be recognized as a first class build target these days. Travis

Re: [LOGGING][DAEMON] Update Java 6 to 7

2020-08-15 Thread John Patrick
at makes a downstream project a blocker for upgrading? Do a major version bump and they can keep using the current version they have, they don't have to upgrade if that breaks their application... John On Sat, 15 Aug 2020 at 21:14, sebb wrote: > > On Sat, 15 Aug 2020 at 19:01, Gary Grego

Introducing Maven Wrapper

2020-08-15 Thread John Patrick
nent-core httpcomponent-parent John - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Github fork issue with dependabot

2020-08-14 Thread John Patrick
ps://github.com/apache/commons-lang) project. As I say, I totally understanding about getting emails regarding dependabot as it's been authorised on the https://github.com/apache/commons-lang project. John On Fri, 14 Aug 2020 at 23:54, Gilles Sadowski wrote: > > Hi. > > Le sam. 15

Github fork issue with dependabot

2020-08-14 Thread John Patrick
/nhojpatrick/commons-lang/runs/965399930?check_suite_focus=true. John - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [io] can we delete release 20030203.000550 in maven central?

2020-06-14 Thread John Patrick
I keep thinking that too, and ended up just using a custom versions rule to ignore it. Other idea maybe change to GAV to; 1) org.apache.commons:commons-io 2) org.apache.commons:commons-io2 So starting to match the commons-lang3 approach. I find commons-lang3 is a really good pattern and is much

[io] BroadcastInputStream

2020-05-30 Thread John Crowley
ch are usually running in separate threads. A set of internal buffers are shared in order to minimize the amount of memory required and also to reduce synchronization events. Additional details are provided in the comments of the BroadcastInputStream.java file. Glad to answer any questions. Best,

Re: Java Modules Codec, Collections, IO and Lang

2020-03-01 Thread John Patrick
s 2020 à 18:00, John Patrick a écrit : > > > Romain, The 4 commons projects I'm referring to already have > > Automatic-Module-Name in the Manifest, if that is what you mean by > > "explicit module name in the manifest". > > > > I've been

Re: Java Modules Codec, Collections, IO and Lang

2020-03-01 Thread John Patrick
I can add module-info without breaking pre java 11 users. Peter, I'm trying to do as smaller change as possible to add module-info, and also only using core maven plugins Commons Developers, I'll start raising jira tickets per project, per step. John John On Sun, 1 Mar 2020 at 11:4

Java Modules Codec, Collections, IO and Lang

2020-03-01 Thread John Patrick
want the module-info so if you are using a newer jdk you can use modules. John - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [exec] Update from Java 5 to 6

2019-10-10 Thread John Patrick
right? > > sebb 于2019年10月10日周四 上午6:55写道: >> >>> On Wed, 9 Oct 2019 at 22:38, John Patrick wrote: >>> >>> Regarding the question, it was by Simon Ritter (Azul Systems >>> previously Oracle previously Sun). "Put your hand up if your running >

Re: [exec] Update from Java 5 to 6

2019-10-09 Thread John Patrick
Regarding the question, it was by Simon Ritter (Azul Systems previously Oracle previously Sun). "Put your hand up if your running applications in production using Java X", started with Java 8, then asked about 11, then 12 and 13, then asked 7 and then 6. Not sure if he said Java 5 but I don't think

Re: [exec] Update from Java 5 to 6

2019-10-09 Thread John Patrick
What about Java 5 to 8. I'm current sat at Jax London and was the sole person who put their hand up for Java 6, and next Conference I hope to have migrated everything to at least Java 8. From the rest I saw 1 hand being raised for Java 7, about 2/3rd's said Java 8 and 1/3rd said Java 11, with a han

Re: ***UNCHECKED*** [parent] Introducing Automatic-Module-Name

2019-04-09 Thread John Patrick
eally like this change, but as a consumer of the jars generated by this parent patch, could the default not be the artifactId, as it will just mean 2 migrations. As commons-lang3 has the module name org.apache.commons.lang3, not commons-lang3 which is the artifactId, because "-" is

Re: [IO] Update to Java 8 [WAS Re: regarding IO-597]

2019-01-12 Thread John Patrick
would only be upgrading for bug fixes and security reasons. Java 8 was released nearly 5 years ago, Java 7 was released 8 years ago, people complained about Java being slow, now Java has become rapid it seams the frameworks need to speed up. Just my view after coding Java for 20 years. John On Sa

Re: Java 8 curiousity

2017-10-10 Thread John Patrick
d u121 was April 18, 2017, so you have 2 years of people using java 8 with real life applications and feeding back those changes John On 10 October 2017 at 00:03, Ole Ersoy wrote: > Are you using streams? A while back I experimented with matrix > multiplication using streams and they

Re: [DISCUSS] Commons RDF as new component?

2016-11-21 Thread John D. Ament
Sometimes, we have to believe in github's data. https://github.com/apache/incubator-commonsrdf/graphs/contributors It indicates its primarily Stian, a bit of Sergio. Andy has helped a bit, but I do believe Peter has stepped away from the project based on the mail archives. John On 20

Re: Commons CLI Nested Groups

2016-10-14 Thread John Patrick
ement at the moment but having to do several if/else if/else blocks to get it working as needed. Cheers, John On 14 October 2016 at 00:26, Gilles wrote: > Hi. > > On Thu, 13 Oct 2016 15:57:00 +0100, John Patrick wrote: >> >> I've posted a message to the users list, bu

Commons CLI Nested Groups

2016-10-13 Thread John Patrick
t to check with dev's before wasting time on the potential feature... cheers, John - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [ALL] Volunteers for a Math IPMC?

2016-06-15 Thread John D. Ament
think the incubator has ever rejected a project? > > > On Tue, Jun 14, 2016 at 10:51 PM, Jochen Wiedmann < > jochen.wiedm...@gmail.com > > wrote: > > > On Tue, Jun 14, 2016 at 11:29 PM, John D. Ament > > wrote: > > > > > We generally expect so

Re: [ALL] Volunteers for a Math IPMC?

2016-06-14 Thread John D. Ament
community doesn't work. It doesn't mean that it's impossible, but very hard to do. John On Tue, Jun 14, 2016 at 3:07 PM Jochen Wiedmann wrote: > On Tue, Jun 14, 2016 at 8:54 PM, Ted Dunning > wrote: > > Looking back through the discussion, it is a bit of a problem that o

Re: Code Donation Inquiry

2015-01-12 Thread Lewis John Mcgibbney
acting them? > > Emmanuel Bourg > > > Le 12/01/2015 03:15, Lewis John Mcgibbney a écrit : > > hi Commons Dev@, > > Over in the Crawler Commons project [0] we are discussing the topic of > > donating code to TheASF and potentially under the Apache Commons project.

Re: Code Donation Inquiry

2015-01-12 Thread Lewis John Mcgibbney
Thank you Phil, Context and advice is very helpful. Thanks Lewis On Monday, January 12, 2015, Phil Steitz wrote: > On 1/11/15 7:15 PM, Lewis John Mcgibbney wrote: > > hi Commons Dev@, > > Over in the Crawler Commons project [0] we are discussing the topic of > > donati

Code Donation Inquiry

2015-01-11 Thread Lewis John Mcgibbney
hi Commons Dev@, Over in the Crawler Commons project [0] we are discussing the topic of donating code to TheASF and potentially under the Apache Commons project. Crawler commons is a Java library which builds and maintains shares components for crawlers. We have been making pretty regular releases

[THREADPOOL] Where should I contribute some threading utilities?

2010-02-10 Thread John Armstrong
an appropriate place to start. Is resurrecting this dormant project the way to go? Or can someone point me to another open source project that would be more appropriate? Thanks, John - To unsubscribe, e-mail: dev-unsubscr

validator.routines.ISBNValidator jar file

2010-02-09 Thread John L Anderson
I've been looking for the .jar file for the Validator.routines library. I can't seem to find it. I downloaded the Validator 1.3.1 .jar file but it does not have the ISBNValidator code that I want. Can anyone help or explain what I should be looking for? thx, jla

Re: [math] freezing current state for release ?

2009-07-06 Thread John Bollinger
have completed on this, but as I said, I won't be available to start on that for about a month. John -- John Bollinger thinma...@yahoo.com - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additi

Re: [LANG] Wanted - spec lawyer.

2009-06-30 Thread John Bollinger
t (mis)use XML in a way that would be broken if character references to characters outside the XML character set were flagged as application errors; it would be considerate for StringEscapeUtils to be compatible with such (mis)use. Best Regards, John -- John Bollinger thinma...@yahoo.com

Re: [all] Testing interface implementations

2009-05-30 Thread John Bollinger
TestCases, one for each test method } return suite; } } ** Phil's suggestion of arranging the abstract test classes as a hierarchy provides a simpler way of avoiding n * m concrete subclasses, PROVIDED THAT there are no tests that crosscut part

Re: [MATH] Moving Serializable from interfaces to implementations

2009-05-22 Thread John Bollinger
sure that's a relevant concern in this case. John -- John Bollinger thinma...@yahoo.com

Re: [math] Re: commons-math, matrix-toolkits-java and consolidation

2009-05-21 Thread John Bollinger
ppier, but your code wouldn't be much safer (vs. only implementations being serializable). These are warnings that you want to have, or it least that you want to explicitly suppress. John Bollinger From: Ted Dunning To: Commons Developers List Sent: T

Re: [all] Core library dependencies [was COLLECTIONS 3.3 release]

2009-05-12 Thread John Bollinger
ill generally relevant to Commons projects. John

Re: [all] Core library dependencies [was COLLECTIONS 3.3 release]

2009-05-11 Thread John Bollinger
ote also that the same argument applies to moving the functor-based collections to Functor: then Functor would need to have Collections as a dependency. John

Re: [COLLECTIONS] 3.3 release

2009-05-06 Thread John Bollinger
assuming maintenance responsibility for the copies. Regards, John

Re: Fwd: commons-logging unsuited for cross-context webapplication invocation usage - migrating to slf4j?

2009-04-24 Thread John Bollinger
eless, the fact that the portlet container needs to so carefully manage which context ClassLoader is used, where, and when would make me nervous if it were my responsibility. You seem comfortable with that, so I'll say no more on the topic. Best Wishes, John Ate Douma wrote: > W

Re: [math] Mutable "Vector3D"

2009-04-24 Thread John Bollinger
mmon interface. *Caveat: if the constructor does something stupid that makes references accessible to other threads before the constructor returns, then instances are not automatically safe from construction. John

Re: [math] Mutable "Vector3D"

2009-04-24 Thread John Bollinger
Ted Dunning wrote: > On Fri, Apr 24, 2009 at 11:50 AM, John Bollinger wrote: > > > Ted Dunning wrote: > > > My view is that once it is immutable it is immutable. Restoring > > mutability > > > is done by making a new copy [...]. > > > > That positi

Re: [math] Mutable "Vector3D"

2009-04-24 Thread John Bollinger
ssible then the object in question was never genuinely immutable in the first place. John

Re: Fwd: commons-logging unsuited for cross-context webapplication invocation usage - migrating to slf4j?

2009-04-24 Thread John Bollinger
Mark Thomas wrote: > John Bollinger wrote: >> See attached sample code for a class that would support this behavior. > > Your attachment didn't make it through. Could you post it in-line? Sure: /* * Licensed to the Apache Software Foundation (ASF) under one or more *

Re: Fwd: commons-logging unsuited for cross-context webapplication invocation usage - migrating to slf4j?

2009-04-24 Thread John Bollinger
t.Proxy class makes this pretty easy -- you don't even need different methods or classes to handle it for different interfaces. As long as the cross-context invocation is mediated by the server, web / portlet applicatio

Re: commons-logging unsuited for cross-context webapplication invocation usage - migrating to slf4j?

2009-04-22 Thread John Bollinger
em and providing a clearer message of when, why, and how to use it. John

Re: commons-logging unsuited for cross-context webapplication invocation usage - migrating to slf4j?

2009-04-22 Thread John Bollinger
Ralph Goers wrote: >I'm still at a loss as to how this conversation has devolved to this. This >post was meant as an example as to why yet another project is switching away >from Commons Logging. You are right. I apologize for taking the discussion so far afield.

Re: commons-logging unsuited for cross-context webapplication invocation usage - migrating to slf4j?

2009-04-21 Thread John Bollinger
xt *invoked from a portlet application*" (emphasis added). I'm having trouble figuring out the failure scenario too, and I'm not sure that when I understand it I will agree that Pluto was doing the wrong thing. John

Re: commons-logging unsuited for cross-context webapplication invocation usage - migrating to slf4j?

2009-04-21 Thread John Bollinger
the few OSGi-related comments, that makes it any less compatible with commons-logging than the servlet spec (which it extends). On the contrary, it sounds like Pluto is probably failing to satisfy section SRV.9.7.2 of Servlet 2.4, concerning web application classloading, and I speculate that if it were meeting that requirement in a reasonable way then there would be no problem with JCL. John

Re: commons-logging unsuited for cross-context webapplication invocation usage - migrating to slf4j?

2009-04-21 Thread John Bollinger
such cross-context method invocations occur. If I have analyzed that correctly then I would account it a Pluto bug, not a JCL bug. John From: Ralph Goers To: Commons Developers List Sent: Tuesday, April 21, 2009 3:25:32 PM Subject: Re: commons-logging unsuited

Re: [math] MATH-224 - need a better idea

2009-04-20 Thread John Bollinger
ually aggregate DescriptiveStatistics objects. What they cannot easily do after the fact is duplicate the overall order in which values were added to the set of DescriptiveStatistics, and that is exactly what AggregateDescriptiveStatistics will provide. I think I'm rambling now, so I'll stop and write so

Re: [math] MATH-224 - need a better idea

2009-04-19 Thread John Bollinger
I'll see whether I can whip up a proof of concept for you to check out. John From: Phil Steitz To: Commons Developers List Sent: Sunday, April 19, 2009 11:34:24 AM Subject: [math] MATH-224 - need a better idea We should be able to find a clean way to

Getting started with Commons contributions?

2009-01-29 Thread John Feminella
hello all, I'm interested in getting my feet wet with Commons (specifically, *.lang and *.math). I use various snippets of it heavily in my development day job and I figured this would be a good way to give a little something back. I was planning on just poking through the JIRA and writing patches

Re: [jelly] Is jelly still in development vs. Open/FederatedCommons

2008-11-12 Thread John Spackman
events" - NOTABUG 44 "[jelly] ClassLoader Problems with XMLParser and XMLParser reuse" - POSTPONED 82 "Add UseVector tag" - POSTPONED (no response from submitter) 13 "Jelly should throw an exception if an unknown tag is used in a TagLibrary" - FIXED Regards, John

Re: [jelly] Is jelly still in development vs. Open/Federated Commons

2008-11-11 Thread John Spackman
pected to do larger pieces of work. I don't have a scanner here but I'll put that on my todo list for when I get back next week John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [jelly] Is jelly still in development vs. Open/FederatedCommons

2008-11-11 Thread John Spackman
Hi Paul, Great :) I'm working on some addition patches for JELLY-184 and a few others; they don't always make a lot of sense added to a single JIRA entry though, IE patch for one bug affecting the patch script for another - is it OK to just email an update here inste

Re: [jelly] Is jelly still in development vs. Open/FederatedCommons

2008-11-10 Thread John Spackman
patch submission to JIRA yesterday (with a follow-up in response to your comments today). John - Original Message - From: "Paul Libbrecht" <[EMAIL PROTECTED]> To: "Commons Developers List" Sent: Monday, November 10, 2008 11:16 AM Subject: Re:

Re: [jelly] Is jelly still in development vs. Open/FederatedCommons

2008-11-10 Thread John Spackman
ractical one because I find it so very useful. John - Original Message - From: "Russel Winder" <[EMAIL PROTECTED]> To: "Commons Developers List" Sent: Monday, November 10, 2008 8:22 AM Subject: Re: [jelly] Is jelly

Re: [jelly] Is jelly still in development vs. Open/FederatedCommons

2008-11-09 Thread John Spackman
e to the federated Jelly site. The original downloads would remain for backward compatability, but the Commons site would clearly refer users onto the new site for upgrades and future development. John - To unsubscribe, e-mai

Re: [jelly] Is jelly still in development vs. Open/Federated Commons

2008-11-09 Thread John Spackman
7;t been incorporated. One of the first tasks I'd undertake in rejuvenating Jelly would be to integrate patches and start updating JIRA. Regards John - Original Message - From: "Paul Libbrecht" <[EMAIL PROTECTED]> To: "Commons Developers List" Sent: Sunday

Re: [jelly] Is jelly still in development vs. Open/Federated Commons

2008-11-08 Thread John Spackman
unaffected, but new users and users wishing to update would be referred to the new Federated Jelly website & repository. Regards, John - Original Message - From: "Paul Libbrecht" <[EMAIL PROTECTED]> To: "Commons Developers List" Sent: Saturday, November

Re: [jelly] Is jelly still in development

2008-11-08 Thread John Spackman
ble for me to fork the Jelly project out of commons and into (for example) SourceForge? In case it makes a difference, I am not currently an Apache committer. Regards, John - Original Message - From: "Henri Yandell" <[EMAIL PROTECTED]> To: "Commons Developers List

Re: [collections] JDK5 Branch?

2008-10-15 Thread John Feminella
hi, I'm a relative newbie to commons (though not to Java development in general) and I've been looking for a good spot to dig in. This sounds like a great opportunity to do so, so count me in for helping to lead the generics charge. ~ jf On Tue, 2008-10-14 at 18:17 -0400, James Carman wrote: > O

Re: [collections] JDK5 Branch?

2008-10-15 Thread John Feminella
hi, I'm a relative newbie to commons (though not to Java development in general) and I've been looking for a good spot to dig in. Generifying collections sounds like a great opportunity to do so, so count me in for this effort. ~ John > On Tue, 2008-10-14 at 18:17 -0400, James

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

2008-06-19 Thread John McNally
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 [EMAIL PROTECTED] Project commons-fileupload has an issue affecting its community integration. This issue a

Re: [math] Sparse Matrix Support

2008-05-22 Thread John Iacona
think the current RealMatrix interface will be fine to add a sparse implementation to. Regards, John

Re: [math] Sparse Matrix Support

2008-05-22 Thread John Iacona
for what needs to be in the linear package, I think that some of the most important applications of matrix computation revolve around fast solvers that exploit the matrix structure effectively (i.e., solvers based on Cholesky, Triangular, LU, etc. decompositions). Regards, John On Thu, May 22, 2008

Re: [math] Sparse Matrix Support

2008-05-21 Thread John Iacona
This is the book I was referring to http://www.ec-securehost.com/SIAM/FA02.html Regards, John On Wed, May 21, 2008 at 5:26 PM, Rory Winston <[EMAIL PROTECTED]> wrote: > Hey John > > Which book are you referring to? > > Also, take a look at the matrix classes in the Apac

[math] Sparse Matrix Support

2008-05-21 Thread John Iacona
author of the CSparse suite and would be using algorithms outlined in his book to base my code on. On the wishlist page there was a reference to a thread using the old archive url format. Does anyone know how to find that thread with the new format? Searches come up empty. Regards, John Iacona

Re: Class I would like to commit to commons Collections

2007-08-30 Thread John
faster than the transformer method you have shown, there is a load test method in my test on JIRA. regards, John. Stephen Kestle wrote: Hi John, I have not opened a ticket yet, but ... I have had very similar requirements, and will [most-likely] be putting something in that will solve your problem

Re: Project Ideas

2007-08-30 Thread John
Hi, login to JIRA and raise your enhancements as New Features: https://issues.apache.org/jira/ John. Matthias Rothe wrote: Dear all, Since I've profited from using libraries of the Apache Commons Project I'd like to give something back to the community. Lately I've been

Class I would like to commit to commons Collections

2007-08-29 Thread John
regular developer. I am a big fan of the commons Collections API and commons project in general, just wish I had more time to get involved. Kind regards, John Hunsley. Technical Supervisor, Cy-nap Ltd. package util; import org.apache.commons.collections.MultiHashMap; import or