-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Jersey 2.29 AbstractBinder.configure() called twice #4344
Milestone
Comments
Thanks, this will be fixed. |
As a workaround, you can use:
|
This was referenced Jun 26, 2021
This was referenced Aug 5, 2021
This was referenced Aug 30, 2021
1 task
This was referenced Oct 4, 2021
This was referenced Oct 18, 2021
This was referenced Oct 21, 2021
Merged
Merged
This was referenced Oct 21, 2021
1 task
1 task
This was referenced Mar 7, 2022
This was referenced Mar 15, 2022
This was referenced Apr 17, 2022
This was referenced May 3, 2022
1 task
This was referenced Oct 19, 2022
1 task
1 task
1 task
1 task
This was referenced Apr 13, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
After upgrading von 2.28 to 2.29 I noticed that the
configure()
methods of all binders are called twice. This happens withorg.glassfish.hk2.utilities.binding.AbstractBinder
and can be solved by switching toorg.glassfish.jersey.internal.inject.AbstractBinder
.Since this occured only in 2.29 I would like to know:
org.glassfish.hk2.utilities.binding.AbstractBinder
be considered as deprecated? I could not find anything in the documentation that suggests I should stop using this class.The text was updated successfully, but these errors were encountered: