Skip to content

Repacking#527

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

Repacking#527
mashhurs merged 9 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
  • After landing this change, we need to think about backporting to 8.x stack eligible branch.
@mashhurs mashhurs marked this pull request as ready for review January 27, 2026 22:23
build.gradle Outdated
testImplementation "com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion}"

compileOnly "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
compileOnly "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldnt we only need jackson-core (the other jackson deps are transitive).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, I was only focusing on runtime deps from the configurations.runtimeClasspath point of view but you are right, removed transitive compile & test deps as well.

Copy link
Contributor

@donoghuc donoghuc left a comment

Choose a reason for hiding this comment

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

LGTM

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

2 participants