You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2016/03/06 20:28:00 UTC

svn commit: r1733832 - /felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext

Author: pderop
Date: Sun Mar  6 19:27:59 2016
New Revision: 1733832

URL: http://svn.apache.org/viewvc?rev=1733832&view=rev
Log:
fixed java version

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext?rev=1733832&r1=1733831&r2=1733832&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext Sun Mar  6 19:27:59 2016
@@ -15,7 +15,7 @@ the original DM API.
 We'll see later that using lambdas avoids to call the last "`build`" method and allows to automatically add the constructed DM Component into the 
 DependencyManager object.
 
-Please notice that using the dm-lambda library requires the usage of a recent Java8 jvm (the library has been tested with java version "1.8.0_71").
+Please notice that using the dm-lambda library requires the usage of a recent Java8 jvm (the library has been tested with java version "1.8.0_74").
 
 ## Comparing two activators using old and new API: