Some pre-staged system third party jars versions mismatch with versions defined in STF repo
- Dominant language
- Java
- Stars
- 22
- Forks
- 114
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 8
Description
version is getDependency.pl
https://github.com/adoptium/TKG/blob/master/scripts/getDependencies.pl#L584-L664
version in STF
https://github.com/adoptium/STF/blob/master/stf.build/include/top.xml#L52-L56
apache-ant (ant-launcher.jar) | ✅ ant 1.10.2 full zip | ✅ ant-launcher 1.8.1 jar only | Version mismatch — TKG pins 1.8.1, STF downloads 1.10.2
-- | -- | -- | --
asm.jar | ✅ asm 9.7.1 | ✅ asm 9.0 | Version mismatch — TKG still on 9.0
asm-commons.jar | ✅ asm-commons 9.7.1 | ❌ not listed | Missing from TKG
junit.jar | ✅ junit 4.12 | ✅ junit 4.12 | ✔ Match
hamcrest-core.jar | ✅ hamcrest 1.3 | ✅ hamcrest 1.3 | ✔ Match
log4j-api.jar | ✅ log4j 2.16.0 | ✅ log4j 2.15.0 | Version mismatch — TKG on 2.15.0
log4j-core.jar | ✅ log4j 2.16.0 | ✅ log4j 2.15.0 | Version mismatch — TKG on 2.15.0
Contributor guide
Research direction
Start by comparing the dependency entries in scripts/getDependencies.pl at lines 584-664 with stf.build/include/top.xml at lines 52-56. Reconcile the listed jar versions and the missing asm-commons entry, then verify that every dependency in the comparison table has matching versions between TKG and STF.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- Half a day
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100