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
  1. src/
  2. .gitignore
  3. BUILD
  4. Jenkinsfile
  5. LICENSE
  6. pom.xml
  7. 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.