newrelic / newrelic/newrelic-java-agent

Optimize verify instrumentation build files for certain modules

Open
#2,951 1 comment 0 reactions 1 assignee View on GitHub

@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

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.