Jing Ge created FLINK-26294:
-------------------------------
Summary: Using fixed description for ArchUnit rules
Key: FLINK-26294
URL: https://issues.apache.org/jira/browse/FLINK-26294
Project: Flink
Issue Type: Improvement
Reporter: Jing Ge
By default, ArchUnit will use the dynamic generated rule description as the key
to create violation store. One issue is that, each time, when the rule has been
changed, the refreezing process will create a new store because the rule
description as the key is changed. After that, the old stores have to be
deleted manually. In this PR, constant custom descriptions will be used for
freezing rule to reduce the maintenance effort.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)