thenatog commented on code in PR #6273:
URL: https://github.com/apache/nifi/pull/6273#discussion_r960075378
##########
nifi-commons/nifi-property-protection-factory/src/main/java/org/apache/nifi/properties/scheme/PropertyProtectionScheme.java:
##########
@@ -19,7 +19,7 @@
/**
* Property Protection Schemes supported as arguments for encryption commands
should not have direct references
*/
-enum PropertyProtectionScheme implements ProtectionScheme {
+public enum PropertyProtectionScheme implements ProtectionScheme {
Review Comment:
I added a SchemeCandidates class which utilises the
StandardProtectionSchemeResolver instead of directly using the
PropertyProtectionScheme enum. Does this resolve the issue at hand?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]