martinrosstmc

Results 4 issues of martinrosstmc

Dynamic proxy classes are built into JDK and would be good to be supported. Useful for RMI/J2EE implementations Something like this is how we handle right now. Not sure if...

enhancement

Any chance that we can get a built-in class for java.sql.Timestamp ala below public class FSTTimestampSerializer extends FSTBasicObjectSerializer { @Override public void writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTFieldInfo referencedBy,...

enhancement

This improves mostly the Sybase grammar comprehension. Used for a Sybase to PostgreSQL migration.

Hi, I'm getting ConcurrentModificationExceptions while attempting to use two threads to put/take from the queue. I do have a question around locking. There are takeLock's and putLock's... But I don't...