NiFi Daffodil Processor

2018-11-05 Thread Steve Lawrence
FYI, I've created pull request for a Daffodil NiFi processor: https://github.com/apache/nifi/pull/3130 This is basically the same as what has been available at NCSA [1], but changes the organization from edu.illinois.daffodil to org.apache.nifi, and integrates it into the NiFi directory

[GitHub] mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL

2018-11-05 Thread GitBox
mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r230865857 ## File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/TermEncodingMixin.scala ## @@

[GitHub] mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL

2018-11-05 Thread GitBox
mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r230865125 ## File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/RuntimePropertyMixins.scala ##

[GitHub] mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL

2018-11-05 Thread GitBox
mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r230864462 ## File path: daffodil-tdml/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala ## @@

[GitHub] mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL

2018-11-05 Thread GitBox
mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r230863064 ## File path: daffodil-tdml/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala ## @@

[GitHub] mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL

2018-11-05 Thread GitBox
mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r230862612 ## File path: daffodil-tdml/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala ## @@ -209,8

[GitHub] mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL

2018-11-05 Thread GitBox
mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r230861021 ## File path: daffodil-tdml/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala ## @@ -89,44

[GitHub] mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL

2018-11-05 Thread GitBox
mbeckerle commented on a change in pull request #129: Cross Testing Capability with IBM DFDL URL: https://github.com/apache/incubator-daffodil/pull/129#discussion_r230858262 ## File path: daffodil-core/src/main/scala/org/apache/daffodil/compiler/Compiler.scala ## @@

[jira] [Resolved] (DAFFODIL-2016) Remove Java 10 from the travis CI builds, causing failed builds

2018-11-05 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-2016. -- Resolution: Fixed Fixed in commit aac772680bdeda0c352c7cdfcdc32e56cb57c684 >

[GitHub] stevedlawrence closed pull request #132: Remove Java 10 from TravisCI build configuration

2018-11-05 Thread GitBox
stevedlawrence closed pull request #132: Remove Java 10 from TravisCI build configuration URL: https://github.com/apache/incubator-daffodil/pull/132 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[GitHub] stevedlawrence commented on issue #132: Remove Java 10 from TravisCI build configuration

2018-11-05 Thread GitBox
stevedlawrence commented on issue #132: Remove Java 10 from TravisCI build configuration URL: https://github.com/apache/incubator-daffodil/pull/132#issuecomment-435959391 Oracle is speeding up their release cycles so a new release happens something like every 6 months. Then on a longer

[GitHub] mbeckerle commented on issue #132: Remove Java 10 from TravisCI build configuration

2018-11-05 Thread GitBox
mbeckerle commented on issue #132: Remove Java 10 from TravisCI build configuration URL: https://github.com/apache/incubator-daffodil/pull/132#issuecomment-435930184 So, JDK10 sure seemed to have a short lifespan before being deprecated. Was some egregious security bug found in it or

[GitHub] stevedlawrence commented on issue #132: Remove Java 10 from TravisCI build configuration

2018-11-05 Thread GitBox
stevedlawrence commented on issue #132: Remove Java 10 from TravisCI build configuration URL: https://github.com/apache/incubator-daffodil/pull/132#issuecomment-435928890 They've deprecated jdk10 in favor of jdk11. Looks like no one will be able to use jdk10 on travis CI anymore.

[jira] [Resolved] (DAFFODIL-1946) Dates with out of range years will overflow to a valid value

2018-11-05 Thread Josh Adams (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Adams resolved DAFFODIL-1946. -- Resolution: Fixed Assignee: Dave Thompson (was: Josh Adams) This issue has been

[GitHub] jadams-tresys closed pull request #131: Added max/minValidYear tunable

2018-11-05 Thread GitBox
jadams-tresys closed pull request #131: Added max/minValidYear tunable URL: https://github.com/apache/incubator-daffodil/pull/131 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] stevedlawrence opened a new pull request #132: Remove Java 10 from TravisCI build configuration

2018-11-05 Thread GitBox
stevedlawrence opened a new pull request #132: Remove Java 10 from TravisCI build configuration URL: https://github.com/apache/incubator-daffodil/pull/132 Using Java 10 results in a deprecation error and causes the build to fail. Since Java 10 is deprecated, let's just remove it from

[jira] [Created] (DAFFODIL-2016) Remove Java 10 from the travis CI builds, causing failed builds

2018-11-05 Thread Steve Lawrence (JIRA)
Steve Lawrence created DAFFODIL-2016: Summary: Remove Java 10 from the travis CI builds, causing failed builds Key: DAFFODIL-2016 URL: https://issues.apache.org/jira/browse/DAFFODIL-2016 Project:

[GitHub] jadams-tresys commented on a change in pull request #131: Added max/minValidYear tunable

2018-11-05 Thread GitBox
jadams-tresys commented on a change in pull request #131: Added max/minValidYear tunable URL: https://github.com/apache/incubator-daffodil/pull/131#discussion_r230799154 ## File path: daffodil-lib/src/main/scala/org/apache/daffodil/api/DaffodilTunables.scala ## @@ -138,7

[GitHub] mbeckerle commented on a change in pull request #131: Added max/minValidYear tunable

2018-11-05 Thread GitBox
mbeckerle commented on a change in pull request #131: Added max/minValidYear tunable URL: https://github.com/apache/incubator-daffodil/pull/131#discussion_r230788834 ## File path: daffodil-lib/src/main/scala/org/apache/daffodil/api/DaffodilTunables.scala ## @@ -138,7

[GitHub] mbeckerle commented on a change in pull request #131: Added max/minValidYear tunable

2018-11-05 Thread GitBox
mbeckerle commented on a change in pull request #131: Added max/minValidYear tunable URL: https://github.com/apache/incubator-daffodil/pull/131#discussion_r230788834 ## File path: daffodil-lib/src/main/scala/org/apache/daffodil/api/DaffodilTunables.scala ## @@ -138,7

[GitHub] jadams-tresys opened a new pull request #131: Added max/minValidYear tunable

2018-11-05 Thread GitBox
jadams-tresys opened a new pull request #131: Added max/minValidYear tunable URL: https://github.com/apache/incubator-daffodil/pull/131 Due to differences in the DFDL spec and ICU4J SimpleDateFormat, we must have SimpleDateFormat parse in lenient mode which allows the year value to