)]}'
{
  "commit": "478073ebe4b2fd944086dab74a1a9f35e61224d1",
  "tree": "3e8e2609aab8c253289ba34c3ff65eea3e5b4109",
  "parents": [
    "bd40022778fb19cd699b8a6e2aa29efed1faeb70"
  ],
  "author": {
    "name": "Alvaro Vilaplana Garcia",
    "email": "alvaro.vilaplana@gmail.com",
    "time": "Mon Oct 16 11:55:46 2023 +0100"
  },
  "committer": {
    "name": "Alvaro Vilaplana Garcia",
    "email": "alvaro.vilaplana@gmail.com",
    "time": "Tue Oct 17 11:00:49 2023 +0100"
  },
  "message": "Invoke the service method when using ProjectInitializationAction\n\nThe Java class ProjectInitializationAction, which extends HttpServlet,\nnow utilizes the HttpServlet API\u0027s service method within the context\nof the PullReplicationFilter, replacing the previous usage of the\ninitProject method.\n\nThe objective of this modification is to encapsulate the\n\u0027init project\u0027 use case within the prescribed pattern:\nRequest -\u003e PullReplicationFilter -\u003e ProjectInitializationAction.\nIn this pattern, the filter\u0027s sole responsibility is to intercept,\nprocess the request, and forward it to ProjectInitializationAction,\nwhere the core logic is implemented in accordance with the HttpServlet\nengine conventions.\n\nChange-Id: I6e3c25216489d71241e1563eee219976fdfaca1c\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ca90c02187dbe5893b170587061a2d7f3d34d09a",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/replication/pull/api/PullReplicationFilter.java",
      "new_id": "6fd3cdb4243ff5b7ab1eee2e90e2e7bfd899294d",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/replication/pull/api/PullReplicationFilter.java"
    },
    {
      "type": "modify",
      "old_id": "5ede6685da77d2e854779858fc94c54764854da8",
      "old_mode": 33188,
      "old_path": "src/test/java/com/googlesource/gerrit/plugins/replication/pull/api/PullReplicationFilterTest.java",
      "new_id": "9492d49c99ab5bfa880703185571f30126545473",
      "new_mode": 33188,
      "new_path": "src/test/java/com/googlesource/gerrit/plugins/replication/pull/api/PullReplicationFilterTest.java"
    }
  ]
}
