jenkinsci / cdevents-plugin

The CDEvents Plugin for Jenkins allows interoperability between different CI/CD tools by adopting core CDF project specification
https://plugins.jenkins.io/cdevents/
Apache License 2.0
4 stars 9 forks source link

Replace fat `aws-java-sdk` with fine-grained `aws-java-sdk-kinesis` #14

Closed Vlatombe closed 7 months ago

Vlatombe commented 8 months ago

What

This replaces the fat plugin aws-java-sdk with the fine-grained plugin aws-java-sdk-kinesis that is used from this plugin (judging from imports).

Why

The aws-java-sdk plugin is very heavyweight, using the modular plugin instead allows to reduce the overall size of the installation without removing any feature.

How

I don't know anything about this plugin, only that it could avoid pulling this big dependency ;)

Changes details

Missed anything?

rorybakerfmr commented 7 months ago

Looks good to me, thank you!