[
https://issues.apache.org/jira/browse/NIFI-14970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz reassigned NIFI-14970:
---------------------------------------
Assignee: Daniel Stieglitz
> Replace deprecated isEmpty method of net.sf.saxon.s9api.XdmValue with API
> suggestion
> ------------------------------------------------------------------------------------
>
> Key: NIFI-14970
> URL: https://issues.apache.org/jira/browse/NIFI-14970
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> With the bump in version to Saxon in NIFI-14966, the isEmpty method of
> net.sf.saxon.s9api.XdmValue has been deprecated. Per the
> [javadocs|https://javadoc.io/doc/net.sf.saxon/Saxon-HE/latest/net/sf/saxon/s9api/XdmValue.html]
> it should be replaced with
> [{{isEmptySequence()}}|https://javadoc.io/static/net.sf.saxon/Saxon-HE/12.9/net/sf/saxon/s9api/XdmValue.html#isEmptySequence()]
> Warning seen in the logs
> {code:java}
> 2025-09-15T10:49:42.4966460Z [WARNING]
> /Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processor
> s/standard/EvaluateXQuery.java:[298,34] [deprecation] isEmpty() in XdmValue
> has been deprecated{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)