forked from igniterealtime/openfire-pushnotification-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes igniterealtime#19: Prevent ClassCastExceptions after reloading/…
…updating the plugin. This commit replaces the usage of classes provided by the plugin itself during cache usage. ClassCastExceptions can occur when a cache has a reference to a class that was loaded by a PluginClassLoader from a previous incarnation of this plugin. See igniterealtime#19 for more details.
- Loading branch information
Showing
3 changed files
with
192 additions
and
84 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