)]}'
{
  "log": [
    {
      "commit": "91bcb24f0348fd24a6fb5a3ea204d59a799288f8",
      "tree": "1ceb4c29d86e3b24c4220ab8755f1ebf70e93207",
      "parents": [
        "a31baf97eda1ae062ead1db1215742e2be6b51e0"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Mar 24 14:22:48 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Mar 24 09:30:50 2022 -0400"
      },
      "message": "Use verifyFreezeReport.sh from download.eclipse.org\n\nTo prevent hiting raw.githubusercontent.com quota.\n\nChange-Id: Icbf4991a01504c3da096e41fcb9101a0254bf44b\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/192213\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "a31baf97eda1ae062ead1db1215742e2be6b51e0",
      "tree": "12931aa0813d30cf0b1ca9f52342f9bc18783f29",
      "parents": [
        "bd873c6f54dac0ed843c3e327c37f3af85971eb0"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Thu Feb 17 23:57:59 2022 +0100"
      },
      "committer": {
        "name": "Jörg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Thu Mar 24 02:30:34 2022 -0400"
      },
      "message": "Bug 575275 - faster console\n\n* better mutlithreading,\n* bigger buffer,\n* faster single byte charset decoding,\n* trim console before drawing (faster and looks nicer)\n* removed unused Class and members\n\n\u003d\u003e debugged application runs faster if it outputs a lot\n\nChange-Id: Id3fbcbdd2c261271efa90dd81a1dc1b333459dcb\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190929\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "bd873c6f54dac0ed843c3e327c37f3af85971eb0",
      "tree": "a0f927b1d933747393b5e11ac46577d3e6e8bfc1",
      "parents": [
        "616250ab898823a1366f9e9b5e0b77b529099775"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Fri Feb 18 23:18:25 2022 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue Mar 22 09:28:17 2022 -0400"
      },
      "message": "Bug 579064 - Thread names for Process Monitors with PID\n\nand launch config name.\n\nChange-Id: I9f1fb52024be04982c21373e9ad258267bd2ded4\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190971\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "616250ab898823a1366f9e9b5e0b77b529099775",
      "tree": "d64cac0323221f015bcf816d1208a0442de45cba",
      "parents": [
        "bca984dc24bc623ddd4f152c5e5b2ba588dbb792"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Mar 14 20:01:25 2022 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Mar 14 10:49:41 2022 -0400"
      },
      "message": "Bug 578966 - IES423: Icon is missing in Run configuration panel\n\nChange-Id: Ib3d92f12f435478031fe2f6889b522a39e73e016\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/191841\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "bca984dc24bc623ddd4f152c5e5b2ba588dbb792",
      "tree": "a7bf09f06cff589961cc085c74581cafdc56f3b2",
      "parents": [
        "8095aa46a092c2b9b75ffb8a18e6b688be362d20"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Feb 16 10:11:54 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 08 11:00:02 2022 -0500"
      },
      "message": "Bug 578709 - Multiple editor selection dialogs apppear on debugging\n\nSerialized SourceLookup and SourceDisplay jobs.\n\nAll source lookups tasks are now put in the queue and handled by a\nsingle job (not multiple jobs running in parallel). Once lookup is done,\nthe result is passed to the second job dedicated to show lookup results\nin the UI. Both jobs ignore duplicated tasks.\n\nAs a result, if previously there was possible to run multiple source\nlookups in parallel (that would compute same result) and all those\nlookup results were shown one after each other in the UI (re-triggering\nsame UI actions again and again), now all source lookups are executed\none by one and there are no attempts made to show identical lookup\nresults again.\n\nChange-Id: I1737910e4269e6795d6da1fd71bad1874cc59f7d\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190843\nReviewed-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "8095aa46a092c2b9b75ffb8a18e6b688be362d20",
      "tree": "a5ff17ed8b550cade08bae3d2d394748f34288f5",
      "parents": [
        "312bc3b25fc693a125e4f5f1f6d50958dfbfb34e"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 08 10:26:36 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 08 04:54:29 2022 -0500"
      },
      "message": "Bug 578709 - bump debug.ui and debug.tests bundle versions for 4.24\n\nChange-Id: I43735c93bdaec0d9394a8a6a8ede899c9a3f74ec\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/191594\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "312bc3b25fc693a125e4f5f1f6d50958dfbfb34e",
      "tree": "3b79e4a47c2a75864439b0f7987d5f67e55238b0",
      "parents": [
        "814facbca1ac1cb55ed3d5ed0f6e0ec7d46d53ab"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Mar 07 12:33:52 2022 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Mar 07 22:15:24 2022 -0500"
      },
      "message": "Bug 579117 - LaunchViewImpl.reset() Widget is disposed\n\nChange-Id: Ib66b744a4e9382c45c443374daaaeb6cf4cae714\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/191524\nTested-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "814facbca1ac1cb55ed3d5ed0f6e0ec7d46d53ab",
      "tree": "e3793691d2a92adb67ea58641a1cc8c337a6c25b",
      "parents": [
        "046b43286b7c970697867af139eeef8bf8f096d5"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Mar 07 12:40:58 2022 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Mar 07 12:07:03 2022 -0500"
      },
      "message": "Bug 579117 - LaunchViewImpl.reset() Widget is disposed\n\nChange-Id: I6eb4022da7be10cf0c9410def3660d525925f03b\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/191525\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "046b43286b7c970697867af139eeef8bf8f096d5",
      "tree": "30139729d527fe61841254b58bb9ed90eae57e63",
      "parents": [
        "d1237798c5bac68689d4b79be24f6f7384af3daf"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Mar 04 18:54:46 2022 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Mar 04 08:49:13 2022 -0500"
      },
      "message": "Bug 579073 - POM and product version change for 4.24 release\n\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nChange-Id: I6f8305c68a7a89158eec06cbfa88cad87f1af6d9\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/191460\n"
    },
    {
      "commit": "d1237798c5bac68689d4b79be24f6f7384af3daf",
      "tree": "58eebc0a1da3808095006a738a66f9ad44ad0f79",
      "parents": [
        "7b32408331854245254b87c8dedbb0f45dca89c2"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Tue Mar 01 14:00:15 2022 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Tue Mar 01 04:10:35 2022 -0500"
      },
      "message": "Bug 579015 - Move to tycho 2.7.0\n\nChange-Id: I254fa3eaaa41468cd545d3072781053c13a07318\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/191289\n"
    },
    {
      "commit": "7b32408331854245254b87c8dedbb0f45dca89c2",
      "tree": "865e6b13be3c804fd24efcac482b61515ec46170",
      "parents": [
        "3a0e0a44e414e8b0657ca28a04da46641acfbc14"
      ],
      "author": {
        "name": "Niraj Modi",
        "email": "niraj.modi@in.ibm.com",
        "time": "Fri Feb 25 13:01:22 2022 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Feb 28 02:06:46 2022 -0500"
      },
      "message": "Bug 578526 - [Accessibility] Shortcut keys conflict in Run\nConfigurations\nRemoving Mnemonics for \u0026Common as it\u0027s conflicts with \u0026Copy:\n\u0026Common \u003e\u003e Common :All other Tab don\u0027t have Mnemonics(since they are already accessible via Arrow keys)\n\nChange-Id: I921b8c6d1f2cd4891748a74b254d11442810941f\nSigned-off-by: Niraj Modi \u003cniraj.modi@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/191212\nTested-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "3a0e0a44e414e8b0657ca28a04da46641acfbc14",
      "tree": "08605fadfa8b34c07ac174c71f9136a0262cef8d",
      "parents": [
        "fa43e50ed09d2684f9e2fd8cb6a24dbf43230525"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Thu Feb 17 01:26:39 2022 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Wed Feb 16 15:15:31 2022 -0500"
      },
      "message": "Bug 507546 - [code mining] Show value of used variables after each line\nin editor during debugging\n\nChange-Id: Idfe49313efca338cb5b975936793270031fa11c6\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190869\nTested-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "fa43e50ed09d2684f9e2fd8cb6a24dbf43230525",
      "tree": "92c2f5b2e297f045a6c9b2dde00301284bd7249c",
      "parents": [
        "6b0c9ae07ac28cbbd1f8012b2c962f66820fa0b2"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Feb 15 17:17:05 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Feb 16 11:32:03 2022 -0500"
      },
      "message": "Bug 578760 - NPE and error dialog when \"unexpected\" editor type is\nopened on breakpoint\n\n- Don\u0027t fail with NPE if editor doesn\u0027t have document provider\ninstalled.\n\n- Don\u0027t close previous editor if the same was opened by the page.\n\n- Try to reuse the editor if either the id OR the input are equal. This\navoids closing \u0026 reopening same editor that was opened via \"Large File\nAssociations\" preferences with different id.\n\nE.g. request to open a compilation unit editor for a file size \u003e 8 MB\nwill re-use already opened plain text editor, which has different editor\nid  but is opened on same file input (and would not crash/hang).\n\nChange-Id: Ie8c9fd01aff356d1a2eff0b0d373026b391a29b2\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190832\nReviewed-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "6b0c9ae07ac28cbbd1f8012b2c962f66820fa0b2",
      "tree": "f0665cf7406ad0093c7ac52359a0c815b17b3d6d",
      "parents": [
        "da44517d75ff5c31d642751d2708c3ecee07617d"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Feb 15 18:51:58 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Feb 16 11:28:40 2022 -0500"
      },
      "message": "Bug 507546 - Skip debug value codemining provider without debug launch\n\nNo need to crawl files if there is no debug launch running.\n\nChange-Id: I6da47bbe568c88c47a4e61ce184140d945301581\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190835\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "da44517d75ff5c31d642751d2708c3ecee07617d",
      "tree": "0b90b39d049ca7c81dbd84cfddcad5d3509f89fb",
      "parents": [
        "b53e6ac98b2c9b7db58e26dbf59ea7d46c4705e7"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Feb 15 15:52:36 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Feb 15 10:11:07 2022 -0500"
      },
      "message": "Revoved @SuppressWarnings(\"restriction\") from LaunchingResourceManager\n\nChange-Id: I5d80910c0f04c10063b046920b7143eb5e301611\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190828\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "b53e6ac98b2c9b7db58e26dbf59ea7d46c4705e7",
      "tree": "c5c781a3a70398785b4ad2897e086284e7c2e857",
      "parents": [
        "150be48b767c420535905e14f21822823fe04e81"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Mon Feb 14 17:58:12 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Mon Feb 14 12:23:07 2022 -0500"
      },
      "message": "Bug 507546 - fixed IllegalArgumentException on code mining dispose\n\nChange-Id: Ia1ae9e513b023fc33026a6cdd73d2fd16159bdbb\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190795\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "150be48b767c420535905e14f21822823fe04e81",
      "tree": "2fee6cf6a5e6716d13ee7b7521f6bb7720af2564",
      "parents": [
        "e583bf6933e54467302239a27e5aad0554fa77ab"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Feb 08 13:23:08 2022 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Feb 14 05:03:47 2022 -0500"
      },
      "message": "Bug 507546 - Show variable values inline\n\nUses code mining to render extra information at end of line.\nLookup for information that\u0027s worth being shown relies on a\nTextPostion-\u003eIVariable adapter being available and returning a value.\n\nChange-Id: I6cbadd48ff6a2888cef047fac5128cb58e7ade3a\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190735\nTested-by: Mickael Istria \u003cmistria@redhat.com\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "e583bf6933e54467302239a27e5aad0554fa77ab",
      "tree": "04828de95a6874a1291401aafa9758e7c94bde5b",
      "parents": [
        "84883788fcd3a44e36e386c458d667114e6e3488"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Feb 10 18:05:12 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Feb 10 12:27:44 2022 -0500"
      },
      "message": "Bug 413212 - AssertionFailedException when right-click in Debug view\n\nNot a fix, added a bit more context to the error.\n\nChange-Id: Ib8c7234be47aa4cd2e01163fc929b7069e53447f\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190687\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "84883788fcd3a44e36e386c458d667114e6e3488",
      "tree": "bdaf266ef4cd7446ef430f165f828e30539d5aa1",
      "parents": [
        "04d61247789598911eae92cf0fb3f63d554b0be9"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Feb 09 19:40:03 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Feb 09 12:59:56 2022 -0500"
      },
      "message": "Adjust Jenkinsfile for move of releng.aggregator to github\n\nChange-Id: Id259ec1c495799d4e588dc38bafd39aa52f2d965\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190625\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "04d61247789598911eae92cf0fb3f63d554b0be9",
      "tree": "25eccffd9d8d27cdf309489cd72f58f00806a240",
      "parents": [
        "32800c964bf41dd0f906e3f8c9e5004474883494"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Thu Feb 03 21:09:33 2022 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Fri Feb 04 13:02:42 2022 -0500"
      },
      "message": "Bug 578558 - \"Widget is disposed\" while switching between debug views\n\nChange-Id: I6d387b403178c7b3d4a0e28b9cf4595682dff22e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/190372\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "32800c964bf41dd0f906e3f8c9e5004474883494",
      "tree": "570af928d9e0ae12c4ff35c7c1420ba22a2a8911",
      "parents": [
        "92cdc99068cb9c3aca5ca1ea7818caa8b7849c42"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Mon Jan 10 21:42:14 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Jan 25 18:02:26 2022 -0500"
      },
      "message": "Bug 574403 - Show process ID in Console and Process Properties\n\nAdded new IProcess.ATTR_PROCESS_ID attribute that can be used by clients\nto provide process id for launched processes. This attribute will be\nshown in appropriate places in debugger like Console description and\nproperties page of the process.\n\nChange-Id: I88387340a60b3b71b79651ce62bb54b775a93dd0\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189453\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "92cdc99068cb9c3aca5ca1ea7818caa8b7849c42",
      "tree": "20009bb4bd34ac70cc8025564c9c806d3799da51",
      "parents": [
        "5737df99a397b1c407ec1ece2ce2809d27338e81"
      ],
      "author": {
        "name": "Wolfgang Schramm",
        "email": "wolfgang.schramm@gmail.com",
        "time": "Fri Jan 21 07:40:17 2022 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Fri Jan 21 13:56:41 2022 -0500"
      },
      "message": "Bug 577743 - Added mnemonics in the launch config view context menu\n\nfor the actions\n\nDe\u0026lete\n\u0026Edit...\n\u0026Terminate\nTerminate \u0026\u0026 Relaun\u0026ch\n\nChange-Id: Ie1d1b620ef87fccce4ce7cae9e01c9d0ffb13cb0\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189859\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "5737df99a397b1c407ec1ece2ce2809d27338e81",
      "tree": "399dd77f836f16a636c2911b32e11b189f42b117",
      "parents": [
        "69f058cee904aef61a97c44f3e2825dacfa9a6d4"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Jan 21 13:52:14 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Jan 21 07:43:41 2022 -0500"
      },
      "message": "Update to Tycho pomless 2.6.0\n\nChange-Id: I78633414c186592a7f3737bf5723de0327543148\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189872\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "69f058cee904aef61a97c44f3e2825dacfa9a6d4",
      "tree": "95fb6851f0104e115f7b25aaaaba84ddd46ba744",
      "parents": [
        "58380fd1f9e9fa02a59a92671f6c79458b099b64"
      ],
      "author": {
        "name": "Torbjörn Svensson",
        "email": "torbjorn.svensson@st.com",
        "time": "Thu Jan 20 19:34:13 2022 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Fri Jan 21 05:55:14 2022 -0500"
      },
      "message": "Bug 578302: Remove empty nodes from launch manager\n\nIf the delegate thorws an exception, remove the launch from the launch\nmanager if it does not contain any children. This should ensure there is\nnot launch nodes left in the debug view that cannot be removed.\n\nContributed by STMicroelectronics\n\nChange-Id: I0543135a495f673e351f86ebbd11efcbe96caff5\nSigned-off-by: Torbjörn Svensson \u003ctorbjorn.svensson@st.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189838\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "58380fd1f9e9fa02a59a92671f6c79458b099b64",
      "tree": "128fbb6d5f122a47d4641b00fc9f2b336fde227c",
      "parents": [
        "6f1920aeee2419391e51609facabf1251cb5808e"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jan 20 11:16:43 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jan 20 06:00:19 2022 -0500"
      },
      "message": "Bug 578289 - Enable API analysis for org.eclipse.debug.ui.launchview\n\nChange-Id: I20937433a4b75a91d471057d4e424d5e500cc254\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189809\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "6f1920aeee2419391e51609facabf1251cb5808e",
      "tree": "2c85e6aa082a90fb44fcf3336e35af939d178d3a",
      "parents": [
        "4873edf0eeadeec0aace36f7c43fc17e762255fb"
      ],
      "author": {
        "name": "Michael Keppler",
        "email": "michael.keppler@gmx.de",
        "time": "Sun Dec 26 08:47:09 2021 +0100"
      },
      "committer": {
        "name": "Markus Duft",
        "email": "markus.duft@ssi-schaefer.com",
        "time": "Wed Jan 12 04:58:19 2022 -0500"
      },
      "message": "Bug 577958: use \"Delete\" label and icon in launch view\n\nSince the launch config is really deleted and not just removed from the\nview, the icon and label should match the normale delete action.\n\nChange-Id: I63d411da46b353bccef4035560cd59f88d8f42c6\nSigned-off-by: Michael Keppler \u003cmichael.keppler@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189131\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Markus Duft \u003cmarkus.duft@ssi-schaefer.com\u003e\n"
    },
    {
      "commit": "4873edf0eeadeec0aace36f7c43fc17e762255fb",
      "tree": "14b7ef385917b48b2e25ae0f2be89dc655ac5c22",
      "parents": [
        "6a0eeacff8f748062ff1992334e5c5ad24ff5a70"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Mon Nov 22 17:41:56 2021 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Jan 10 02:26:54 2022 -0500"
      },
      "message": "Bug 577400 - fix RefreshScopeComparator Comparator contract\n\nRefreshScopeComparator and SourceLocatorMementoComparator where not null\nsafe and did not yield\ncompare(x,y)\u003d-compare(y,x) as it never did return 1, but -1.\n\nChange-Id: I6af76fc4abe94fc461f56cdbb05a09431cddd382\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187986\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "6a0eeacff8f748062ff1992334e5c5ad24ff5a70",
      "tree": "119539a9db954bb35a915b9827852ac25f9ff7ce",
      "parents": [
        "fce216930e9e87e2f735cc72f7687717aec90e94"
      ],
      "author": {
        "name": "Michael Keppler",
        "email": "michael.keppler@gmx.de",
        "time": "Sun Dec 26 15:33:11 2021 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Sun Dec 26 23:48:57 2021 -0500"
      },
      "message": "Bug 577969: Sort launch configs case insensitive\n\nChange-Id: I47d7ab537a7acf4d7a5a8b97e0f26111f7606f58\nSigned-off-by: Michael Keppler \u003cmichael.keppler@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/189134\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "fce216930e9e87e2f735cc72f7687717aec90e94",
      "tree": "318b4282a6d1523a78bf58ddd50a82186135f4f8",
      "parents": [
        "e81a54a076c159432d2e8b1c661d94a805516849"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Dec 01 18:29:53 2021 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Dec 14 08:47:14 2021 -0500"
      },
      "message": "Bug 577564 - add priority attribute to variableValueEditor\n\nNew \"priority\" attribute is optional integer number 0 to 10 describing\npriority of this extension, with 0 being the lowest priority. If\nmultiple contributions have the same priority, an arbitrary contribution\namong them will be selected.\n\nChange-Id: Ib787799214f31423adb66ec1c5bd56f555f97dde\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/188423\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\n"
    },
    {
      "commit": "e81a54a076c159432d2e8b1c661d94a805516849",
      "tree": "56543babf5bcd0fff4c7f3fb651aa84e7988ff9d",
      "parents": [
        "95e683bbe3b7e4ae45036c8a27a4b5303e9f5796"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Nov 22 18:34:49 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue Dec 14 01:38:26 2021 -0500"
      },
      "message": "Bug 577341 - Security Issue -- XXE Attack\n\nApplications using XMLMemento are vulnerable to XXE Attack\n\nsee https://docs.oracle.com/en/java/javase/17/security/java-api-xml-processing-jaxp-security-guide.html\n\nChange-Id: I3f413123158ce2ff76ff250f84fe338520d0882e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187978\nReviewed-by: Kalyan Prasad Tatavarthi \u003ckalyan_prasad@in.ibm.com\u003e\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "95e683bbe3b7e4ae45036c8a27a4b5303e9f5796",
      "tree": "0342761a102ff15842237f6c61a1e85dcef02ac6",
      "parents": [
        "0edcbdffd4260475f88e26b0c13a4571aebf3dac"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Fri Dec 10 22:51:59 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Fri Dec 10 14:03:22 2021 -0500"
      },
      "message": "Bug 577341 - Security Issue -- Applications using XMLMemento are\nvulnerable to XXE Attack\n\nChange-Id: Id5735e35f1a70d8e45ab2e1551899cb2233f77bf\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/188754\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "0edcbdffd4260475f88e26b0c13a4571aebf3dac",
      "tree": "40134777f03cf230e9811576a303b2ee45037a95",
      "parents": [
        "3a1df4f41677fbc73fdce85ed2a17c066ccff979"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Thu Dec 02 11:20:33 2021 +0100"
      },
      "committer": {
        "name": "Jörg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Thu Dec 02 10:17:19 2021 -0500"
      },
      "message": "Bug 577581 - Launch configuration View: No Context Menu for container\n\nClicking on parent node in Launch configuration view did start all\nlaunch groups\n\nChange-Id: I7a3753dda86621a8f512590554bc332985d2f3f5\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/188461\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "3a1df4f41677fbc73fdce85ed2a17c066ccff979",
      "tree": "062c0628e1c5928927a7ed122ec12825436dac5c",
      "parents": [
        "f6c15846e35998edd8ec6c8d4577abe0604f66bd"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Dec 02 08:25:23 2021 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Dec 02 03:01:39 2021 -0500"
      },
      "message": "Bug 577564 - bump bundle version for 4.23\n\nChange-Id: I32199d7dd0a62dc08d2116fc0b6d2aee51a485f4\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/188446\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "f6c15846e35998edd8ec6c8d4577abe0604f66bd",
      "tree": "42ac9b9e676f1da375d465ea4c07de06cceec4ab",
      "parents": [
        "d2456ee7d800cd404697cd0c1c5101b09525977e"
      ],
      "author": {
        "name": "Matthias Becker",
        "email": "ma.becker@sap.com",
        "time": "Fri Nov 26 15:58:11 2021 +0100"
      },
      "committer": {
        "name": "Matthias Becker",
        "email": "ma.becker@sap.com",
        "time": "Tue Nov 30 04:55:06 2021 -0500"
      },
      "message": "Bug 577491: Labels should be in Sentence Style not Title Case\n\nLabels should be in sentence style\n\nAlso: Make some names like \"Debug\" view more obvious\n\nChange-Id: Ic8b50e5b464236363de885338867e8a40e91db6a\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/188189\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Wim Jongman \u003cwim.jongman@remainsoftware.com\u003e\nReviewed-by: Matthias Becker \u003cma.becker@sap.com\u003e\n"
    },
    {
      "commit": "d2456ee7d800cd404697cd0c1c5101b09525977e",
      "tree": "3345f1408d7ae2cfd72a249c1de24f57dbda002a",
      "parents": [
        "476d57ed001b38db4e36362a97922f880a43d18c"
      ],
      "author": {
        "name": "Matthias Becker",
        "email": "ma.becker@sap.com",
        "time": "Mon Nov 29 14:59:51 2021 +0100"
      },
      "committer": {
        "name": "Matthias Becker",
        "email": "ma.becker@sap.com",
        "time": "Tue Nov 30 04:54:48 2021 -0500"
      },
      "message": "Bug 577491: Increase Plugin Version\n\nChange-Id: I5d2d1dad50c36c3c8ebe3470dba5656d3eb33eda\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/188251\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Wim Jongman \u003cwim.jongman@remainsoftware.com\u003e\nReviewed-by: Matthias Becker \u003cma.becker@sap.com\u003e\n"
    },
    {
      "commit": "476d57ed001b38db4e36362a97922f880a43d18c",
      "tree": "e1cbd908188f074898120f35e9a36676af4397ac",
      "parents": [
        "f3956032ba74e6bcb3729a5ba805497fe59c76c3"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Thu Nov 25 15:29:25 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Nov 26 02:25:10 2021 -0500"
      },
      "message": "Bug 577442 - POM and product version change for 4.23 release\n\nChange-Id: I70cd9f8ba207601e66db81b3175c207aaded5623\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/188120\n"
    },
    {
      "commit": "f3956032ba74e6bcb3729a5ba805497fe59c76c3",
      "tree": "b51b4094f5c79b8f8b0e64f620e44a2c99d72961",
      "parents": [
        "a7533bd84d2276ba3180174559cb3a25d3430db8"
      ],
      "author": {
        "name": "Torbjörn SVENSSON",
        "email": "torbjorn.svensson@st.com",
        "time": "Mon Nov 15 11:52:11 2021 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Wed Nov 17 13:29:19 2021 -0500"
      },
      "message": "Bug 577265: Handle the unlikely race in close() method\n\nThere was a race between checking the fThread for null and seting it\nto null. This could lead to that two parallel calls to close() could\nbe made and the 2nd call would get an NPE.\n\nChange-Id: Ia107f6c84c4092a09027c691646e343d400ca6d4\nSigned-off-by: Torbjörn SVENSSON \u003ctorbjorn.svensson@st.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187734\nReviewed-by: Jonah Graham \u003cjonah@kichwacoders.com\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\nTested-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "a7533bd84d2276ba3180174559cb3a25d3430db8",
      "tree": "7e021c9ebc4f12a52eb2d7570c203223a0ba1c81",
      "parents": [
        "b703e4db3c9ed4e049a713c182b2d9417eb58e6e"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Mon Nov 15 10:54:45 2021 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Nov 15 05:52:48 2021 -0500"
      },
      "message": "Bug 577258 - Launch Configuration View \"Terminate all\"\n\ndid only terminate a single random process of each kind.\n\nChange-Id: I150713ae6f7d1a7203155a96d914aaf6d2696919\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187731\nReviewed-by: Markus Duft \u003cmarkus.duft@ssi-schaefer.com\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "b703e4db3c9ed4e049a713c182b2d9417eb58e6e",
      "tree": "c6a4985f042613100b56018fef65e0db04176de9",
      "parents": [
        "a8b1a4953b7317fc4d3a5e6ed1acd1b5c3121346"
      ],
      "author": {
        "name": "Jonah Graham",
        "email": "jonah@kichwacoders.com",
        "time": "Wed Nov 10 09:47:57 2021 -0500"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Nov 10 09:59:57 2021 -0500"
      },
      "message": "Bug 577185: @Ignore unstable test\n\nBug 577189 has been raised to cover fixing this issue, and the test\nhas been modified so that it fails very consistently.\n\nChange-Id: Ia288495158f5498e3e8ba530d544e10ac1e2d209\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187593\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "a8b1a4953b7317fc4d3a5e6ed1acd1b5c3121346",
      "tree": "5935ddd893fa4c1f4e194ef4b03912caea2e1c13",
      "parents": [
        "c5d70d0268cb58d2bb0d8b2ff4ccc57d7b21d6dc"
      ],
      "author": {
        "name": "John Dallaway",
        "email": "john@dallaway.org.uk",
        "time": "Sun Nov 07 17:19:21 2021 +0000"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Nov 08 12:52:02 2021 -0500"
      },
      "message": "Bug 577106: Accommodate addressableSize !\u003d 1 in integer renderings\n\nChange-Id: Iadf8f2c3dabc79a14484e85762144345561cbca9\nSigned-off-by: John Dallaway \u003cjohn@dallaway.org.uk\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187478\nReviewed-by: Jonah Graham \u003cjonah@kichwacoders.com\u003e\nTested-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "c5d70d0268cb58d2bb0d8b2ff4ccc57d7b21d6dc",
      "tree": "4864d59bfa13b27ced84b589110a8950a10b54de",
      "parents": [
        "acaba8e57e6c6e3557496d6440a23685f4dcdade"
      ],
      "author": {
        "name": "John Dallaway",
        "email": "john@dallaway.org.uk",
        "time": "Sun Aug 15 12:26:19 2021 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Fri Nov 05 13:39:33 2021 -0400"
      },
      "message": "Bug 575413: Accommodate addressableSize !\u003d 1 in HexIntegerRendering\n\nChange-Id: I9b1e9e502ffc40315f971e1444b1c97d612399ac\nSigned-off-by: John Dallaway \u003cjohn@dallaway.org.uk\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/184023\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "acaba8e57e6c6e3557496d6440a23685f4dcdade",
      "tree": "44466f825d5678c00270f47f6a345e05b651f2e6",
      "parents": [
        "de0175a37b1e0b092b42ce79afd270e5c6c60a13"
      ],
      "author": {
        "name": "Torbjörn SVENSSON",
        "email": "torbjorn.svensson@st.com",
        "time": "Thu Oct 28 20:55:24 2021 +0200"
      },
      "committer": {
        "name": "Jonah Graham",
        "email": "jonah@kichwacoders.com",
        "time": "Thu Nov 04 10:43:19 2021 -0400"
      },
      "message": "Bug 576945: StreamsProxy needs to be closed after app exit\n\nCapture and forward all output from application by closing the\nStreamsProxy after the graceful exit timeout.\n\nContributed by STMicroelectronics\n\nChange-Id: I139e414ee0b617085cbe66df3d788e73f1b50e78\nSigned-off-by: Torbjörn SVENSSON \u003ctorbjorn.svensson@st.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187134\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Jonah Graham \u003cjonah@kichwacoders.com\u003e\n"
    },
    {
      "commit": "de0175a37b1e0b092b42ce79afd270e5c6c60a13",
      "tree": "d55aa53945655e10f777ab5b642ec4c61d1dd99e",
      "parents": [
        "88cc79b6cb9e1c3a0b8f826403bf219018c37490"
      ],
      "author": {
        "name": "Jonah Graham",
        "email": "jonah@kichwacoders.com",
        "time": "Thu Nov 04 09:59:07 2021 -0400"
      },
      "committer": {
        "name": "Jonah Graham",
        "email": "jonah@kichwacoders.com",
        "time": "Thu Nov 04 10:42:36 2021 -0400"
      },
      "message": "4.22 update for org.eclipse.debug.tests\n\nfor https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187134\n\nChange-Id: Idf8388269af844847e054273ded9475e11b2b9e2\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187325\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Jonah Graham \u003cjonah@kichwacoders.com\u003e\n"
    },
    {
      "commit": "88cc79b6cb9e1c3a0b8f826403bf219018c37490",
      "tree": "4ed4a7584be853e9649f7f953af41a70b7e76632",
      "parents": [
        "e346d49025b6a976213a3baf4a7955f802b325b4"
      ],
      "author": {
        "name": "Michael Keppler",
        "email": "michael.keppler@gmx.de",
        "time": "Wed Nov 03 21:00:56 2021 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Nov 04 07:06:56 2021 -0400"
      },
      "message": "Bug 577047 - Non disposed image\n\nRegister not only the overlay image in the registry (to be automatically\ndisposed), but also the base image.\n\nChange-Id: I092cce20c44fc17691330a095f59eab230a4e191\nSigned-off-by: Michael Keppler \u003cmichael.keppler@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187284\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "e346d49025b6a976213a3baf4a7955f802b325b4",
      "tree": "e32a480f7230e1b8f7828558d3c38e830dfd7219",
      "parents": [
        "c0e1403a28cdf5e6d99a1d2df5f59ecc0694b7c6"
      ],
      "author": {
        "name": "Markus Duft",
        "email": "markus.duft@ssi-schaefer.com",
        "time": "Wed Nov 03 13:49:45 2021 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Thu Nov 04 02:47:46 2021 -0400"
      },
      "message": "Bug 577039: Add simple first test for the launch configuration view\n\n * Bundle including required infrastructure for future tests.\n * Very simple smoke test which *just* tries to open the view.\n\nChange-Id: I89ba42552094aef3b8b025ec7dbde1bd8690309b\nSigned-off-by: Markus Duft \u003cmarkus.duft@ssi-schaefer.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185803\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "c0e1403a28cdf5e6d99a1d2df5f59ecc0694b7c6",
      "tree": "e8bdbf61ab1af61b6d1e5e68d1cf854f44a6b6aa",
      "parents": [
        "408bd3704245626a91ca0c02ad2faabd2fd7c21d"
      ],
      "author": {
        "name": "Markus Duft",
        "email": "markus.duft@ssi-schaefer.com",
        "time": "Wed Nov 03 13:57:35 2021 +0100"
      },
      "committer": {
        "name": "Markus Duft",
        "email": "markus.duft@ssi-schaefer.com",
        "time": "Wed Nov 03 09:49:23 2021 -0400"
      },
      "message": "Bug 576225: Make AbstractLaunchObjectProvider internal\n\nChange-Id: I9298770b0ec67a65f766043f4a824050bb0d044b\nSigned-off-by: Markus Duft \u003cmarkus.duft@ssi-schaefer.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187271\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "408bd3704245626a91ca0c02ad2faabd2fd7c21d",
      "tree": "35aab2554b6fb250676557797552d71aeef123e0",
      "parents": [
        "485d05449115e746767fb9516931c39249d5ecec"
      ],
      "author": {
        "name": "Markus Duft",
        "email": "markus.duft@ssi-schaefer.com",
        "time": "Wed Nov 03 13:24:13 2021 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Wed Nov 03 09:34:59 2021 -0400"
      },
      "message": "Bug 576225: Add Automatic-Module-Name\n\nChange-Id: Ie0dabf0cb1bfe3f4b23829853e6a5fb4605706af\nSigned-off-by: Markus Duft \u003cmarkus.duft@ssi-schaefer.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/187267\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nTested-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "485d05449115e746767fb9516931c39249d5ecec",
      "tree": "ca772a289e8093e9c288d43226381ac901dd3db2",
      "parents": [
        "1f06e8394a6da27b10fcb818fb613fc835546228"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Tue Oct 12 11:10:45 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Oct 12 11:03:00 2021 -0400"
      },
      "message": "Bug 576521 - Avoid UI freezes due to slow Debug view\n\nOnly proceed maximum 100 model changes of the\nDebug view in one batch and then give other\nUI tasks a chance to proceed in between.\n\nThis should avoid long UI freezes while updating\nthe JFace tree in case debuggee application generates\nmany model changes that need to be processed in the Debug view\n\nChange-Id: I0a9ef6764e41f88ace3bae57ed40adaad9a8c368\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/186381\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "1f06e8394a6da27b10fcb818fb613fc835546228",
      "tree": "edeeeb4b176950c2c2f87ae8ef2bc027b6d7606b",
      "parents": [
        "0c244122d37b581b8ec17cec98d6de3fd6929ec9"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Fri Oct 08 10:55:19 2021 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Oct 11 14:41:12 2021 -0400"
      },
      "message": "Bug 576515 - Content-type and icon for .launch files\n\nChange-Id: Ic73fd47934e6c3930389edf6d4bf49041fcc6dba\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/186304\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "0c244122d37b581b8ec17cec98d6de3fd6929ec9",
      "tree": "cfef59c4dca95b28cbf3bbcf59fd20bbf70c11cc",
      "parents": [
        "1da26cc94ff8ed2597c9bb0bbd6b9aecd3d3b255"
      ],
      "author": {
        "name": "Markus Duft",
        "email": "markus.duft@ssi-schaefer.com",
        "time": "Mon Oct 04 14:40:36 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Mon Oct 04 09:15:05 2021 -0400"
      },
      "message": "Bug 576225 - add about.html for launchview\n\nChange-Id: I9179c2a97e780a8d62ffe1e522908c2575a1bc1a\nSigned-off-by: Markus Duft \u003cmarkus.duft@ssi-schaefer.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/186110\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nTested-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "1da26cc94ff8ed2597c9bb0bbd6b9aecd3d3b255",
      "tree": "24b471dfb3779ee736ec45a2f8ae726a2b85e27f",
      "parents": [
        "bafaf82d058afcb6206c541de34c7905dff142e7"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Oct 02 21:19:59 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Oct 02 14:34:27 2021 -0400"
      },
      "message": "Bug 576403 - Update to Tycho 2.5.0\n\nChange-Id: I13464319322d05ab96da71636404aed7c7e3939e\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/186085\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "bafaf82d058afcb6206c541de34c7905dff142e7",
      "tree": "b29b03641e428fb76ab1ec6f557bd6a196d0ecc2",
      "parents": [
        "1c1475498bc6c1d69f802612d1ae1a8f789150fd"
      ],
      "author": {
        "name": "Markus Duft",
        "email": "markus.duft@ssi-schaefer.com",
        "time": "Fri Sep 24 09:30:09 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Oct 01 10:17:01 2021 -0400"
      },
      "message": "Bug 576225 - API for Launch Configuration View\n\nThe public API of the Launch Configuration View consists of three\ninterfaces.\n\n * ILaunchObjectProvider. This is the main interface implemented by\n   extending contributions. It must be registered as a service, most\n   easily using @Component annotation for declarative services.\n * ILaunchObject. This is provided the the ILaunchObjectProvider\n   implementation and describes a launch-able \"thing\".\n * IBackgroundLaunchExecutor. This is a small helper which allows other\n   extensions convenient access to the logic for launching a specific\n   launch configuration as a background job.\n\nBoth interfaces have default implementations inside the view plugin\nwhich handle \"default\" Eclipse launch configurations. External\nextensions may provide additional logic, for an example see\nhttps://github.com/ssi-schaefer/lcdsl\n\nThe LaunchConfigurationViewPlugin Activator is introduced to allow\naccess the the default implementation of the IBackgroundLaunchExecutor\nwhich is provided by the view.\n\nChange-Id: Iad47ec7e96fbf89709f0b46ef5aa1125d6789dea\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185799\nTested-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "1c1475498bc6c1d69f802612d1ae1a8f789150fd",
      "tree": "e9204e60b2b1bca178216f9713e8537006d0c1ab",
      "parents": [
        "2f53ef8dcdd85b80224f64f197644ef31754694c"
      ],
      "author": {
        "name": "Markus Duft",
        "email": "markus.duft@ssi-schaefer.com",
        "time": "Fri Sep 24 11:32:54 2021 +0200"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Sep 27 06:12:53 2021 -0400"
      },
      "message": "Bug 513735: Fix NPE on launch configuration which do not support debug\n\nThis fixes an NPE e.g. for \"Ant\" launch configurations which don\u0027t\nsupport the debug mode.\n\nChange-Id: I5ea8aacf82efc4fe57a00520cf6ebac7d8592fa7\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185802\nTested-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "2f53ef8dcdd85b80224f64f197644ef31754694c",
      "tree": "da394c29ba7d7492fedb17436acfb7db15c73670",
      "parents": [
        "8ef6e3f405c633eec5ba1aec403023d3914c9b79"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Thu Sep 23 07:47:32 2021 -0400"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Thu Sep 23 11:56:10 2021 -0400"
      },
      "message": "Bug: 513735 -export some packages as provisional API\n\nEclipse PMC discussed that yesterday and decide that we should not harm\nthe contributor by disallowing him to use his own code.\n\nChange-Id: I93fad9fac7c8b7ee519aa8ef9536a9bfd53ffb0f\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185741\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "8ef6e3f405c633eec5ba1aec403023d3914c9b79",
      "tree": "20ac0e1e71185e7e6d1b12dd98526ffeedfcbf26",
      "parents": [
        "a1906a17f5cfde6a98521ba10ca092f854703c33"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Sep 15 08:59:22 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Sep 20 11:41:35 2021 -0400"
      },
      "message": "Static inner class for SerialPerObjectRule in AbstractDebugCommand.java\n\nUsing JDT clean-up to convert to inner class.\n\nChange-Id: If37abce05ec6a3a4a4c75e23055d4adc0af3599b\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185446\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "a1906a17f5cfde6a98521ba10ca092f854703c33",
      "tree": "7265de892ffd37c0b9e17adceddc3f93f693ef1b",
      "parents": [
        "36d6a8f94c0c15be6c46bc8618eae5adddc60c08"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Sep 17 16:43:27 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Sep 17 11:44:13 2021 -0400"
      },
      "message": "Bug: 513735 - Update FilteredTree constructor\n\nChange-Id: I1a7a6c09760ed77b4b93b2c87acd659ef3d5bbb5\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185560\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "36d6a8f94c0c15be6c46bc8618eae5adddc60c08",
      "tree": "84adfde00f1350d7e7f322abc0ceaf5a3792b2ac",
      "parents": [
        "668dec82d39508beaca5749d0704e981fc15154d"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Sep 17 16:01:40 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Sep 17 11:02:29 2021 -0400"
      },
      "message": "Bug: 513735 - Remove exported internal API\n\nWhile in the past Eclipse project had to export all packages, this\nrequirement has been removed ~6 months ago, so we do not need to export\neverything.\n\n\nChange-Id: Ic517e4dd64fe0a54ef7c4d22e9c40e439fe4301f\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185558\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "668dec82d39508beaca5749d0704e981fc15154d",
      "tree": "7f4bba9bd2ce88bb0a2853cba7fdb312cec521cf",
      "parents": [
        "83e9cdec747e42701cacdab6e308f4253cc4998d"
      ],
      "author": {
        "name": "Markus Duft",
        "email": "markus.duft@ssi-schaefer.com",
        "time": "Thu Mar 23 10:52:25 2017 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Sep 17 09:24:27 2021 -0400"
      },
      "message": "Bug: 513735 - Initial contribution of launch configuration view\n\nThe initial contribution contains a direct port of the current state of\nthe com.wamas.ide.launchview plugin in https://github.com/mduft/lcdsl\n\nChange-Id: I793c9e6fd9ed59b6c590017e4c8a779d99c483ce\nSigned-off-by: Markus Duft \u003cmarkus.duft@ssi-schaefer.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/93689\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "83e9cdec747e42701cacdab6e308f4253cc4998d",
      "tree": "05dc99d03edad02e7b1bc36efbf78866f95aee62",
      "parents": [
        "464bb6d8b231f616937a1e713e33d75523d3fb3d"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Sep 17 13:56:42 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Sep 17 08:54:05 2021 -0400"
      },
      "message": "4.22 update for org.eclipse.debug.ui\n\nFor https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/93689\n\nChange-Id: Id5af380b60dc4578b85fcd96bdc6387f4f0878cd\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185550\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "464bb6d8b231f616937a1e713e33d75523d3fb3d",
      "tree": "59b1c516fd9dfe1d52b47e0e6b00d8885976bc37",
      "parents": [
        "414e81d175aa6413c4fb9f18ea27a016ce867637"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Sep 17 09:54:33 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Sep 17 05:26:32 2021 -0400"
      },
      "message": "4.22 update for org.eclipse.debug.core\n\nFor https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185446\n\nChange-Id: I942edfd316c18ddf047d6d1829c09867e05a6a92\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185537\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "414e81d175aa6413c4fb9f18ea27a016ce867637",
      "tree": "0c4f841d287e0839a2ad7bee47b4d34c4695643c",
      "parents": [
        "465c6c2f1311aa1d9843dbbfeff17c78b40765be"
      ],
      "author": {
        "name": "Kit Lo",
        "email": "kitlo@us.ibm.com",
        "time": "Sun Sep 05 19:35:18 2021 -0400"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Mon Sep 06 02:41:29 2021 -0400"
      },
      "message": "Bug 575782 - POM and product version change for 4.22 release\n\nChange-Id: I870f00ebceb049520f37fac7b882f1f8cab2c891\nSigned-off-by: Kit Lo \u003ckitlo@us.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/185009\nTested-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\n"
    },
    {
      "commit": "465c6c2f1311aa1d9843dbbfeff17c78b40765be",
      "tree": "eb9e60092b06fdf2653ff66b7b3d19e572a58b90",
      "parents": [
        "187ffaa6a47afd1aa3b46a8d773c648a369801a3"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Thu Aug 12 17:12:58 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Thu Aug 12 08:34:19 2021 -0400"
      },
      "message": "Bug 575375 - Update scm links in pom files to use https protocol\n\nChange-Id: Ic2146ca87f8ff1fba90c64d53f66b6e1230708f7\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183949\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "187ffaa6a47afd1aa3b46a8d773c648a369801a3",
      "tree": "6cb834a4b3556155ab2501983c18e725b711878c",
      "parents": [
        "ce73385f7bcb29281828915f43548c73a3400b04"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Thu Aug 12 05:45:25 2021 -0400"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Thu Aug 12 07:18:38 2021 -0400"
      },
      "message": "Revert \"Revert \"Bug 567432 - Remove external tools migration code from 2004\"\"\n\nThis reverts commit 5bb7e72122e0bb02d75efe535220e8ee71e01372.\n\nReason for revert: Ant dependency will be removed\n\nChange-Id: I69d119e0e6082f8606ec93ba1339eac626960ec4\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183771\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "ce73385f7bcb29281828915f43548c73a3400b04",
      "tree": "cd42a1f6907f6ccb5961eb791f8f359973a86dd4",
      "parents": [
        "5143924c24f9fe9c69fdf72fa1a0ac14c895ddf0"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Jul 30 17:24:14 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Thu Aug 12 07:16:07 2021 -0400"
      },
      "message": "[cleanup] Use Comparator.comparing\n\nDone with the JDT UI cleanup action.\n\nChange-Id: I76fd57a8edd342753e683f90bddbca376d543c52\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183558\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "5143924c24f9fe9c69fdf72fa1a0ac14c895ddf0",
      "tree": "3546f76be1a6ba0876d7f5a61ad8ad1238bec264",
      "parents": [
        "5d074b295f483924811b6e11a39600f0b76b0034"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Jul 21 15:36:20 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 09:55:25 2021 -0400"
      },
      "message": "Use JDT static inner class clean up for platform.debug internal packages\n\nThis ticket uses and tests the \"Use static inner class\" cleanup feature:\n - It reviews the feature\n - It reduces the memory consumption as it avoids the pointer to the\nouter class\n\nExample:\n\nBefore:\n\npublic class Outer {\n\npublic class InnerClass {\n    int i;\n\n    public boolean anotherMethod() {\n        return true;\n    }\n}\n}\n\nAfter:\n\npublic class Outer {\n\npublic static class InnerClass {\n    int i;\n\n    public boolean anotherMethod() {\n        return true;\n    }\n}\n}\n\nChange-Id: Id13e31a83bc9a0740a17b1d409aebc613bcbdb7f\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180223\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "5d074b295f483924811b6e11a39600f0b76b0034",
      "tree": "aa3ae04818ae6cf645acab4ae6cd0f98f3213f49",
      "parents": [
        "806e45b161a2ad7d47cd078ba9f3f663ed282484"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Jul 21 13:36:39 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 09:03:54 2021 -0400"
      },
      "message": "4.21 update for org.eclipse.debug.core\n\nRequired for\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180223\n\nChange-Id: Ia5aa1737c4158e83ba86a43bef15f72a3b8f1072\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183232\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "806e45b161a2ad7d47cd078ba9f3f663ed282484",
      "tree": "d13612a5ed9a5f1e5fde2377e430071e1950f5cc",
      "parents": [
        "143b69552fc0ee5d1c0d59c0b387c93db3b34348"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Tue Jul 06 19:17:57 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Jul 21 06:45:47 2021 -0400"
      },
      "message": "Bug 574652 - fix IAE in \"Breakpoints View Update Job\"\n\nSerialized execution of breakpoint jobs without SchedulingRule\nby using a single job instance with a queue for tasks.\n\nChange-Id: I5c987bd4def191ebb4778c0e68be60badd58a4cf\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/182814\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "143b69552fc0ee5d1c0d59c0b387c93db3b34348",
      "tree": "7632f11a1254885fc0556dec75838bce9896ea4b",
      "parents": [
        "272af288984fc6d20cd032d2ee175eecc2d9e16f"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Jul 21 14:25:30 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Jul 21 05:11:38 2021 -0400"
      },
      "message": "Bug 574939 - Move to Tycho 2.4.0\n\nChange-Id: I94cd7c28145bee01cf0b1de62fd5eb1ce2a8f739\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183219\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "272af288984fc6d20cd032d2ee175eecc2d9e16f",
      "tree": "3dfc125a0d1b070088b8d41d8aa146cc211dead8",
      "parents": [
        "03decc31fefef7c2da0c5ec2403c0bfbd5665a18"
      ],
      "author": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Fri Nov 13 21:06:02 2020 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 04:46:45 2021 -0400"
      },
      "message": "[cleanup] Combine nested \u0027if\u0027 within \u0027else\u0027 block to \u0027else if\u0027\n\nCleanup performed on bundles\n- org.eclipse.core.variables\n- org.eclipse.ui.console\n- org.eclipse.ui.externaltools\n- org.eclipse.debug.tests\n- org.eclipse.debug.examples.ui\n\nChange-Id: I4751614c0b8598381be75f8a36332614f4d365b8\nSigned-off-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/172237\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "03decc31fefef7c2da0c5ec2403c0bfbd5665a18",
      "tree": "264108e97c90cc9fca0595adb67ae4a607c896a6",
      "parents": [
        "1773af47ed138af9c4b048f4eb21ae69068e93fd"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 10:47:10 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 04:21:56 2021 -0400"
      },
      "message": "Version bumps for 4.21\n\nNeeded by\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/172237\n\nChange-Id: If194f8dd861a957714967a87e8036a6275e9ae47\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183215\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "1773af47ed138af9c4b048f4eb21ae69068e93fd",
      "tree": "c9389257fc11e9e2319946eb1126f480ca55b9cf",
      "parents": [
        "b5eb36ad42e542fb6f9a89184f03e1ac1723ebd2"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 09:58:27 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 03:13:31 2021 -0400"
      },
      "message": "Version bump for 4.21\n\nNeeded by\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/172237\n\nChange-Id: I3792168701bc52e60cc5e9a470dc2ba5bce34129\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183213\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "b5eb36ad42e542fb6f9a89184f03e1ac1723ebd2",
      "tree": "1845fb0868d0fe281c1671a3b929c4f3e0e661ec",
      "parents": [
        "fe959085ddd02ecd3c7a6679ca3fcfab26acacc5"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Wed Jul 07 17:35:35 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 02:37:13 2021 -0400"
      },
      "message": "4.21 version bump for org.eclipse.debug.tests\n\nfor 182814: Bug 574652 - fix IAE in \"Breakpoints View Update Job\"\n\nChange-Id: I16c3dbd85e6b3f3cab3c78901ebb4ef36f4fea95\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/182861\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "fe959085ddd02ecd3c7a6679ca3fcfab26acacc5",
      "tree": "cea5beb8ecfbbda4fdcb887469ce3dc1bd6cf34b",
      "parents": [
        "57902f262f078044d0bbe8921162b6473869eff5"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jul 15 11:45:15 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jul 15 06:05:30 2021 -0400"
      },
      "message": "Bug 574667 - fix api analysis log path\n\nChange-Id: Ic8433e7c84a6d363eb4dca05c8d67cd62597c86c\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183084\n"
    },
    {
      "commit": "57902f262f078044d0bbe8921162b6473869eff5",
      "tree": "32bbac979625d49997ec3aa39c0904929a40cb73",
      "parents": [
        "5a96d5f04de74af3fc4692e48305360b1e03d9d7"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Jul 13 15:19:23 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jul 15 03:43:15 2021 -0400"
      },
      "message": "Bug 574818 - Deadlock in IOConsoleInputStream.close\n\nAvoid calling into console.streamClosed(this) holding the lock on the\nstream.\n\nChange-Id: I91de4be61d6da666425c0d70e772eb6137ef2d3a\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183022\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "5a96d5f04de74af3fc4692e48305360b1e03d9d7",
      "tree": "412fc53194eab221f84a0a60bdab0ce19998b687",
      "parents": [
        "460824105a7dc0fc17cf2707eb778bc923c0f0e5"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Jul 06 22:45:25 2021 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Jul 06 22:45:25 2021 +0200"
      },
      "message": "Bug 574667 - Skip check freeze when not on master\n"
    },
    {
      "commit": "460824105a7dc0fc17cf2707eb778bc923c0f0e5",
      "tree": "24807be8221eb7c6584723eb65dc026d3478448d",
      "parents": [
        "9d7347220cedc2c4784298b3f5d8e4ee14e9b4f4"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Jun 29 19:54:09 2021 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Jul 05 23:17:06 2021 +0200"
      },
      "message": "Add Jenkinsfile\n\nChange-Id: I7c569218b951a3ebf77b7700db5eca7e9685ad56\n"
    },
    {
      "commit": "9d7347220cedc2c4784298b3f5d8e4ee14e9b4f4",
      "tree": "dc0fed0be54fec5217cbd4d62ab592cfb62fa8a5",
      "parents": [
        "409d8c451296ac6adaa359a578888cb29b89ee2b"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed May 19 10:40:18 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 04:11:45 2021 -0400"
      },
      "message": "Bug 574017 - Remove hard-coded cleanup profiles from projects\n\nHard-coded cleanup profiles prevents us from running other cleanups via profiles on a set of projects. This makes testing new profiles / cleanups harder. Save-actions are not affected by this change.\n\nChange-Id: Ic2eb911396d6f78695f8e9d0a6f57f09133a98e8\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180767\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "409d8c451296ac6adaa359a578888cb29b89ee2b",
      "tree": "a6b80317e2052301ba46c7467858f938589a251e",
      "parents": [
        "8f6d273943408ee30d182d0600bc22d799d2669c"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 08:35:39 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 03:47:10 2021 -0400"
      },
      "message": "4.21 update of org.eclipse.ui.externaltools\n\nFor https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180767\n\nChange-Id: Ica937a1ea6c9d9b6fa4c148c993eadcb91170baa\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181853\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "8f6d273943408ee30d182d0600bc22d799d2669c",
      "tree": "5237725780cd8ee420568e592da20a3a29d7de18",
      "parents": [
        "e007de6b9af43bdc046b1ddade88d3a24ca9d4c2"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 08:34:42 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 03:46:43 2021 -0400"
      },
      "message": "4.21 update of org.eclipse.ui.console\n\nFor https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180767\n\nChange-Id: Ia9ffbb959a7be2d7c92e6a0c112f8a9e2adedd46\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181852\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "e007de6b9af43bdc046b1ddade88d3a24ca9d4c2",
      "tree": "f478901cc91cfc3de34cd9b0cfad2a2afaad8c12",
      "parents": [
        "4ffee3748e6d706c7fa9d68871bcc26bbf9db121"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 08:33:46 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 03:45:59 2021 -0400"
      },
      "message": "4.21. update for org.eclipse.core.externaltools\n\nFor https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180767\n\nChange-Id: Ibabcb81e35cce4c69cf2c7419d6619ac1fcac46e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181851\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "4ffee3748e6d706c7fa9d68871bcc26bbf9db121",
      "tree": "c5b66ad7f407c961298bc58c88f6af201f4f456d",
      "parents": [
        "0ec731a953f5dd77db68fa6689ddeae7ec514e6b"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Thu May 27 17:09:34 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Jun 07 16:16:25 2021 -0400"
      },
      "message": "Bug 573806 - null argument:Action must not be null\n\nChange-Id: I54e6f419e7baa24622d8e8cca957b2ad4da62044\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181097\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "0ec731a953f5dd77db68fa6689ddeae7ec514e6b",
      "tree": "e81ffd59110bb748085c823d32aed25c146a03ac",
      "parents": [
        "b16fd4351680627bca4731281e077d3792f028eb"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue Jun 08 00:05:06 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Jun 07 15:22:50 2021 -0400"
      },
      "message": "Bug 573806 - null argument:Action must not be null\nversion update for 4.21\n\nChange-Id: Ief05b4369838532934727be5d9855e99e896a1df\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181535\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "b16fd4351680627bca4731281e077d3792f028eb",
      "tree": "9c34f0620374f21ca4cd228dee47311c21180be3",
      "parents": [
        "ab34a011239d0c22854e44c5ee7ed3fdef78cfb9"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Thu Jun 03 20:46:35 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Jun 04 02:32:16 2021 -0400"
      },
      "message": "Bug 573960 - POM and product version change for 4.21 release\n\nChange-Id: I142ae5b75e83b8bc01e58dbacaf6ff29be2ba9ea\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181377\n"
    },
    {
      "commit": "ab34a011239d0c22854e44c5ee7ed3fdef78cfb9",
      "tree": "41cb7513403924896155d20898eba64014571f1b",
      "parents": [
        "68189d9f50c2e81aee149ff072cba2ea8677a076"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue May 25 20:03:39 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue May 25 14:10:09 2021 -0400"
      },
      "message": "Bug 573561 - Terminate/Disconnect All command does not appear in\nPreferences -\u003e Keys\n\nChange-Id: I9b62158e708c8d41b31c0110bb1d02cc51d206b4\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181000\nTested-by: Lakshmi P Shanmugam \u003clshanmug@in.ibm.com\u003e\nReviewed-by: Jonah Graham \u003cjonah@kichwacoders.com\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "68189d9f50c2e81aee149ff072cba2ea8677a076",
      "tree": "db28b625cb0c8c6484a9bd8d2f799604fa681d16",
      "parents": [
        "eb6f587ca9aa2802863a547a73c534442ff53b20"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:56:57 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue May 11 00:46:51 2021 -0400"
      },
      "message": "Remove unused api filters.\n\nChange-Id: I8e6878e0db8930bfc95f606d0e66d9dece0c1b2b\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180427\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "eb6f587ca9aa2802863a547a73c534442ff53b20",
      "tree": "7c043aabb309f0c93aa1c4836f1de0b55edba2e3",
      "parents": [
        "119b13119a348c01483e573855260476050d0a1c"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:49:28 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 17:08:55 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.examples.mixedmode\n\nChange-Id: I2d2b4ec39b4539dbf3335c622dc182221d846443\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180424\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "119b13119a348c01483e573855260476050d0a1c",
      "tree": "faa69e1b1e1944b4ce2eff9633220a64d5084636",
      "parents": [
        "2b35c92d27751a6d40f962e2d9c255f3cc1fe6fa"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:48:29 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 16:25:35 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.debug.examples.ui\n\nChange-Id: I243c297f15b1766b90914c60110f7dfd8ac0fb29\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180423\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "2b35c92d27751a6d40f962e2d9c255f3cc1fe6fa",
      "tree": "697fb965329b487c05bc5247d8b306f592d6221a",
      "parents": [
        "8bf68ed63b0d3686f18b232b736ab579dfd2085b"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:47:43 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 16:25:35 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.debug.examples.memory\n\nChange-Id: I7b66eb49f7a9fb96cf90b159d9734e3b72bdc73e\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180422\n"
    },
    {
      "commit": "8bf68ed63b0d3686f18b232b736ab579dfd2085b",
      "tree": "e4fce5cff7202d7deb3b768b865de6243514f715",
      "parents": [
        "f4bfaa7bafe22dd167cc91eb90f09bfb009256c4"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:46:52 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 15:45:38 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.core.variables.\n\nChange-Id: I58010d12f0ed3caea969ff0a79a00d07e5de1b96\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180421\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "f4bfaa7bafe22dd167cc91eb90f09bfb009256c4",
      "tree": "c0743a7360fc0749a5ce51c9eab7b37ee73c7ac7",
      "parents": [
        "841d07c2fbf498f9205b5bd32636508cb0cf9650"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:45:39 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 15:30:30 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.debug.ui\n\nChange-Id: I2571a637886612fd4eb8c0645ef3d31d689d2f7f\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180420\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "841d07c2fbf498f9205b5bd32636508cb0cf9650",
      "tree": "c2ddc401992a92b5943e6b49c5af2fbff9ec6c8f",
      "parents": [
        "739ca9cc22e78caa5df4a15edf42396a518b8b81"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:44:16 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 15:14:15 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.ui.console\n\nChange-Id: I76346cd5c6e04515fa5e6e1d9747f76b699079ad\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180419\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "739ca9cc22e78caa5df4a15edf42396a518b8b81",
      "tree": "cec84924025be169bfb5bcca0920ce6115fa8172",
      "parents": [
        "800829a95a5ce8c299ee106b350f420a1f71b422"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:43:09 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 15:10:51 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.debug.examples.core\n\nChange-Id: I0ef08e1bb15ed675ab636866b5a134b3df6f0bf0\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180418\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "800829a95a5ce8c299ee106b350f420a1f71b422",
      "tree": "d33fa143246f98ad22d78ee7229a8d564dcb724e",
      "parents": [
        "ec129ba7c0f18558a57bd6f840dad30ab18a193b"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:20:18 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 14:49:54 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.ui.externaltools\n\nChange-Id: I6bac75072b388432dd23432b81dbde07b7a846e0\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180415\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "ec129ba7c0f18558a57bd6f840dad30ab18a193b",
      "tree": "2fe637c2c9aefdb9c8a6714814955a306658f80d",
      "parents": [
        "bdc38700e9a2535aef2965f7085ab47570733382"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:18:39 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 14:41:23 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.core.externaltools\n\nChange-Id: I0dc10337169fa2b9c066689671105a8982dc5f06\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180414\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "bdc38700e9a2535aef2965f7085ab47570733382",
      "tree": "cef3544dd6b00ad7b1ed772f1fa15a44b139c82b",
      "parents": [
        "8b3354c5542528933cd03edb9f0a9b995fcdb10a"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sat Jan 02 13:04:50 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Apr 29 02:05:41 2021 -0400"
      },
      "message": "doogfooding use String.join\n\nChange-Id: If83b6421fc216aa54d3fd1edc9387b781d619861\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/174182\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "8b3354c5542528933cd03edb9f0a9b995fcdb10a",
      "tree": "ec8e0d6efcc381d69527999301886effca75b835",
      "parents": [
        "501de1edc114d3de825cd7b770b8c96498b83012"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Apr 09 13:40:44 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Apr 28 17:27:19 2021 -0400"
      },
      "message": "[dogfooding] Use String.join JDT cleanup in eclipse.debug\n\nThe resulting code is much shorter.\n\nChange-Id: I2980ac23520edfbfa7648055cab8999ea69b1f6e\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/179101\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "501de1edc114d3de825cd7b770b8c96498b83012",
      "tree": "2a0bb29395d1a777c14d29ed95a812e329c16ea0",
      "parents": [
        "83664920473076bf1dc4d1d439809125bfdf0008"
      ],
      "author": {
        "name": "Victor Rubezhny",
        "email": "vrubezhny@redhat.com",
        "time": "Wed Apr 21 20:51:05 2021 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Apr 26 11:29:32 2021 -0400"
      },
      "message": "Bug 573078 - Prevent NPE in TestRunSessionSerializer\n\nChange-Id: I7775d0999e54ecb20990334969aca77122f73fd7\nSigned-off-by: Victor Rubezhny \u003cvrubezhny@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/179663\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "83664920473076bf1dc4d1d439809125bfdf0008",
      "tree": "50177b66b503ec100e703f1a4af8e029d7ab7769",
      "parents": [
        "207745114db3eb38158326e0eb30db5161aa9101"
      ],
      "author": {
        "name": "Frank Benoit",
        "email": "frank.rene.benoit@gmail.com",
        "time": "Fri Apr 16 20:39:49 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Apr 16 15:16:31 2021 -0400"
      },
      "message": "Bug 572910 - Prevent NPE in LaunchConfigurationDialog\n\nChange-Id: I3eeb5e571b1c6e4a9fd7d421b1fd507510d6b713\nSigned-off-by: Frank Benoit \u003cfrank.rene.benoit@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/179446\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "207745114db3eb38158326e0eb30db5161aa9101",
      "tree": "49153cf0156002ac6dd4fc13653142a9138de597",
      "parents": [
        "5a322df14122ebc566a988436717be558e7fb5b5"
      ],
      "author": {
        "name": "BJ Hargrave",
        "email": "hargrave@us.ibm.com",
        "time": "Fri Apr 03 16:29:19 2020 -0400"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Thu Apr 15 13:37:33 2021 -0400"
      },
      "message": "Bug 561772 - Fix handling of double quotes on windows\n\nWhen processing an argument on windows which includes double quotes,\nthe code fails to reset the backslash count when a non-backslash or\ndouble quote character is encountered. This results in any double\nquotes encountered after a backslash having excess backslashes\ninserted before the double quote.\n\nChange-Id: I4822dc702627228051e36d4b73c93cd6e2634e45\nSigned-off-by: BJ Hargrave \u003chargrave@us.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/160458\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "5a322df14122ebc566a988436717be558e7fb5b5",
      "tree": "9ff6500958be798566a22dc4b8185db7aa92f2ac",
      "parents": [
        "645c89a7bcfeddb4862d21d8e68d312859426382"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Apr 12 22:03:10 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Apr 12 22:03:10 2021 +0200"
      },
      "message": "[dogfooding] Use Java method instead of system property cleanup\n\nApplied use Java method instead of system property\n\u0027FILE_ENCODING,PATH_SEPARATOR,FILE_SEPARATOR,LINE_SEPARATOR,BOOLEAN_PROPERTY\u0027\n\nChange-Id: I66c10e902f27e9603b1432b4fc679b7472740c03\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    }
  ],
  "next": "645c89a7bcfeddb4862d21d8e68d312859426382"
}
