avaje-config icon indicating copy to clipboard operation
avaje-config copied to clipboard

Circular `load.properties` prevention

Open agentgt opened this issue 1 year ago • 1 comments

We should probably handle this case:

#a.properties
load.properties=b.properties
#b.properties
load.properties=a.properties

agentgt avatar Sep 24 '24 14:09 agentgt