)]}'
{
  "commit": "a99ae1910bcb1cd7eb2b702181288e8a6b2ee381",
  "tree": "b13306c7c7807141e041dd4b4184365b244b93a5",
  "parents": [
    "6c3e2044a953b14bfee020e3355dc6b7d30047e5"
  ],
  "author": {
    "name": "Marcin Czech",
    "email": "maczech@gmail.com",
    "time": "Tue Jun 01 19:24:11 2021 +0200"
  },
  "committer": {
    "name": "Marcin Czech",
    "email": "maczech@gmail.com",
    "time": "Thu Jun 10 10:46:24 2021 +0200"
  },
  "message": "Fix cache eviction for projects cache\n\nWhen the project name contains a slash, the cache eviction router\nthrows a MalformedJsonException.\n\nFor projects cache pass the key without JSON transcoding, preventing\nthe problem of breakage when the string value is not a valid JSON\nelement.\n\nAlso rename the CacheKeyJsonParser.fromJson method to\nCacheKeyJsonParser.from to reflect the fact that cache key value is not\nalways a JSON element.\n\nBug: Issue 14564\nChange-Id: I6ce9471bd96456c0950e321d0c694ec2f9ac254c\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "80b2445f7dd4055c8942584021102e1aaae63823",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/multisite/forwarder/CacheKeyJsonParser.java",
      "new_id": "ef14a8e5bbc7777cf2b0d1670322ff835bf9a650",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/multisite/forwarder/CacheKeyJsonParser.java"
    },
    {
      "type": "modify",
      "old_id": "a77e16837fdcd7f42f01f97908f9ab0734067267",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/multisite/forwarder/router/CacheEvictionEventRouter.java",
      "new_id": "a44da297cba20c3a38f2d74c31e99ac086f8c932",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/multisite/forwarder/router/CacheEvictionEventRouter.java"
    },
    {
      "type": "modify",
      "old_id": "e29c8cd3966af1342c112787a1c04fb6aa296cbb",
      "old_mode": 33188,
      "old_path": "src/test/java/com/googlesource/gerrit/plugins/multisite/forwarder/CacheKeyJsonParserTest.java",
      "new_id": "e42b4e59e009af5ff0c32d6c85a12ab5987aff96",
      "new_mode": 33188,
      "new_path": "src/test/java/com/googlesource/gerrit/plugins/multisite/forwarder/CacheKeyJsonParserTest.java"
    }
  ]
}
