)]}'
{
  "log": [
    {
      "commit": "5143924c24f9fe9c69fdf72fa1a0ac14c895ddf0",
      "tree": "3546f76be1a6ba0876d7f5a61ad8ad1238bec264",
      "parents": [
        "5d074b295f483924811b6e11a39600f0b76b0034"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Jul 21 15:36:20 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 09:55:25 2021 -0400"
      },
      "message": "Use JDT static inner class clean up for platform.debug internal packages\n\nThis ticket uses and tests the \"Use static inner class\" cleanup feature:\n - It reviews the feature\n - It reduces the memory consumption as it avoids the pointer to the\nouter class\n\nExample:\n\nBefore:\n\npublic class Outer {\n\npublic class InnerClass {\n    int i;\n\n    public boolean anotherMethod() {\n        return true;\n    }\n}\n}\n\nAfter:\n\npublic class Outer {\n\npublic static class InnerClass {\n    int i;\n\n    public boolean anotherMethod() {\n        return true;\n    }\n}\n}\n\nChange-Id: Id13e31a83bc9a0740a17b1d409aebc613bcbdb7f\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180223\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "5d074b295f483924811b6e11a39600f0b76b0034",
      "tree": "aa3ae04818ae6cf645acab4ae6cd0f98f3213f49",
      "parents": [
        "806e45b161a2ad7d47cd078ba9f3f663ed282484"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Jul 21 13:36:39 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 09:03:54 2021 -0400"
      },
      "message": "4.21 update for org.eclipse.debug.core\n\nRequired for\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180223\n\nChange-Id: Ia5aa1737c4158e83ba86a43bef15f72a3b8f1072\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183232\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "806e45b161a2ad7d47cd078ba9f3f663ed282484",
      "tree": "d13612a5ed9a5f1e5fde2377e430071e1950f5cc",
      "parents": [
        "143b69552fc0ee5d1c0d59c0b387c93db3b34348"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Tue Jul 06 19:17:57 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Jul 21 06:45:47 2021 -0400"
      },
      "message": "Bug 574652 - fix IAE in \"Breakpoints View Update Job\"\n\nSerialized execution of breakpoint jobs without SchedulingRule\nby using a single job instance with a queue for tasks.\n\nChange-Id: I5c987bd4def191ebb4778c0e68be60badd58a4cf\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/182814\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "143b69552fc0ee5d1c0d59c0b387c93db3b34348",
      "tree": "7632f11a1254885fc0556dec75838bce9896ea4b",
      "parents": [
        "272af288984fc6d20cd032d2ee175eecc2d9e16f"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Jul 21 14:25:30 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Jul 21 05:11:38 2021 -0400"
      },
      "message": "Bug 574939 - Move to Tycho 2.4.0\n\nChange-Id: I94cd7c28145bee01cf0b1de62fd5eb1ce2a8f739\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183219\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "272af288984fc6d20cd032d2ee175eecc2d9e16f",
      "tree": "3dfc125a0d1b070088b8d41d8aa146cc211dead8",
      "parents": [
        "03decc31fefef7c2da0c5ec2403c0bfbd5665a18"
      ],
      "author": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Fri Nov 13 21:06:02 2020 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 04:46:45 2021 -0400"
      },
      "message": "[cleanup] Combine nested \u0027if\u0027 within \u0027else\u0027 block to \u0027else if\u0027\n\nCleanup performed on bundles\n- org.eclipse.core.variables\n- org.eclipse.ui.console\n- org.eclipse.ui.externaltools\n- org.eclipse.debug.tests\n- org.eclipse.debug.examples.ui\n\nChange-Id: I4751614c0b8598381be75f8a36332614f4d365b8\nSigned-off-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/172237\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "03decc31fefef7c2da0c5ec2403c0bfbd5665a18",
      "tree": "264108e97c90cc9fca0595adb67ae4a607c896a6",
      "parents": [
        "1773af47ed138af9c4b048f4eb21ae69068e93fd"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 10:47:10 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 04:21:56 2021 -0400"
      },
      "message": "Version bumps for 4.21\n\nNeeded by\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/172237\n\nChange-Id: If194f8dd861a957714967a87e8036a6275e9ae47\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183215\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "1773af47ed138af9c4b048f4eb21ae69068e93fd",
      "tree": "c9389257fc11e9e2319946eb1126f480ca55b9cf",
      "parents": [
        "b5eb36ad42e542fb6f9a89184f03e1ac1723ebd2"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 09:58:27 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 03:13:31 2021 -0400"
      },
      "message": "Version bump for 4.21\n\nNeeded by\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/172237\n\nChange-Id: I3792168701bc52e60cc5e9a470dc2ba5bce34129\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183213\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "b5eb36ad42e542fb6f9a89184f03e1ac1723ebd2",
      "tree": "1845fb0868d0fe281c1671a3b929c4f3e0e661ec",
      "parents": [
        "fe959085ddd02ecd3c7a6679ca3fcfab26acacc5"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Wed Jul 07 17:35:35 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 02:37:13 2021 -0400"
      },
      "message": "4.21 version bump for org.eclipse.debug.tests\n\nfor 182814: Bug 574652 - fix IAE in \"Breakpoints View Update Job\"\n\nChange-Id: I16c3dbd85e6b3f3cab3c78901ebb4ef36f4fea95\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/182861\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "fe959085ddd02ecd3c7a6679ca3fcfab26acacc5",
      "tree": "cea5beb8ecfbbda4fdcb887469ce3dc1bd6cf34b",
      "parents": [
        "57902f262f078044d0bbe8921162b6473869eff5"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jul 15 11:45:15 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jul 15 06:05:30 2021 -0400"
      },
      "message": "Bug 574667 - fix api analysis log path\n\nChange-Id: Ic8433e7c84a6d363eb4dca05c8d67cd62597c86c\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183084\n"
    },
    {
      "commit": "57902f262f078044d0bbe8921162b6473869eff5",
      "tree": "32bbac979625d49997ec3aa39c0904929a40cb73",
      "parents": [
        "5a96d5f04de74af3fc4692e48305360b1e03d9d7"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Jul 13 15:19:23 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jul 15 03:43:15 2021 -0400"
      },
      "message": "Bug 574818 - Deadlock in IOConsoleInputStream.close\n\nAvoid calling into console.streamClosed(this) holding the lock on the\nstream.\n\nChange-Id: I91de4be61d6da666425c0d70e772eb6137ef2d3a\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/183022\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "5a96d5f04de74af3fc4692e48305360b1e03d9d7",
      "tree": "412fc53194eab221f84a0a60bdab0ce19998b687",
      "parents": [
        "460824105a7dc0fc17cf2707eb778bc923c0f0e5"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Jul 06 22:45:25 2021 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Jul 06 22:45:25 2021 +0200"
      },
      "message": "Bug 574667 - Skip check freeze when not on master\n"
    },
    {
      "commit": "460824105a7dc0fc17cf2707eb778bc923c0f0e5",
      "tree": "24807be8221eb7c6584723eb65dc026d3478448d",
      "parents": [
        "9d7347220cedc2c4784298b3f5d8e4ee14e9b4f4"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Jun 29 19:54:09 2021 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Jul 05 23:17:06 2021 +0200"
      },
      "message": "Add Jenkinsfile\n\nChange-Id: I7c569218b951a3ebf77b7700db5eca7e9685ad56\n"
    },
    {
      "commit": "9d7347220cedc2c4784298b3f5d8e4ee14e9b4f4",
      "tree": "dc0fed0be54fec5217cbd4d62ab592cfb62fa8a5",
      "parents": [
        "409d8c451296ac6adaa359a578888cb29b89ee2b"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed May 19 10:40:18 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 04:11:45 2021 -0400"
      },
      "message": "Bug 574017 - Remove hard-coded cleanup profiles from projects\n\nHard-coded cleanup profiles prevents us from running other cleanups via profiles on a set of projects. This makes testing new profiles / cleanups harder. Save-actions are not affected by this change.\n\nChange-Id: Ic2eb911396d6f78695f8e9d0a6f57f09133a98e8\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180767\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "409d8c451296ac6adaa359a578888cb29b89ee2b",
      "tree": "a6b80317e2052301ba46c7467858f938589a251e",
      "parents": [
        "8f6d273943408ee30d182d0600bc22d799d2669c"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 08:35:39 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 03:47:10 2021 -0400"
      },
      "message": "4.21 update of org.eclipse.ui.externaltools\n\nFor https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180767\n\nChange-Id: Ica937a1ea6c9d9b6fa4c148c993eadcb91170baa\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181853\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "8f6d273943408ee30d182d0600bc22d799d2669c",
      "tree": "5237725780cd8ee420568e592da20a3a29d7de18",
      "parents": [
        "e007de6b9af43bdc046b1ddade88d3a24ca9d4c2"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 08:34:42 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 03:46:43 2021 -0400"
      },
      "message": "4.21 update of org.eclipse.ui.console\n\nFor https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180767\n\nChange-Id: Ia9ffbb959a7be2d7c92e6a0c112f8a9e2adedd46\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181852\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "e007de6b9af43bdc046b1ddade88d3a24ca9d4c2",
      "tree": "f478901cc91cfc3de34cd9b0cfad2a2afaad8c12",
      "parents": [
        "4ffee3748e6d706c7fa9d68871bcc26bbf9db121"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 08:33:46 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Sat Jun 12 03:45:59 2021 -0400"
      },
      "message": "4.21. update for org.eclipse.core.externaltools\n\nFor https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180767\n\nChange-Id: Ibabcb81e35cce4c69cf2c7419d6619ac1fcac46e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181851\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "4ffee3748e6d706c7fa9d68871bcc26bbf9db121",
      "tree": "c5b66ad7f407c961298bc58c88f6af201f4f456d",
      "parents": [
        "0ec731a953f5dd77db68fa6689ddeae7ec514e6b"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Thu May 27 17:09:34 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Jun 07 16:16:25 2021 -0400"
      },
      "message": "Bug 573806 - null argument:Action must not be null\n\nChange-Id: I54e6f419e7baa24622d8e8cca957b2ad4da62044\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181097\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "0ec731a953f5dd77db68fa6689ddeae7ec514e6b",
      "tree": "e81ffd59110bb748085c823d32aed25c146a03ac",
      "parents": [
        "b16fd4351680627bca4731281e077d3792f028eb"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue Jun 08 00:05:06 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Jun 07 15:22:50 2021 -0400"
      },
      "message": "Bug 573806 - null argument:Action must not be null\nversion update for 4.21\n\nChange-Id: Ief05b4369838532934727be5d9855e99e896a1df\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181535\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "b16fd4351680627bca4731281e077d3792f028eb",
      "tree": "9c34f0620374f21ca4cd228dee47311c21180be3",
      "parents": [
        "ab34a011239d0c22854e44c5ee7ed3fdef78cfb9"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Thu Jun 03 20:46:35 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Jun 04 02:32:16 2021 -0400"
      },
      "message": "Bug 573960 - POM and product version change for 4.21 release\n\nChange-Id: I142ae5b75e83b8bc01e58dbacaf6ff29be2ba9ea\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181377\n"
    },
    {
      "commit": "ab34a011239d0c22854e44c5ee7ed3fdef78cfb9",
      "tree": "41cb7513403924896155d20898eba64014571f1b",
      "parents": [
        "68189d9f50c2e81aee149ff072cba2ea8677a076"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue May 25 20:03:39 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue May 25 14:10:09 2021 -0400"
      },
      "message": "Bug 573561 - Terminate/Disconnect All command does not appear in\nPreferences -\u003e Keys\n\nChange-Id: I9b62158e708c8d41b31c0110bb1d02cc51d206b4\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/181000\nTested-by: Lakshmi P Shanmugam \u003clshanmug@in.ibm.com\u003e\nReviewed-by: Jonah Graham \u003cjonah@kichwacoders.com\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "68189d9f50c2e81aee149ff072cba2ea8677a076",
      "tree": "db28b625cb0c8c6484a9bd8d2f799604fa681d16",
      "parents": [
        "eb6f587ca9aa2802863a547a73c534442ff53b20"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:56:57 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue May 11 00:46:51 2021 -0400"
      },
      "message": "Remove unused api filters.\n\nChange-Id: I8e6878e0db8930bfc95f606d0e66d9dece0c1b2b\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180427\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "eb6f587ca9aa2802863a547a73c534442ff53b20",
      "tree": "7c043aabb309f0c93aa1c4836f1de0b55edba2e3",
      "parents": [
        "119b13119a348c01483e573855260476050d0a1c"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:49:28 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 17:08:55 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.examples.mixedmode\n\nChange-Id: I2d2b4ec39b4539dbf3335c622dc182221d846443\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180424\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "119b13119a348c01483e573855260476050d0a1c",
      "tree": "faa69e1b1e1944b4ce2eff9633220a64d5084636",
      "parents": [
        "2b35c92d27751a6d40f962e2d9c255f3cc1fe6fa"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:48:29 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 16:25:35 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.debug.examples.ui\n\nChange-Id: I243c297f15b1766b90914c60110f7dfd8ac0fb29\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180423\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "2b35c92d27751a6d40f962e2d9c255f3cc1fe6fa",
      "tree": "697fb965329b487c05bc5247d8b306f592d6221a",
      "parents": [
        "8bf68ed63b0d3686f18b232b736ab579dfd2085b"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:47:43 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 16:25:35 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.debug.examples.memory\n\nChange-Id: I7b66eb49f7a9fb96cf90b159d9734e3b72bdc73e\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180422\n"
    },
    {
      "commit": "8bf68ed63b0d3686f18b232b736ab579dfd2085b",
      "tree": "e4fce5cff7202d7deb3b768b865de6243514f715",
      "parents": [
        "f4bfaa7bafe22dd167cc91eb90f09bfb009256c4"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:46:52 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 15:45:38 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.core.variables.\n\nChange-Id: I58010d12f0ed3caea969ff0a79a00d07e5de1b96\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180421\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "f4bfaa7bafe22dd167cc91eb90f09bfb009256c4",
      "tree": "c0743a7360fc0749a5ce51c9eab7b37ee73c7ac7",
      "parents": [
        "841d07c2fbf498f9205b5bd32636508cb0cf9650"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:45:39 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 15:30:30 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.debug.ui\n\nChange-Id: I2571a637886612fd4eb8c0645ef3d31d689d2f7f\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180420\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "841d07c2fbf498f9205b5bd32636508cb0cf9650",
      "tree": "c2ddc401992a92b5943e6b49c5af2fbff9ec6c8f",
      "parents": [
        "739ca9cc22e78caa5df4a15edf42396a518b8b81"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:44:16 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 15:14:15 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.ui.console\n\nChange-Id: I76346cd5c6e04515fa5e6e1d9747f76b699079ad\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180419\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "739ca9cc22e78caa5df4a15edf42396a518b8b81",
      "tree": "cec84924025be169bfb5bcca0920ce6115fa8172",
      "parents": [
        "800829a95a5ce8c299ee106b350f420a1f71b422"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:43:09 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 15:10:51 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.debug.examples.core\n\nChange-Id: I0ef08e1bb15ed675ab636866b5a134b3df6f0bf0\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180418\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "800829a95a5ce8c299ee106b350f420a1f71b422",
      "tree": "d33fa143246f98ad22d78ee7229a8d564dcb724e",
      "parents": [
        "ec129ba7c0f18558a57bd6f840dad30ab18a193b"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:20:18 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 14:49:54 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.ui.externaltools\n\nChange-Id: I6bac75072b388432dd23432b81dbde07b7a846e0\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180415\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "ec129ba7c0f18558a57bd6f840dad30ab18a193b",
      "tree": "2fe637c2c9aefdb9c8a6714814955a306658f80d",
      "parents": [
        "bdc38700e9a2535aef2965f7085ab47570733382"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 21:18:39 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon May 10 14:41:23 2021 -0400"
      },
      "message": "Bug 573463 - Move bundles with deps on Java 11 to it too\n\nMove org.eclipse.core.externaltools\n\nChange-Id: I0dc10337169fa2b9c066689671105a8982dc5f06\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/180414\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "bdc38700e9a2535aef2965f7085ab47570733382",
      "tree": "cef3544dd6b00ad7b1ed772f1fa15a44b139c82b",
      "parents": [
        "8b3354c5542528933cd03edb9f0a9b995fcdb10a"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sat Jan 02 13:04:50 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Apr 29 02:05:41 2021 -0400"
      },
      "message": "doogfooding use String.join\n\nChange-Id: If83b6421fc216aa54d3fd1edc9387b781d619861\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/174182\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "8b3354c5542528933cd03edb9f0a9b995fcdb10a",
      "tree": "ec8e0d6efcc381d69527999301886effca75b835",
      "parents": [
        "501de1edc114d3de825cd7b770b8c96498b83012"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Apr 09 13:40:44 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Apr 28 17:27:19 2021 -0400"
      },
      "message": "[dogfooding] Use String.join JDT cleanup in eclipse.debug\n\nThe resulting code is much shorter.\n\nChange-Id: I2980ac23520edfbfa7648055cab8999ea69b1f6e\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/179101\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "501de1edc114d3de825cd7b770b8c96498b83012",
      "tree": "2a0bb29395d1a777c14d29ed95a812e329c16ea0",
      "parents": [
        "83664920473076bf1dc4d1d439809125bfdf0008"
      ],
      "author": {
        "name": "Victor Rubezhny",
        "email": "vrubezhny@redhat.com",
        "time": "Wed Apr 21 20:51:05 2021 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Apr 26 11:29:32 2021 -0400"
      },
      "message": "Bug 573078 - Prevent NPE in TestRunSessionSerializer\n\nChange-Id: I7775d0999e54ecb20990334969aca77122f73fd7\nSigned-off-by: Victor Rubezhny \u003cvrubezhny@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/179663\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "83664920473076bf1dc4d1d439809125bfdf0008",
      "tree": "50177b66b503ec100e703f1a4af8e029d7ab7769",
      "parents": [
        "207745114db3eb38158326e0eb30db5161aa9101"
      ],
      "author": {
        "name": "Frank Benoit",
        "email": "frank.rene.benoit@gmail.com",
        "time": "Fri Apr 16 20:39:49 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Apr 16 15:16:31 2021 -0400"
      },
      "message": "Bug 572910 - Prevent NPE in LaunchConfigurationDialog\n\nChange-Id: I3eeb5e571b1c6e4a9fd7d421b1fd507510d6b713\nSigned-off-by: Frank Benoit \u003cfrank.rene.benoit@gmail.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/179446\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "207745114db3eb38158326e0eb30db5161aa9101",
      "tree": "49153cf0156002ac6dd4fc13653142a9138de597",
      "parents": [
        "5a322df14122ebc566a988436717be558e7fb5b5"
      ],
      "author": {
        "name": "BJ Hargrave",
        "email": "hargrave@us.ibm.com",
        "time": "Fri Apr 03 16:29:19 2020 -0400"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Thu Apr 15 13:37:33 2021 -0400"
      },
      "message": "Bug 561772 - Fix handling of double quotes on windows\n\nWhen processing an argument on windows which includes double quotes,\nthe code fails to reset the backslash count when a non-backslash or\ndouble quote character is encountered. This results in any double\nquotes encountered after a backslash having excess backslashes\ninserted before the double quote.\n\nChange-Id: I4822dc702627228051e36d4b73c93cd6e2634e45\nSigned-off-by: BJ Hargrave \u003chargrave@us.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/160458\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Sarika Sinha \u003csarika.sinha@in.ibm.com\u003e\n"
    },
    {
      "commit": "5a322df14122ebc566a988436717be558e7fb5b5",
      "tree": "9ff6500958be798566a22dc4b8185db7aa92f2ac",
      "parents": [
        "645c89a7bcfeddb4862d21d8e68d312859426382"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Apr 12 22:03:10 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Apr 12 22:03:10 2021 +0200"
      },
      "message": "[dogfooding] Use Java method instead of system property cleanup\n\nApplied use Java method instead of system property\n\u0027FILE_ENCODING,PATH_SEPARATOR,FILE_SEPARATOR,LINE_SEPARATOR,BOOLEAN_PROPERTY\u0027\n\nChange-Id: I66c10e902f27e9603b1432b4fc679b7472740c03\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "645c89a7bcfeddb4862d21d8e68d312859426382",
      "tree": "2b198ba7beda14eee146d34436b60e1ee9c0020d",
      "parents": [
        "89dd1a248f586d1b372c1f04b66417eea91614dc"
      ],
      "author": {
        "name": "Simeon Andreev",
        "email": "simeon.danailov.andreev@gmail.com",
        "time": "Mon Mar 29 15:52:41 2021 +0200"
      },
      "committer": {
        "name": "Simeon Andreev",
        "email": "simeon.danailov.andreev@gmail.com",
        "time": "Thu Apr 08 12:36:47 2021 +0200"
      },
      "message": "Bug 572404 - synchronize access PerspectiveManager.fPerspectiveContexts\n\nCreating a project while opening e.g. a console page can result in\nconcurrent PerspectiveManager.startup() and PerspectiveManager.saving().\nThis can cause a NullPointerException or a\nConcurrentModificationException, with bad timing.\n\nThis change moves the initPerspectives() call to before listeners are\nregistered in startup(). This avoids the race condition.\n\nChange-Id: I1fc2300217a7b4832e8eb33bce14b0e4847112cb\nSigned-off-by: Simeon Andreev \u003csimeon.danailov.andreev@gmail.com\u003e"
    },
    {
      "commit": "89dd1a248f586d1b372c1f04b66417eea91614dc",
      "tree": "a0ec42b3ae3e347aab6c1fa6c72385ce1618d8e8",
      "parents": [
        "b5124012e081d6b9046ce45845bc166245d8f41d"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sun Dec 06 19:02:02 2020 +0100"
      },
      "committer": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Mon Apr 05 02:45:47 2021 -0500"
      },
      "message": "Bug 572584 - Potentially dangerous use of non-short-circuit logic\n\nin\norg.eclipse.debug.internal.core.DebugOptions.optionsChanged(DebugOptions)\norg.eclipse.debug.internal.core.LaunchManager$ResourceProxyVisitor.visit(IResourceProxy)\n..\n\nThis code seems to be using non-short-circuit logic (e.g., \u0026 or |)\nrather than short-circuit logic (\u0026\u0026 or ||). In addition, it seem\npossible that, depending on the value of the left hand side, you might\nnot want to evaluate the right hand side (because it would have side\neffects, could cause an exception or could be expensive.\n\nNon-short-circuit logic causes both sides of the expression to be\nevaluated even when the result can be inferred from knowing the\nleft-hand side. This can be less efficient and can result in errors if\nthe left-hand side guards cases when evaluating the right-hand side can\ngenerate an error.\n\nSee the Java Language Specification for details.\n\nRank: Of Concern (15), confidence: High\nPattern: NS_DANGEROUS_NON_SHORT_CIRCUIT\nType: NS, Category: STYLE (Dodgy code)\n\nChange-Id: Ib234c4f879ec39de41c661d4532ba2afdfaa1d69\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\n"
    },
    {
      "commit": "b5124012e081d6b9046ce45845bc166245d8f41d",
      "tree": "bced5e95c2f12f64a220260683f31a37ccc9ed3c",
      "parents": [
        "34d1c224bd4e292907ea59cc1752e2ad54e8739c"
      ],
      "author": {
        "name": "kitlo",
        "email": "kitlo@us.ibm.com",
        "time": "Thu Apr 01 00:14:58 2021 -0400"
      },
      "committer": {
        "name": "kitlo",
        "email": "kitlo@us.ibm.com",
        "time": "Thu Apr 01 00:14:58 2021 -0400"
      },
      "message": "Bug 572497 - Upgrade to Tycho 2.3.0\n\nChange-Id: I49855281055c8abeea52e6fb289578c3f6fad965\nSigned-off-by: kitlo \u003ckitlo@us.ibm.com\u003e\n"
    },
    {
      "commit": "34d1c224bd4e292907ea59cc1752e2ad54e8739c",
      "tree": "1e5e76214719bb9b1d2644feb718f3a38e05088a",
      "parents": [
        "55e0165ae07ccb113371a5366d56444e82b64d92"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Mar 26 12:08:44 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Mar 26 12:08:44 2021 +0100"
      },
      "message": "Apply \"Primitive parsing\" JDT cleanup to platform.debug\n\nA boxed primitive is created from a String, just to extract the unboxed\nprimitive value.It is more efficient to just call the static parseXXX\nmethod.\n\n\nBefore:\nint number \u003d Integer.valueOf(\"42\", 8);\nnew Double(\"42.42\").doubleValue();\n\nAfter:\n\nint number \u003d Integer.parseInt(\"42\", 8);\nDouble.parseDouble(\"42.42\");\n\nChange-Id: Iabf76750aca8e9c2d348b94f79cfb01d7b59998b\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "55e0165ae07ccb113371a5366d56444e82b64d92",
      "tree": "ef450ed9c2cc729d2fac30a763976ece85decb61",
      "parents": [
        "08b688f0bf87ffbfcef3971c22dfb210c2120d97"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 24 15:26:48 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 24 15:26:48 2021 +0100"
      },
      "message": "Use JDT clean up \"Convert field into local variable if field is used\nonly local for JFace Snippets\n\nNo need to save the value as field if it is only used locally.\n\nChange-Id: I34d4cdfca4536061dc5f0591431cb7b555bbb212\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "08b688f0bf87ffbfcef3971c22dfb210c2120d97",
      "tree": "df5be0a9d8bfaecd824b5403abcdfbb9b6f708e8",
      "parents": [
        "a53a2a2bb488f2d4fe7a6ef3a2d84c80e78cd154"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Feb 24 10:31:35 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon Mar 15 17:40:01 2021 -0400"
      },
      "message": "Use Integer.toString directly in DefaultLableProvider\n\nAvoids valueOf().toString.\n\nChange-Id: I9d70b0d9a465e7403e5b676e52e945d9cfa0b5c2\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "a53a2a2bb488f2d4fe7a6ef3a2d84c80e78cd154",
      "tree": "414d9ea30e264f5e50fb7b136f35964196bd4288",
      "parents": [
        "07dfe6be25579f1a3ecfe47b1fe327e561f762ea"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Feb 24 10:30:26 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon Mar 15 16:48:01 2021 -0400"
      },
      "message": "Use parseBoolean directly in LaunchConfiguration\n\nAvoid primitive parsing, done via JDT cleanup action\n\nChange-Id: I8ec6b5aaf6b696b5e931df1641d7fa79e267dda8\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "07dfe6be25579f1a3ecfe47b1fe327e561f762ea",
      "tree": "9dcaff756475d8cc1058d06815ee25a9fde34d60",
      "parents": [
        "6521b9ef751981d198991ac7bf385ad55b364b62"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 17:41:09 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon Mar 15 16:47:43 2021 -0400"
      },
      "message": "4.20 update of org.eclipse.debug.ui\n\nRequired for\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/176777\n\nChange-Id: I23ef33ca88dd48add6a757f577c2cf7b7ac036f0\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "6521b9ef751981d198991ac7bf385ad55b364b62",
      "tree": "9008de88ff7dfbf43e25006f7e4636aa8a31da41",
      "parents": [
        "04d75aa192bfe63982f1e986eba4f85d1cbd8aa4"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 17:40:02 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon Mar 15 16:47:43 2021 -0400"
      },
      "message": "4.20 update of org.eclipse.debug.core\n\nRequired for\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/176775\n\n\nChange-Id: I4cf8a69450e77140b452067a97535795a985a709\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "04d75aa192bfe63982f1e986eba4f85d1cbd8aa4",
      "tree": "60e5e30bb689b6adf9eb0c91db2390cac7b6e440",
      "parents": [
        "f17bf6351bca623eb5966573df90f7175151f553"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon Mar 15 20:22:07 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon Mar 15 20:22:07 2021 +0200"
      },
      "message": "Update tycho pomless to 2.2.0.\n\nChange-Id: I2f6646bd49daeba1a37ac8f0ea9263b283d7873f\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "f17bf6351bca623eb5966573df90f7175151f553",
      "tree": "f603a85127e3c6f3e230ed06a4335e79aa0533b0",
      "parents": [
        "14b2e2138fe77c1ee85ce0f2cc48da23dc470d04"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Feb 24 10:28:46 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 05:45:15 2021 -0400"
      },
      "message": "Use parseBoolean directly in DynamicVariable\n\nAvoid primitive parsing, done via JDT cleanup action\n\nChange-Id: I210f9820d91a92154a2a10aa48ee4edffe44fa95\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "14b2e2138fe77c1ee85ce0f2cc48da23dc470d04",
      "tree": "20d0f2194cc28c05e62092accc344b79f0da343f",
      "parents": [
        "0a55158f06bfc57527f97ac09f27bd0abf8dc094"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 07:57:13 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 07:57:13 2021 +0100"
      },
      "message": "4.20 update of org.eclipse.core.variables\n\nRequired for pendning Gerrits\n\nChange-Id: Ic81e66dc2f0ccf4102ff7db1a193f781fab89229\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "0a55158f06bfc57527f97ac09f27bd0abf8dc094",
      "tree": "025f024b765a8fd48769a6b3d3edf06edf21174b",
      "parents": [
        "c239e1061cd3e02c6e3cb7f34b2be0be7fea7355"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Mar 05 11:25:19 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Mar 05 11:25:19 2021 +0200"
      },
      "message": "Bug 571689 - POM and product version change for 4.20 release\n\nChange-Id: Iaf74741e7d3725e596d0df1a34710f672aee4ae9\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e"
    },
    {
      "commit": "c239e1061cd3e02c6e3cb7f34b2be0be7fea7355",
      "tree": "faa275a7f82e7b8458cc681fd00a363bfeb520d5",
      "parents": [
        "ee6cc06388c729e1abe892abd01fa0a2c271793c"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Thu Feb 11 21:08:39 2021 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Feb 22 16:31:21 2021 +0530"
      },
      "message": "Bug 570480 - Make termination of descendants configurable\n\nChange-Id: I6f77f33c27028c06c4afb58eae9604eeab317866\nSigned-off-by: Hannes Wellmann \u003cwellmann.hannes1@gmx.net\u003e"
    },
    {
      "commit": "ee6cc06388c729e1abe892abd01fa0a2c271793c",
      "tree": "01ddf17c274300081977a39b39678690d68d2ae5",
      "parents": [
        "dbbb93bc104e132c0f5ce1d1f4a7864e671a0f08"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Feb 15 04:52:49 2021 -0500"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Feb 15 07:24:38 2021 -0500"
      },
      "message": "Revert \"Bug 568932 - [BigSur] Cannot hover over or inspect variables\"\n\nThis reverts commit 8ef1ae4c60afadaff2ef6ebc924583e0ec98fa06.\n\nReason for revert: Bug 567787 has fixed the issue in the proper way\n\nChange-Id: If08fec4adf9dddd45efb3b6515300d1f55192c3c\n"
    },
    {
      "commit": "dbbb93bc104e132c0f5ce1d1f4a7864e671a0f08",
      "tree": "fe3911201b6417e188b79ef2f0de1570b159fb74",
      "parents": [
        "acf4c9657f642ebd1ca26ec12724e80443c84820"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Feb 15 04:54:54 2021 -0500"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Feb 15 05:51:23 2021 -0500"
      },
      "message": "Revert \"Bug 568813 - Empty inspect window and hover\"\n\nThis reverts commit 1e760d286525d9efe492edf362ef64d8b4be684b.\n\nReason for revert: Bug 567787 has fixed the issue in the proper way\n\nChange-Id: Ib91310ffe2ec13db34ccbc127f437fbba5bb3c55\n"
    },
    {
      "commit": "acf4c9657f642ebd1ca26ec12724e80443c84820",
      "tree": "06e74546506b87b33e37793a8cfd90629600c573",
      "parents": [
        "ab4870b76608bafa5e0ce9140d904f58e24bf7fc"
      ],
      "author": {
        "name": "Torbjörn Svensson",
        "email": "torbjorn.svensson@st.com",
        "time": "Sat Feb 06 13:58:07 2021 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Sat Feb 13 02:05:47 2021 -0500"
      },
      "message": "Bug 571164: Two IContainer instances can share same location\n\nWhen updating the container for a launch configuration, make sure that\nthe new and the old container do not point to the same location.\nNested projects can have different container instances that points to\nthe same location and a switch between these containers should not be\nconsidered a \"move\" of the launch configuration.\n\nContributed by STMicroelectronics\n\nChange-Id: I504f351b8ae9a6544c86659f99151a81059a7e38\nSigned-off-by: Torbjörn Svensson \u003ctorbjorn.svensson@st.com\u003e\n"
    },
    {
      "commit": "ab4870b76608bafa5e0ce9140d904f58e24bf7fc",
      "tree": "b46752c356cbcbbb964bf11a654b85ba7cba01b8",
      "parents": [
        "a41f459946f4d2efc87756f70964a4f3fa63b8c4"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Thu Feb 11 21:10:12 2021 +0100"
      },
      "committer": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Thu Feb 11 22:34:07 2021 +0100"
      },
      "message": "CommonTab: add utility to get LaunchConfig attributes without Exception\n\nThis avoids try-catch blocks when getting an attribute and increases\nreadability of the methods that contains logic.\n\nIn the method updateConfigFromFavorites now the update continues with\nthe default-value instead of stopping inbetween, if getAttribute throws\na CoreException.\n\nChange-Id: I204520f37edd86fa4b3b81ba770f32ba5f4c46dd\nSigned-off-by: Hannes Wellmann \u003cwellmann.hannes1@gmx.net\u003e\n"
    },
    {
      "commit": "a41f459946f4d2efc87756f70964a4f3fa63b8c4",
      "tree": "8c931aef93f974fd20267722474a20bf125311e4",
      "parents": [
        "ae96a18fe17a463dd6b412a885d842f79cee7528"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Thu Feb 11 19:52:24 2021 +0100"
      },
      "committer": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Thu Feb 11 22:34:05 2021 +0100"
      },
      "message": "CommonTab: use SWT-Listener\u0027s adapter methods and marginal clean-up\n\nChange-Id: I1c0c017dd744d69c8bfe83be6184705b6d0f18ca\nSigned-off-by: Hannes Wellmann \u003cwellmann.hannes1@gmx.net\u003e\n"
    },
    {
      "commit": "ae96a18fe17a463dd6b412a885d842f79cee7528",
      "tree": "51333aa29ce990eb4c3da905641378d70fafdce2",
      "parents": [
        "80e5c732e89a8f0102a825505c69bde1cc609843"
      ],
      "author": {
        "name": "Torbjörn Svensson",
        "email": "azoff@svenskalinuxforeningen.se",
        "time": "Sun Nov 29 22:06:37 2020 +0100"
      },
      "committer": {
        "name": "Torbjörn Svensson",
        "email": "azoff@svenskalinuxforeningen.se",
        "time": "Sat Feb 06 07:57:46 2021 -0500"
      },
      "message": "Bug 569373: Use ViewFilter to filter launch configs\n\nThe content provider is only called when the launch configuration\ntree is initialized. Any following add/remove of a launch\nconfiguration is handled in LaunchConfigurationView without\nfetching the new tree from the content provider.\nForcibly refresh the list in the viewer when the added launch\nconfiguration is shared. To avoid having dangling launch\nconfigurations in the tree.\n\nChange-Id: Id67d550dddc6df583229013c1c71bcfc5f320f38\nSigned-off-by: Torbjörn Svensson \u003cazoff@svenskalinuxforeningen.se\u003e\n"
    },
    {
      "commit": "80e5c732e89a8f0102a825505c69bde1cc609843",
      "tree": "ed3b1a1e0770dcc3e159883b6605c8980c218cc9",
      "parents": [
        "06dc0a0e7dd64b092595690dcbf864f5e2153920"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Feb 01 18:42:02 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Feb 01 18:42:02 2021 +0530"
      },
      "message": "Bug 570811 - ClassCastException during\nDebugUITools.findToggleLaunchForConfig in RCP debug implementation\n\nChange-Id: I711b0f0dc769c1691b3fd7604bc639b175b4d326\n"
    },
    {
      "commit": "06dc0a0e7dd64b092595690dcbf864f5e2153920",
      "tree": "4b77554c3e6630395b972f1de466c9682022fd84",
      "parents": [
        "f553c30fd94a984cc75d8fc79269b9e0c87cbedc"
      ],
      "author": {
        "name": "Matthias Becker",
        "email": "ma.becker@sap.com",
        "time": "Fri Jan 15 14:40:43 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Jan 21 05:16:38 2021 -0500"
      },
      "message": "Debug UI: Don\u0027t use AbstractUIPlugin#getDialogSettings\n\nJavaDoc of this method says it should no longer be used. This is one\nstep further to remove Activators.\n\nChange-Id: Iac12e58eb8a75beb36b2c95397dd6298b61ad3a3\n"
    },
    {
      "commit": "f553c30fd94a984cc75d8fc79269b9e0c87cbedc",
      "tree": "024662d05282c33adea8ea52f1fdae1f785a1d59",
      "parents": [
        "d3ab09fbec4de49c976c6c0d123a1e4f3a742b56"
      ],
      "author": {
        "name": "Karsten Thoms",
        "email": "karsten.thoms@karakun.com",
        "time": "Fri Nov 13 21:04:45 2020 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jan 20 02:43:10 2021 -0500"
      },
      "message": "[cleanup] Combine nested \u0027if\u0027 within \u0027else\u0027 block to \u0027else if\u0027\n\nCleanup performed on bundles\n- org.eclipse.debug.core\n\nChange-Id: I3e42c91479b0363ce858bcf01d2e2274ec9d4e6d\nSigned-off-by: Karsten Thoms \u003ckarsten.thoms@karakun.com\u003e\n"
    },
    {
      "commit": "d3ab09fbec4de49c976c6c0d123a1e4f3a742b56",
      "tree": "80eb6b65ec71e0322d5bbdd7746dee6214ce1c96",
      "parents": [
        "0c2baeb0bbe9e5a9d2f158e7c120dd4f56b3d081"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue Jan 05 12:40:30 2021 +0530"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Jan 05 14:17:47 2021 +0100"
      },
      "message": "Bug 482711 - [launch] Creating the first launch config does not notify\nILaunchConfigurationListener.launchConfigurationAdded()\n\nChange-Id: I1e0741a4c718b8ac2c9f51d90ef3681f6926ac95\n"
    },
    {
      "commit": "0c2baeb0bbe9e5a9d2f158e7c120dd4f56b3d081",
      "tree": "b0a843acc4b99d79f2e0ea89ca10bd2495a05bda",
      "parents": [
        "f09b8b873ffbf52209123168872193a8488c779d"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue Jan 05 16:25:13 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue Jan 05 16:25:13 2021 +0530"
      },
      "message": "Bug 569281 - \"Disable all breakpoints\" would help in debugging\n\nChange-Id: I6c4d808ffe0d638077b19c67f5da6def829b54a8\n"
    },
    {
      "commit": "f09b8b873ffbf52209123168872193a8488c779d",
      "tree": "2e7350f0baabade5ad3e6681f408c10328da0649",
      "parents": [
        "e2d47cf8b6ac0d51dfb3e28d05f13a922c35fec0"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Jan 04 06:55:52 2021 -0500"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Jan 04 06:55:52 2021 -0500"
      },
      "message": "Revert \"Bug 482711 - [launch] Creating the first launch config does not notify\"\n\nThis reverts commit e2d47cf8b6ac0d51dfb3e28d05f13a922c35fec0.\n\nReason for revert: This causes looping in some scenario.\n\nChange-Id: I4f5ff80fcd3cf787068b503e33a73d937b4e790a\n"
    },
    {
      "commit": "e2d47cf8b6ac0d51dfb3e28d05f13a922c35fec0",
      "tree": "717f0e450f27cbdf9dd7d39289184baa671623d5",
      "parents": [
        "7a97d4a6db4f4cf5a165013a1f6dc7a5f77e5e46"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Jan 04 14:08:37 2021 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Jan 04 06:14:02 2021 -0500"
      },
      "message": "Bug 482711 - [launch] Creating the first launch config does not notify\nILaunchConfigurationListener.launchConfigurationAdded()\n\nChange-Id: I02885791a58c9fe7e800413931383d8b2210bd2f\n"
    },
    {
      "commit": "7a97d4a6db4f4cf5a165013a1f6dc7a5f77e5e46",
      "tree": "2e7350f0baabade5ad3e6681f408c10328da0649",
      "parents": [
        "90cd8ab52c7932deb45480b7b310fc2ebf8d6d86"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Sat Jan 02 12:56:27 2021 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Sat Jan 02 12:56:27 2021 +0100"
      },
      "message": "Bug 569486 - InterruptedException when working with Java Debug View\n\nDon\u0027t report InterruptedException, is not woth the effort.\n\nChange-Id: I651b1184d39d7c51cf2e2388724543d6a5044df9\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "90cd8ab52c7932deb45480b7b310fc2ebf8d6d86",
      "tree": "2dd343909bfba667599f9d159d3837b7769c814f",
      "parents": [
        "faac167ebedddbe5b6d407c4039667d284b2a0b4"
      ],
      "author": {
        "name": "Vikas Chandra",
        "email": "Vikas.Chandra@in.ibm.com",
        "time": "Mon Dec 14 17:44:42 2020 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Tue Dec 22 10:47:56 2020 +0530"
      },
      "message": "Bug 560252 - \"Remove all triggers\" enabled even if you remove all\nbreakpoints\n\nChange-Id: Id43bf1d7a276d755598b341b2d877bfdfcb81137\nSigned-off-by: Vikas Chandra \u003cVikas.Chandra@in.ibm.com\u003e"
    },
    {
      "commit": "faac167ebedddbe5b6d407c4039667d284b2a0b4",
      "tree": "2e607f81e1446b57d578c1135a22faffb33160a8",
      "parents": [
        "a2132c2bbccb736c4f7de11478fdd3505807c2bf"
      ],
      "author": {
        "name": "Vikas Chandra",
        "email": "Vikas.Chandra@in.ibm.com",
        "time": "Mon Dec 21 15:33:26 2020 +0530"
      },
      "committer": {
        "name": "Vikas Chandra",
        "email": "Vikas.Chandra@in.ibm.com",
        "time": "Mon Dec 21 15:33:26 2020 +0530"
      },
      "message": "verison increase for 1st change - for bug Bug 560252\nChange-Id: I267201b9d41b8b26b3dc9bcafc8f623305a769b8\nSigned-off-by: Vikas Chandra \u003cVikas.Chandra@in.ibm.com\u003e"
    },
    {
      "commit": "a2132c2bbccb736c4f7de11478fdd3505807c2bf",
      "tree": "484eeaaa6ad7992980b980da1d9e0004bc6141f3",
      "parents": [
        "09f78d2d407ab66a19878c676f9fd1854377b0ed"
      ],
      "author": {
        "name": "Christian Gabrisch",
        "email": "eclipse@cgabrisch.de",
        "time": "Sun Dec 06 19:39:12 2020 +0100"
      },
      "committer": {
        "name": "Christian Gabrisch",
        "email": "eclipse@cgabrisch.de",
        "time": "Fri Dec 11 16:11:29 2020 +0100"
      },
      "message": "Bug 45017 - Enable Find Next, Find Previous in console\n\nProvide actions for commands org.eclipse.ui.edit.findNext,\norg.eclipse.ui.edit.findPrevious in text consoles.\n\nChange-Id: Id4589100923241b85dc19c6d5afc3e33518ced9a\nSigned-off-by: Christian Gabrisch \u003ceclipse@cgabrisch.de\u003e"
    },
    {
      "commit": "09f78d2d407ab66a19878c676f9fd1854377b0ed",
      "tree": "c2eae4fcb8af2a647ddf06f1579dfc9cc44d17d6",
      "parents": [
        "f87c6f0f0eecbbb3bc5fea7df5878a14a2c98b58"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Wed Dec 02 11:54:48 2020 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Thu Dec 10 17:06:49 2020 +0530"
      },
      "message": "Bug 569281 - \"Disable all breakpoints\" would help in debugging\n\nChange-Id: I2973f2efca125bd3378e2f0f12cc628980107622\n"
    },
    {
      "commit": "f87c6f0f0eecbbb3bc5fea7df5878a14a2c98b58",
      "tree": "82b7b29aab3c687361782cf5f9c1b637b4487d48",
      "parents": [
        "bb303580a90b5d104dbf0bd4a12172797979c4cb"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Dec 02 21:04:11 2020 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Dec 02 21:04:11 2020 +0530"
      },
      "message": "Bug 569324 - Enable API check for new bundles introduced in 4.18\n\nChange-Id: I564c889e2dff7e2599ec4f56fdb1d704160129c2\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\n"
    },
    {
      "commit": "bb303580a90b5d104dbf0bd4a12172797979c4cb",
      "tree": "dc0a810cf31c064a308be34afd12cc0ec1530b52",
      "parents": [
        "be976860c17e2b133ec5238083761887f17db8a5"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Dec 02 00:07:14 2020 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Dec 02 00:07:14 2020 +0530"
      },
      "message": "Bug 569318 - POM and product version change for 4.19 release\n\nChange-Id: I9171e2a165ee8cadb6968716b3dc08e91218513c\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\n"
    },
    {
      "commit": "be976860c17e2b133ec5238083761887f17db8a5",
      "tree": "d0e9040f943ebeb926bfa1f97cafeac6ca914234",
      "parents": [
        "8ef1ae4c60afadaff2ef6ebc924583e0ec98fa06"
      ],
      "author": {
        "name": "Vikas Chandra",
        "email": "Vikas.Chandra@in.ibm.com",
        "time": "Wed Nov 11 18:47:59 2020 +0530"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Mon Nov 23 01:50:46 2020 -0500"
      },
      "message": "Bug 568713 - Show command line dialog could be wider for easy\nreadibility\n\nChange-Id: Ib2b1ca6697414fea40114a337197a36e6e1820be\nSigned-off-by: Vikas Chandra \u003cVikas.Chandra@in.ibm.com\u003e"
    },
    {
      "commit": "8ef1ae4c60afadaff2ef6ebc924583e0ec98fa06",
      "tree": "3c1740d8f675e309f5d85e4acfa91368f8c190c6",
      "parents": [
        "49305ffef5cd73c2813508440bad5e3e510aa309"
      ],
      "author": {
        "name": "Lakshmi Shanmugam",
        "email": "lshanmug@in.ibm.com",
        "time": "Fri Nov 20 14:09:23 2020 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Sat Nov 21 13:53:10 2020 -0500"
      },
      "message": "Bug 568932 - [BigSur] Cannot hover over or inspect variables\n\nOn Big Sur, the empty inspect dialog pop-up is caused due to SWT Bug\n567787- Setting Shell visible doesn\u0027t send SWT.SetData for Virtual\nTree/Table. Due to this the virtual tree in the pop-up is not populated\nwhen set to visible.\nThe workaround is to call getText on the item so that it is already\ncreated when pop-up is shown.\n\nChange-Id: I241b7c1c75cbc600ad63b4e9d4bd491218d67619\nSigned-off-by: Lakshmi Shanmugam \u003clshanmug@in.ibm.com\u003e"
    },
    {
      "commit": "49305ffef5cd73c2813508440bad5e3e510aa309",
      "tree": "d09ee67a1bc8c6a21c28bb18c671d3dab23056ff",
      "parents": [
        "79dc434a6073a2650bc8c82335dbd8849d6bb625"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Nov 21 08:33:40 2020 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Nov 21 08:33:56 2020 +0200"
      },
      "message": "Bug 507626 - Fix javadoc errors\n\nChange-Id: I752388a4b178b7ff9ee2b39b248cddf57a1884c5\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "79dc434a6073a2650bc8c82335dbd8849d6bb625",
      "tree": "b2e3e14f96afb013e8a49e487764d29efefffc8f",
      "parents": [
        "1e760d286525d9efe492edf362ef64d8b4be684b"
      ],
      "author": {
        "name": "Torbjörn Svensson",
        "email": "azoff@svenskalinuxforeningen.se",
        "time": "Fri Jan 31 21:51:09 2020 +0100"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Fri Nov 20 05:09:05 2020 -0500"
      },
      "message": "Bug 559758 - Only present unique launch configurations\n\nTry to identify unique launch configurations based on kind and name and\nreturn the unique set of configurations.\nTo avoid comparing every launch configuration with all others, map the\nname of the configuration to the configuration itself and then as a\nsecond step if there are duplicated names, do a another pass and verify\nthat there are only one configuration with the same attribute set (both\nkeys and values are compared) in the resulting list of configurations.\n\nChange-Id: Id72d2842b096332fa73b3cc23e1c94531f6df28e\nSigned-off-by: Torbjörn Svensson \u003cazoff@svenskalinuxforeningen.se\u003e\n"
    },
    {
      "commit": "1e760d286525d9efe492edf362ef64d8b4be684b",
      "tree": "d002daaa8c7ae4d869a8a59c3f35992126207f84",
      "parents": [
        "0a910e32b4ad902a84a5fa14f4911896a1015e63"
      ],
      "author": {
        "name": "Lakshmi P Shanmugam",
        "email": "lshanmug@in.ibm.com",
        "time": "Wed Nov 18 19:07:06 2020 +0530"
      },
      "committer": {
        "name": "Lakshmi P Shanmugam",
        "email": "lshanmug@in.ibm.com",
        "time": "Wed Nov 18 10:23:28 2020 -0500"
      },
      "message": "Bug 568813 - Empty inspect window and hover\n\nThe empty hover on BigSur is caused due to SWT Bug 567787- Setting Shell visible doesn\u0027t send SWT.SetData for Virtual Tree/Table. Due to this the virtual tree in the hover is not populated when set to visible.\nThe workaround is to call getText on the item so that it is already created when hover is shown.\n\nChange-Id: I4c716082e2da778fc6f257283f3ebe3bbcc6a35e\n"
    },
    {
      "commit": "0a910e32b4ad902a84a5fa14f4911896a1015e63",
      "tree": "8b13539dc89326622a6df7a5981f327c6201f9f6",
      "parents": [
        "08085b7a9a905577c33ec44b5cb94e111186b71b"
      ],
      "author": {
        "name": "Alexander Fedorov",
        "email": "alexander.fedorov@arsysop.ru",
        "time": "Mon Nov 16 16:05:41 2020 +0300"
      },
      "committer": {
        "name": "Alexander Fedorov",
        "email": "alexander.fedorov@arsysop.ru",
        "time": "Mon Nov 16 09:56:40 2020 -0500"
      },
      "message": "Stop using deprecated AbstractUIPlugin.getDialogSettings()\n\nStop using deprecated AbstractUIPlugin.getDialogSettings() and correct\nthe javadoc.\n\nChange-Id: I6c67993cff6f60359b5c6af128cd88e92ac1c46c\nSigned-off-by: Alexander Fedorov \u003calexander.fedorov@arsysop.ru\u003e\n"
    },
    {
      "commit": "08085b7a9a905577c33ec44b5cb94e111186b71b",
      "tree": "0e2642981b405b03a90dab2b20984435608b05aa",
      "parents": [
        "32cd1e8a7b2d7114cb16d43c57c3ddcf577ddeb8"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Nov 16 14:54:41 2020 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Nov 16 14:54:41 2020 +0100"
      },
      "message": "Unit Test bundle version to 1.0.0\n\nChange-Id: I225231be8e2a2d531b658afe8e3e9e365923b0df\nSigned-off-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "32cd1e8a7b2d7114cb16d43c57c3ddcf577ddeb8",
      "tree": "8d15fc59cd419ab46313a789338afc2c11ea8000",
      "parents": [
        "9223452bf28e2ec766da65d4530e6e0921c90548"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Sep 30 10:24:02 2020 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Nov 16 12:02:32 2020 +0100"
      },
      "message": "Bug 567463 - Remove API check from debug example projects\n\nChange-Id: If3eceec77d4d57f28fe12d1948d713d996b57236\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "9223452bf28e2ec766da65d4530e6e0921c90548",
      "tree": "8c63c7f9c0243e0b85306cc533d9b4976603f45e",
      "parents": [
        "62040c7c8752e3e22237790276e423a43a17765d"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Tue Sep 29 11:06:34 2020 +0200"
      },
      "committer": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Mon Nov 09 20:48:42 2020 +0100"
      },
      "message": "Bug 567345 follow-up: Remove unnecessary code in model.RuntimeProcess\n\nMainly simplify ProcessMonitorThread:\n\n- Made it private (was package-private and not used in the package).\n\n- Use the enclosing RuntimeProcess instance instead of passing \u0027this\u0027.\n\n- Do not check if fOSProcess respectively RuntimeProcess.this.fProcess\nis null in a loop because at the end of the first pass in the finally\nblock both were/are set to null anyway (fOSProcess directly or fProcess\nin RuntimeProcess.this.terminated())\n- only check initially if os-process is null (null may be passed to\nRuntimeProcess)\n\n- simplify killThread() by just setting the (now volatile) fExit flag\nand interrupting the thread in any case. The thread either notices\nfExit\u003dtrue (when killed before or immediately after becoming alive) or\nthe interruption (when already being alive).\n\nAll removed fields and methods were private or package private (or in a\npackage private class), so no API is changed.\n\n- do not set \u0027fMonitor\u0027 field to null, in RuntimeProcess.terminate(). It\nisn\u0027t nulled if the process terminates regularly either and their is no\nsemantic in doing it. And so the field can be final.\n\nChange-Id: I68d079c1222b4af71d33758ca695cf1c1b5dcb38\nSigned-off-by: Hannes Wellmann \u003cwellmann.hannes1@gmx.net\u003e"
    },
    {
      "commit": "62040c7c8752e3e22237790276e423a43a17765d",
      "tree": "cc2510cca9a0f308ac43fa12ee83febf9217ffd4",
      "parents": [
        "9a809a15352d02bb22dbbdcf5a088ee445b5819a"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Sat Sep 26 13:54:26 2020 +0200"
      },
      "committer": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Mon Nov 09 20:48:41 2020 +0100"
      },
      "message": "Bug 567345 - Await termination descendants of RuntimeProcess\n\nand stream-line RuntimeProcess.terminate()\n\nChange-Id: If90808ff6fc8bb0adaa23f97cf3e879a61bcb6dc\nSigned-off-by: Hannes Wellmann \u003cwellmann.hannes1@gmx.net\u003e"
    },
    {
      "commit": "9a809a15352d02bb22dbbdcf5a088ee445b5819a",
      "tree": "a57109489c611488e802fa77ad98f8148e57249f",
      "parents": [
        "5bb7e72122e0bb02d75efe535220e8ee71e01372"
      ],
      "author": {
        "name": "Victor Rubezhny",
        "email": "vrubezhny@redhat.com",
        "time": "Thu Oct 22 13:44:36 2020 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Mon Nov 09 11:04:59 2020 -0500"
      },
      "message": "Bug 507626: Debug framework should provide a generic \"test report\" view\n\nA Unit Test View implementation based on refactored JUnit Test View\n\nAlso-By: Mickael Istria \u003cmistria@redhat.com\u003e\nAlso-By: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nSigned-off-by: Victor Rubezhny \u003cvrubezhny@redhat.com\u003e\nChange-Id: Id971613f3f33030343950c539d09a02192cc7ecf\n"
    },
    {
      "commit": "5bb7e72122e0bb02d75efe535220e8ee71e01372",
      "tree": "5327b95d58e23580bea34b8221d22195d56d59d2",
      "parents": [
        "96ed04c64d542a0c16496b03ae57c716bc140434"
      ],
      "author": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Thu Nov 05 01:00:57 2020 -0500"
      },
      "committer": {
        "name": "Sarika Sinha",
        "email": "sarika.sinha@in.ibm.com",
        "time": "Thu Nov 05 01:00:57 2020 -0500"
      },
      "message": "Revert \"Bug 567432 - Remove external tools migration code from 2004\"\n\nThis reverts commit 96ed04c64d542a0c16496b03ae57c716bc140434.\n\nReason for revert: Build failed as Ant test depends on the removed method.\n\nChange-Id: Iaf1df8740db51d441ffdd484025088838cd980c8\n"
    },
    {
      "commit": "96ed04c64d542a0c16496b03ae57c716bc140434",
      "tree": "a1fa7f9838e8908444dc4adb24acc1381b95f92d",
      "parents": [
        "4dfe4721068594609b70c186360ec8e86ceec2ef"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Sep 29 10:31:23 2020 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Nov 04 09:50:52 2020 -0500"
      },
      "message": "Bug 567432 - Remove external tools migration code from 2004\n\nChange-Id: Ia033d9a6a6256bb50f33cccddb69a054b4c2da6c\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "4dfe4721068594609b70c186360ec8e86ceec2ef",
      "tree": "5327b95d58e23580bea34b8221d22195d56d59d2",
      "parents": [
        "519cf752fec01fa27513dd25b9c02a002ea0b8da"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Nov 03 10:33:14 2020 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Tue Nov 03 10:33:14 2020 +0100"
      },
      "message": "Bug 568482 - Shorter the configuration has unsaved changes text\n\nChange-Id: Ibe75e127f6fe59319b4bca788e4510cad3a03cec\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "519cf752fec01fa27513dd25b9c02a002ea0b8da",
      "tree": "34dd376518dde1b11aeda454dfe0ec34e6285293",
      "parents": [
        "21b48b0cc5a5605f420ab5cbe16149823d55cfd4"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Oct 29 17:09:24 2020 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Sat Oct 31 11:07:29 2020 +0100"
      },
      "message": "Bug 565462 - SourceLookup + Java 11 + Find Duplicates broken\n\nAdded new ISourceLookupDirector.equalSourceElements() API to allow\nJava debugger distinguish between different Java model elements that\nrepresent same Java class files.\n\nThe new interface method has default implementation that delegates to\nObjects.equals() to keep the previous behavior unchanged for existing\nclients.\n\nChange-Id: Ib9a514366e8b613b31fd5143a54fbf2186c4788b\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "21b48b0cc5a5605f420ab5cbe16149823d55cfd4",
      "tree": "3a4e95953271d832b9bb630796ef9e2cfddba3cd",
      "parents": [
        "355226e13346a6516ee74541e993be37ad7622ba"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Oct 30 20:34:17 2020 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Oct 30 20:34:17 2020 +0200"
      },
      "message": "Bug 568402 - Build with Tycho 2.1.0 release\n\nChange-Id: I449397099df016d3a07a364558c5f7d5a04bf1cf\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "355226e13346a6516ee74541e993be37ad7622ba",
      "tree": "92d49a782991f0af2d1002c30b9a415f55f7df5a",
      "parents": [
        "67a74d76e7a99b3252d4ca29167f33e55cee9740"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Fri Sep 25 13:46:09 2020 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Oct 27 17:31:52 2020 -0400"
      },
      "message": "Bug 567345 - Terminate descendants of RuntimeProcess\n\nThe descendants (sub-processes and their recursive sub-processes) of the\njava.lang.Process wrapped by a RuntimeProcess are destroyed too.\n\nChange-Id: Ibabe73e34543aa1ff0be7361e63c1bab52a4f538\nSigned-off-by: Hannes Wellmann \u003cwellmann.hannes1@gmx.net\u003e"
    },
    {
      "commit": "67a74d76e7a99b3252d4ca29167f33e55cee9740",
      "tree": "d38a78ee38d99224a7be4dcffe241225dde8b7dc",
      "parents": [
        "5b5b4b786f679ba15f8bffbbde3fb6dea1e01bfc"
      ],
      "author": {
        "name": "Tobias Melcher",
        "email": "Tobias.Melcher@sap.com",
        "time": "Mon Oct 12 17:54:26 2020 +0200"
      },
      "committer": {
        "name": "Matthias Becker",
        "email": "ma.becker@sap.com",
        "time": "Mon Oct 26 13:44:37 2020 +0100"
      },
      "message": "Bug 567816: Changing font size in variables view\n\nChange-Id: I9c69b8e535a32829a740480499901545bf672677\nSigned-off-by: Tobias Melcher \u003cTobias.Melcher@sap.com\u003e"
    },
    {
      "commit": "5b5b4b786f679ba15f8bffbbde3fb6dea1e01bfc",
      "tree": "a825c5160b34bbc833365768f3178e8e05e9ba88",
      "parents": [
        "49a5770c15f2cef2d0f10cfc9359312e9f38186b"
      ],
      "author": {
        "name": "Julian Honnen",
        "email": "julian.honnen@vector.com",
        "time": "Tue Oct 20 17:22:13 2020 +0200"
      },
      "committer": {
        "name": "Julian Honnen",
        "email": "julian.honnen@vector.com",
        "time": "Thu Oct 22 02:06:04 2020 -0400"
      },
      "message": "Bug 568042 - provide ILogicalStructureTypeDelegate3#releaseValue API\n\nProvide an API to allow logical structure type delegates to garbage\ncollect their logical structures once they\u0027re no longer displayed.\n\nChange-Id: I25e78c4d5fb84d54d6e47a6b0f12998b6b8b4f37\nSigned-off-by: Julian Honnen \u003cjulian.honnen@vector.com\u003e\n"
    },
    {
      "commit": "49a5770c15f2cef2d0f10cfc9359312e9f38186b",
      "tree": "b36506b6b64f36fed00f7c2dfcfa7ac2033d198b",
      "parents": [
        "5c202200d26fa8f0fb07c46d3f92f5e4338b2f32"
      ],
      "author": {
        "name": "Christian Gabrisch",
        "email": "eclipse@cgabrisch.de",
        "time": "Tue Oct 20 18:54:43 2020 +0200"
      },
      "committer": {
        "name": "Christian Gabrisch",
        "email": "eclipse@cgabrisch.de",
        "time": "Wed Oct 21 14:31:10 2020 +0200"
      },
      "message": "Bug 491853 - Persist Console View \"Word Wrap\" settings\n\nThe \"Word Wrap\" setting will be persisted in preference store of\norg.eclipse.ui.console plugin. Additionally, this setting is added to\nthe Debug Console Settings preference page.\n\nChange-Id: I13659bf4441b75e0bdf9bdda8456201ec9afa01a\nSigned-off-by: Christian Gabrisch \u003ceclipse@cgabrisch.de\u003e\n"
    },
    {
      "commit": "5c202200d26fa8f0fb07c46d3f92f5e4338b2f32",
      "tree": "265a226945f0e3b69480e5fec45c29ef9a00db20",
      "parents": [
        "84dda3f422859d49d2ef2394ad6efa2cc29b2602"
      ],
      "author": {
        "name": "Alex Blewitt",
        "email": "alex.blewitt@gmail.com",
        "time": "Mon Jun 22 15:33:56 2020 +0100"
      },
      "committer": {
        "name": "Alex Blewitt",
        "email": "alex.blewitt@gmail.com",
        "time": "Tue Oct 20 17:15:58 2020 +0100"
      },
      "message": "Bug 564082 - Use deferred image API\n\nChange-Id: I36d688b97daaacc21fe08fdf8a9db7eb3be53aca\n"
    },
    {
      "commit": "84dda3f422859d49d2ef2394ad6efa2cc29b2602",
      "tree": "3a42c29c57af03e51c3615fddbb13c436d6cc536",
      "parents": [
        "7a711982ff599842f6c049d59d58f2fbc2bd4eb3"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Oct 05 10:45:06 2020 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Oct 09 06:05:00 2020 -0400"
      },
      "message": "Combine catch statement in BuilderPropertyPage\n\nChange-Id: I6ebb97a0eb4550f8be3382044c8e882f3c27f089\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "7a711982ff599842f6c049d59d58f2fbc2bd4eb3",
      "tree": "3b4278d43f37eaf2ac9625ce2c53da93ac72b85f",
      "parents": [
        "2d4d69298c9fc8e5fcc7934b5ff262c0e16a6172"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Sun Sep 27 00:21:35 2020 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Fri Oct 02 14:16:25 2020 -0400"
      },
      "message": "Bug 565033 - Deadlock opening Ant build file\n\nChanged SelectedResourceManager to avoid accessing UI thread via\nsyncExec() directly from the calling thread (that may own locks on which\nUI thread is waiting already).\n\nTo avoid deadlocks, call to the UI thread is executed from a dedicated\nthread that does not hold any locks with the max timeout of 10 seconds.\nIn case the UI thread doesn\u0027t react in this time, an error with stack\ntraces will be reported and the current call to SelectedResourceManager\nwill return null or empty selection.\n\nChange-Id: I6f426900f71240afc4c0d5d51d692faea2aba1e3\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "2d4d69298c9fc8e5fcc7934b5ff262c0e16a6172",
      "tree": "7c1c5a7a4d94c4b02e4a05ad88d43736e31280a8",
      "parents": [
        "243f3b9cb347a9cba08dda682b7292c34104a287"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Oct 02 10:52:49 2020 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Oct 02 10:52:49 2020 +0200"
      },
      "message": "4.18 update of org.eclipse.ui.externaltools\n\nRequired for pending Gerrits.\n\nChange-Id: Ida0862da1513ef9f8027d4abc9f97d0f50951e98\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "243f3b9cb347a9cba08dda682b7292c34104a287",
      "tree": "d3087914b09f7dcf66b1fcde9d2fce985a3a5139",
      "parents": [
        "16d798e1bc014bb5bfc1243db77c3844980d7496"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Sep 30 10:20:55 2020 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Sep 30 15:29:03 2020 +0200"
      },
      "message": "Bug 552895 - Use pomless builds in eclipse.platform.debug\n\nChange-Id: I317bd5455ce400a6947635172d4b274d41e3a5fc\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "16d798e1bc014bb5bfc1243db77c3844980d7496",
      "tree": "6f135a2226c91c59bff6a2e925550495635e5dea",
      "parents": [
        "4b29927d4cf4763fb3e7dd8fa6300572ab5e3fe1"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Sep 30 10:12:29 2020 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Sep 30 04:45:41 2020 -0400"
      },
      "message": "4.18 update of org.eclipse.core.externaltools\n\nRequired for pending Gerrits.\n\nChange-Id: I13eec99cef427c7f93b18007248ae25476831943\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "4b29927d4cf4763fb3e7dd8fa6300572ab5e3fe1",
      "tree": "53e3a34ec13f3b9914ad787e117fb647212746fa",
      "parents": [
        "a8d04604b949e0a250a90f41f578c9d8fd8de186"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Sep 30 09:37:40 2020 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Sep 30 09:37:40 2020 +0300"
      },
      "message": "Bug 567462 - Use stadard tabs\n\nLaunch config dialog and memory views use\nCTabFolder.setSimple(PlatformUI.getPreferenceStore().getBoolean(IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS));\nbut SHOW_TRADITIONAL_STYLE_TABS is always false and it ends up using the\nweird curved tabs which are not used anywhere else in the workbench.\n\nChange-Id: Ifd3db882d1d0b44b69908142ec32aa47bf7eda91\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "a8d04604b949e0a250a90f41f578c9d8fd8de186",
      "tree": "12711014e28b05107ca2735c1b7c90c6b5c5dce3",
      "parents": [
        "bf199e4a6c4fff67d8c24dfeced3ad0ade0be84d"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Sep 30 08:15:16 2020 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Sep 30 08:15:16 2020 +0300"
      },
      "message": "Use StandardCharsets.\n\nUTF8 is always there in any JVM so no need to have code possibly\nthrowing UnsupportedEncodingException due to a typo.\n\nChange-Id: Ib422cd94910f58d18b2ba728fe2f394c1f4f52b4\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "bf199e4a6c4fff67d8c24dfeced3ad0ade0be84d",
      "tree": "20ec0e196ff354b23d056b57de1bb4ad8a09dfde",
      "parents": [
        "ea61266a2697d6f751356a9a3e030ba4f759bc1b"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Sat Sep 26 15:35:38 2020 +0200"
      },
      "committer": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Sat Sep 26 15:36:38 2020 +0200"
      },
      "message": "Move org.eclipse.debug.tests to JavaSE-11\n\nIn order to fix Bug 567345 Java-11 is required, which also leads to the\nrequirement of Java-11 for the new tests.\n\nChange-Id: I8890d04cfa6b373f20766ea8ed5300810a52269e\nSigned-off-by: Hannes Wellmann \u003cwellmann.hannes1@gmx.net\u003e"
    },
    {
      "commit": "ea61266a2697d6f751356a9a3e030ba4f759bc1b",
      "tree": "1501713af8a8a51ace4ab1e9077bd28ff4cb92de",
      "parents": [
        "1ec35b4ca0a9f82f23396ce1c3560db5b7f98119"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Sat Sep 26 15:28:08 2020 +0200"
      },
      "committer": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Sat Sep 26 15:36:38 2020 +0200"
      },
      "message": "Version increment of org.eclipse.debug.tests to 3.12\n\nRequired for\nhttps://git.eclipse.org/r/#/c/169905/\n\n\nChange-Id: Ibedd165ba975b1e7e589d1729ef44d3b436fcd17\nSigned-off-by: Hannes Wellmann \u003cwellmann.hannes1@gmx.net\u003e"
    }
  ],
  "next": "1ec35b4ca0a9f82f23396ce1c3560db5b7f98119"
}
