-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25020 from OndroMih/ondromih-hk2-events
Use the standard HK2 topic service
- Loading branch information
Showing
6 changed files
with
16 additions
and
117 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
100 changes: 0 additions & 100 deletions
100
...ommon/common-util/src/main/java/org/glassfish/hk2util/SimpleTopicDistributionService.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
import org.glassfish.hk2.api.ServiceLocator; | ||
|
||
import java.util.Properties; | ||
import org.glassfish.hk2util.SimpleTopicDistributionService; | ||
import org.glassfish.hk2.extras.ExtrasUtilities; | ||
|
||
/** | ||
* @author [email protected] | ||
|
@@ -43,8 +43,7 @@ public GlassFishImpl(ModuleStartup gfKernel, ServiceLocator habitat, Properties | |
We enable a temporary distribution service until the HK2 Extras package is fixed so that we can enable | ||
the topic distribution service provided by HK2. | ||
*/ | ||
//ExtrasUtilities.enableTopicDistribution(habitat); | ||
SimpleTopicDistributionService.enable(habitat); | ||
ExtrasUtilities.enableTopicDistribution(habitat); | ||
|
||
configure(gfProps); | ||
} | ||
|