I've posted this at SO as well where it has nicer formatting, but I'll
include the question here as well. See
http://stackoverflow.com/questions/42147559/java-cryptocipher-doesnt-consume-all-input-bytes
I'm trying to convert from using Chilkat's proprietary decryption library
to Apache's commons
The Apache Commons Team is pleased to announce the availability of:
Apache Commons JCS 2.1
Apache Commons JCS is a distributed, versatile caching system.
The release notes can be reviewed at:
http://www.apache.org/dist/commons/jcs/RELEASE-NOTES.txt
Distribution packages can be downloaded from:
The Apache Commons team is happy to announce the release of Commons
Configuration 2.1.1!
The Commons Configuration software library provides a generic configuration
interface which enables a Java application to read configuration data from a
variety of sources. Commons Configuration provides ty
On 06/02/17 10:55, Mark Thomas wrote:
On 05/02/17 22:21, Gary Gregory wrote:
Anyone care to opine?
I think there is a bug in ensureMinIdle. If the objectDeque is null, it
needs to obtain a reference to the objectDeque once created in the for
loop. Otherwise the call from preparePool will alway
Perfect, I'll modify my current project later with the changes you made.
Thank you so much for dedicating a little bit of your time looking for the
issue.
All the best,
Edgar
2017-02-09 0:54 GMT+01:00 Raymond DeCampo :
> OK, Edgar I pared your example down a bunch and got to a working demo. I