[
https://issues.apache.org/jira/browse/NIFI-11770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17739520#comment-17739520
]
ASF subversion and git services commented on NIFI-11770:
--------------------------------------------------------
Commit f69b457757b0324cad5d68fa0abafb24956e50b1 in nifi's branch
refs/heads/main from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f69b457757 ]
NIFI-11770: Replace java-faker with Data Faker for GenerateRecord
Signed-off-by: Pierre Villard <[email protected]>
This closes #7454.
> 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
> Assignee: Matt Burgess
> Priority: Major
> Fix For: 2.latest
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)