+1 from me btw
Niall
On Thu, May 29, 2008 at 6:22 PM, Niall Pemberton
<[EMAIL PROTECTED]> wrote:
> The main changes since RC2 are:
> - Fix serialization issue in ChainProcessor [CHAIN-44]
> - fix the problem Luc found with checkstyle causing the site generate
> to fail on Linux
> - fix some si
On Fri, May 30, 2008 at 8:59 PM, Oliver Heger
<[EMAIL PROTECTED]> wrote:
> +1
>
> The artifacts look good to me, building in all variants on a JDK 1.6
> succeeds.
>
> WRT the site, I remember there was a discussion about the issues reported by
> findbugs, so I think this is okay.
Yes the serializa
+1
Luc
Niall Pemberton a écrit :
> The main changes since RC2 are:
> - Fix serialization issue in ChainProcessor [CHAIN-44]
> - fix the problem Luc found with checkstyle causing the site generate
> to fail on Linux
> - fix some site/docs typos
> - add a second example webapp that uses ChainPr
Hi, Jochen,
Thanks for pointing out that method. I was looking for a static
method. I didn't expect it to be an instance method! Anyway, now
that I've found it, ws-commons-util is the winner!
[16.203 seconds] ws-commons-util THE WINNER
[21.946 seconds] not-yet-commons-ssl
(For some
+1 for the release.
Unfortunately, due to a bug
(http://jira.codehaus.org/browse/MCLIRR-12) in the m2 clirr plugin,
the m2 site build failed for me with
[INFO] Cannot open
/home/phil/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
for reading
No such file or directory
The
On Sat, May 31, 2008 at 9:06 AM, Julius Davies <[EMAIL PROTECTED]> wrote:
> I also tried to test with ws-common, but the Base64 library in there
> doesn't have a streaming decoder, so I don't think it can handle a
> 700MB file.
And what do you think that
http://ws.apache.org/commons/util/ap
Hi,
I know of a good Base64InputStream for commons-codec. It can encode
and decode. It uses the Base64 class from commons-codec under the
hood. It works like this:
---
final boolean DECODE = true;
final boolean ENCODE = false;
InputStream in = new File