-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guice AOP is not compatible with Kotlin Coroutines #1772
Comments
Any possible fix will be greatly accelerated by a test case that exhibits the problem (and would theoretically pass if the issue were fixed). |
Hello - Here is some sample code with a test that fails when intercepting suspending functions in Kotlin
|
Hey @ktabouguia-sq , letting you know since you may be targeting Guice 7.0.0, about the new Micronaut Guice project, that depending on your usecase could be a useful replacement: micronaut-projects/micronaut-guice#9 |
Additionally, seems that there have already been similar problems with AOP as well and fixed (as it seems): micronaut-projects/micronaut-core#5301 , micronaut-projects/micronaut-core#7101 , micronaut-projects/micronaut-core#8891 perhaps it would help your use case @ktabouguia-sq |
Similar to spring-projects/spring-framework#22462
Would appreciate if there could be a similar Guice solution for Coroutines + Guice
The text was updated successfully, but these errors were encountered: