Fix glob pattern to support 7.17.1 version

Open
#14 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
55/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
build-system

Research direction

Inspect the Gradle template containing the fileTree dependency declaration. Check how its glob matches the 7.17.1 logstash-core JAR, then verify that the updated pattern matches that version without changing the intended dependency selection.

Written by the indexing model from the issue text.

Description

bug

gradle template make use of implementation fileTree(dir: LOGSTASH_CORE_PATH, include: "**/logstash-core-?.?.?.jar") but it's won't matches 7.17.1 version.

I've replace it as follow: implementation fileTree(dir: LOGSTASH_CORE_PATH, include: "**/logstash-core-?.*.?.jar")

Dominant language
Java
Stars
8
Forks
18
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from logstash-plugins/logstash-input-java_input_example

All issues in logstash-plugins/logstash-input-java_input_example

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.