Skip to content

Review fixes for graphql-java-12.0:javaagent#16661

Closed
otelbot[bot] wants to merge 1 commit intomainfrom
otelbot/code-review-graphql-java-12.0-javaagent
Closed

Review fixes for graphql-java-12.0:javaagent#16661
otelbot[bot] wants to merge 1 commit intomainfrom
otelbot/code-review-graphql-java-12.0-javaagent

Conversation

@otelbot
Copy link
Copy Markdown
Contributor

@otelbot otelbot Bot commented Mar 18, 2026

Automated code review of instrumentation/graphql-java/graphql-java-12.0/javaagent.

gpt-5.3-codex

No issues found.

claude-sonnet-4.6

Status File Category Note
Fixed GraphqlInstrumentationModule:29 Javaagent classLoaderMatcher() used only not(hasClassesNamed(...)), which matches any classloader lacking SimplePerformantInstrumentation — including classloaders without graphql-java. Added positive hasClassesNamed("graphql.GraphQL") as required by module patterns, then chained .and(not(...)) to exclude 20.0+.

Automated code review of instrumentation/graphql-java/graphql-java-12.0/javaagent.
@otelbot otelbot Bot requested a review from a team as a code owner March 18, 2026 04:24
@laurit laurit closed this Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant