Description
Currently when we set the group mapping from the UI or with ConfluenceInputProperties#setGroupMapping(...) we remove the default groupmapping.
The idea is to avoid removing the default group mapping, which will likely reflect what the users expect. Instead the idea is to add the new (additional) group mapping in addition to the default one.
Note: this is a breaking change.