[
https://issues.apache.org/jira/browse/NIFI-15088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18030299#comment-18030299
]
ASF subversion and git services commented on NIFI-15088:
--------------------------------------------------------
Commit 45771020764db043fa15e107b294fb78192040a4 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4577102076 ]
NIFI-15088 Refactored Login Provider loading DOM instead of JAXB
Signed-off-by: Pierre Villard <[email protected]>
This closes #10416.
> Refactor Login Identity Provider XML Processing
> -----------------------------------------------
>
> Key: NIFI-15088
> URL: https://issues.apache.org/jira/browse/NIFI-15088
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The framework currently loads the login-identity-providers.xml configuration
> using JAXB with generated classes. This requires a Maven plugin for
> generating classes from an XSD and runtime dependencies on JAXB. Refactoring
> the XML loading process for Login Identity Providers using standard DOM
> objects avoids both build and runtime dependencies on JAXB without
> introducing significant parsing complexity.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)