You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2018/09/20 17:59:04 UTC

[GitHub] jadams-tresys commented on a change in pull request #120: Support more versions of Java

jadams-tresys commented on a change in pull request #120: Support more versions of Java
URL: https://github.com/apache/incubator-daffodil/pull/120#discussion_r219261606
 
 

 ##########
 File path: daffodil-lib/src/main/scala/org/apache/daffodil/api/DaffodilTunables.scala
 ##########
 @@ -130,16 +130,10 @@ case class DaffodilTunables(
   // enabled when debugging is enabled.
   val allowExternalPathExpressions: Boolean = false,
 
-  // A bug exists in Java 7 that causes unexpected behavior when decode errors
-  // occur in the specific ways that Daffodil decodes data. For this reason,
-  // Daffodil throws an exception when it detects that Daffodil is not running
-  // under Java 8 or has this decoder bug. However, there are some cases where
-  // a user has no choice but to run on Java 7. Setting this tunable to false
-  // will cause Daffodil to log a warning rather than throw an exception so
-  // that a user can run Daffodil on unsupported Java versions, with the
-  // understanding that it is not fully tested and behavior may not be well
-  // defined. This boolean is experimental and should only be used by those
-  // that fully understand the risks.
+  // Daffodil supports Java 7+. This is essentially all version of java that
+  // are in use, so we longer have any unsupported java versions. This is This
 
 Review comment:
   I believe you meant to write "so we *no* longer have any..."

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services