You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2023/06/30 18:36:00 UTC

[jira] [Created] (NIFI-11770) Change GenerateRecord to use Data Faker rather than java-faker

Matt Burgess created NIFI-11770:
-----------------------------------

             Summary: Change GenerateRecord to use Data Faker rather than java-faker
                 Key: NIFI-11770
                 URL: https://issues.apache.org/jira/browse/NIFI-11770
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Matt Burgess
             Fix For: 2.latest


The GenerateRecord processor currently uses the [java-faker|https://github.com/DiUS/java-faker] library to generate fake data. This library appears to be no longer maintained (the last commit on the main branch was 3 years ago).

This Jira proposes to replace this library with [Data Faker|https://github.com/datafaker-net/datafaker], which is actively maintained with upgraded dependencies and more categories/types from which to create fake data. It is a fork of the original java-faker so all existing categories/types are still supported with the addition of others.

Data Faker 1.x supports Java 8 but is no longer maintained/supported. Data Faker 2.x requires Java 17+ so this Jira should only apply to the NiFi 2+ lines which have Java 17 as a minimum.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)