You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2012/10/28 10:08:42 UTC

svn commit: r1402959 - /river/jtsk/trunk/RELEASE-NOTES-TRUNK

Author: sijskes
Date: Sun Oct 28 09:08:41 2012
New Revision: 1402959

URL: http://svn.apache.org/viewvc?rev=1402959&view=rev
Log:
added release notes to merge.

Added:
    river/jtsk/trunk/RELEASE-NOTES-TRUNK

Added: river/jtsk/trunk/RELEASE-NOTES-TRUNK
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/RELEASE-NOTES-TRUNK?rev=1402959&view=auto
==============================================================================
--- river/jtsk/trunk/RELEASE-NOTES-TRUNK (added)
+++ river/jtsk/trunk/RELEASE-NOTES-TRUNK Sun Oct 28 09:08:41 2012
@@ -0,0 +1,9 @@
+
+Added RiverClassLoader. A substitute for RMIClassLoader, 
+replaceable via a Spi implementation of net.jini.loader.RiverClassLoaderSpi.
+Default behaviour is using the RMIClassLoader.
+
+Added LocalHostLookup. Determines the hosts network identity.
+Is a pluggable provider.
+
+