You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2019/07/18 18:13:00 UTC

[jira] [Created] (NIFI-6454) Upgrade Spring beans dependency to take advantage of mapped HTTPS XSD resources to embedded files

Andy LoPresto created NIFI-6454:
-----------------------------------

             Summary: Upgrade Spring beans dependency to take advantage of mapped HTTPS XSD resources to embedded files
                 Key: NIFI-6454
                 URL: https://issues.apache.org/jira/browse/NIFI-6454
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
    Affects Versions: 1.10.0
            Reporter: Andy LoPresto


As discovered in NIFI-6439, the change for the Spring XSD dependencies from HTTP to HTTPS URLs blocks the application from running when disconnected from the internet. This is due to the plain HTTP URLs being mapped in an embedded properties file to embedded local XSD files, but the HTTPS URLs not being mapped. 

As reported by [~patricker], as of May 2019, Spring had updated their mapping file to include the HTTPS URLs. 

Once this upgrade is complete, the reversion of the URL protocols done in PR 3590 can be restored. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)