| Hi all, The Appia team is pleased to announce that Appia version 3.2 has been released and is available in the Continuent Forge web site: http://appia.continuent.org This release fixes some issues on the kernel and protocols. It also contains some improvements on XML classes and threading. JMX interfaces were added to remotely interact with channels. Release 3.2 also includes the following change: the class that used to represent a members address (InetWithPort) was replaced by the standard java.net.InetSocketAddress, hoping that some communication issues would be solved with that. We expect to have a new implementation of Hedera based on this new version soon. Your feedback is welcome. Here are the release notes: ** Bug * [APPIA-18] - Remove System.currentTimeMillis() direct calls * [APPIA-19] - Handling of IOException in the UdpSimpleSession (when sending to the socket) not being taken care properly. * [APPIA-29] - NullPointerException on FifoSession ** New Feature * [APPIA-6] - Create JMX interfaces to manage Appia channels and parameters. * [APPIA-12] - Add Trowable cause to Appia exceptions. ** Task * [APPIA-3] - Replace InetWithPort by InetSocketAddress ** Improvement * [APPIA-15] - Replace all Serializable Appia objects to the Externalizable interface. * [APPIA-17] - Improve Exception handling in the XML configuration. * [APPIA-20] - Create a Thread factory and create Threads from this factory. This threads are usually needed to receive messages from sockets. * [APPIA-24] - Create a default runnable implementation for the Appia thread to ease the Appia interface with programmers. Cheers, -- Nuno Carvalho University of Lisbon, Portugal |
_______________________________________________ Hedera mailing list [email protected] https://forge.continuent.org/mailman/listinfo/hedera
