You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by zk...@apache.org on 2017/02/05 14:34:54 UTC

svn commit: r1781769 - in /river/site/trunk/content/user-doc: readings.mdtext success-stories.mdtext

Author: zkuti
Date: Sun Feb  5 14:34:53 2017
New Revision: 1781769

URL: http://svn.apache.org/viewvc?rev=1781769&view=rev
Log:
a reading and an entry about JGDMS added

Modified:
    river/site/trunk/content/user-doc/readings.mdtext
    river/site/trunk/content/user-doc/success-stories.mdtext

Modified: river/site/trunk/content/user-doc/readings.mdtext
URL: http://svn.apache.org/viewvc/river/site/trunk/content/user-doc/readings.mdtext?rev=1781769&r1=1781768&r2=1781769&view=diff
==============================================================================
--- river/site/trunk/content/user-doc/readings.mdtext (original)
+++ river/site/trunk/content/user-doc/readings.mdtext Sun Feb  5 14:34:53 2017
@@ -25,7 +25,8 @@ Notice:    Licensed to the Apache Softwa
  - <a href"http://www.eclipse.org/californium data-toggle="tooltip" title="The Californium (Cf) core provides the central framework with the protocol implementation to build your Internet of Things applications.">Californium</a>
  - [Android N switches to OpenJDK](http://arstechnica.co.uk/tech-policy/2016/01/android-n-switches-to-openjdk-google-tells-oracle-it-is-protected-by-the-gpl/)
  - [Reducing Security Overhead to Enhance Service Delivery in Jini IoT](http://www.hindawi.com/journals/ijdsn/2015/205793/)
- -  <a href="http://www.psinaptic.com/link_files/PsiNapticTelematics.pdf" data-toggle="tooltip" title="A small footprint, fully JCK compliant implementation of Jini's lookup service written in C">Jini's lookup service written in C</a>
+ - <a href="http://www.psinaptic.com/link_files/PsiNapticTelematics.pdf" data-toggle="tooltip" title="A small footprint, fully JCK compliant implementation of Jini's lookup service written in C">Jini's lookup service written in C</a>
+ - <a href="http://www.psinaptic.com/downloads.jsp" data-toggle="tooltip" >PsiNaptic Products, White Papers & Technical Papers</a>
  - [Aaron Ardiri's IoT blog](http://ardiri.com/blog/index-all.php)
 
 

Modified: river/site/trunk/content/user-doc/success-stories.mdtext
URL: http://svn.apache.org/viewvc/river/site/trunk/content/user-doc/success-stories.mdtext?rev=1781769&r1=1781768&r2=1781769&view=diff
==============================================================================
--- river/site/trunk/content/user-doc/success-stories.mdtext (original)
+++ river/site/trunk/content/user-doc/success-stories.mdtext Sun Feb  5 14:34:53 2017
@@ -119,3 +119,21 @@ Front Office Development Manager, Sucden
 </small>
 </blockquote>
 
+<div class="space-mn"></div>
+#### JGDMS - Java Global Discovered Micro Services
+The [github code](https://pfirmstone.github.io/JGDMS/) is forked off River trunk, just before the Ivy dependency build
+changes and the 3.0 release was branched.
+
+Additions include:
+
+   * Atomic input validation for java serialization
+   * IPv6 Multicast Discovery (registered with IANA)
+   * TLSv1.2 cyphers with perfect forward secrecy, changes to security constraints, old strong cypers from
+   2004 vintage now considered weak, unsafe cyphers have been removed
+   * New registrar methods that allow authentication prior to proxy download and delayed unmarshalling, support
+   added to ServiceDiscoveryManager without changing public API
+   * Improved support for Java 9
+   * com.sun.jini compatibility layer (deprecated) API based on Rio's usage
+   * Work on Maven modular build is in progress
+
+As soon as River community decides these improvements can be integrated back.
\ No newline at end of file