logstash-plugins / logstash-integration-aws

Apache License 2.0
7 stars 17 forks source link

Specify platform in gemspec to generate/install JAVA dependencies. #24

Closed mashhurs closed 1 year ago

mashhurs commented 1 year ago

What this PR does?

Logstash v8.7.0 is unable to start due to missing logstash-integration-aws-7.1.0.jar. Recently, we had a change to backport s3-output plugin GZIP corrupted case to this integration plugin. The packported changes required JAVA platform where we missed to specify in the .gemspec file. This PR adds the platform where Logstash core can inject the gradle builds where JAR and Java dependencies will be generated.