markobean commented on a change in pull request #5743:
URL: https://github.com/apache/nifi/pull/5743#discussion_r800793219
##########
File path:
nifi-registry/nifi-registry-core/nifi-registry-resources/src/main/resources/conf/nifi-registry.properties
##########
@@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+nifi.registry.version=${project.version}
Review comment:
I do not recommend leaving the version value exposed in the properties
file. This allows for the possibility of user modification which may not
correspond to the actual version of the running NiFi Registry.
--
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]