jenkinsci / generic-webhook-trigger-plugin

Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
https://plugins.jenkins.io/generic-webhook-trigger
404 stars 159 forks source link

Guava 11 is bundled with the 1.86.2 version #262

Closed yzakharuk-iqmessenger closed 1 year ago

yzakharuk-iqmessenger commented 1 year ago

The latest (1.86.2) version of the plugin bundle contains Guava 11 jar file. This may cause problems as the latest versions of Jenkins core contains a much newer version of Guava (In my case, this cause VerifyError: class com.google.common.collect.EmptyImmutableSortedSet overrides final method com.google.common.collect.ImmutableCollection.toArray()[Ljava/lang/Object; errors.).

As far as I understand, the plugin should not contain any version of the Guava library but use the provided version.

tomasbjerre commented 1 year ago

Thanks for reporting, should be fixed now.