[
https://issues.apache.org/jira/browse/NIFI-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070077#comment-15070077
]
ASF subversion and git services commented on NIFI-1289:
-------------------------------------------------------
Commit 2845e938121c48a932ec5341aad69e615534e9c4 in nifi's branch
refs/heads/master from [~ozhurakousky]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=2845e93 ]
NIFI-1289 added support for refreshing properties - Added _getNewInstance()_
operation to NiFiProperties to ensure there is a way to refresh/reload NiFi
properties - Fixed javadocs
Signed-off-by: Bryan Bende <[email protected]>
This closes #142
> Inconsistent bootstrapping of nifi.properties
> ---------------------------------------------
>
> Key: NIFI-1289
> URL: https://issues.apache.org/jira/browse/NIFI-1289
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 0.4.0
> Reporter: Oleg Zhurakousky
> Assignee: Oleg Zhurakousky
> Priority: Minor
> Fix For: 0.5.0
>
>
> NiFiProperties caches the 'instance' of properties in a typical Singleton
> fashion.
> This creates issues with tests that provide location of nifi.properties for
> its run when running the entire suite. Fir example when running
> TestStandardProcessScheduler, the first line in setup method:
> {code}
> System.setProperty("nifi.properties.file.path",
> "src/test/resources/nifi.properties");
> {code}
> It is absolutely meaningless when such test is ran as part of the suite
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)