GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/71
NIFIREG-85 Custom ascii art banner
I doubt anyone will notice unless they are looking in bootstrap.log, but
this replaces the stock Spring Boot banner with a custom one:
# example with version populated:
Apache NiFi _ _
_ __ ___ __ _(_)___| |_ _ __ _ _
| '__/ _ \/ _` | / __| __| '__| | | |
| | | __/ (_| | \__ \ |_| | | |_| |
|_| \___|\__, |_|___/\__|_| \__, |
==========|___/================|___/=
v0.0.1-SNAPSHOT
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-85
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/71.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #71
----
commit b453e767af86f0fe6977ccd3e1c28798e4c13fdd
Author: Kevin Doran <kdoran.apache@...>
Date: 2017-12-28T00:17:20Z
NIFIREG-85 Custom ascii art banner
----
---