newrelic / newrelic/newrelic-java-agent

Research support Apache Pekko HTTP Core v2.0+

Open
#2,713 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request technical debt
Dominant language
Java
Stars
240
Forks
170
Avg merge
3d 2h
Merged PRs (30d)
21

Description

Instrumentation started failing validation on release v2.0.0-M1. Excludes were added for milestone releases.

HTTP Core 2 Weave Violations
WeaveViolation{type=METHOD_NEW_CALL_ORIGINAL_UNSUPPORTED, clazz=org/apache/pekko/http/scaladsl/HttpExt, method=bindAndHandleAsync(Lscala/Function1;Ljava/lang/String;ILorg/apache/pekko/http/scaladsl/ConnectionContext;Lorg/apache/pekko/http/scaladsl/settings/ServerSettings;ILorg/apache/pekko/event/LoggingAdapter;Lorg/apache/pekko/stream/Materializer;)Lscala/concurrent/Future;}
WeaveViolation{type=METHOD_NEW_NON_PRIVATE_UNSUPPORTED, clazz=org/apache/pekko/http/scaladsl/HttpExt, method=bindAndHandleAsync(Lscala/Function1;Ljava/lang/String;ILorg/apache/pekko/http/scaladsl/ConnectionContext;Lorg/apache/pekko/http/scaladsl/settings/ServerSettings;ILorg/apache/pekko/event/LoggingAdapter;Lorg/apache/pekko/stream/Materializer;)Lscala/concurrent/Future;}
WeaveViolation{type=METHOD_NEW_CALL_ORIGINAL_UNSUPPORTED, clazz=org/apache/pekko/http/scaladsl/HttpExt, method=bindAndHandleSync(Lscala/Function1;Ljava/lang/String;ILorg/apache/pekko/http/scaladsl/ConnectionContext;Lorg/apache/pekko/http/scaladsl/settings/ServerSettings;Lorg/apache/pekko/event/LoggingAdapter;Lorg/apache/pekko/stream/Materializer;)Lscala/concurrent/Future;}
WeaveViolation{type=METHOD_NEW_NON_PRIVATE_UNSUPPORTED, clazz=org/apache/pekko/http/scaladsl/HttpExt, method=bindAndHandleSync(Lscala/Function1;Ljava/lang/String;ILorg/apache/pekko/http/scaladsl/ConnectionContext;Lorg/apache/pekko/http/scaladsl/settings/ServerSettings;Lorg/apache/pekko/event/LoggingAdapter;Lorg/apache/pekko/stream/Materializer;)Lscala/concurrent/Future;}

HTTP Core 3 Weave Violations
WeaveViolation{type=METHOD_NEW_CALL_ORIGINAL_UNSUPPORTED, clazz=org/apache/pekko/http/scaladsl/HttpExt, method=bindAndHandleAsync(Lscala/Function1;Ljava/lang/String;ILorg/apache/pekko/http/scaladsl/ConnectionContext;Lorg/apache/pekko/http/scaladsl/settings/ServerSettings;ILorg/apache/pekko/event/LoggingAdapter;Lorg/apache/pekko/stream/Materializer;)Lscala/concurrent/Future;}
WeaveViolation{type=METHOD_NEW_NON_PRIVATE_UNSUPPORTED, clazz=org/apache/pekko/http/scaladsl/HttpExt, method=bindAndHandleAsync(Lscala/Function1;Ljava/lang/String;ILorg/apache/pekko/http/scaladsl/ConnectionContext;Lorg/apache/pekko/http/scaladsl/settings/ServerSettings;ILorg/apache/pekko/event/LoggingAdapter;Lorg/apache/pekko/stream/Materializer;)Lscala/concurrent/Future;}
WeaveViolation{type=METHOD_NEW_CALL_ORIGINAL_UNSUPPORTED, clazz=org/apache/pekko/http/scaladsl/HttpExt, method=bindAndHandleSync(Lscala/Function1;Ljava/lang/String;ILorg/apache/pekko/http/scaladsl/ConnectionContext;Lorg/apache/pekko/http/scaladsl/settings/ServerSettings;Lorg/apache/pekko/event/LoggingAdapter;Lorg/apache/pekko/stream/Materializer;)Lscala/concurrent/Future;}
WeaveViolation{type=METHOD_NEW_NON_PRIVATE_UNSUPPORTED, clazz=org/apache/pekko/http/scaladsl/HttpExt, method=bindAndHandleSync(Lscala/Function1;Ljava/lang/String;ILorg/apache/pekko/http/scaladsl/ConnectionContext;Lorg/apache/pekko/http/scaladsl/settings/ServerSettings;Lorg/apache/pekko/event/LoggingAdapter;Lorg/apache/pekko/stream/Materializer;)Lscala/concurrent/Future;}

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.

Research direction

Start with the reported WeaveViolation entries for org/apache/pekko/http/scaladsl/HttpExt, focusing on bindAndHandleAsync and bindAndHandleSync across Apache Pekko HTTP Core 2 and 3. Review the validation behavior and existing milestone exclusions; done means the supported versions no longer produce these violations.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, scala
Domain
observability
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.