144
by chirino on
01 December 2005, 08:44:12 -0600
(2 years 5 months ago)
- The journal can now read records that have been moved to archived log files.
141
by chirino on
01 November 2005, 17:34:27 -0600
(2 years 6 months ago)
- Use only 1 thread to do the actual IO to the journal, the recent concurrent backport port had changed this - Do safer locking of the control file. We now check to see if the same java process has l…
134
by jstrachan on
25 October 2005, 08:53:39 -0500
(2 years 6 months ago)
ported ActiveIO to use the backport.util.concurrent library so that it is API compatible with Java 5 as well as working from a newer, more heavily tested concurrent library
132
by chirino on
09 October 2005, 19:06:39 -0500
(2 years 7 months ago)
The narrow() method was a little smelly and I've been told more than once. Since it's purpose is that same as the IAdaptable interface eclipse uses, I'm going to follow that lead. Refactored out the …
131
by chirino on
04 October 2005, 14:15:37 -0500
(2 years 7 months ago)
- Fixed spelling problems - Added an alternative ByteArray(Input|Output)Stream implementations which are not thread safe. - PacketData now has static methods that can be used against the Packet.
118
by dblevins on
06 September 2005, 16:40:21 -0500
(2 years 8 months ago)
Added enough ActiveIO 1.1 backward compatibility for ActiveMQ 3.2 Fixed some javadoc