This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from b5dd354 NIFI-9293: Ensure that we properly set the scheduled flag in
the LifecycleState when stopping processors. Added system test to verify that
@OnScheduled, onTrigger, @OnUnscheduled, @OnStopped are all called and in the
expected order
add 4000b01 NIFI-9570 Separate classpath for NiFi Registry sensitive
property providers
No new revisions were added by this update.
Summary of changes:
nifi-registry/nifi-registry-assembly/pom.xml | 10 +++
.../src/main/assembly/dependencies.xml | 14 ++++
.../nifi-registry-framework/pom.xml | 11 +++-
.../pom.xml | 29 ++-------
.../properties/NiFiRegistryPropertiesLoader.java | 0
.../ProtectedNiFiRegistryProperties.java | 0
.../NiFiRegistryPropertiesLoaderGroovyTest.groovy | 0
...rotectedNiFiRegistryPropertiesGroovyTest.groovy | 0
.../test/resources/conf/nifi-registry.properties | 0
...istry.with_additional_sensitive_keys.properties | 0
...sitive_props_fully_protected_aes_128.properties | 0
...th_sensitive_props_protected_aes_128.properties | 0
...ive_props_protected_aes_128_password.properties | 0
...th_sensitive_props_protected_aes_256.properties | 0
...ops_protected_aes_multiple_malformed.properties | 0
...props_protected_aes_single_malformed.properties | 0
...th_sensitive_props_protected_unknown.properties | 0
...try.with_sensitive_props_unprotected.properties | 0
...nsitive_props_unprotected_extra_line.properties | 0
.../nifi-registry-properties/pom.xml | 10 ++-
.../org/apache/nifi/registry/NiFiRegistry.java | 74 ++++++++++++++++------
.../nifi-registry-web-api/pom.xml | 5 ++
nifi-registry/nifi-registry-core/pom.xml | 1 +
.../FlowPersistenceProviderMigrator.java | 3 +-
nifi-registry/pom.xml | 20 ++++++
25 files changed, 124 insertions(+), 53 deletions(-)
copy nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/pom.xml (68%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/main/java/org/apache/nifi/registry/properties/NiFiRegistryPropertiesLoader.java
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/main/java/org/apache/nifi/registry/properties/ProtectedNiFiRegistryProperties.java
(100%)
rename
nifi-registry/nifi-registry-core/{nifi-registry-properties/src/test/groovy =>
nifi-registry-properties-loader/src/test/java}/org/apache/nifi/registry/properties/NiFiRegistryPropertiesLoaderGroovyTest.groovy
(100%)
rename
nifi-registry/nifi-registry-core/{nifi-registry-properties/src/test/groovy =>
nifi-registry-properties-loader/src/test/java}/org/apache/nifi/registry/properties/ProtectedNiFiRegistryPropertiesGroovyTest.groovy
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.properties
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.with_additional_sensitive_keys.properties
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.with_sensitive_props_fully_protected_aes_128.properties
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.with_sensitive_props_protected_aes_128.properties
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.with_sensitive_props_protected_aes_128_password.properties
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.with_sensitive_props_protected_aes_256.properties
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.with_sensitive_props_protected_aes_multiple_malformed.properties
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.with_sensitive_props_protected_aes_single_malformed.properties
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.with_sensitive_props_protected_unknown.properties
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.with_sensitive_props_unprotected.properties
(100%)
rename nifi-registry/nifi-registry-core/{nifi-registry-properties =>
nifi-registry-properties-loader}/src/test/resources/conf/nifi-registry.with_sensitive_props_unprotected_extra_line.properties
(100%)