-
Notifications
You must be signed in to change notification settings - Fork 57
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
Nullpointer when multiple bindings are provided #1130
Comments
@senivam Could you help to determine if there is something to be updated in HK2, Jersey or the reproducer, please? |
I'm looking into it. Probably, it's not directly related to the |
Hello @senivam, have you been able to identify where the issue comes from? |
Hello @amanteaux, unfortunately not yet. However, I'm still investigating. Hopefully, I will find the reason. |
Thank you for the update! I wish you luck to find the root issue. |
Using the latest version of Jersey-HK2, I have the following error when using an
AbstractBinder
:I was able to reproduce a minimal example in this repository https://github.com/amanteaux/jersey-grizzly-hk2-issue (starting from https://github.com/eclipse-ee4j/jersey/tree/3.1.9/examples/helloworld)
It is not very clear what triggers the error, using the exact binding described in my sample project triggers the error (but if the order changes or if a binding is deleted, the error disappeared).
I suspect the error is from HK2, but it could be Jersey as well.
Here are the bindings:
Here is the factory:
Here is the resource definition:
The text was updated successfully, but these errors were encountered: