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 c1403db4f0 NIFI-14586, NIFI-14587: Expose Processors' Performance
Metrics in the UI as part of the Status History; in doing so, I discovered a
bug in which the GC time was not being tracked properly and fixed it. Sorted
counter values lexicographically.
add 373c0e8ddf NIFI-14592 Git registry client JSON normalization should
sort parameters (#9968)
No new revisions were added by this update.
Summary of changes:
.../VersionedComponentCollectionSerializer.java | 3 +
.../JacksonFlowSnapshotSerializerTest.java | 95 ++++++++++++++++++++++
2 files changed, 98 insertions(+)
create mode 100644
nifi-extension-bundles/nifi-extension-utils/nifi-git-flow-registry/src/test/java/org/apache/nifi/registry/flow/git/serialize/JacksonFlowSnapshotSerializerTest.java