[codec] - CODEC-166 - making Base64 faster

2013-02-21 Thread Julius Davies
I'm not in any rush, but I thought I'd post this to start a new thread. References: https://issues.apache.org/jira/browse/CODEC-166 Original thread to (reverted) commit: http://markmail.org/message/xvb6nzfdlthzjcnu -- yours, Julius Davies 604-222-3310 (Home) $ sudo apt-get install

Re: svn commit: r1447443 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/binary/

2013-02-18 Thread Julius Davies
On Mon, Feb 18, 2013 at 3:55 PM, Gary Gregory wrote: > If the same performance gain can be can be achieved with TN's > suggestion, lets go with that. It sure sounds simpler. I can > appreciate that you've put effort into this but that should not be the > driver for acceptance. Can we try that firs

Re: svn commit: r1447443 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/binary/

2013-02-18 Thread Julius Davies
ail: 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

Re: svn commit: r1447443 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/binary/

2013-02-18 Thread Julius Davies
ioned above are blocking, let's explore possible resolutions. Are there any other problems you spotted? yours, Julius > > - > To unsubscribe, e-mail: dev-unsubscr...@com

Re: [jira] [Updated] (CODEC-166) Base64 could be faster

2013-01-30 Thread Julius Davies
URL: https://issues.apache.org/jira/browse/CODEC-166 >>> Project: Commons Codec >>> Issue Type: Bug >>>Affects Versions: 1.7 >>>Reporter: Julius Davies >>>Assignee: Julius Davies >>>

Re: [codec] Base64 with specified encode/decode alphabets and PAD?

2013-01-29 Thread Julius Davies
on, but I'll take a look at it, thanks. > > I did notice that the decode list works for both (standard) encodings. I > wouldn't write anything that would change that for the existing calls. > > Steve > > > From: Julius Davies

Re: [codec] Base64 with specified encode/decode alphabets and PAD?

2013-01-29 Thread Julius Davies
would let us specify nonstandard >> values for those things? > > > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK

Re: [GUMP@vmgump]: Project commons-compress-test (in module apache-commons) failed

2013-01-11 Thread Julius Davies
g "expected, actual" in the unit test. Thanks, also, for cleaning that up! -- yours, Julius Davies 604-222-3310 (Home) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | cowsay -n | cowsay -n http://juliusdavies.ca/cowsay/

Re: [GUMP@vmgump]: Project commons-compress-test (in module apache-commons) failed

2013-01-10 Thread Julius Davies
ache-commons/commons-compress-test/rss.xml > - Atom: > http://vmgump.apache.org/gump/public/apache-commons/commons-compress-test/atom.xml > > == Gump Tracking Only === > Produced by Apache Gump(TM) version 2.3. > Gump Run 12000010012013, vmgump.apache

Re: svn commit: r1430097 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip: ZipEightByteInteger.java ZipLong.java ZipShort.java

2013-01-08 Thread Julius Davies
On Mon, Jan 7, 2013 at 9:16 PM, Stefan Bodewig wrote: > Hi Julius, > > can you please record the changes in src/chanhes/changes.xml as well - > and add yourself as developer to the POM if you feel like it? > > Thanks > > Stefan > Thanks for the tip. Done! yours, Julius ---

Re: svn commit: r1376505 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ObjectUtils.java test/java/org/apache/commons/lang3/ObjectUtilsTest.java

2012-08-23 Thread Julius Davies
proper/lang/trunk/src/test/java/org/apache/commons/lang3/ObjectUtilsTest.java >> Thu Aug 23 14:28:14 2012 >> @@ -450,6 +450,24 @@ public class ObjectUtilsTest { >> } >> } >> >> +@Test >> +public void testConstMethods() { >> + >> +

Re: [codec] What version should implement a behavior change?

2012-03-06 Thread Julius Davies
let's make sure it's the last one we need to add. > >> Gary >> >> On Tue, Mar 6, 2012 at 2:07 PM, Julius Davies wrote: >> >>> Hi, >>> >>> >>> CODEC-95 talked about these issues, too (in this case with Base64). >>> >

Re: [codec] What version should implement a behavior change?

2012-03-06 Thread Julius Davies
> arbitrary value > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK > Blog: http://garygregory.wordpress.com &

Re: [VOTE][Codec] Release Commons Codec 1.6-RC2

2011-11-22 Thread Julius Davies
FP22011_06) >> JCL  - 20110627 >> >> --- >> >> Apart from that anything builds fine with my compiler zoo. >> > > Thank you Jörg, I've added a 'known i

Re: [codec] next releases

2011-08-24 Thread Julius Davies
+1 to 1.6 Julius On Tue, Aug 23, 2011 at 2:36 AM, Matthew Pocock wrote: > My vote (not that I have one) would be for 1.6, and to keep 2.0 as the > release when the breaking changes are introduced. > > Matthew > > On 23 August 2011 09:18, Simone Tripodi wrote: > >> Hi all guys, >> I'd suggest to

Re: [codec] Encoder / Decoder interface

2011-08-16 Thread Julius Davies
nalyzing the Maven2 repository could shed light on that. Removing the interfaces makes sense if they are not really used, but on the other hand, improving them, making them actually useful, also makes sense. -- yours, Julius Davies 604-222-3310 (Home) $ sudo apt-get install cowsay $ echo "M

[codec] Encoder / Decoder interface

2011-08-16 Thread Julius Davies
anything about proprietary systems or other systems that are not in Maven2, but it is a pretty big collection of Java these days, might be interesting. -- yours, Julius Davies 604-222-3310 (Home) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | cowsay -n | cowsay -n http

[sanselan] old incubator webpage confused me

2011-04-29 Thread Julius Davies
Hi, I accidentally ended up here: http://incubator.apache.org/sanselan/site/index.html But I see sanselan graduated: http://commons.apache.org/sanselan/ I'll create a proper bug in JIRA when I have a moment... -- yours, Julius Davies 250-592-2284 (Home) $ sudo apt-get install c

Re: [codec] Moving on to codec 2.0

2011-03-31 Thread Julius Davies
>> >> Nothing of this (including minimum requirement of Java 5) requires >> >> automatically 2.x. As long as the API is *upward* binary compatible, you >> >> can >> >> improve the implementation using this features, adding new methods or >> new >> >> classes. Even generics can be added to some exte

Re: [Nexus] Commons-codec release not showing up in Maven Central after 24 hours

2011-03-31 Thread Julius Davies
On Thu, Mar 31, 2011 at 7:15 PM, sebb wrote: > On 1 April 2011 02:49, Phil Steitz wrote: >> On 3/31/11 1:58 PM, Gary Gregory wrote: >>> Because the Maven groupId in the POM. They dictate where files go. Changing >>> an ID is a big deal. >> >> To provide a little more context, Commons began drinki

Re: [Nexus] Commons-codec release not showing up in Maven Central after 24 hours

2011-03-31 Thread Julius Davies
gt; > Has something gone wrong with the process? > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- yours, Julius Davies

Re: [codec] Moving on to codec 2.0

2011-03-31 Thread Julius Davies
foundational, zero-dependency libraries, that are used everywhere! As for Java 5.0, sure go for it. Doesn't really benefit commons-codec that much, but doesn't hurt, either. As for JUnit 4.0, yes! Doesn't hurt any end users. -- yours, Julius Davies 250-592-2284

Re: OT [planet.apache.org] /committers/ aggregator is stuck

2011-02-26 Thread Julius Davies
On Fri, Feb 25, 2011 at 12:44 PM, Konstantin Kolinko wrote: > 2011/2/25 Julius Davies : >> Hi, >> >> I realize this is off-topic for dev@commons.  Sorry, but does anyone >> know the correct list for problems related to planet.apache.org?  This >> webpage seems

OT [planet.apache.org] /committers/ aggregator is stuck

2011-02-25 Thread Julius Davies
Hi, I realize this is off-topic for dev@commons. Sorry, but does anyone know the correct list for problems related to planet.apache.org? This webpage seems to be stuck (last entry is from 5 days ago): http://planet.apache.org/committers/ I need to get my fix! -- yours, Julius Davies 250

Re: [CODEC] Base-n refactoring

2011-01-28 Thread Julius Davies
On Fri, Jan 28, 2011 at 11:40 AM, Gary Gregory wrote: > Now that the main Base-N refactoring is done, the door is open for Base16 ;) > Juluis, you had mentioned Base16 before, any interest? > Sorry, I can't, at least not for codec-1.5. The baby came yesterday!!! He still has no name. 8lbs 3oz

Re: [codec] Large test data set!

2011-01-26 Thread Julius Davies
older to relicense to us under the ASL 2.0. That often works! -- yours, Julius Davies 250-592-2284 (Home) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | cowsay -n | cowsay -n http://juliusdavies.ca/cowsay/ - To

Re: [CODEC] Base-n refactoring

2011-01-26 Thread Julius Davies
On Wed, Jan 26, 2011 at 2:09 PM, Julius Davies wrote: >> >> Which begs for full support of the RFC with... Base16! >> >> That should really clean up the refactoring :) >> >> Gary >> > > Nice work, Sebb!   Gary if you do Base64 I'll do Base2

Re: [CODEC] Base-n refactoring

2011-01-26 Thread Julius Davies
> > Which begs for full support of the RFC with... Base16! > > That should really clean up the refactoring :) > > Gary > Nice work, Sebb! Gary if you do Base64 I'll do Base2 !!!! -- yours, Julius Davies 250-592-2284 (Home) $ sudo apt-get install cowsay $ echo &

Re: svn commit: r1062330 - in /commons/proper/codec/trunk/src: java/org/apache/commons/codec/binary/Base64.java test/org/apache/commons/codec/binary/Base64Test.java

2011-01-24 Thread Julius Davies
String(b2)); >>         assertEquals("byteToString static \"\"", "", >> Base64.encodeBase64String(b2)); >>         assertEquals("byteToString null", null, base64.encodeToString(b3)); >>         assertEquals("byteToString static n

Re: [codec] Next release 1.4.1 or 1.5

2011-01-21 Thread Julius Davies
Err I meant CODEC-89 and CODEC-101. Those were the embarrassing bugs from my point of view! On Fri, Jan 21, 2011 at 10:00 AM, Julius Davies wrote: > +1 because "4" is an unlucky number and codec-1.4 has two unlucky bugs > (CODEC-96 and CODEC-101) that 1.5 won't have!!

[codec] brief note about CODEC-105

2011-01-21 Thread Julius Davies
C-105 for public review for at least a week, and then if no one objects, I will commit them. Quick reference: https://issues.apache.org/jira/browse/CODEC-105 -- yours, Julius Davies 250-592-2284 (Home) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | cowsay -n |

Re: [codec] Next release 1.4.1 or 1.5

2011-01-21 Thread Julius Davies
netic class, I propose that the >> next release be called 1.5 and not 1.4.1. >> >> Thoughts? > > That makes sense, it's a feature update. > > Emmanuel Bourg > > -- yours, Julius Davies 250-592-2284 (Home) $ sudo apt-get install cowsay $ echo &

Re: [codec] Release 1.4.1/1.5, Release Manager for 1.4.1/1.5

2011-01-17 Thread Julius Davies
* USA >> Tel: +1.404.760.1560 >> Email: ggreg...@seagullsoftware.com<mailto:ggreg...@seagullsoftware.com> >> Web: seagull.rocketsoftware.com<http://www.seagull.rocketsoftware.com/> >> >> >> > > - > To unsubscribe, e-mail: dev-unsubscr...@common

Re: [codec] NoSuchMethodError

2010-06-15 Thread Julius Davies
akes it hard to upgrade the codec.jar in the future since you have to rename everything again! -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | cowsay -n | cowsay

[codec] jira permissions for CODEC-98

2010-06-02 Thread Julius Davies
Hi, I would like to close CODEC-98. Can I be given the permissions in JIRA necessary to close a ticket I didn't open? Or is that only available for commons-PMC? -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) $ sudo apt-get install cowsay $ echo "Moo." |

[codec] CODEC-91 patch attached to jira

2010-06-01 Thread Julius Davies
tches this way, and I enjoy the discussion that sometimes results. -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | cowsay -n | cowsay -n http://juliusd

Re: [math] incompatible change in r936295

2010-05-31 Thread Julius Davies
eInterpolatingFunction implements BivariateRealFunction ? > Phil > -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | cowsay -n | cowsay -n http://juliusdavies.ca/cowsay/ ---

Re: svn commit: r928129 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64Test.java

2010-03-26 Thread Julius Davies
(Base64.decodeBase64("Zm9vYg==" + > Base64.CHUNK_SEPARATOR))); > +        assertEquals("fooba", > StringUtils.newStringUsAscii(Base64.decodeBase64("Zm9vYmE=" + > Base64.CHUNK_SEPARATOR))); > +        //assertEquals("foobar", > StringUtils.n

please close CODEC-94

2010-03-26 Thread Julius Davies
Please close CODEC-94 (well, only if you agree with my final comment on that issue!) -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | cowsay -n | cowsay -n http://juliusdavies

Re: [codec] gump failure

2010-02-23 Thread Julius Davies
Thanks! Great info! On Tue, Feb 23, 2010 at 9:21 PM, Bill Barker wrote: > > > -- > From: "Julius Davies" > Sent: Tuesday, February 23, 2010 8:52 PM > To: "Commons Developers List" > Subject: [codec] gump

[codec] gump failure

2010-02-23 Thread Julius Davies
; http://vmgump.apache.org/gump/public/apache-commons/commons-codec/atom.xml > > ====== Gump Tracking Only === > Produced by Gump version 2.3. > Gump Run 13001623022010, vmgump:vmgump-public:13001623022010 > Gump E-mail Identifier (unique within run) #5. > >

Re: [codec] 1.4.1

2010-01-24 Thread Julius Davies
Thanks! Exactly the kind of direction I'm looking for! yours, Julius On Sun, Jan 24, 2010 at 8:13 AM, sebb wrote: > On 24/01/2010, Julius Davies wrote: >> Hi, >> >>  If anyone has any advice on how I can improve the patch I submitted >>  for CODEC-89, or

[codec] 1.4.1

2010-01-23 Thread Julius Davies
Hi, If anyone has any advice on how I can improve the patch I submitted for CODEC-89, or perhaps I can improve on Sebb's patch, I am more than happy to try. -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging

Re: [codec] regression in 1.4

2009-12-02 Thread Julius Davies
Nice patch, Sebb! Now just combine it with the JUnits from mine! :-p yours, Julius On Wed, Dec 2, 2009 at 5:49 PM, sebb wrote: > On 02/12/2009, Julius Davies wrote: >> This current JUnit test "kinda/sorta" covers the static method for >> non-chunking: >>

Re: [codec] regression in 1.4

2009-12-02 Thread Julius Davies
lly forever) > > I guess we should add a test that checks that the static encode method > does not chunk. > [There does not seem to be such a test at present] I'll add this to JIRA. > >>  Thanks, >>  Mat >> >> >>  -- >>  Mat Booth >> >&g

Re: [codec] regression in 1.4

2009-12-01 Thread Julius Davies
By the way, if we do start the ball rolling for a 1.4.1 release, I nominate myself to better document the changes between 1.3 <---> 1.4.1 kind of along the lines of the discussion over on CODEC-91: https://issues.apache.org/jira/browse/CODEC-91 On Tue, Dec 1, 2009 at 7:41 PM, Julius

Re: [codec] regression in 1.4

2009-12-01 Thread Julius Davies
. > >> >>  Gary >> >> >>  > -Original Message- >>  > From: sebb [mailto:seb...@gmail.com] >>  > Sent: Tuesday, December 01, 2009 17:18 >>  > To: Commons Developers List >>  > Subject: Re: [codec] regression in 1.4 &g

Re: [codec] regression in 1.4

2009-12-01 Thread Julius Davies
So, like I said up above: Any opinions at all out there regarding this? yours, Julius On Mon, Nov 23, 2009 at 12:24 PM, Julius Davies wrote: > Hi, Commons Developers, > > > There's a minor regression in Codec-1.4 that causes two extra white > space characters to a

[codec] regression in 1.4

2009-11-23 Thread Julius Davies
this problem. I was careful to make sure the static method had stayed the same in Codec-1.3 and Codec-1.4, but I just never thought people would actually write things like this: new Base64().encode() !!! Just didn't enter my mind to test that to compare output of 1.3 vs 1.4. Very sorry.

[codec] regression in 1.4 (CODEC-89)

2009-11-01 Thread Julius Davies
CODEC-89 identifies a regression in the commons-codec-1.4 release. A patch to fix this is attached to CODEC-89. https://issues.apache.org/jira/browse/CODEC-89 Any committers interested in considering this patch? -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http

Re: [RESULT][VOTE] Release Codec 1.4 based on RC4

2009-08-09 Thread Julius Davies
e/clirr-report.html >> >> Release Notes: >> http://people.apache.org/~niallp/codec-1.4-rc4/site/changes-report.html >> http://people.apache.org/~niallp/codec-1.4-rc4/RELEASE-NOTES.txt >> >> Thanks >> >> Niall >> > > --

Re: [codec] Are we ready for Codec 1.4 RC4?

2009-08-06 Thread Julius Davies
= "_"; Level.INFO.levelStr = " "; Level.WARN.levelStr = "!"; Level.ERROR.levelStr = "*"; Level.FATAL.levelStr = "***"; } } -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/loggi

Re: [codec] Are we ready for Codec 1.4 RC4?

2009-08-06 Thread Julius Davies
ore changes people want to do before cutting another >>  Codec 1.4 RC? > -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html - To unsubscribe, e-mail: dev-unsubsc

how to become a committer?

2009-08-05 Thread Julius Davies
2009: https://issues.apache.org/jira/browse/CODEC-75 - URL-Safe Base64 -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html - To unsubscribe, e-mail: dev-uns

Re: [VOTE] Release Codec 1.4 based on RC3

2009-08-05 Thread Julius Davies
this vote is cancelled because > Codec's API has changed. > > Niall > -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html - To unsubscribe, e-mail: dev-unsub

Re: [VOTE] Release Codec 1.4 based on RC3

2009-08-04 Thread Julius Davies
;> >> Niall >> > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VOTE] Release Codec 1.4 based on RC3

2009-08-04 Thread Julius Davies
the > DigestUtils fixes I have put in. I am happy to leave the rest for the next > release though. > What's left to do? Maybe I can help? -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html ---

Re: [codec] - CODEC-59 and CODEC-81

2009-07-28 Thread Julius Davies
If we decide to leave [CODEC-59] out of a 1.4 release, I'll create a separate ticket just for this reset() issue. yours, Julius > Julius: > > Patch for [CODEC-81] is in and then some. > > Thank you for the submission. Keep them coming. > > Gary > -- yours, Ju

Re: [codec] - CODEC-59 and CODEC-81

2009-07-27 Thread Julius Davies
reworked patch? > > Thank you, > Gary > >> -----Original Message- >> From: Julius Davies [mailto:juliusdav...@gmail.com] >> Sent: Sunday, July 26, 2009 6:08 PM >> To: Commons Developers List >> Subject: [codec] - CODEC-59 and CODEC-81 >> >> I have a

[codec] - CODEC-59 and CODEC-81

2009-07-26 Thread Julius Davies
ug-fix for TRUNK / 1.4-RC2 so I'd be surprised if it wasn't accepted in some shape or form, whereas the CODEC-59 patch will be an enhancement. -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusda

Re: [VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread Julius Davies
t 1:50 PM, Gary Gregory wrote: > Note that for the release, the version should be "1.4", not "1.4-dev" or > "1.4.0.SNAPSHOT" > > Gary > >> -Original Message- >> From: Julius Davies [mailto:juliusdav...@gmail.com] >> Sent: Friday, July

Re: [VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread Julius Davies
Probably the Maven2 generated Jar is okay in this department? Here's the MANIFEST.MF created by Maven2 (I'm using trunk to create the jar): Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: 1.6.0_13 (Sun Microsystems Inc.) Built-By: jdavi

Re: svn commit: r797120 - in /commons/proper/codec/trunk: build.xml maven.xml project.properties project.xml src/assembly/src.xml src/conf/

2009-07-23 Thread Julius Davies
30,11 +30,8 @@ >                 default.properties >                 LICENSE.txt >                 LICENSE-header.txt > -                maven.xml >                 NOTICE.txt >                 pom.xml > -                project.properties > -                project.xml >                 RELEASE

Re: [Codec] Codec 1.4 RC1 available for review

2009-07-22 Thread Julius Davies
ps. Regarding CODEC-80, the javadoc and inline comment for testChunkedEncodeMultipleOf76() is wrong. Sorry, I'm tired. On Wed, Jul 22, 2009 at 11:18 PM, Julius Davies wrote: > Hi, Niall, > > That's a nice Gaelic name you have there (my dad's name is Hywel Rhys). >

Re: [Codec] Codec 1.4 RC1 available for review

2009-07-22 Thread Julius Davies
apache.org/~niallp/codec-1.4-rc1/site/clirr-report.html >>  http://people.apache.org/~niallp/codec-1.4-rc1/RELEASE-NOTES.txt >> >>  Feedback welcome. >> >>  Niall >> -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [codec] Release Manager for 1.4

2009-07-20 Thread Julius Davies
ng. > > On Fri, Jul 17, 2009 at 6:34 PM, Gary > Gregory wrote: >> Hi All: >> >> Do we have a volunteer to act as release manager for Codec 1.4? >> >> Gary >> -- yours, Julius Davies 250-592-22

[codec] please close CODEC-36

2009-07-16 Thread Julius Davies
CODEC-36 can be closed since CODEC-78 addresses it. -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

Re: [codec] 1.4 release: code coverage help needed

2009-07-15 Thread Julius Davies
e64InputStream 85%/76% > Base64OutputStream 88%/70% > > Gary > >> -Original Message- >> From: Julius Davies [mailto:juliusdav...@gmail.com] >> Sent: Wednesday, July 15, 2009 12:55 PM >> To: Commons Developers List >> Subject: Re: [codec] 1.4 release:

Re: [codec] 1.4 release: code coverage help needed

2009-07-15 Thread Julius Davies
-- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html -

[codec] 1.4 release: contributors in project.xml

2009-07-14 Thread Julius Davies
w=rev&revision=178001 - Julius Davies (juliusdav...@gmail.com) implemented Base64InputStream and Base64OutputStream based on Jochen's code above (CODEC-69). - Sebastian Bazley (s...@apache.org) reviewed and improved the streaming Base64 code and its unit tests. -- yours, Julius Davie

Re: [codec] any takers for CODEC-75 patch?

2009-06-01 Thread Julius Davies
I take it there's not much interest or appetite for this enhancement. I'll leave you alone now. yours, Julius On Thu, May 28, 2009 at 10:03 AM, Julius Davies wrote: > Hi, > > First of all, thanks for taking a look at the patch.  Regarding this: > >>>> 1

Re: [codec] any takers for CODEC-75 patch?

2009-05-28 Thread Julius Davies
b5a9306183f $ java -cp commons-codec-1.2.jar:. Test ff7f8fc01cdb471a8c8b5a9306183fe8 ff7f8fc01cdb471a8c8b5a9306183f ff7f8fc01cdb471a8c8b5a9306183f $ java -cp commons-codec-1.1.jar:. Test ff7f8fc01cdb471a8c8b5a9306183fe8 ff7f8fc01cdb471a8c8b5a9306183f ff7

[codec] any takers for CODEC-75 patch?

2009-05-27 Thread Julius Davies
uot;Base64.encodeBase64URLSafe()" method. It appears (very cursory look-see on my part) that URL-Safe is part of the reason Hadoop went elsewhere for its Base64: http://issues.apache.org/jira/browse/HBASE-272 -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://

Re: [Proposal] Create a sandbox commons-money component?

2009-02-13 Thread Julius Davies
hood, and using it to represent 4 decimal points.) -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/ - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e

Re: [CODEC] Base64 decode() handling of invalid encoded data

2008-06-25 Thread Julius Davies
m, or FilterReader. > > Jochen > > > -- > Look, that's why there's rules, understand? So that you think before > you break 'em. > > -- (Terry Pratchett, Thief of Time) > > - > To

Re: svn commit: r669667 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

2008-06-19 Thread Julius Davies
ava-1.4!] calls in Caverphone, and some missing (byte) casts. The CODEC website says it's compatible with Java-1.3: http://commons.apache.org/codec/dependencies.html yours, Julius On Thu, Jun 19, 2008 at 1:40 PM, sebb <[EMAIL PROTECTED]> wrote: > On 19/06/2008, Julius Dav

Re: svn commit: r669667 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

2008-06-19 Thread Julius Davies
614,10 @@ > > for (int i = 0; i < data.length; i++) { > switch (data[i]) { > -case (byte) ' ' : > -case (byte) '\n' : > -case (byte) '\r' : > -case (byte) '\t' :

Re: [codec] Base64InputStream

2008-06-18 Thread Julius Davies
many streaming variations, and javadocs on all non-test code. I hope people find it useful and worth committing! yours, Julius On Mon, Jun 16, 2008 at 8:44 AM, Julius Davies <[EMAIL PROTECTED]> wrote: > Hi, > > Base64InputStream and Base64OutputStream are coming along. They bot

Re: [codec] Base64InputStream

2008-06-16 Thread Julius Davies
tream(in, false); in = new Base64InputStream(in, true); in = new Base64InputStream(in, false); yours, Julius On Tue, Jun 10, 2008 at 3:30 AM, sebb <[EMAIL PROTECTED]> wrote: > On 10/06/2008, Julius Davies <[EMAIL PROTECTED]> wrote: >> Hi, >> >> >> Her

Re: [codec] Base64InputStream

2008-06-10 Thread Julius Davies
e check). > Likewise modulus - using an int would avoid a few casts. > > Or maybe these are from the original code. -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/ - To unsubscr

Re: [codec] Base64InputStream

2008-06-10 Thread Julius Davies
nce I have the javadocs and streaming junits put together. Note: all the pre-existing Base64 unit tests are passing! (They were very helpful). Thanks to Jochen Wiedmann for pointing out the base64 streaming code in ws-commons-util that this is based on. -- yours, Julius Davies 250-592-2284

Re: [codec] Base64InputStream

2008-06-03 Thread Julius Davies
k. I really like it. (And it's so fast). This is a fun challenge. I'll post to the list in a week or two with any progress. yours, Julius On Sat, May 31, 2008 at 11:52 AM, Julius Davies <[EMAIL PROTECTED]> wrote: > Hi, Jochen, > > > Thanks for pointing out

Re: [codec] Base64InputStream

2008-05-31 Thread Julius Davies
>= 0) { if (c > 0) { w.write(buf, 0, c); } c = reader.read(buf); } long duration = System.currentTimeMillis() - start; yours, Julius On Sat, May 31, 2008 at 1:18 AM, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > On Sat, May 31, 200

[codec] Base64InputStream

2008-05-31 Thread Julius Davies
t. The Base64InputStream.java code in not-yet-commons-ssl needs javadocs before it can come over. And good work on org.apache.commons.codec.binary.Base64! I was really astonished to see us beat openssl! -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavi

Re: [lang] NullSafe (a lightweight EqualsBuilder)

2008-05-27 Thread Julius Davies
ObjectUtils.equals() is just what I'm looking for. Thanks! Is there any interest in an ObjectUtils.compare() method? I would be happy to create a JIRA ticket and upload a patch. yours, Julius On Tue, May 27, 2008 at 3:05 PM, Stephen Colebourne <[EMAIL PROTECTED]> wrote: >

[lang] NullSafe (a lightweight EqualsBuilder)

2008-05-27 Thread Julius Davies
htly more with compare(). This might help regarding LANG-340 - "performance problem with EqualsBuilder.append()". -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/ - To unsubs

Re: [NET] Tabs and spaces

2008-05-20 Thread Julius Davies
Tabs make the baby Jesus cry. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[commons-ssl] - incubator / been a long time

2008-05-09 Thread Julius Davies
ill (usually) overwrite the older native file. -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/ ps. I should never send emails that cover more than one topic. - To unsubscribe, e-mail:

Re: [sandbox] Component ideas

2008-05-05 Thread Julius Davies
EMAIL PROTECTED]> wrote: > On Thu, Mar 6, 2008 at 11:07 PM, Julius Davies <[EMAIL PROTECTED]> wrote: > > Henri, > > > > Is your timing just a coincidence? > > > > > http://lists.juliusdavies.ca/pipermail/not-yet-commons-ssl-juliusdavies.ca/2008-Marc

Re: [sandbox] Component ideas

2008-03-06 Thread Julius Davies
m up a big community. > > > > +1 > > > > This sounds really like a good idea. Some kind of Continuous Commons > Incubator ;-) > > Suggested to [EMAIL PROTECTED] :) > > http://markmail.org/message/45ccujwi6r7fgbbh > > Hen > > > > -