Github user kevdoran commented on the issue:

    https://github.com/apache/nifi-registry/pull/89
  
    Thanks @abinet and @Chaffelson. Will review.
    
    @apiri and @bbende, I looked into the comment above about the jdk and the 
error log @Chaffelson provided. It looks like a requirement for jdk/javac got 
introduced due to a Java language in a DB migration script: 
[V1.3__DropBucketItemNameUniqueness.sql#L16](https://github.com/apache/nifi-registry/blob/master/nifi-registry-framework/src/main/resources/db/migration/V1.3__DropBucketItemNameUniqueness.sql#L16).
 This script gets compiled and executed at runtime during app startup in order 
to initialize (if necessary) the embedded H2 database. Not sure what we want to 
do about that, if anything, just mentioning it.


---

Reply via email to