Tags are not longer used for the operationId because it is possible to tag two controller methods with the same names in two different controllers with the same tag and the output would be the same operationId. Talk is currently affected by this problem.
The failure results in a panic and can not be skipped because the result would be an invalid spec.
The CI for Talk will fail because it currently has a controller method with two routes that are not unique.
Fixes https://github.com/nextcloud/openapi-extractor/issues/98
Tags are not longer used for the operationId because it is possible to tag two controller methods with the same names in two different controllers with the same tag and the output would be the same operationId. Talk is currently affected by this problem. The failure results in a panic and can not be skipped because the result would be an invalid spec. The CI for Talk will fail because it currently has a controller method with two routes that are not unique.