I run a simple webservice on the same server, that listens for release webhooks and sends a notification email. Since the update to 3.71.0-06, the webhook service is called exactly 26 times for each release, instead of exactly once as before. This causes notification spam.
As a workaround I cache the (component.group, component.name, component.version) tuple in the webservice to remember components for which the notification has already been sent.
I have the same problem with version 3.70.3-01.
The webhook is posted once with "action": "CREATED" and about 10 further times with "action":"UPDATED", with previous nexus versions i didn't encounter this behaviour.
I recently updated Nexus to 3.71.0-06.
I run a simple webservice on the same server, that listens for release webhooks and sends a notification email. Since the update to 3.71.0-06, the webhook service is called exactly 26 times for each release, instead of exactly once as before. This causes notification spam.
As a workaround I cache the
(component.group, component.name, component.version)
tuple in the webservice to remember components for which the notification has already been sent.Still this seems to be a bug in nexus.