newrelic / newrelic/newrelic-java-agent
Research support Apache Pekko HTTP Core v2.0+
Nobody has claimed this yet.
- 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
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.
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