Skip to content

gerrit-code-review-0.4.6

Compare
Choose a tag to compare
@lucamilanesio lucamilanesio released this 05 Sep 23:19
· 19 commits to master since this release

Fixes

  • c50c5ea Fix timestamp parsing for Checks JSON payload

Known issues

Requires to allow the serialization of the following classes through Jenkins's remoting:

  • com.google.gerrit.extensions.common.AvatarInfo
  • com.google.gerrit.extensions.common.ReviewerUpdateInfo

Add the following extra JVM options when starting Jenkins:

export JAVA_OPTS='-Dhudson.remoting.ClassFilter=com.google.gerrit.extensions.common.AvatarInfo,com.google.gerrit.extensions.common.ReviewerUpdateInfo'