Skip to content

Repacking#331

Merged
mashhurs merged 5 commits intologstash-plugins:mainfrom
mashhurs:re-packaging
Jan 30, 2026
Merged

Repacking#331
mashhurs merged 5 commits intologstash-plugins:mainfrom
mashhurs:re-packaging

Conversation

@mashhurs
Copy link
Contributor

@mashhurs mashhurs commented Jan 26, 2026

TODOs:

  • If approach looks good, I will version bump and add changelogs
@mashhurs mashhurs marked this pull request as ready for review January 27, 2026 22:32
w << "require_jar(\'${id.group}\', \'${id.module}\', \'${id.version}\')\n"
}
}
w << "\nrequire_jar(\'${project.group}\', \'${project.name}\', \'${project.version}\')\n"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes do not change any behavior but interestingly, project JAR isn't used anywhere (I was expecting require "logstash-input-file_jars"), some files seems (watched_files_collection.rb -> WatchedFilesCollection?) referencing.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. I think given the only dep is an old jruby version i'm guessing there just are not really any deps needed. I think for consistency across projects its fine to just do this update anyway.

@mashhurs mashhurs merged commit e2d4875 into logstash-plugins:main Jan 30, 2026
3 checks passed
@mashhurs mashhurs deleted the re-packaging branch January 30, 2026 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants