[
https://issues.apache.org/jira/browse/NIFI-16210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18104991#comment-18104991
]
ASF subversion and git services commented on NIFI-16210:
--------------------------------------------------------
Commit 28c23caa7545d1aa73c58071d0eb0ee56fe2021c in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=28c23caa754 ]
NIFI-16210 Adjusted GetSplunk Time Zone Validator (#11550)
- Replaced version-dependent allowable values with runtime Validator
> Adjust GetSplunk Time Zone Property Validation
> ----------------------------------------------
>
> Key: NIFI-16210
> URL: https://issues.apache.org/jira/browse/NIFI-16210
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{GetSplunk}} Processor has a {{Time Zone}} property that is currently
> defined with allowable values based on JVM-reported Time Zone Identifiers.
> This approach leads to differences between builds and differences between
> installations, since the Java Time Zone data can change with each version.
> To preserve compatibility, the allowable values definitions should be
> replaced with a Validator that checks values at runtime. This maintains
> compatibility with existing configurations and supports reproducible builds
> with consistent runtime manifest values.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)