-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Akka, pekko, and pekko-http to support scala 3 (#1311)
* + kamon-akka: add scala-3.2.0 reloease * + kamon-pekko: add scala-3.2.0 release * = kamon-akka: update akka version * = kamon-pekko: Fix compile-errors in tests * test failures * some tests passing * fix some more tests * fix more tests * fix last test * fix akka 2.5 for now * add @static annotation to various kamon-akka classes * split ActorInstrumentation into scala2 and scala 3 variants * fix some tests * fix last kamon-akka tests * oh, right. Figured out why ActorMonitorInstrumentation was throwing in scala 3. Patch it back in. * rm gratuitous catch cases * tests passing for scala 3 akka-http --------- Co-authored-by: tjarko grossmann <[email protected]> Co-authored-by: Tjarko <[email protected]>
- Loading branch information
1 parent
a8bef44
commit eb3628c
Showing
64 changed files
with
721 additions
and
736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.