Fix glob pattern to support 7.17.1 version
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
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from logstash-plugins/logstash-input-java_input_example
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 38/100
logstash-plugins/logstash-input-java_input_example#17 · 1 comment ·
-
build fail Openbug
Difficulty 3/5 1-2 days Newbie friendliness 35/100
All issues in logstash-plugins/logstash-input-java_input_example
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
checkstyle/test-configs#263 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
apache/cloudstack#14222 ·
-
[BUG]茶杯方块在取茶时会引发崩溃 Open
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
1.0.0-alpha2 Type/Improvement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
wso2/dpdp-accelerator#272 ·