)]}'
{
  "commit": "f2f4ee165cecd8b4a52bd24b938074fba0ecc47d",
  "tree": "4bd65e187e66b2f83833e5fcc5118c13ad758833",
  "parents": [
    "56517ff895564f410cafd4e840bb37ca5913f4fe"
  ],
  "author": {
    "name": "David Ostrovsky",
    "email": "david@ostrovsky.org",
    "time": "Wed May 31 07:48:39 2017 +0200"
  },
  "committer": {
    "name": "David Ostrovsky",
    "email": "david.ostrovsky@gmail.com",
    "time": "Wed May 31 06:42:48 2017 +0000"
  },
  "message": "Consider plugin\u0027s test deps in eclipse classpath generation\n\nIntroduce the CUSTOM_PLUGINS_TEST_DEPS in tools/bzl/plugins.bzl\nthat allow plugin with external test dependencies to be listed.\nThat way Eclipse classpath generation process can consider these\ndependencies.\n\nBecause the plugin\u0027s own test rule need these dependencies, it\nshould expose java_library rule called: \u003cplugin\u003e__plugin_test_deps:\n\n  java_library(\n      name \u003d \"high-availability__plugin_test_deps\",\n      visibility \u003d [\"//visibility:public\"],\n      exports \u003d [\n          \"@byte-buddy//jar\",\n          \"@mockito//jar\",\n          \"@objenesis//jar\",\n          \"@wiremock//jar\",\n      ],\n  )\n\nand re-use this rule in junit_tests rule, e.g.:\n\n  junit_tests(\n      name \u003d \"high_availability_tests\",\n      [...]\n      deps \u003d [\n          [...]\n          \":high-availability__plugin_test_deps\",\n      ]\n  )\n\nBug: Issue 6351\nChange-Id: I55b402fa6edb9f2506a91451d70e68d44d1a7762\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "447ee7fefb504947dc7c46c54b6db50ccf84bb09",
      "old_mode": 33188,
      "old_path": "tools/bzl/plugins.bzl",
      "new_id": "149dbb58d2b1c27596bedf2922cc68db9cf75472",
      "new_mode": 33188,
      "new_path": "tools/bzl/plugins.bzl"
    },
    {
      "type": "modify",
      "old_id": "ad37707d98142d0ee36bd98f048610059910b22e",
      "old_mode": 33188,
      "old_path": "tools/eclipse/BUILD",
      "new_id": "7d79bc2729cea295ddafe065c0b9b126e16c4873",
      "new_mode": 33188,
      "new_path": "tools/eclipse/BUILD"
    }
  ]
}
