)]}'
{
  "log": [
    {
      "commit": "d15de47c5c6e62e6d6bcc73798e0a4b54466142d",
      "tree": "ed7897d14212e6070855554acee35108379eabfb",
      "parents": [
        "6fede7f48fee0baddb92e869ed9cb003013392f2"
      ],
      "author": {
        "name": "Petr Bodnar",
        "email": "p.bodnar@centrum.cz",
        "time": "Sun Apr 10 15:29:44 2022 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Apr 11 04:05:51 2022 -0400"
      },
      "message": "Make SearchPattern test case more readable\n\n* fix typos and grammar\n* ending pattern with \" \" or \"\u003c\" should have the same results, therefore\ntest these in the same way in order to avoid confusion\n* fix assertEquals() parameters order\n* make identifiers more self-explaining\n\nSigned-off-by: Petr Bodnar \u003cp.bodnar@centrum.cz\u003e\nChange-Id: Id6605422b939f201e8a4fe7852e1bf725e0dd8dd\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192602\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "6fede7f48fee0baddb92e869ed9cb003013392f2",
      "tree": "20d407d2d2aea681c96cf23b3fc12df51d3e9ff4",
      "parents": [
        "1e03b2c133c9f300155550c0633ea185b411b765"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Apr 05 09:58:37 2022 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Apr 05 03:59:17 2022 -0400"
      },
      "message": "Added org.apache.commons.fileupload for equinox tests\n\nChange-Id: I10d97d00593e84a78cd176a5f636966e67661adb\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192498\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "1e03b2c133c9f300155550c0633ea185b411b765",
      "tree": "3fb6a4ff14bbbf1da6ea26c991846eb52b91fa86",
      "parents": [
        "9bfeb976fbf87f312e00cac9bf8e91c19ae27d04"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon Apr 04 13:08:24 2022 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon Apr 04 07:01:33 2022 -0400"
      },
      "message": "Use Thread.yield() instead of yield()\n\nAs per https://openjdk.java.net/jeps/361 yield is restricted identifier\nand this breaks javadoc build with Java 17 with:\n\"\n../../../eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse\nUI/org/eclipse/ui/application/WorkbenchAdvisor.java:759: error: invalid\nuse of a restricted identifier \u0027yield\u0027\n\t\t\t\t\tyield();\n\t\t\t\t\t^\n  (to invoke a method called yield, qualify the yield with a receiver or\ntype name)\n  \"\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: Ib769d0e744c786871dffb94bd297f96c2c9ddb8e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192465\nTested-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "9bfeb976fbf87f312e00cac9bf8e91c19ae27d04",
      "tree": "d12d80a1748afdd2c3df05c05df9415d9693e0fc",
      "parents": [
        "aa2435ea3f8745bf499e4e6cda6521d72292a476"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Sat Apr 02 20:43:14 2022 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Sat Apr 02 15:55:16 2022 -0400"
      },
      "message": "Bug 479451 - updated version range for resources bundle dependency\n\nChange-Id: I7ce7fef3522d4004df4213d1f10b8984b6769196\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192442\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "aa2435ea3f8745bf499e4e6cda6521d72292a476",
      "tree": "e0030d434690687e359d552273e0da067ea7d128",
      "parents": [
        "b6ba6609e3dd195b2d327288a100839065e01ed3"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Apr 02 07:33:13 2022 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Apr 02 11:22:27 2022 -0400"
      },
      "message": "Improve assertions in PluginActivationTests\n\nassertEquals(0, variable) gives better output in case of failure than\nassertTrue (variable\u003d\u003d0)\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I41e18f3b6d5c717def71e17fcaae8a99f9f85547\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192438\nTested-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "b6ba6609e3dd195b2d327288a100839065e01ed3",
      "tree": "a15b3dd65d3ad5b6eeaf75a78e2d3c8dd9552796",
      "parents": [
        "18a5b329dba82e201cf3c83f7d057008480fe3b9"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Apr 01 22:27:43 2022 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Apr 02 00:05:48 2022 -0400"
      },
      "message": "Convert NotificationPopupTest to lambdas\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: Ibecf3fbc1b9d1beb20731fb28b884ddbf9fc5a18\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192435\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "18a5b329dba82e201cf3c83f7d057008480fe3b9",
      "tree": "d7221c6036246917dca55dff490732c4ee7fefff",
      "parents": [
        "40000486feb2b36bb76810cc148656d3c77539b1"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Apr 01 22:03:43 2022 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Apr 01 17:54:24 2022 -0400"
      },
      "message": "Stop using hamcrest library\n\nOne less bundle required and easier to read assertions.\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I18e816e11373368a135ac650a2d8af2bdc18da21\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192431\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "40000486feb2b36bb76810cc148656d3c77539b1",
      "tree": "c4d3b5e235ae668721fea45167493d1b28233233",
      "parents": [
        "14576e534fe6a2970ba2cb4d92aae682a3bd5e5f"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Mar 31 14:29:19 2022 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Apr 01 03:36:53 2022 -0400"
      },
      "message": "Bug 543466 - Added org.eclipse.ui.examples.markerHelp\n\nChange-Id: Ib712127dfac4cf35d7d285c75d24c422ef8f4651\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192401\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "14576e534fe6a2970ba2cb4d92aae682a3bd5e5f",
      "tree": "37bb868ba3cb60bd3f8fbdeee2e0cc8702957054",
      "parents": [
        "d30e660750936aee1e87fb3a5cd5715d45a3ad9c"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Apr 01 08:24:34 2022 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Fri Apr 01 03:16:30 2022 -0400"
      },
      "message": "Bug 579019 - fixed javadoc\n\nChange-Id: I0251464a2299140892d87045bbfa0d73f52fae94\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192415\nReviewed-by: Matthias Becker \u003cma.becker@sap.com\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "d30e660750936aee1e87fb3a5cd5715d45a3ad9c",
      "tree": "e70040bbf4a259df47a1b54db400afa5f995c344",
      "parents": [
        "45eddbefedf57c9d4c9b72c48b1c9d6a7d172bf9"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Wed Mar 30 14:36:28 2022 +0200"
      },
      "committer": {
        "name": "Jörg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Fri Apr 01 02:57:40 2022 -0400"
      },
      "message": "Bug 578964 - fix NPE in MenuManagerHideProcessor\n\nChange-Id: I5462b3e33c45fe58d9da9a0a1ff17673e120b2a8\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192363\nReviewed-by: Jörg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "45eddbefedf57c9d4c9b72c48b1c9d6a7d172bf9",
      "tree": "12ebf855ed133c34bb84524b98d31d239ba397c4",
      "parents": [
        "6f9e3c953c1fbae5dfa95b461a212baf8e244cbb"
      ],
      "author": {
        "name": "Wim Jongman",
        "email": "wim.jongman@remainsoftware.com",
        "time": "Sat Feb 20 20:59:31 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 31 03:44:26 2022 -0400"
      },
      "message": "Bug 525984 - Improve warning message \"Not a valid list position.\"\n\nThe E4 model contains a \"Position in list\" element which uses a specific\nsyntax. If the syntax is violated a confusing message is logged using\nSystem.err: \"Invalid list position.\"\n\nThis patch:\n\n* Improves the information in the message\n* Logs to the log instead of System.err\n\nChange-Id: I5a498cc2ea8706bfdf9bafc1f5f02c1864e0fdfd\nSigned-off-by: Wim Jongman \u003cwim.jongman@remainsoftware.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/176567\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "6f9e3c953c1fbae5dfa95b461a212baf8e244cbb",
      "tree": "1b2b22dbaae1ed88896e58996a81c6e5f99c1026",
      "parents": [
        "ede69ec7692ff68333487b2a25ba4ddc7a676d6a"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 31 08:25:20 2022 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 31 03:43:45 2022 -0400"
      },
      "message": "Version bump for 4.24 stream\n\nNeeded for\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/176567\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I0fa73df084cd84cea57ddf70b22e91bd808c92e3\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192389\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "ede69ec7692ff68333487b2a25ba4ddc7a676d6a",
      "tree": "76e731e941f9300336c6c973efb096378744b926",
      "parents": [
        "84909174e74c61a305ebd9343f3f8b0b28d9f332"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 14:40:36 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 31 01:45:30 2022 -0400"
      },
      "message": "Bug 494327 - Reenable test for GTK3\n\nChange-Id: I88b450c3eaa64652992288f598c7ecc5cd5e7190\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192365\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "84909174e74c61a305ebd9343f3f8b0b28d9f332",
      "tree": "2fd337eb655984d21a519abf460cb8c593650b2d",
      "parents": [
        "134ce69cb2df634443cf3bb5f26cdd663cc3fdff"
      ],
      "author": {
        "name": "Tim Neumann",
        "email": "Tim.Neumann@advantest.com",
        "time": "Fri Feb 01 17:07:11 2019 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Mar 30 11:39:29 2022 -0400"
      },
      "message": "Bug 543466 - Add example for the help context provider\n\nChange-Id: I123ae0b0e077ec878630719922667d0830d11120\nSigned-off-by: Tim Neumann \u003cTim.Neumann@advantest.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/136156\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "134ce69cb2df634443cf3bb5f26cdd663cc3fdff",
      "tree": "90b34e65b26a8024ea34ba4353bd61731f922b12",
      "parents": [
        "93d1522b5fb9b2652ab9b136cc7ef637b9f98b67"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 29 11:35:21 2022 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 11:01:58 2022 -0400"
      },
      "message": "Bug 579463 - Welcome screen should not hide toolbar\n\nBefore this change, opening the welcome screen hides the toolbar. As the\nwelcome screen is the only view which does this, I suggest to remove\nthis due to a consistent behavior. Less special behavior in a tool is\nbetter for the overall user experience.\n\nChange-Id: I886bd80524cd3f09a753c4a3400d3a2276bb99fd\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192306\nReviewed-by: Holger Voormann \u003ceclipse@voormann.de\u003e\n"
    },
    {
      "commit": "93d1522b5fb9b2652ab9b136cc7ef637b9f98b67",
      "tree": "b330f8c9ebca5a9b1be41c14ffd4c4e4978f1bf8",
      "parents": [
        "6dfe23d25902d9dd7d334b8f8a3e07112d6a13bb"
      ],
      "author": {
        "name": "Mykola Zakharchuk",
        "email": "zakharchuk.vn@gmail.com",
        "time": "Tue Mar 01 10:09:35 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Mar 30 10:58:09 2022 -0400"
      },
      "message": "Bug 579019 - Clicking on NotificationPopup should reveal parent window\n\nNotificationPopup is always shown on the top of desktop environments\nwindows stack. If there are any 3rd windows on the top of the parent\nwindow, it is not clear to what window the popped-up notification\nbelongs to. On clicking on the notification nothing happens. This is\nconfusing.\n\nWith this change: parent window is shown (brought upfront) on\nclicking the NotificationPopup.\n\nThe clients that don\u0027t want the new behavior may override\naddWindowActivationHelper() method to do nothing, or they might want to\nextend the new behavior (do something else) by overriding\ncreateWindowActivationHelper().\n\nChange-Id: I1b0ebf1b5868c271b276adaa2562be36a7fc1d48\nSigned-off-by: Mykola Zakharchuk \u003czakharchuk.vn@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191296\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "6dfe23d25902d9dd7d334b8f8a3e07112d6a13bb",
      "tree": "45670e5a9d72b0b6a3eec6006a349783e648b1e4",
      "parents": [
        "06d812c8400548e8a81ff6ce335bf295b0736f70"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 14:54:11 2022 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 09:41:07 2022 -0400"
      },
      "message": "4.24 version bump for org.eclipse.jface.tests\n\nFor https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/185892\n\nChange-Id: I45646e811140a83db8e682a308b8fe2a78469882\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192368\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "06d812c8400548e8a81ff6ce335bf295b0736f70",
      "tree": "317fdbb784d89bbe0f61e98dbddc1c693224612d",
      "parents": [
        "357f8dd3fbdfe64d8e3776760536853553caafe5"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 29 16:14:02 2022 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 08:26:36 2022 -0400"
      },
      "message": "Bug 579475 - Use Objects.equals instead of custom method for Color\ncomparision\n\nChange-Id: Iacba3ead254da835a58420de6ff57a3c5dc28932\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192315\n"
    },
    {
      "commit": "357f8dd3fbdfe64d8e3776760536853553caafe5",
      "tree": "fe998b294745b07fe1d8949a1683e2159e716c2f",
      "parents": [
        "32569721cdbc1bda4138fb9ff883919fcdd68687"
      ],
      "author": {
        "name": "Conrad Groth",
        "email": "info@conrad-groth.de",
        "time": "Sun Nov 08 16:48:18 2020 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 30 07:34:19 2022 -0400"
      },
      "message": "Bug 553833 - [Tests] Move o.e.jface.tests.databinding.conformance to\nJUnit4\n\nTo keep the current direction of the dependency\no.e.jface.tests.databinding to o.e.jface.tests.databinding.conformance,\na custom two-step parameterized runner was build. The first step\ncollects all the conformance tests by using the existing method\naddConformanceTest and the second step instantiates each test class with\nthe given delegate as constructor argument.\n\nChange-Id: I0b120a22be78aafd8e8dee71331dea8f5601343c\nSigned-off-by: Conrad Groth \u003cinfo@conrad-groth.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/171950\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "32569721cdbc1bda4138fb9ff883919fcdd68687",
      "tree": "dc81525a3257551ce076522aa8b334009c27f10c",
      "parents": [
        "276e6b61f04c84faf9113ffa14ecfe081951afc9"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 30 11:30:07 2022 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 30 07:31:55 2022 -0400"
      },
      "message": "Version bump for 4.24 stream\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I8b1279b8911e565583b722939c3d59a6cc61a2be\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192354\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "276e6b61f04c84faf9113ffa14ecfe081951afc9",
      "tree": "3e5745d1be14b9ab7c73fdece8e2cba423595bb3",
      "parents": [
        "afccef61b8d33e2d2e54a1fb7a181d3229dd4d76"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 29 10:31:05 2022 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 06:18:48 2022 -0400"
      },
      "message": "Minor reformats in org.eclipse.e4.ui.tests.css.swt\n\nOld code was written with a shorter line lenght than the new Eclipse\nformatter. The change helps to read the code and tests easier.\n\nChange-Id: I1698b1fadc9b83802e58ec68a279369b94089074\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192302\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "afccef61b8d33e2d2e54a1fb7a181d3229dd4d76",
      "tree": "d14118b2b76380c1c00974d3841fd8245cc4df74",
      "parents": [
        "001c32feb145039aea0b90c49496a5e5ab78e373"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 29 10:10:04 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 30 04:42:26 2022 -0400"
      },
      "message": "Dogfooding - Remove unused private method parameters cleanup for\ne4.ui.css.swt\n\nJDT introduced a new clean for removing unused private method\nparameters, we should use it in our code base to \"iron\" it out.\n\nChange-Id: I66c563e2a5c1d12787c71855c91138181b4d0b9d\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192301\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "001c32feb145039aea0b90c49496a5e5ab78e373",
      "tree": "1ec6df15bac32d04f128d8644e78ca3c291a881e",
      "parents": [
        "3fab11097af6889e2e6d11308a4de7e57847315e"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 29 14:59:11 2022 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 04:19:40 2022 -0400"
      },
      "message": "Bug 579475 - Removed unused static ICSSPropertyBackgroundHandler\ninstance\n\nRemoves useless static reference in CSSPropertyBackgroundSWTHandler\n\nChange-Id: I496d2aaef698b79a1f8d3ec474009f750636f068\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192313\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "3fab11097af6889e2e6d11308a4de7e57847315e",
      "tree": "6944f622d9e0068551aa6ae82ee98595534734b7",
      "parents": [
        "24f61710690a10d3628f8ad973c022dc58fd69a1"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 09:47:08 2022 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 03:48:57 2022 -0400"
      },
      "message": "Increase build time for verification build\n\nChange-Id: I0cfb34d2a073fa2b2e5793e36f1a3e87f85ae126\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192347\n"
    },
    {
      "commit": "24f61710690a10d3628f8ad973c022dc58fd69a1",
      "tree": "eac3e791b8ecb581162e08a905447a4f86e23356",
      "parents": [
        "dab51a4da5b9bad2df1bb716fc105a09c9225ba4"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 08:26:27 2022 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 30 03:20:19 2022 -0400"
      },
      "message": "4.24 update of tests.css.swt and test.css.core\n\nRequired for pending Gerrits\n\nChange-Id: If1909646fef8e1c8975d41db52acc190d9549a50\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192346\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "dab51a4da5b9bad2df1bb716fc105a09c9225ba4",
      "tree": "b94fe4dafb5adb5d2bc75bd88d6992dc894954ca",
      "parents": [
        "b5ef0786229dc90bb56ecf07ee8118caa618120c"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 29 15:08:57 2022 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Mar 29 10:04:16 2022 -0400"
      },
      "message": "Adds .polyglot.META-INF to .gitignore\n\nChange-Id: Iec0bf0a2fcdb15e60512d7267f4807d5f50a394d\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192314\nTested-by: Mickael Istria \u003cmistria@redhat.com\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "b5ef0786229dc90bb56ecf07ee8118caa618120c",
      "tree": "1c8b7702d814ec2af02d692c38c6ad4b955b2eb5",
      "parents": [
        "9eaeae494c26d7fb80075e4cf691d3cb39d7370c"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Thu Aug 20 10:26:55 2020 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 29 05:59:41 2022 -0400"
      },
      "message": "Bug 566218 - Provide FillLayoutFactory\n\nIncludes the necessary version update as new API has been added.\n\nChange-Id: Ia93860bde461cc170b6ea11a498e5075163a84a3\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nAlso-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/167997\nReviewed-by: Marcus Höpfner \u003cmarcus.hoepfner@sap.com\u003e\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "9eaeae494c26d7fb80075e4cf691d3cb39d7370c",
      "tree": "be465a8ec2c642a5a326250b22dd0386eae1713e",
      "parents": [
        "40aef4bca8d39333e6ddd6a937fd0592cb439e8a"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 29 10:49:20 2022 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 29 05:56:42 2022 -0400"
      },
      "message": "4.24 update for org.eclipse.e4.ui.css.swt\n\nRequired for pending Gerrits\n\nChange-Id: Ie90e1b694a7d7c70e4052b112152600f1e764ff1\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192304\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "40aef4bca8d39333e6ddd6a937fd0592cb439e8a",
      "tree": "6c8d23141b495f7ece59cbc8a5f76f88ece7d1b6",
      "parents": [
        "56b8aadc710cad3884ececf8dbe8434ba7fad31c"
      ],
      "author": {
        "name": "Alois Zoitl",
        "email": "alois.zoitl@gmx.at",
        "time": "Sun Jan 09 21:26:26 2022 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 29 04:23:06 2022 -0400"
      },
      "message": "Bug 577857 - check project existence also for import from archive\n\nThis fix checks also for existing projects in workspace when importing\nan archive independent if the copyfiles flags was set or not.\n\nBug: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d577857\nChange-Id: Id215c0416c8acb7da2a1a148e0f70f401cd658ad\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/188937\nReviewed-by: Rolf Theunissen \u003crolf.theunissen@gmail.com\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "56b8aadc710cad3884ececf8dbe8434ba7fad31c",
      "tree": "dbf79b145a78c3cb7e693357ac7c8d66110456e1",
      "parents": [
        "81de3e5232528898e22d1d9ea70abcade6888f90"
      ],
      "author": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Tue Mar 20 06:05:26 2018 +0100"
      },
      "committer": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Tue Mar 29 03:38:21 2022 -0400"
      },
      "message": "Bug 532631 - getSelectedEncoding(): add disposal check\n\nChange-Id: I26f34020395cf9e5bb45e7ae6d1e7e4e5a4454ba\nSigned-off-by: Karsten Thoms \u003ckarsten.thoms@karakun.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/119743\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\n"
    },
    {
      "commit": "81de3e5232528898e22d1d9ea70abcade6888f90",
      "tree": "c6f6e464e7d94d6890e9b52d8d91d5cac47fad22",
      "parents": [
        "a64fbfc07ad0599192c986a2d7ac638b93da9e33"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Sep 23 23:47:22 2019 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Mar 26 03:10:35 2022 -0400"
      },
      "message": "Bug 551388 - Remove ResourceNavigator from Resource perspective\n\nOne obsolete test removed, another one adjusted.\n\nChange-Id: I2ff92ee9afed2bc07cf58e65784b09122253c578\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/150025\nTested-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "a64fbfc07ad0599192c986a2d7ac638b93da9e33",
      "tree": "97b3f489d6ef8310f4eaf3bfc1a66ae45311ab21",
      "parents": [
        "37246af8e3727d5dd0755ea0a9fe5e8931a3ee21"
      ],
      "author": {
        "name": "Simeon Andreev",
        "email": "simeon.danailov.andreev@gmail.com",
        "time": "Fri Mar 18 12:33:29 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Mar 25 06:19:20 2022 -0400"
      },
      "message": "Bug 479451 - Provide quick-fix for no explicit encoding problem markers\n\nThis change adds marker resolution for problem markers introduced for\nbug 479451. The resolution is to explicitly set the projects encoding to\nthe workspace default encoding.\n\nChange-Id: I31b86a8b86ac3bd56b5bfcc1cbf1d06c0ae99de9\nSigned-off-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192054\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "37246af8e3727d5dd0755ea0a9fe5e8931a3ee21",
      "tree": "755d8941ab73a63ea32585cfed37aef6497142cf",
      "parents": [
        "2b3a88e75f535ba4aac238916e25d1c942a6c6de"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 24 12:39:34 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 24 07:28:17 2022 -0400"
      },
      "message": "Use verifyFreezeReport.sh from download.eclipse.org\n\nTo prevent hiting raw.githubusercontent.com quota.\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I3705746a5fe766d16ff4cf0ce4901d8c81a9da55\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192207\nTested-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "2b3a88e75f535ba4aac238916e25d1c942a6c6de",
      "tree": "4554336ba76b9374056687cd8075465ab8bf3c4c",
      "parents": [
        "dbe4dfdb2a603c83955f2c95d0645a8be450f8a6"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Mar 22 17:21:05 2022 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 23 06:24:59 2022 -0400"
      },
      "message": "4.24 version bump for org.eclipse.ui.ide.application\n\nFor\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/150025\n\nChange-Id: Ib9db0e8bb06c8821f0ea629e9707d8526e9f5bf2\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192156\nTested-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "dbe4dfdb2a603c83955f2c95d0645a8be450f8a6",
      "tree": "57e0c11528b6bdc3e3134d7a0e5ad947d0e7e37a",
      "parents": [
        "80f72fea32af3d7708bf1c41954bf4398f1ec8ac"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 02 16:18:44 2022 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 23 05:40:49 2022 -0400"
      },
      "message": "Revert \"Revert \"Bug 579048 - Widget is disposed exception from\nSWTPartRenderer during unit tests for disposed toolbar entries\"\"\n\nThis reverts commit 9b299d1eab3d18864054a56714b5b50e2102b0cd.\n\nChange-Id: Ie4a53f2c9fbf49eefd3aebe230e3b8b8c8e5b0b7\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191362\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "80f72fea32af3d7708bf1c41954bf4398f1ec8ac",
      "tree": "f096ebf95634f2d5c1f367dd6f732767f5d4eedb",
      "parents": [
        "363418b210cb53bee06e5b204db9260a392df720"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Mar 18 13:23:53 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Mar 18 10:23:48 2022 -0400"
      },
      "message": "Bug 479450 - Set project encoding when creating a new project\n\nAdopted test expectations to the additional .settings folder created now\n\nChange-Id: Id31f68bc5320ce77faab2f02f4a4a1e3db609a5c\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192055\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "363418b210cb53bee06e5b204db9260a392df720",
      "tree": "0546be8c3f765c5ec09ef5d85fc219941e222495",
      "parents": [
        "a72d156137d5ef27ad952183dde89980bee8ae39"
      ],
      "author": {
        "name": "Niraj Modi",
        "email": "niraj.modi@in.ibm.com",
        "time": "Wed Mar 16 15:30:31 2022 +0530"
      },
      "committer": {
        "name": "Niraj Modi",
        "email": "niraj.modi@in.ibm.com",
        "time": "Wed Mar 16 07:02:49 2022 -0400"
      },
      "message": "Bug 578630 - [Accessibility] Labels are invisible at Model Spy Form tab\ndialog under high contrast theme\n- Adjusted background for \u0027Composite\u0027 under high contrast theme\n\nChange-Id: I28e66fd07a6c513f0926b8b4b8163e3aa1d6a519\nSigned-off-by: Niraj Modi \u003cniraj.modi@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191947\n"
    },
    {
      "commit": "a72d156137d5ef27ad952183dde89980bee8ae39",
      "tree": "fc4b76d4090c6358887bb7d1e9e4563b0d06cf2c",
      "parents": [
        "edc8a380ae936f998d408e211c7973c8ff86e59c"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Mar 14 16:58:26 2022 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Mar 15 05:26:19 2022 -0400"
      },
      "message": "Bug 576341 - QuickAccess allows to open a file for a given path\n\nChange-Id: Icf0130ca7e3dce4b3f21f11a9f96c04913398d70\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191883\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "edc8a380ae936f998d408e211c7973c8ff86e59c",
      "tree": "be6cd0da1d8e95cb786b32b31467cd65d5e1c59f",
      "parents": [
        "b2c84dedf067e32913da7566ec49b784064b1830"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 12:24:58 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 10:55:58 2022 -0500"
      },
      "message": "Simplify if conditions.\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I84d69f83dff9642e005caca6c686224bbfac4dd0\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191709\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "b2c84dedf067e32913da7566ec49b784064b1830",
      "tree": "e3ab88a535348553b81b74076977f9a44c6e3220",
      "parents": [
        "2d5fe7193a0f45601fde4c6f22fb0aadc176ce6f"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 12:27:17 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 10:37:44 2022 -0500"
      },
      "message": "Use assertNotEquals instead of assertTrue (a!\u003db)\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I21b467a0097d8c8c6e33e73c1799ddbdd19bd999\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191710\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "2d5fe7193a0f45601fde4c6f22fb0aadc176ce6f",
      "tree": "7908b8304539c53361dea5ac99cb32ccf3b9679f",
      "parents": [
        "5123f1accb2f97a1a593fc8c87fd079eb29be1f5"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 12:20:52 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 09:42:37 2022 -0500"
      },
      "message": "Cleanup SelectionAdapterFactory\n\nGenerify, use varargs and use method references rather than lambdas.\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I82ec8b8efad5df4dbc25bfd9b1e7e61ccf28d652\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191708\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "5123f1accb2f97a1a593fc8c87fd079eb29be1f5",
      "tree": "1ca6e533c3b709b55d57e7451c24dbd967425c89",
      "parents": [
        "48420836338153cbc1ee81d150bb78ffdb496616"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 09:50:53 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 08:50:10 2022 -0500"
      },
      "message": "Remove Bundle-Copyright without value in o.e.e4.ui.ide.\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: If85779c51affc71a2c3f2b5292ed4a5ac863cea4\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191698\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "48420836338153cbc1ee81d150bb78ffdb496616",
      "tree": "cb210a56429624413ebf1d94af7f8c7e60a04b68",
      "parents": [
        "590de8b87184a6d6a61bd082650a2ed6ee5e905c"
      ],
      "author": {
        "name": "Niraj Modi",
        "email": "niraj.modi@in.ibm.com",
        "time": "Thu Mar 10 11:17:36 2022 +0530"
      },
      "committer": {
        "name": "Niraj Modi",
        "email": "niraj.modi@in.ibm.com",
        "time": "Thu Mar 10 05:56:13 2022 -0500"
      },
      "message": "Bug 567563 - [Win32] Eclipse could set dark mode based on os settings.\n- Removed the OS check for MAC and GTK platforms.\n- Fixed bundle version in project:\norg.eclipse.e4.ui.workbench.renderers.swt\n\nChange-Id: I4632f1279b830d71bbb4d153d7f129238652a5b2\nSigned-off-by: Niraj Modi \u003cniraj.modi@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191693\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "590de8b87184a6d6a61bd082650a2ed6ee5e905c",
      "tree": "562f2d20e6b6ade76f8759537586d9d89bf8db80",
      "parents": [
        "1cef18a1b2d1e8a8a6d156551f516f92b747031c"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Feb 16 16:31:37 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 05:53:08 2022 -0500"
      },
      "message": "Bug 578786 - Remove BookmarkNavigator and related API\n\nDelete as announced in Bug 550439 - Mark BookmarkNavigator and related\nAPI for deletion\n\nChange-Id: Ifbda7b4535c742873d6e61b5f558659e05742ccd\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190852\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "1cef18a1b2d1e8a8a6d156551f516f92b747031c",
      "tree": "ed1c63288757eb1725e3a137e75166ffefed82da",
      "parents": [
        "875dc45740a63a53ed0beac9d441cbcb4e6db19a"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 09:45:56 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 05:02:04 2022 -0500"
      },
      "message": "Generify DefaultWorkbenchBrowserSupport\n\nAnd switch from Hashtable to Map to reduce useless synchronizatoin.\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I87d1a1bfc522e03f396db2d8edf65c58b7fb22a6\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191697\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "875dc45740a63a53ed0beac9d441cbcb4e6db19a",
      "tree": "8d07b3f28b101fac84cbc52feec57416acbbc5df",
      "parents": [
        "3d8fba308cc114b6cbef7e1ac79cb5e84d9030a2"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 09:41:31 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 05:01:45 2022 -0500"
      },
      "message": "Add API filter for version bump in o.e.e4.ui.worbench.renderers.swt\n\nNeeded due to version bump in cherry-picked fix with version bump in\n4.23 RC2a.\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I1e5218c61a12e21675bd4fbe0d94665196541930\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191696\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "3d8fba308cc114b6cbef7e1ac79cb5e84d9030a2",
      "tree": "f37ad4a47b95091f0bf6194b5d123aedfb5e8662",
      "parents": [
        "28bc7a62bc7d06eccfbbc85fd6082c0e14841b5c"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 08:48:14 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 10 02:36:12 2022 -0500"
      },
      "message": "Version bump for 4.24 stream\n\nBumped 0.0.200 due to last minute change in 4.23 stream.\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: Id3436d7d63af3e4238683e966856ef7223d6f280\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191694\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "28bc7a62bc7d06eccfbbc85fd6082c0e14841b5c",
      "tree": "89cd815192b5a682524a0de14c312bddd20b44f8",
      "parents": [
        "e30075c90e883dd17bb14a6229985d258ad3034b"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Mon Feb 21 10:52:49 2022 +0100"
      },
      "committer": {
        "name": "Jörg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Wed Mar 09 06:27:39 2022 -0500"
      },
      "message": "Bug 578864 - remove fake job from waiting progress list\n\nThe change removes an entry for the swt display thread\n\"The user is waiting for background work to complete\"\nif no particular Job was running in display thread.\n\nSince it is now possible to cancel exactly that job\nwith a dedicated cancel button the additional entry\nfor does not add value but is confusing.\n\nChange-Id: I857fac569f58fb46fa0994b760b79df72a5f8da4\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191000\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "e30075c90e883dd17bb14a6229985d258ad3034b",
      "tree": "dea35aa16f511d0ebbbbe641ab54d21e800f6991",
      "parents": [
        "48781d23a8b84aaa50502ee9113f287e738d3899"
      ],
      "author": {
        "name": "Simeon Andreev",
        "email": "simeon.danailov.andreev@gmail.com",
        "time": "Tue Mar 08 16:05:48 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 08 12:00:17 2022 -0500"
      },
      "message": "Bug 579149 - Large file editor chooser remembers selection for too long\n\nAfter remembering an editor selection, for opening a large file,\ncanceling the respective dialog results in opening the previously\nselected editor.\n\nThis change resets the values stored in DialogPromptForEditor, prior to\nopening the editor selection dialog. This ensures canceling or closing\nthe dialog yields correct results.\n\nChange-Id: I84937148c930b26cd5abb9c155507b46a009bb36\nSigned-off-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191609\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "48781d23a8b84aaa50502ee9113f287e738d3899",
      "tree": "4f7bb14edc1a6832e6c159464f525434f819da09",
      "parents": [
        "01dca04c83484d0b930ab23030d1c05d9a836be8"
      ],
      "author": {
        "name": "Simeon Andreev",
        "email": "simeon.danailov.andreev@gmail.com",
        "time": "Mon Mar 07 09:30:01 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 08 05:43:01 2022 -0500"
      },
      "message": "Bug 579119 - Unexpected large file editor selection pop-up\n\nThis change adds missing handling for preference\n\"largeFileLimits_default_enabled\".\n\nChange-Id: I1146d363b01d018d7c1811b09395f70b0298454a\nSigned-off-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191527\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "01dca04c83484d0b930ab23030d1c05d9a836be8",
      "tree": "8f2aa87ffd47d549d9c8515c7b07c0d8e2d7e2c1",
      "parents": [
        "80547958cf77fd84c98725ea2fa981b9d22719ed"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 08 11:03:00 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 08 05:41:12 2022 -0500"
      },
      "message": "Bug 579119 - version bump for org.eclipse.ui.tests\n\nChange-Id: Id7db0002e2e7379ea583cd17d4ebf1f2ab7f672b\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191595\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "80547958cf77fd84c98725ea2fa981b9d22719ed",
      "tree": "8f2aa87ffd47d549d9c8515c7b07c0d8e2d7e2c1",
      "parents": [
        "c0f971a8755cbf70c83f6251e6c139b286465fc8"
      ],
      "author": {
        "name": "Andrew Obuchowicz",
        "email": "andrew@aobuchow.com",
        "time": "Sun Nov 29 03:50:36 2020 -0500"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Mar 08 04:44:49 2022 -0500"
      },
      "message": "Bug 567933 - Disable tree \u0026 table lines using CSS on Windows dark theme\n\nChange-Id: I9c1cfb51e61d1ea6e4fb3482846fd201679ff787\nSigned-off-by: Andrew Obuchowicz \u003candrew@aobuchow.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/172973\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "c0f971a8755cbf70c83f6251e6c139b286465fc8",
      "tree": "9f5f117be36c20275d74f7807da94794e3ef03a1",
      "parents": [
        "e0d2e4d3d9c17da49f4930c9b2015eb4e5fff3af"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Sat Feb 12 14:45:20 2022 +0100"
      },
      "committer": {
        "name": "Jörg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Tue Mar 08 04:43:17 2022 -0500"
      },
      "message": "Bug 578643 - updated Test for visual stable Sort Order\n\n+ add JobInfo.tostring for debugging\n\nChange-Id: I2f649b3a1cb1c19ae11e786eeca2f72461a8230d\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190740\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "e0d2e4d3d9c17da49f4930c9b2015eb4e5fff3af",
      "tree": "ed0c991d1ad1fe2104d9d3ec0ccf665b81cbfb3f",
      "parents": [
        "3978d913a69e3f68532e6e7eb86a2778f8bf38d4"
      ],
      "author": {
        "name": "Simeon Andreev",
        "email": "simeon.danailov.andreev@gmail.com",
        "time": "Mon Mar 07 11:36:46 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 08 03:43:58 2022 -0500"
      },
      "message": "Bug 579119 - version bump for org.eclipse.ui.workbench\n\nChange-Id: I8fca80a91396647d9ebf761794cbc226c24daa95\nSigned-off-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191533\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "3978d913a69e3f68532e6e7eb86a2778f8bf38d4",
      "tree": "33cbdfc8036409165091f065972b96d33d662285",
      "parents": [
        "3f9c9930a60f327304a0c2913ff8e0780d135ec4"
      ],
      "author": {
        "name": "Samantha Dawley",
        "email": "sdawley@redhat.com",
        "time": "Fri Mar 04 13:23:53 2022 -0800"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Mar 04 22:59:26 2022 -0500"
      },
      "message": "Bug 579098 - Update product version number to 4.24 across build script\n\nChange-Id: I176c1109a9908fa3cfa54d860e62b6156005ca58\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191503\nTested-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\n"
    },
    {
      "commit": "3f9c9930a60f327304a0c2913ff8e0780d135ec4",
      "tree": "bcf6628ed8f1430e1a5444456511553807b402c5",
      "parents": [
        "9b299d1eab3d18864054a56714b5b50e2102b0cd"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Mar 04 19:00:27 2022 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Mar 04 08:53:37 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: I44f648915b88c482af390a6fd1073fdef23d21b3\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191468\n"
    },
    {
      "commit": "9b299d1eab3d18864054a56714b5b50e2102b0cd",
      "tree": "7fa2d159f661c89e40588d111b608e450a8e98c3",
      "parents": [
        "e4d8434b1448f05d859452300671b4306fda5587"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 02 16:18:18 2022 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 02 16:18:18 2022 +0100"
      },
      "message": "Revert \"Bug 579048 - Widget is disposed exception from SWTPartRenderer during unit tests for disposed toolbar entries\"\n\nThis reverts commit e4d8434b1448f05d859452300671b4306fda5587.\n"
    },
    {
      "commit": "e4d8434b1448f05d859452300671b4306fda5587",
      "tree": "5466ed24df0bbff1fc5fb5cf802e3439a7dc2e7d",
      "parents": [
        "5e553343750e8b44a5f438f3cf4c500ca8fd53d3"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 02 09:57:04 2022 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 02 09:57:22 2022 +0100"
      },
      "message": "Bug 579048 - Widget is disposed exception from SWTPartRenderer during\nunit tests for disposed toolbar entries\n\nChange-Id: I1dae8803796c0d95c74f18bde6a3f82e610052b9\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "5e553343750e8b44a5f438f3cf4c500ca8fd53d3",
      "tree": "7fa2d159f661c89e40588d111b608e450a8e98c3",
      "parents": [
        "96975bba529ad566b978c3943f19992a5b962da0"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Tue Mar 01 14:15:41 2022 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Tue Mar 01 04:28:37 2022 -0500"
      },
      "message": "Bug 579015 - Move to tycho 2.7.0\n\nChange-Id: Icb1602cd7bc6c548859b17fd662cdf1cd7ea4dc2\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191295\n"
    },
    {
      "commit": "96975bba529ad566b978c3943f19992a5b962da0",
      "tree": "c3d5ea1929af9f10537b9ea1927a79d483dce1ad",
      "parents": [
        "74615ed024d88fc30e6e0c1c9ca9afe20b700fa6"
      ],
      "author": {
        "name": "Wim Jongman",
        "email": "wim.jongman@remainsoftware.com",
        "time": "Sat Feb 19 11:58:26 2022 +0100"
      },
      "committer": {
        "name": "Wim Jongman",
        "email": "wim.jongman@remainsoftware.com",
        "time": "Tue Feb 22 06:28:42 2022 -0500"
      },
      "message": "Bug 578844 - Toggle visibility of window tool/status bars\n\nAdded a request for layout which was performed when the item\nwas hidden but not when the item was made visible again.\n\n\nChange-Id: I7ed5ea1186d217c174cee81be4ea7d0c025b5a6e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190978\nTested-by: Wim Jongman \u003cwim.jongman@remainsoftware.com\u003e\nTested-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-by: Wim Jongman \u003cwim.jongman@remainsoftware.com\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-by: Rolf Theunissen \u003crolf.theunissen@gmail.com\u003e\n"
    },
    {
      "commit": "74615ed024d88fc30e6e0c1c9ca9afe20b700fa6",
      "tree": "ef324cf185064456932a65b2469c43eafff511de",
      "parents": [
        "0026ab0eded414a987505d6607d5ce57c29bd537"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Feb 22 07:50:57 2022 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Feb 22 04:33:28 2022 -0500"
      },
      "message": "Bug 578885 - ViewLabelProvider - java.lang.Error: SWT Resource was not\nproperly disposed\n\nIn case a view does have have an icon defined, the icon is currently\ncreated twice and only one of them will be disposed at shutdown. This\nchange only create one icon and therefore it will be disposed correctly.\n\nChange-Id: I570f02f7d32bb248855fb8a2a42cad1261d11d0f\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/191038\nReviewed-by: Jörg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\n"
    },
    {
      "commit": "0026ab0eded414a987505d6607d5ce57c29bd537",
      "tree": "1521cd835bbe01ada29cdd37478243e64adb963a",
      "parents": [
        "2ea9b25ec8e8765edcba6f792ac7f2b5985fc4cc"
      ],
      "author": {
        "name": "Lakshmi Shanmugam",
        "email": "lshanmug@in.ibm.com",
        "time": "Fri Feb 18 15:29:15 2022 +0100"
      },
      "committer": {
        "name": "Lakshmi P Shanmugam",
        "email": "lshanmug@in.ibm.com",
        "time": "Tue Feb 22 04:18:32 2022 -0500"
      },
      "message": "Bug 578799 - Eclipse hangs when preferences dialog closed after\nselecting Appearance\n\nThe theme is not changed when switching the selection in the Combo box.\nIt\u0027s applied on clicking Apply and cannot be cancelled. Clicking on\nRestoreDefaults sets the theme in the ThemeEngine temporarily and can be\ncancelled. So, set ThemeEngine\u0027s theme back to currentTheme if user\ncancels after RestoreDefaults.\n\nChange-Id: Iaa000062298a5062cc3fe83d45b9b0d94af903cd\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190956\nTested-by: Lakshmi P Shanmugam \u003clshanmug@in.ibm.com\u003e\nReviewed-by: Lakshmi P Shanmugam \u003clshanmug@in.ibm.com\u003e\n"
    },
    {
      "commit": "2ea9b25ec8e8765edcba6f792ac7f2b5985fc4cc",
      "tree": "39895a52820714724236aafc97cf155ef30e3f28",
      "parents": [
        "a30da53f3a5a0d1b0befd73a55b77fd7ac68b359"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sun Feb 20 10:27:06 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sun Feb 20 23:37:16 2022 -0500"
      },
      "message": "Bug 578378 - SWTError: No more handles if \"Run in background\" is\ndisabled\n\nVersion bump\n\nChange-Id: I6a16d1c0423321a94a9ec9c36eff7865eeeae9c2\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190983\n"
    },
    {
      "commit": "a30da53f3a5a0d1b0befd73a55b77fd7ac68b359",
      "tree": "5702c1d25e07902cdb214aaddfb1f9c4edb0b64b",
      "parents": [
        "4f5c0274a0707c974528cb23578d60a8ac4033d0"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Feb 18 11:21:52 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Feb 18 11:36:47 2022 -0500"
      },
      "message": "Bug 578378 - SWTError: No more handles if \"Run in background\" is\ndisabled\n\nDispose all created arrowCursors\u0027 properly.\n\nChange-Id: Icd4c46657f59c4dd5285c2b4aa12bbc89e967aaf\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190942\nReviewed-by: Matthias Becker \u003cma.becker@sap.com\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "4f5c0274a0707c974528cb23578d60a8ac4033d0",
      "tree": "112344a46c43a1c3b4ffcb0072dc1fe69fbecfeb",
      "parents": [
        "5d6c88fa6bd48834cd16b2b0e3ffc82bef92e8e4"
      ],
      "author": {
        "name": "Simeon Andreev",
        "email": "simeon.danailov.andreev@gmail.com",
        "time": "Tue Feb 15 11:32:21 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Feb 15 08:04:56 2022 -0500"
      },
      "message": "Bug 578759 - Large file association not correctly removed if disabled\n\nThis change ensures disabled preferences are also correctly handled on\nremove.\n\nChange-Id: I1355b93f4f2e06309df1b7d64c63d6d1560fc2dd\nSigned-off-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190812\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "5d6c88fa6bd48834cd16b2b0e3ffc82bef92e8e4",
      "tree": "26d496f8335de40c61ea3647f88def80e02cbfa2",
      "parents": [
        "1b2c1030331ba858b482983188d84646eb744eec"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Mon Feb 14 13:09:16 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Mon Feb 14 07:56:02 2022 -0500"
      },
      "message": "Bug 578709 - allow org.eclipse.debug.ui use org.eclipse.ui.internal\n\nChange-Id: If77aa97debf2ace37d63aa3616a83b56e20eb01c\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190768\nTested-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "1b2c1030331ba858b482983188d84646eb744eec",
      "tree": "690266b79158854fc3d2dd9e10e8c5bd9578aad8",
      "parents": [
        "969620aa06478ab71592538c543cbb1ae43ec52f"
      ],
      "author": {
        "name": "Enda O Brien",
        "email": "E.OBrien@pilz.ie",
        "time": "Tue Jan 25 11:48:56 2022 +0000"
      },
      "committer": {
        "name": "Jörg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Sun Feb 13 03:06:55 2022 -0500"
      },
      "message": "Bug 578360 - MarkerSupportView should allow custom open method for\nmarkers\n\nMakes the openSelectedMarkers method protected instead of package\nprivate.\n\nUpdated java doc with @since annotation.\n\nAdded a new test MarkerSupportViewTest\n\nChange-Id: Ie428a5e1c81aa3db293fc62f7bf12f4426aa2e06\nSigned-off-by: Enda O Brien \u003cE.OBrien@pilz.ie\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189994\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Jörg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\n"
    },
    {
      "commit": "969620aa06478ab71592538c543cbb1ae43ec52f",
      "tree": "65252767f41b4fd95d14085c30bc2c49f185ba28",
      "parents": [
        "e09f6c8e7c9ed2a15b45f97232ded2a9eb730dd0"
      ],
      "author": {
        "name": "Ed Merks",
        "email": "ed.merks@gmail.com",
        "time": "Sat Feb 12 12:24:26 2022 +0100"
      },
      "committer": {
        "name": "Ed Merks",
        "email": "ed.merks@gmail.com",
        "time": "Sat Feb 12 08:11:23 2022 -0500"
      },
      "message": "Bug 578166 - Signing information apparent in the Plug-ins tab of the\nAbout dialog\n\nIntroduce AboutBundleData.ExtendedSigningInfo as a mechanism for\nallowing the user interface to be adapted to present extended signing\ninformation, in particular p2\u0027s PGP signing information. The\nAboutPluginsPage will get and adapter of this new type and the provides\nit to AboutBundleData which in turn makes it available to the\nBundleSigningInfo tray for presentation to the user.\n\nMake org.eclipse.equinox.p2.ui a friend so it can provide the adapter.\n\nChange-Id: I03de5edbebfc4858a15f0842616884df9c936396\nSigned-off-by: Ed Merks \u003ced.merks@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190738\n"
    },
    {
      "commit": "e09f6c8e7c9ed2a15b45f97232ded2a9eb730dd0",
      "tree": "0a616f4678a5a0d93c80010398fd664b85b47725",
      "parents": [
        "20935e3cf390a6c6fd422e957e39eca965fb62d6"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Tue Feb 08 17:36:28 2022 +0100"
      },
      "committer": {
        "name": "Jörg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Thu Feb 10 12:41:36 2022 -0500"
      },
      "message": "Bug 578643 - visual stable Sort Order in Progress View\n\nnever let a new job pop up above an already shown one.\n\nChange-Id: Ife1d803ceaae857f199179fbfd4b255c6843778d\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190578\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "20935e3cf390a6c6fd422e957e39eca965fb62d6",
      "tree": "92c44a81b563ef7382263dbc930b194a28dc73ff",
      "parents": [
        "0e48ae1f1db01a6e0e52f5742a85cbfe544e4ac9"
      ],
      "author": {
        "name": "Lakshmi Shanmugam",
        "email": "lshanmug@in.ibm.com",
        "time": "Fri Jan 28 12:19:30 2022 +0100"
      },
      "committer": {
        "name": "Lakshmi P Shanmugam",
        "email": "lshanmug@in.ibm.com",
        "time": "Thu Feb 10 06:45:27 2022 -0500"
      },
      "message": "Bug 576331 - [Mac] Tab font is too light after switching OS theme from\ndark to light\n\nSet ACTIVE_TAB_TEXT_COLOR in Light theme\n\nChange-Id: Ia71bdb6645a5756a05900d0f90a94f2588c4e313\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190110\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lakshmi P Shanmugam \u003clshanmug@in.ibm.com\u003e\n"
    },
    {
      "commit": "0e48ae1f1db01a6e0e52f5742a85cbfe544e4ac9",
      "tree": "923cce639f9f560cbd50e2e9b0ea3f868f102984",
      "parents": [
        "f86daf8ff29e2f867dd6b9d4203468223a398a97"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Feb 10 12:26:51 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Feb 10 06:08:41 2022 -0500"
      },
      "message": "Bug 578536 - Stop pointing to http://download.eclipse.org\n\nUse https instead.\n\nChange-Id: I31a7836c664f429450f8e826dc62c1e031f125e9\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190660\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "f86daf8ff29e2f867dd6b9d4203468223a398a97",
      "tree": "476e4017fda339c0aede9ebe0d0065cd9df0f537",
      "parents": [
        "f6a772c88c7bfac00e5eadc5a11dfe32193c0579"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Sat Feb 05 16:28:14 2022 +0100"
      },
      "committer": {
        "name": "Jörg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Thu Feb 10 02:55:57 2022 -0500"
      },
      "message": "Bug 578597 - report progress for \"System: Decoration Calculation\"\n\nThe remaining work of DecorationScheduler was basically\nawaitingDecorationValues.size()\u003d\u003dawaitingDecoration.size()\n\nSubstituted this redundant double datastructure with a LinkedHashMap\nwhich is both a ordered collection and a map.\n\nAlso some minor cleanup for potential concurrency issues, dead code.\n\nChange-Id: I78c786bdf7db9d2d36dac72a8fb04f1003ba36d3\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190486\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "f6a772c88c7bfac00e5eadc5a11dfe32193c0579",
      "tree": "80cd34f22a252a2f7dd828ae338fa143d6b15198",
      "parents": [
        "763d9c5b96f04e8e55793ed6952b8bd631eb81ef"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Feb 09 21:26:42 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Feb 09 15:06:48 2022 -0500"
      },
      "message": "Adjust Jenkinsfile for move of releng.aggregator to github\n\nChange-Id: Iaf83f02a90532862c5bc2ac5120880588975c496\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190634\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "763d9c5b96f04e8e55793ed6952b8bd631eb81ef",
      "tree": "ed3589fa22a301cbeacf9108f013caa2e8bc5b15",
      "parents": [
        "077de1a2b4074ccb93040f4cf7790e5f8a64670b"
      ],
      "author": {
        "name": "Ed Merks",
        "email": "ed.merks@gmail.com",
        "time": "Mon Feb 07 13:20:34 2022 +0100"
      },
      "committer": {
        "name": "Ed Merks",
        "email": "ed.merks@gmail.com",
        "time": "Mon Feb 07 09:40:58 2022 -0500"
      },
      "message": "Bug 578615 - Avoid the use of http update sites in the Oomph setup\n\nChange-Id: Ib7ff96d067c7866b87fe9a666b589ed3f4c2be74\nSigned-off-by: Ed Merks \u003ced.merks@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190522\n"
    },
    {
      "commit": "077de1a2b4074ccb93040f4cf7790e5f8a64670b",
      "tree": "bd02d8380229251ebf0e3d358b1f83a22afb5f1e",
      "parents": [
        "76fab35e61c64c9d539fe93319a0df88271831ad"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Feb 04 02:17:44 2022 -0500"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Feb 04 04:10:50 2022 -0500"
      },
      "message": "Revert \"Bug 578160 - MonitoringPreferencePage does not need to extend\"\n\nThis reverts commit 5239c6eb52b1e4ec97582dedb6a6e609ad64415e.\n\nReason for revert: causes cce\n\nChange-Id: I8704652b5dc0ceb1b76b1f1a95cabcef3143218f\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190411\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": "76fab35e61c64c9d539fe93319a0df88271831ad",
      "tree": "fade2c73db7a1dcbe82bcd8f5b939674132c702a",
      "parents": [
        "18de3a0463d4d9990e8e5e14f6b9bfcdbf9349d1"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Feb 04 11:02:44 2022 +0530"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Feb 04 01:48:03 2022 -0500"
      },
      "message": "Bug 578351 - Lambda generation order is unstable in ecj\n\nChange-Id: I7bbddde18e0ca18b37f57fd03c55e6f52a6acdc4\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190400\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "18de3a0463d4d9990e8e5e14f6b9bfcdbf9349d1",
      "tree": "afc4481825c7b69466dfafb4406452742e90c054",
      "parents": [
        "5239c6eb52b1e4ec97582dedb6a6e609ad64415e"
      ],
      "author": {
        "name": "Sebastian Ratz",
        "email": "sebastian.ratz@sap.com",
        "time": "Tue Feb 01 18:22:38 2022 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Thu Feb 03 13:03:28 2022 -0500"
      },
      "message": "Bug 578515 - [Navigator] NestedProjectsProblemsModel: Cache removal\nbreaks for IResources without location\n\nIf getLocation() is is null (e.g. on virtual IFileSystem\nimplementations), fall back to getFullPath().\n\nChange-Id: I16eef7a1580efd95e1bec25df86ee6f75482ffa9\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/190252\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "5239c6eb52b1e4ec97582dedb6a6e609ad64415e",
      "tree": "0606325addfd55a330119d50e7733c988e8c4a27",
      "parents": [
        "05adc20f9abb14f31b53c3a4696dcce7c560035d"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Jan 11 14:07:35 2022 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Jan 26 10:41:55 2022 -0500"
      },
      "message": "Bug 578160 - MonitoringPreferencePage does not need to extend\nIWorkbenchPreferencePage\n\nChange-Id: Ie97294c98bbbb4b96ef0b00c9877c5476866b863\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189517\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "05adc20f9abb14f31b53c3a4696dcce7c560035d",
      "tree": "218a4448f64a9c0526d7c19ccc6e15141b5c2b71",
      "parents": [
        "ed0398dbd04c9551e9d31713606a1998be92ed64"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Mon Jan 24 00:09:23 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Mon Jan 24 06:08:15 2022 -0500"
      },
      "message": "Bug 577289 - allow to open editors independently on file size limits\n\nIntroduced IWorkbenchPage.MATCH_IGNORE_SIZE flag so the clients can ask\nopenEditor() to ignore file size when opening editors. This will be used\nby \"Open With\" and \"Clone Editor\" menus which mean explicit user choice\nto use selected editor type with no extra checks.\n\nChange-Id: I297bf7c8e2785cb94e17a8fc978b1468a648d2f5\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nSigned-off-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189928\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "ed0398dbd04c9551e9d31713606a1998be92ed64",
      "tree": "6fe12bd6e2e6edfb6ac65b8212518bf04137aa0a",
      "parents": [
        "086aba1b9c7eac446cf697598c175d35237a1735"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Jan 21 14:11:48 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Jan 21 08:04:48 2022 -0500"
      },
      "message": "Update Tycho pomless to 2.6.0\n\nChange-Id: I371192e318d68df9ebb275c2f148343eab74c0e9\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189878\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "086aba1b9c7eac446cf697598c175d35237a1735",
      "tree": "3f93da2b2324d7e9f0acb1a85d4606f59209e7cd",
      "parents": [
        "60f93b949dfa7ce1239a2c6e6ec8a19e4a561dd0"
      ],
      "author": {
        "name": "Simeon Andreev",
        "email": "simeon.danailov.andreev@gmail.com",
        "time": "Fri Jan 21 10:52:12 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Jan 21 07:22:50 2022 -0500"
      },
      "message": "Bug 577289 - Use help page for Large File Associations preference page\n\nThis change links the Large File Associations preference page to its\nhelp page.\n\nChange-Id: Ifecff7f6a4e273aaabc8136095c3fd5dd9167485\nSigned-off-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189866\nReviewed-by: Matthias Becker \u003cma.becker@sap.com\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "60f93b949dfa7ce1239a2c6e6ec8a19e4a561dd0",
      "tree": "0c826447165f34a50b283ac46c154bed894c1b19",
      "parents": [
        "9e7b6f9a3fa8ed87fb4f1f0fcdfafc88e61f7c11"
      ],
      "author": {
        "name": "Simeon Andreev",
        "email": "simeon.danailov.andreev@gmail.com",
        "time": "Wed Jan 19 12:47:04 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jan 20 10:20:30 2022 -0500"
      },
      "message": "Bug 577289 - tests for new large file associations preference\n\nThis change adds tests for then new preferences that handle opening\nlarge files in specific editors.\n\nChange-Id: I7fa69bca3f798a13009664b5213bbfcd4e0eab96\nSigned-off-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189775\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": "9e7b6f9a3fa8ed87fb4f1f0fcdfafc88e61f7c11",
      "tree": "fb67bfb80b56a842b0a8478df0c5ed7166b3c991",
      "parents": [
        "12f88cca0ed11b69d1bef3ef4431eb6b0036788c"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jan 20 10:42:47 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jan 20 05:04:08 2022 -0500"
      },
      "message": "Bug 578005 - update installation recipe for IDE\n\nChange-Id: I9c8cb69de24f2dccef7f100e16c1427404bb1289\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189808\n"
    },
    {
      "commit": "12f88cca0ed11b69d1bef3ef4431eb6b0036788c",
      "tree": "f82f7f50a6c10f2075ffb86a2c9ddbd59f573a94",
      "parents": [
        "35425c5c4e8141d5fd16b02977905a5e225cfd61"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jan 20 09:44:12 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jan 20 04:40:50 2022 -0500"
      },
      "message": "Bug 577289 - don\u0027t fail during editor detection\n\nLet \"default\" open workflow continue, even if the editor input points to\nnon existing file.\n\nChange-Id: I2b0726f3abd0cafb121fbf6694bdb761cf249302\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189804\nReviewed-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "35425c5c4e8141d5fd16b02977905a5e225cfd61",
      "tree": "1034133f30681055e9d007958dfc6b8878d64ca6",
      "parents": [
        "81afb4771709e49140c440fcd19a50823fdbf04a"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Jan 19 15:26:08 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Jan 19 09:59:22 2022 -0500"
      },
      "message": "Bug 577289 - fix IDE preferences initialization issue\n\nSee https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d577289#c5\n\nAt the time we\u0027ve asked to init IDEPreferenceInitializer we can\u0027t use\nanything from Workbench UI plugin, because that one relies on\ninitialized resources bundle, that is not initialized because the\nworkspace is not selected yet...\n\nChange-Id: I83c22a801e700145985427aa1fb4ac132bd5140c\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189781\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "81afb4771709e49140c440fcd19a50823fdbf04a",
      "tree": "65111004c873a2039f29832f645b6907f7d5417c",
      "parents": [
        "5145aef12bdee95f6602d96475ce632c18c2ed98"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Jan 19 15:00:42 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Jan 19 09:48:22 2022 -0500"
      },
      "message": "Bug 577522 - added org.mockito.mockito-core for UI tests\n\nUI test bundles (org.eclipse.e4.ui.tests\norg.eclipse.e4.ui.tests.css.swt) require org.mockito.mockito-core\n*bundle* and do not import mockito packages, so we need extra bundle in\nIDE to make them happy, even if we already have org.mockito.\n\nSee https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d577522#c59\n\nChange-Id: I45cbecae5505902730d64c41f73a5eaa8e2c03cf\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189779\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "5145aef12bdee95f6602d96475ce632c18c2ed98",
      "tree": "11e415dae4bfba5252180ed433cb875615226b56",
      "parents": [
        "8a0ebc4fb35ef57365b2328f017e36bd92754e5f"
      ],
      "author": {
        "name": "Simeon Andreev",
        "email": "simeon.danailov.andreev@gmail.com",
        "time": "Thu Dec 16 16:35:35 2021 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Jan 19 05:11:55 2022 -0500"
      },
      "message": "Bug 577289 - preference to open large files with specific editor\n\nAdd new preferences (General -\u003e Editors -\u003e Large File Associations) to\nallow fine-grained control over which editor is used when opening a\nlarge document.\n\nLarge file limit preference stored per file type, the value of the\npreference lists pairs of file size limit and associated editor ID. The\nvalue \u0027largeFileLimits_prompt\u0027 can be used to indicate the user should\nbe prompted with a dialog to select an editor.\n\nIn addition, the preferences \u0027largeFileLimits_default_value\u0027 and\n\u0027largeFileLimits_default_enabled\u0027 can be set to specify default behavior\nfor all document types, which don\u0027t have a specific preference set.\n\nThe new preferences can be set via plug-in customization e.g. as\nfollows:\n\n# all types with a preference, needed by the preference page UI\norg.eclipse.ui.workbench/largeFileLimits_types\u003djava,xml,txt\norg.eclipse.ui.workbench/largeFileLimits_disabled\u003dcpp\n\n# if file size is over 8 MB, show prompt for all types that don\u0027t have a\npreference\norg.eclipse.ui.workbench/largeFileLimits_default_value\u003d8388608\norg.eclipse.ui.workbench/largeFileLimits_default_enabled\u003dtrue\n\n# Example limits per file type\norg.eclipse.ui.workbench/largeFileLimits.java\u003d4096,org.eclipse.ui.DefaultTextEditor,8192,largeFileLimits_prompt\norg.eclipse.ui.workbench/largeFileLimits.xml\u003d1048576,org.eclipse.ui.DefaultTextEditor,77777,Emacs\norg.eclipse.ui.workbench/largeFileLimits.txt\u003d2048,largeFileLimits_prompt\n\nNote: if the old preference \u0027LARGE_DOC_SIZE_FOR_EDITORS\u0027 is set (single\nglobal limit for all file types/editors), it effectively disables new\npreferences for compatibility reasons.\n\nChange-Id: Ifa2b78eeb45ec977dbcbdddee0dd3c81995480ae\nSigned-off-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/188915\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "8a0ebc4fb35ef57365b2328f017e36bd92754e5f",
      "tree": "f3a5bf0e42e0d2f67a2079236492077107a560a0",
      "parents": [
        "35649d11d85ba3d2e0202b69cab0860096151403"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Jan 11 13:58:26 2022 +0100"
      },
      "committer": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Tue Jan 18 17:31:55 2022 -0500"
      },
      "message": "Bug 578159 - Access Display directly instead via the PlatformUI\nsingleton\n\nChange-Id: If8311c27bcaba9dc0b3a0bf303ea31d7656b256b\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189516\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\n"
    },
    {
      "commit": "35649d11d85ba3d2e0202b69cab0860096151403",
      "tree": "58ab6998ca2cebd443a7605d534e25d151dc2f0e",
      "parents": [
        "0164eb9494a40b89c5a5c0c0331374dad432ff0b"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Tue Dec 08 23:03:03 2020 +0100"
      },
      "committer": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Tue Jan 18 17:29:45 2022 -0500"
      },
      "message": "Bug 569590 - Use double-checked locking idiom\n\nIf you need high-performance lazy initializing of an instance field, use\nthe double-check idiom with a volatile field. This idiom wasn\u0027t\nguaranteed to work until release 5.0, when the platform got a new memory\nmodel. The idiom is very fast but also complicated and delicate, so\ndon\u0027t be tempted to modify it in any way. Just copy and paste --\nnormally not a good idea, but appropriate here:\n\n// Double-check idiom for lazy initialization of instance fields.\nprivate volatile FieldType field;\nFieldType getField() {\n    FieldType result \u003d field;\n    if (result \u003d\u003d null) { // First check (no locking)\n        synchronized(this) {\n            result \u003d field;\n            if (result \u003d\u003d null) // Second check (with locking)\n                field \u003d result \u003d computeFieldValue();\n        }\n    }\n     return result;\n}\n\nsee https://www.oracle.com/technical-resources/articles/javase/bloch-effective-08-qa.html\n\nChange-Id: I18685e5c8fc52bb98e1e28db98cbbe52afd09d26\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/173575\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\n"
    },
    {
      "commit": "0164eb9494a40b89c5a5c0c0331374dad432ff0b",
      "tree": "d0c11fbc59c9b09c00e85db35a079bdf787a035e",
      "parents": [
        "71781f6ede39e2bf295610e23702913dadda0383"
      ],
      "author": {
        "name": "Jens Lidestrom",
        "email": "jens@lidestrom.se",
        "time": "Mon Dec 27 15:14:20 2021 +0100"
      },
      "committer": {
        "name": "Jens Lideström",
        "email": "jens@lidestrom.se",
        "time": "Tue Jan 18 05:28:19 2022 -0500"
      },
      "message": "Bug 552667 - Add fluent databinding API\n\n* Add a fluent databinding API based on the Bind class.\n* Add tests for new API.\n* Add snippet with API usage.\n\nChange-Id: Id172eda8013bf874e27d85778d1151633c26eb6f\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/165425\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-by: Marcus Höpfner \u003cmarcus.hoepfner@sap.com\u003e\n"
    },
    {
      "commit": "71781f6ede39e2bf295610e23702913dadda0383",
      "tree": "bba4c6e3155160c4d387e708dac7374692380567",
      "parents": [
        "ddb10e46ab001eccaaeca99a3b9e580a75d35b15"
      ],
      "author": {
        "name": "Marcus Hoepfner",
        "email": "marcus.hoepfner@sap.com",
        "time": "Thu Jan 13 13:51:39 2022 +0100"
      },
      "committer": {
        "name": "Marcus Höpfner",
        "email": "marcus.hoepfner@sap.com",
        "time": "Mon Jan 17 03:07:48 2022 -0500"
      },
      "message": "Bug 578152: BrowserFactory\n\nWith all setter methods from browser. Except static method setCookie.\n\nChange-Id: I170922d4ca50d9fd2a3f43b29b84131c15568d77\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189591\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: Marcus Höpfner \u003cmarcus.hoepfner@sap.com\u003e\n"
    },
    {
      "commit": "ddb10e46ab001eccaaeca99a3b9e580a75d35b15",
      "tree": "186a3826c8d026c53365b7a27b58a1baf95e9cd6",
      "parents": [
        "5c2bbe705f86ca7cc3d95c598a607fee20aaf900"
      ],
      "author": {
        "name": "Julian Jung",
        "email": "julian.jung@vector.com",
        "time": "Tue Dec 14 15:18:07 2021 +0100"
      },
      "committer": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Sat Jan 15 13:35:37 2022 -0500"
      },
      "message": "Bug 571844 - made AbstractTreeViewer::add deterministic\n\nTo prevent duplicate TreeItems, search not only forward but\nalso backward while trying to find an equal element as the initial\nindexInItems will point to the middle element of three equal (equal by\nthe comparator) elements after binary search.\n\nChange-Id: I656c9190dc1d33b409b6b2b8b4ff85c9842f98e8\nSigned-off-by: Julian Jung \u003cjulian.jung@vector.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/188836\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\n"
    },
    {
      "commit": "5c2bbe705f86ca7cc3d95c598a607fee20aaf900",
      "tree": "91635b6087ad8db0bd9db5c5fb8385a4b82deb0a",
      "parents": [
        "b5d662dd527cd39210a0d1bb53d426e024dd99d6"
      ],
      "author": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Sun Jan 02 04:20:55 2022 +0100"
      },
      "committer": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Sat Jan 15 04:39:50 2022 -0500"
      },
      "message": "4.23 version bump\n\nBumped bundles:\n- org.eclipse.jface.tests\n\nRequired for change https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/185892\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/188836\n\nSigned-off-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\nChange-Id: I7528e44e17845b00176350ee60bca8d3911e706d\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189218\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "b5d662dd527cd39210a0d1bb53d426e024dd99d6",
      "tree": "b61d8542222b50d864247ad542a10c05ef4e47c9",
      "parents": [
        "261e6e530083d60a693fe66694f4e47d247671c8"
      ],
      "author": {
        "name": "Jens Lidestrom",
        "email": "jens@lidestrom.se",
        "time": "Tue Dec 28 18:57:15 2021 +0100"
      },
      "committer": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Sat Jan 15 03:08:50 2022 -0500"
      },
      "message": "Bug 565160 - Deprecate ObservablesManager.runAndCollect\n\nChange-Id: I1cb1041b55a02af27c0c36498f49b9d95313a330\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189173\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: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\n"
    },
    {
      "commit": "261e6e530083d60a693fe66694f4e47d247671c8",
      "tree": "bfe95d186568e9eba91f8adc89bf577a4f51d69e",
      "parents": [
        "6ec4f43839b9ef7bdbc58e0f7cb8ebe9cc492598"
      ],
      "author": {
        "name": "Wolfgang Schramm",
        "email": "wolfgang.schramm@gmail.com",
        "time": "Sun Dec 26 11:53:08 2021 +0100"
      },
      "committer": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Fri Jan 14 03:59:37 2022 -0500"
      },
      "message": "Bug 539211 - \"Recent files\" should have a mnemonic\n\nMnemonics are set for these actions in the \"File\" menu\n- Recent \u0026Files\n- \u0026Restart\n\nIt was not possible to set unique mnemonics, now there are duplicated\nmnemonics however there are already shortcut keys for the existing\nmnemonic actions\n\nChange-Id: I6e3e3ed0cf57601182a315715538b11dbd424b5e\nSigned-off-by: Wolfgang Schramm \u003cwolfgang.schramm@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189133\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\n"
    },
    {
      "commit": "6ec4f43839b9ef7bdbc58e0f7cb8ebe9cc492598",
      "tree": "df5d25918897fc1111c5d3256bf027cdd2af0929",
      "parents": [
        "7382274de17c26643f82ba914dbba355a802d6fb"
      ],
      "author": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Fri Jan 14 02:45:51 2022 +0100"
      },
      "committer": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Fri Jan 14 03:59:37 2022 -0500"
      },
      "message": "4.23 version bump\n\nBumped bundles:\n- org.eclipse.ui.ide.application\n\nRequired for change https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189133\n\nSigned-off-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\nChange-Id: I7f836492e1acfe4e654a2bfd6c5eb9f7db042502\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189623\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "7382274de17c26643f82ba914dbba355a802d6fb",
      "tree": "e1389ac41a7692791f16da4a4a7cdb21f787e197",
      "parents": [
        "6ccc2707dcb7f6b91b3ef350f2c247a8dda9d94b"
      ],
      "author": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Tue Mar 20 00:24:45 2018 +0100"
      },
      "committer": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Fri Jan 14 02:56:35 2022 -0500"
      },
      "message": "Bug 532624 - store(): add disposal check\n\nChange-Id: Ib085ba899ae5f516a5a046c89a74bd3c2921eedc\nSigned-off-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/119732\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "6ccc2707dcb7f6b91b3ef350f2c247a8dda9d94b",
      "tree": "7d0d24d87f8202bc243c2a5f3239555bf573f1bf",
      "parents": [
        "c6709d686ee9b539afedec1a303f421a8b548915"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Jan 11 17:09:50 2022 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Jan 11 11:39:33 2022 -0500"
      },
      "message": "Fixed typo in mockito version\n\nChange-Id: I1da45424723386b582b23884b655ccfb3b3658a4\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189482\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "c6709d686ee9b539afedec1a303f421a8b548915",
      "tree": "b3088dfcdb7f17c3885c46e64de39112c6aea353",
      "parents": [
        "b8baa6dd88e8ae62b52c8d856f8cb65c8326299e"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Jan 11 13:49:06 2022 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Jan 11 09:16:47 2022 -0500"
      },
      "message": "Bug 578159 - Remove unused log method in MonitoringPlugin\n\nChange-Id: If2775e3a7b814e81441a32dd328eeba5cff55ce5\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189474\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Fedorov \u003calexander.fedorov@arsysop.ru\u003e\n"
    },
    {
      "commit": "b8baa6dd88e8ae62b52c8d856f8cb65c8326299e",
      "tree": "2796900eda27c7b0a003d4313df0386e23346a3d",
      "parents": [
        "15d0f6f874f08e5e44234a564e310423b6ab4dfc"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Jan 11 13:36:47 2022 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Jan 11 09:16:38 2022 -0500"
      },
      "message": "4.22 update for org.eclipse.ui.monitoring\n\nChange-Id: I24b40c240a7d7f35ba2f6b40f58f81cf49798919\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/189473\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    }
  ],
  "next": "15d0f6f874f08e5e44234a564e310423b6ab4dfc"
}
