chibenwa commented on code in PR #2664: URL: https://github.com/apache/james-project/pull/2664#discussion_r1980519044
########## server/data/data-api/src/main/java/org/apache/james/probe/DataProbe.java: ########## @@ -49,6 +52,15 @@ public FluentDataProbe addDomain(String domain) throws Exception { dataProbe.addDomain(domain); return this; } + + public FluentDataProbe addDomainIfNotExists(String domain) throws Exception { Review Comment: I would rather make this the default behaviour. WDYT? -- 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: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org