Github user kevdoran commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/149#discussion_r241217517
--- Diff:
nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/bucket/Bucket.java
---
@@ -41,6 +41,8 @@
private String description;
+ private Boolean allowExtensionBundleRedeploy;
--- End diff --
Ok, Iâm not familiar with Nexusâs configuration options, but Iâm in
favor of keeping consistencies/parallels with that. Iâm good with leaving
this as-is.
---