-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added entities for webhook events and webhook sends (#92)
* added entities for webhook events and webhook sends * models and adapters for webhook events and sends * tests pass * storing sends and events * added methods to resource for getting sends. * added payload method to get by keycloak type and id * added a rest method for getting the webhooks that were triggered by a keycloak event * move storeEvent to process. got webhook entity out of adapter. * updated to null or empty check to fix missing UID * bumping versions to 26.1.1 * check for existing webhookevent before storing twice. fix authdetails json deserialization bug. revisit backoff default values * bug in webhookevent storage condition. set type in resend response * storeSend synchronized. null check in getStatusMessage. check for existing WebhookSendEntity before store send-- merge if so. * catch EntityExistsException. synchronizing storeEvent * removed supplier. check for stored event type. * separated user event condition methods. bumped pom version.
- Loading branch information
Showing
23 changed files
with
1,192 additions
and
45 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
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.