-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent HK2 AbstractBinder from being configured twice.
Revert the change that introduced BinderConfigurationFactory SPI. Added possibility to register HK2 AbstractBinder class along with the instance option. Signed-off-by: Jan Supol <jan.supol@oracle.com>
- Loading branch information
Showing
12 changed files
with
153 additions
and
363 deletions.
There are no files selected for viewing
64 changes: 0 additions & 64 deletions
64
core-common/src/main/java/org/glassfish/jersey/inject/spi/BinderConfigurationFactory.java
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
core-common/src/main/java/org/glassfish/jersey/inject/spi/package-info.java
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
.../src/main/java/org/glassfish/jersey/internal/inject/JerseyBinderConfigurationFactory.java
This file was deleted.
Oops, something went wrong.
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.