newrelic / newrelic/newrelic-java-agent
Optimize verify instrumentation build files for certain modules
Open
@jtduffy is already working on this.
Since Jun 23, 2026.
2
- Dominant language
- Java
- Stars
- 240
- Forks
- 170
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 21
Description
Description
Certain modules have an excessive number of artifact versions (or a large amount of transitive dependencies) which causes the verify instrumentation task to take a very long time.
For the following modules, change the build file to skip the majority of older versions and only verify against newer releases, similar to the aws-dynamodb-2.15.34 module.
- aws-java-sdk-sqs-1.10.44
- aws-java-sdk-s3-1.2.13
- aws-java-sdk-kinesis-2.18.40
- aws-java-sdk-kinesis-1.11.272
- jetty-9.3
- glassfish-6
- aws-bedrock-runtime-2.20
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.
Assessment
This issue has not been assessed yet.