Use EventGsonProvider instance from gerrit core
The version of EventGsonProvider is identical except of EventSerializer
registerTypeAdapter. Serialization java-class-instance -> JSON will
work, because the Gerrit events already have the right class instances.
Change-Id: I357033ec4c35a490b62b9ec722fe6c2958c29c26
1 file changed
tree: 0e360b9de5aa2de9d49cc62b885e0058730a03d7
- src/
- .gitignore
- BUILD
- Jenkinsfile
- LICENSE
- pom.xml
- README.md
README.md
Events Broker API for Gerrit Code Review
API of a generic events broker for use with Gerrit Code Review.
Enables the de-coupling between Gerrit, plugins and the different implementations of a generic events broker.