)]}'
{
  "log": [
    {
      "commit": "bfbc401841d36d3505d2b1e3aa63bc3c8449b409",
      "tree": "34687474ea7c4a939a9000a1b222dd21465daa1c",
      "parents": [
        "01ef7d3bf1afee97848cbc0db42a1fc01cfea140"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sun Dec 06 17:29:24 2020 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Thu Mar 17 13:50:16 2022 -0400"
      },
      "message": "Bug: calls equals(Object) on StringBuilder and String\n\nCall to StringBuilder.equals(String)\nin org.apache.lucene.demo.html.HTMLParser.addText(String)\n\nThis method calls equals(Object) on two references of different class\ntypes and analysis suggests they will be to objects of different classes\nat runtime. Further, examination of the equals methods that would be\ninvoked suggest that either this call will always return false, or else\nthe equals method is not be symmetric (which is a property required by\nthe contract for equals in class Object).\n\nRank: Scariest (1), confidence: High\nPattern: EC_UNRELATED_TYPES\nType: EC, Category: CORRECTNESS (Correctness)\n\nChange-Id: Iba0ddd0564ceee8cf1c176aba580c279689d1068\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173460\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "01ef7d3bf1afee97848cbc0db42a1fc01cfea140",
      "tree": "1aef92b5e4d2ba84875dcdec0ebc95e29a420cd6",
      "parents": [
        "842dddab862c1e9c5d076c218e1a2f7f3d462903"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Thu Feb 10 10:58:01 2022 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Thu Mar 17 13:49:08 2022 -0400"
      },
      "message": "Bug: defines equals and uses Object.hashCode()\n\norg.eclipse.help.internal.base.BookmarkManager$Bookmark defines equals\nand uses Object.hashCode()\n\nThis class overrides equals(Object), but does notoverride hashCode(),\nand inherits the implementation of hashCode() from java.lang.Object\n(which returnsthe identity hash code, an arbitrary value assigned to the\nobjectby the VM).  Therefore, the class is very likely to violate\ntheinvariant that equal objects must have equal hashcodes.\n\nRank: Troubling (14), confidence: High\nPattern: HE_EQUALS_USE_HASHCODE\nType: HE, Category: BAD_PRACTICE (Bad practice)\n\nChange-Id: I62029adf5c51d1320638f501467da44d78cd3525\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173458\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "842dddab862c1e9c5d076c218e1a2f7f3d462903",
      "tree": "e902faeb9c5865a31bffc5e55216cc698795cc88",
      "parents": [
        "fc865887c15efd9847d9bc5a8d75b4e9763dc3c2"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Thu Mar 17 17:47:04 2022 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Thu Mar 17 13:00:58 2022 -0400"
      },
      "message": "Bump version\n\nChange-Id: I72c8fbacb75d92a24e27731e34a69cdec6b74875\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/192024\nTested-by: Mickael Istria \u003cmistria@redhat.com\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "fc865887c15efd9847d9bc5a8d75b4e9763dc3c2",
      "tree": "4d2be949f4bb43965279481f573e4c88cee151fb",
      "parents": [
        "86007750eb237eb655fc7bf53db55056435d0390"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sun Dec 06 16:03:12 2020 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Thu Mar 17 09:46:33 2022 -0400"
      },
      "message": "Bug: Call to String.equals on two references of different class\n\nCall to String.equals(org.eclipse.ui.internal.intro.impl.model.AbstractIntroPage)\nin org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.dynamicStandbyStateChanged(boolean,\nboolean)\n\nThis method calls equals(Object) on two references of different class\ntypes and analysis suggests they will be to objects of different classes\nat runtime. Further, examination of the equals methods that would be\ninvoked suggest that either this call will always return false, or else\nthe equals method is not be symmetric (which is a property required by\nthe contract for equals in class Object).\n\nRank: Scariest (1), confidence: High\nPattern: EC_UNRELATED_TYPES\nType: EC, Category: CORRECTNESS (Correctness)\n\nChange-Id: Id8008293409fda1b3389bb97bd2fd55f1a418185\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173445\nTested-by: Mickael Istria \u003cmistria@redhat.com\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "86007750eb237eb655fc7bf53db55056435d0390",
      "tree": "ec21d8167484172ae35ee0e126cc92bed1499246",
      "parents": [
        "9bb4ffcdc70b12cecb969c4f5535e8ad5e7736db"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Wed Mar 16 00:12:49 2022 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Thu Mar 17 09:39:08 2022 -0400"
      },
      "message": "Bug 578820 - Use new FileLocator.getBundleFileLocation(Bundle)\n\norg.eclipse.help.ui reexports org.eclipse.core.runtime which in turn\nre-exports org.eclipse.equinox.common, which to which the method\nmentioned above has been added.\nTherefore the required version has to be restricted to the first one\nthat provides it.\n\nChange-Id: I39ca30600d90c504a11dedad33cf006aa88f78d9\nSigned-off-by: Hannes Wellmann \u003cwellmann.hannes1@gmx.net\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/191934\nTested-by: Mickael Istria \u003cmistria@redhat.com\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "9bb4ffcdc70b12cecb969c4f5535e8ad5e7736db",
      "tree": "e698117275e764b5845d68b96847661deb9117ce",
      "parents": [
        "55036bd439262799ff15e7d1a61d4e76aa9a01c3"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sun Dec 06 16:36:58 2020 +0100"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Thu Mar 17 09:31:26 2022 -0400"
      },
      "message": "Bug: Repeated conditional test\n\nin org.eclipse.ua.tests.doc.internal.linkchecker.OnLoadFilter$OutFilter.updateState(int)\n\nThe code contains a conditional test is performed twice, one right after\nthe other (e.g., x \u003d\u003d 0 || x \u003d\u003d 0). Perhaps the second occurrence is\nintended to be something else (e.g., x \u003d\u003d 0 || y \u003d\u003d 0).\n\nRank: Scary (6), confidence: High\nPattern: RpC_REPEATED_CONDITIONAL_TEST\nType: RpC, Category: CORRECTNESS (Correctness)\n\nChange-Id: I81a927879b8f281bd45052b56e1a3f81f3368532\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173449\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "55036bd439262799ff15e7d1a61d4e76aa9a01c3",
      "tree": "0acf4c5d9978d264d1e55afbdd0e2c98f8f88cb3",
      "parents": [
        "2bb253276c03bc6a49f65a135ab651a4c96ca589"
      ],
      "author": {
        "name": "Joerg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Fri Feb 18 23:50:50 2022 +0100"
      },
      "committer": {
        "name": "Jörg Kubitz",
        "email": "jkubitz-eclipse@gmx.de",
        "time": "Tue Mar 08 02:51:21 2022 -0500"
      },
      "message": "Bug 579062 - BrowserIntroPartImplementation Widget is disposed\n\n\nChange-Id: I99fd035d7c7f19c85eb1b7b80f1093e352fc9189\nSigned-off-by: Joerg Kubitz \u003cjkubitz-eclipse@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/190972\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "2bb253276c03bc6a49f65a135ab651a4c96ca589",
      "tree": "8c8b97c34fae47c4a898474fb58de23c3b2a33c7",
      "parents": [
        "a953bdbb32903a2c57829da3af8db3ed4bbcbc87"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon Mar 07 20:28:40 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Mon Mar 07 14:00:37 2022 -0500"
      },
      "message": "Version bump for 4.24 stream\n\nhttps://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/85\n\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n\nChange-Id: I5033f5f766190f8ef16d5689cb5c662304b46b0c\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/191562\nTested-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "a953bdbb32903a2c57829da3af8db3ed4bbcbc87",
      "tree": "22ea2ce82163c5d1bb6144fa78b537dfdb65d290",
      "parents": [
        "faac7fb99f307b0a201854eab997d405587d3cdf"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Mar 04 19:00:15 2022 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Mar 04 08:52:25 2022 -0500"
      },
      "message": "Bug 579073 - POM and product version change for 4.24 release\n\nChange-Id: I8dd60f903e1c59826999129ad15ffb916fc9f825\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/191467\n"
    },
    {
      "commit": "faac7fb99f307b0a201854eab997d405587d3cdf",
      "tree": "779cb09129e58a23b06c70c5ce1c300b728bcb72",
      "parents": [
        "b3615daf00d9e5a5d2fe624fecbf380835007112"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Tue Mar 01 14:15:13 2022 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Tue Mar 01 04:11:30 2022 -0500"
      },
      "message": "Bug 579015 - Move to tycho 2.7.0\n\nChange-Id: Ib79d521bb89e5e55f4f20ab8974e9b39109b3f86\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/191294\n"
    },
    {
      "commit": "b3615daf00d9e5a5d2fe624fecbf380835007112",
      "tree": "6012728f21eebf55d6b9b055e47c049ea71829cb",
      "parents": [
        "90f377147bb8c56494a0eca5cdf3c2ef0be6cac3"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sun Feb 20 10:29:18 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sun Feb 20 03:50:34 2022 -0500"
      },
      "message": "Bug 578808 - Version increment required for org.eclipse.tips\n\nChange-Id: Icfb2cc5d7f16afb0eb184aab26b73733e029ea97\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/190984\n"
    },
    {
      "commit": "90f377147bb8c56494a0eca5cdf3c2ef0be6cac3",
      "tree": "7cd20f41db83335cbc96c38a97e5b8b97f307796",
      "parents": [
        "37cac8be4b66dea0844e1cce722c29fc2c52f793"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Feb 10 12:15:19 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Feb 10 07:04:21 2022 -0500"
      },
      "message": "Bug 578536 - Stop pointing to http://download.eclipse.org\n\nUse https instead\n\nChange-Id: Ief057b6176f51576c129957b72308c2c6c1d14cf\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/190655\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "37cac8be4b66dea0844e1cce722c29fc2c52f793",
      "tree": "9aecec123aca499c42c338b73851c011c62703cf",
      "parents": [
        "2fee90777d7dfc7420004fc1b2e84f3059f0ca2f"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Feb 09 21:30:05 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Feb 09 14:48:39 2022 -0500"
      },
      "message": "Adjust Jenkinsfile for move of releng.aggregator to github\n\nChange-Id: Ib80d16feaf771a574188308aa8798dba56ce6f53\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/190637\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "2fee90777d7dfc7420004fc1b2e84f3059f0ca2f",
      "tree": "25754c01a5e26f30894812aced68fd6504e8f94b",
      "parents": [
        "6e7aeb3af9c3bd9b4e9fa30ba537a411fcfd08ff"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Jan 21 14:09:05 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Jan 21 09:26:54 2022 -0500"
      },
      "message": "Update Tycho pomless to 2.6.0\n\nChange-Id: I4888f7ee56c384e6cf15246f431e8c0c6fcb5d03\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/189877\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "6e7aeb3af9c3bd9b4e9fa30ba537a411fcfd08ff",
      "tree": "c478cd6ca8670e773ddd90e45d73684e20f56ee8",
      "parents": [
        "5bbb29348fb0458e846395e3651eac1d48a0f1e9"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Jan 21 14:48:56 2022 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Jan 21 08:05:46 2022 -0500"
      },
      "message": "Version bump for 4.23 stream\n\nChange-Id: Id8d241bd77dbe13d095603059df29ed3bf43428a\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/189880\n"
    },
    {
      "commit": "5bbb29348fb0458e846395e3651eac1d48a0f1e9",
      "tree": "5bb27cd3749d87159ae811ff70f5f00b18435211",
      "parents": [
        "acd66ff7e8805d3f413740b7d3fb6a69996920aa"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Nov 26 17:35:24 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Nov 26 07:22:30 2021 -0500"
      },
      "message": "Bug 577447 - Version bumps for 4.23 stream\n\nChange-Id: I09ebad2068b52c86212edff8ec48af4e367771a0\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/188180\n"
    },
    {
      "commit": "acd66ff7e8805d3f413740b7d3fb6a69996920aa",
      "tree": "47c496e46b09a91185f333bb08f27c61a01b3cd3",
      "parents": [
        "cadc4e5aa07f7166ee7de2011f39452a9675df08"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Thu Nov 25 15:32:32 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Nov 26 02:25:13 2021 -0500"
      },
      "message": "Bug 577442 - POM and product version change for 4.23 release\n\nChange-Id: I47583f29b182c292078fb7901985549594924392\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/188129\n"
    },
    {
      "commit": "cadc4e5aa07f7166ee7de2011f39452a9675df08",
      "tree": "7a8f2992f8d5ab5eab5113c2e9af5882fa2e743a",
      "parents": [
        "434f8e2fffe3aaef56b360b15bfa6c012651d96e"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Nov 13 08:49:12 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Nov 13 02:11:34 2021 -0500"
      },
      "message": "Remove redundant null check\n\nAlready covered by instanceOf check\n\nChange-Id: I1c2f70d03c2e35f2a967471168ffe6dd5d122c87\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/187704\n"
    },
    {
      "commit": "434f8e2fffe3aaef56b360b15bfa6c012651d96e",
      "tree": "f553b6768e52f437ac95bb03a20c8c94def0b415",
      "parents": [
        "22277a8eb672974e4ee6aa1b6da2075e9ffa6fca"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Nov 06 10:24:40 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Nov 06 04:39:11 2021 -0400"
      },
      "message": "Version bumps for 4.22 stream.\n\nChange-Id: Iea9a1272f015db8622d9cceeb297a6629fc61a7c\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/187427\n"
    },
    {
      "commit": "22277a8eb672974e4ee6aa1b6da2075e9ffa6fca",
      "tree": "9bf298abd36bdeabb41b0c996b10a646fa9fbaa2",
      "parents": [
        "2b7a10313e64b5622ae6351d8d735131316bb895"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Oct 15 15:19:03 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Oct 15 09:17:30 2021 -0400"
      },
      "message": "Use StandardCharsets\n\nPrevents some UnsupportedEncodingException possibilities.\n\nChange-Id: Iefa48b9c4c7843fdefb2f1be697e7c68a8b1f1ae\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/186529\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "2b7a10313e64b5622ae6351d8d735131316bb895",
      "tree": "cb36e9a949e43b0c915b0e8b7441914ff6004289",
      "parents": [
        "49758eda48a891c57dbb5f6dbf52bbcc0b3d963e"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Oct 12 22:41:15 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Oct 12 16:06:33 2021 -0400"
      },
      "message": "Fix Bundle-Vendor and externalize strings in o.e.ua.tests.doc\n\nChange-Id: I3fc2c20ad1d63d535e7a61e2dc02a1bc91910d62\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/186406\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "49758eda48a891c57dbb5f6dbf52bbcc0b3d963e",
      "tree": "d1dd7a0b6732fb218aca69523bcdc5c15b5cf055",
      "parents": [
        "4afd4cde0f33feb1478a7dd81b5250cdc8ad1866"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Oct 02 21:16:36 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Oct 02 14:29:44 2021 -0400"
      },
      "message": "Bug 576403 - Update to Tycho 2.5.0\n\nChange-Id: I52f804dce748e880d658e7cefd7066d10d9043e5\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/186083\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "4afd4cde0f33feb1478a7dd81b5250cdc8ad1866",
      "tree": "72ef5bcc9ca9240a5f0a56bfb2fd2a9fa15ca85b",
      "parents": [
        "695015308e59ad8d5302e78ccbb34f3d7b6fab4a"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Sep 22 11:44:52 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Sep 22 06:29:41 2021 -0400"
      },
      "message": "Bug 576182 - SWT Resource was not properly disposed in\nEngineResultSection.getGrayedImage(EngineResultSection.java:331\n\nChange-Id: Ife6802328ba04a1a4784c954f08aacde994a17ad\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/185696\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "695015308e59ad8d5302e78ccbb34f3d7b6fab4a",
      "tree": "f1ed579a8f94eeefd7f300be59a189f14c20577b",
      "parents": [
        "5b71fe4a06b30bdabe1ad42275d39cd3cb083ea2"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Sep 22 11:44:26 2021 +0200"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Sep 22 06:29:28 2021 -0400"
      },
      "message": "Bug 576182 - version bump for 4.22\n\nChange-Id: Iddd814f2b91fefbf04623b401d4984c5edb983ec\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/185695\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "5b71fe4a06b30bdabe1ad42275d39cd3cb083ea2",
      "tree": "045951591d5934f69234ec179403daa0f3eac412",
      "parents": [
        "c9e5691af1211a6a0fd416eb91bc68333c13133e"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Sep 07 09:32:44 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Sep 07 03:21:47 2021 -0400"
      },
      "message": "Bug 575793 - Version bumps for 4.22 stream\n\nChange-Id: I2234cf9c9eefbf4efc0dded4c70c04defeeca0ff\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/185069\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "c9e5691af1211a6a0fd416eb91bc68333c13133e",
      "tree": "ff9631d1739d2b718ad82d5a0fc59955f6b9166c",
      "parents": [
        "ae63c73fea013be8f92edee256949937268694fc"
      ],
      "author": {
        "name": "Kit Lo",
        "email": "kitlo@us.ibm.com",
        "time": "Sun Sep 05 19:41:07 2021 -0400"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Mon Sep 06 03:01:14 2021 -0400"
      },
      "message": "Bug 575782 - POM and product version change for 4.22 release\n\nChange-Id: Icb53a869b01f594ae5e260f0168ae8a710f64561\nSigned-off-by: Kit Lo \u003ckitlo@us.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/185017\nTested-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\n"
    },
    {
      "commit": "ae63c73fea013be8f92edee256949937268694fc",
      "tree": "41c12d8490c8be670ef10b5cc69932264ac7696c",
      "parents": [
        "1070b1f2447350212c8dfeea60f48bf7f8cf9351"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sun Aug 15 23:07:01 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sun Aug 15 16:36:51 2021 -0400"
      },
      "message": "Bug 575313 - Update to Jetty 10.0.6\n\nBuild jsps with jspc 10.0.6 maven plugin.\n\nChange-Id: Ie2d59b3a001d02fc17e288900a49217102f6fff7\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/184040\n"
    },
    {
      "commit": "1070b1f2447350212c8dfeea60f48bf7f8cf9351",
      "tree": "bf9407a99fa4eff1f3d081c51d3e7f372a4275c0",
      "parents": [
        "a5ebd39f8583016398b6a5cd84e803c3f90035dc"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Thu Aug 12 17:09:31 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Thu Aug 12 08:03:14 2021 -0400"
      },
      "message": "Bug 575375 - Update scm links in pom files to use https protocol\n\nChange-Id: Ib7605e7a82702e887cd809aea8ae69110992b224\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/183941\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "a5ebd39f8583016398b6a5cd84e803c3f90035dc",
      "tree": "a5e40950e1bd69e36ae48af8c2084310434e1f4f",
      "parents": [
        "6106c97ef442846155e07a86908df1a6e14a0172"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sun Dec 06 17:12:49 2020 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 08:04:37 2021 -0400"
      },
      "message": "Bug: Incorrect lazy initialization of static field\n\norg.eclipse.help.internal.base.scope.ScopeRegistry.instance in\norg.eclipse.help.internal.base.scope.ScopeRegistry.getInstance()\n\nThis method contains an unsynchronized lazy initialization of a\nnon-volatile static field. Because the compiler or processor may reorder\ninstructions, threads are not guaranteed to see a completely initialized\nobject, if the method can be called by multiple threads. You can make\nthe field volatile to correct the problem. For more information, see the\nJava Memory Model web site.\n\nRank: Troubling (14), confidence: Normal\nPattern: LI_LAZY_INIT_STATIC\nType: LI, Category: MT_CORRECTNESS (Multithreaded correctness)\n\nChange-Id: I232f050bbbc83403c4b7346cb411ec47b74f19fd\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173454\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "6106c97ef442846155e07a86908df1a6e14a0172",
      "tree": "121f829ee9b9dce1956640b3bbab16bfbd4412a4",
      "parents": [
        "a77f502860d6b7026f60e0fa334f7375a70bd59f"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sun Dec 06 16:35:40 2020 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 05:21:36 2021 -0400"
      },
      "message": "Bug: Incorrect lazy initialization and update of static field\n\norg.eclipse.ui.internal.intro.impl.util.IntroEvaluationContext.context\nin org.eclipse.ui.internal.intro.impl.util.IntroEvaluationContext.getContext()\n\nThis method contains an unsynchronized lazy initialization of a static\nfield. After the field is set, the object stored into that location is\nfurther updated or accessed. The setting of the field is visible to\nother threads as soon as it is set. If the further accesses in the\nmethod that set the field serve to initialize the object, then you have\na very serious multithreading bug, unless something else prevents any\nother thread from accessing the stored object until it is fully\ninitialized.\n\nEven if you feel confident that the method is never called by multiple\nthreads, it might be better to not set the static field until the value\nyou are setting it to is fully populated/initialized.\n\nRank: Scary (8), confidence: Normal\nPattern: LI_LAZY_INIT_UPDATE_STATIC\nType: LI, Category: MT_CORRECTNESS (Multithreaded correctness)\n\nChange-Id: Ie7de05325b5f7a47db07de4447650c47ee4fc1c4\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173448\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "a77f502860d6b7026f60e0fa334f7375a70bd59f",
      "tree": "4a265532bc48ca2b7ffafbea42741779684f3d2f",
      "parents": [
        "b64592f780427a1f01d32ab2b209ceeb1c2a4e7d"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Jul 21 14:26:49 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Jul 21 05:11:15 2021 -0400"
      },
      "message": "Bug 574939 - Move to Tycho 2.4.0\n\nChange-Id: I364dbfcb7c44648842b36011f37318857ae14b74\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/183222\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "b64592f780427a1f01d32ab2b209ceeb1c2a4e7d",
      "tree": "b0c735b2c6d943e87761ce660044a9a1dff711b5",
      "parents": [
        "20a4fc37fdd8b516966455ee83a98dcaac1dc936"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 09:31:13 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 02:50:07 2021 -0400"
      },
      "message": "Version bumps for 4.21\n\nNeeded by\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173448\n\nChange-Id: I2b4b2713f9552f73c20bafd8341f615b94a3cad6\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/183212\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "20a4fc37fdd8b516966455ee83a98dcaac1dc936",
      "tree": "5f961e37cb974154e0fb307fcfa0e98537e9ba99",
      "parents": [
        "ca8b91a686c34170c9ccb91f1f2a55d6c97748ff"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sun Dec 06 17:32:47 2020 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Jul 21 02:01:11 2021 -0400"
      },
      "message": "Bug: Incorrect lazy initialization of static field\n\norg.eclipse.help.internal.criteria.CriteriaProviderRegistry.instance in\norg.eclipse.help.internal.criteria.CriteriaProviderRegistry.getInstance()\n\nThis method contains an unsynchronized lazy initialization of a\nnon-volatile static field. Because the compiler or processor may reorder\ninstructions, threads are not guaranteed to see a completely initialized\nobject, if the method can be called by multiple threads. You can make\nthe field volatile to correct the problem. For more information, see the\nJava Memory Model web site.\n\nRank: Troubling (14), confidence: Normal\nPattern: LI_LAZY_INIT_STATIC\nType: LI, Category: MT_CORRECTNESS (Multithreaded correctness)\n\nChange-Id: Ie3f80610a6bf944971c40108f7c5a0512c7550d4\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173461\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "ca8b91a686c34170c9ccb91f1f2a55d6c97748ff",
      "tree": "2881b6386079e9351b80a2ca1fb0d894979e4581",
      "parents": [
        "4b39ef1b618b376c6ce372aaa3cf3a43d7587d9e"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Jul 20 22:32:15 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Jul 20 15:44:08 2021 -0400"
      },
      "message": "Version bump for 4.21\n\nNeeded by\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173461\n\nChange-Id: I9e5fb61476656d71139b2207daa5b920c45ca937\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/183206\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "4b39ef1b618b376c6ce372aaa3cf3a43d7587d9e",
      "tree": "0eddaf1d3ac99954550c79ecc0b82e0263f243cf",
      "parents": [
        "07c08ed5ddad4744c7eb9283d9f12e553a1c3f82"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sun Dec 06 17:16:37 2020 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Jul 20 15:16:10 2021 -0400"
      },
      "message": "Bug: Incorrect lazy initialization of static field\n\norg.eclipse.help.internal.browser.BrowserLog.instance in\norg.eclipse.help.internal.browser.BrowserLog.getInstance()\n\nThis method contains an unsynchronized lazy initialization of a\nnon-volatile static field. Because the compiler or processor may reorder\ninstructions, threads are not guaranteed to see a completely initialized\nobject, if the method can be called by multiple threads. You can make\nthe field volatile to correct the problem. For more information, see the\nJava Memory Model web site.\n\nRank: Troubling (14), confidence: Normal\nPattern: LI_LAZY_INIT_STATIC\nType: LI, Category: MT_CORRECTNESS (Multithreaded correctness)\n\nChange-Id: I63fa84d9dd0e402e51fd948d2891534d7a0d087c\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173455\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "07c08ed5ddad4744c7eb9283d9f12e553a1c3f82",
      "tree": "8a7652484d3f89700e6df381b4e74c34f6c89d20",
      "parents": [
        "f1b61a1590bc63b4fd9794ecca5e595fd2562286"
      ],
      "author": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Tue Jul 06 16:02:16 2021 +0200"
      },
      "committer": {
        "name": "Mickael Istria",
        "email": "mistria@redhat.com",
        "time": "Wed Jul 07 12:09:16 2021 -0400"
      },
      "message": "Bug 574667 - Use Jenkins multibranch pipeline based on\nJenkinsfile+Gerrit\n\nChange-Id: I3c6ea8d6013b275bdfe4a0247099e11be02ee02a\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/182803\nTested-by: Mickael Istria \u003cmistria@redhat.com\u003e\nReviewed-by: Mickael Istria \u003cmistria@redhat.com\u003e\n"
    },
    {
      "commit": "f1b61a1590bc63b4fd9794ecca5e595fd2562286",
      "tree": "4ea93f357232cee7093da144db960c4a561d1a2f",
      "parents": [
        "4b6737959bec25e6586305778eeb33a9d6a93d2b"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Tue Jul 06 11:39:14 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Tue Jul 06 03:06:20 2021 -0400"
      },
      "message": "Bug 574602 - Eclipse 4.21 prerequisites: Orbit\n\nChange-Id: I8ea05ba4ff93090a69533a8a208a555eee73c83e\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/182775\n"
    },
    {
      "commit": "4b6737959bec25e6586305778eeb33a9d6a93d2b",
      "tree": "b132babce6ec0a100a55a7570979c71f339ed524",
      "parents": [
        "b5634164c7360869b93ce221758ceb634738505f"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Jun 19 12:03:08 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Jun 19 05:25:34 2021 -0400"
      },
      "message": "Remove no longer needed api_filters\n\nChange-Id: I9ace132ee8ec6dbae6a398257251e95b0fe5c35f\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/182209\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "b5634164c7360869b93ce221758ceb634738505f",
      "tree": "5f9f160597c568ad0990ad50805448244555bf29",
      "parents": [
        "c0854e0dbe200050587b3179a42d329882b46110"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Jun 11 22:04:52 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Jun 11 16:03:17 2021 -0400"
      },
      "message": "Bug 574035 - Update to Jetty 10.0.5\n\nUpdate to release version\n\nChange-Id: Ie4900321e1fa87498115be3e6536130c0ba5167f\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/181840\n(cherry picked from commit 0f33d8d5cc02887d7eec97ae7643f40aa9c55244)\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/181669\n"
    },
    {
      "commit": "c0854e0dbe200050587b3179a42d329882b46110",
      "tree": "9b5e8ee04e2192f458c8e2b7b039ca1c7bf664df",
      "parents": [
        "3d40dd0d029125bc2ff1f4d0747f0cdcf0e4e5d9"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Jun 09 11:30:50 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Wed Jun 09 02:13:02 2021 -0400"
      },
      "message": "Bug 574035 - Update to Jetty 10.0.4\n\nChange-Id: I2f3678e143207ecaa77beba5b13bd8b86567f684\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/181679\n"
    },
    {
      "commit": "3d40dd0d029125bc2ff1f4d0747f0cdcf0e4e5d9",
      "tree": "335255bc5009ee5887459af589aba35b966fdcf3",
      "parents": [
        "6e5d05d6bc5cda4387a0d65a4cfcb831db719a0a"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Jun 04 16:41:33 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Jun 04 08:16:41 2021 -0400"
      },
      "message": "Bug 573965 - Version bumps for 4.21 stream\n\nChange-Id: I271e3db6b18493e7295a9e1df5353b8f427100e1\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/181450\n"
    },
    {
      "commit": "6e5d05d6bc5cda4387a0d65a4cfcb831db719a0a",
      "tree": "9478b364c47bc1d176abf9060d57bd960f3fc408",
      "parents": [
        "89e9752288d7ca7ff15f45efce1143dfc0dbb816"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Thu Jun 03 20:45:03 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Fri Jun 04 02:34:06 2021 -0400"
      },
      "message": "Bug 573960 - POM and product version change for 4.21 release\n\nChange-Id: Ie5a9f275f2f1c4766d373bea462cdf4c45346ee2\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/181369\n"
    },
    {
      "commit": "89e9752288d7ca7ff15f45efce1143dfc0dbb816",
      "tree": "512deafcf36078a65fb0564673905380d2d357c9",
      "parents": [
        "62252cd622e280d0be692fafcf18d2981b97b2d2"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed May 05 11:26:15 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri May 07 04:22:39 2021 -0400"
      },
      "message": "Use JDT static inner class clean up for\nua plug-ins\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: I16b87889a3d15c254f5a190e89131ef19a64240b\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/180220\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "62252cd622e280d0be692fafcf18d2981b97b2d2",
      "tree": "b2b02397b434f677e379c82fb8aaaa9f6fc06612",
      "parents": [
        "c6aa00e83fa740ea27573ad2292e5c3cd97daae5"
      ],
      "author": {
        "name": "Holger Voormann",
        "email": "eclipse@voormann.de",
        "time": "Wed Apr 21 23:42:48 2021 +0200"
      },
      "committer": {
        "name": "Wim Jongman",
        "email": "wim.jongman@remainsoftware.com",
        "time": "Wed May 05 05:53:52 2021 -0400"
      },
      "message": "Bug 571831 - Modernized help UI: Fix showing start page\n\nOn startup, the content page should be shown independent which language\nis used (not only when the default language English is used).\n\nFor example, with the Japanese language pack from Eclipse Babel enabled\nby \"-nl ja\", when opening the help, the content page should not be\nempty.\n\nChange-Id: I82a79d741f1c519fec6a2f4b2bf988ea9e3ce57f\nSigned-off-by: Holger Voormann \u003ceclipse@voormann.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179641\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Harald Hermann \u003charald.hermann@advantest.com\u003e\nReviewed-by: Wim Jongman \u003cwim.jongman@remainsoftware.com\u003e\n"
    },
    {
      "commit": "c6aa00e83fa740ea27573ad2292e5c3cd97daae5",
      "tree": "151fc0967b40be1c6b8507cb470821eae03c82d8",
      "parents": [
        "6419fc8ea2bfa7ae635f7435fef452bfae6face4"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Apr 09 07:47:57 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Apr 28 13:56:27 2021 -0400"
      },
      "message": "[dogfooding][cleanup] Use static inner class clean up for\ntests and examples\n\nUsing this cleanup brings:\n- It reviews the feature\n - For optimization: small memory usage reduction as the outer pointer\nis removed\n\n\nChange-Id: I0694e3be4c17ef7afa62f7222d2d0374b5d4afad\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179069\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "6419fc8ea2bfa7ae635f7435fef452bfae6face4",
      "tree": "acf19351efe9d78236601d46f376ae4b54dcbc91",
      "parents": [
        "c5f8bbe8b1239ad064e4b018553e0a113d368609"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Apr 28 19:57:56 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Apr 28 13:12:34 2021 -0400"
      },
      "message": "Version bump for 4.20 stream\n\nNeeded by\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179069\n\nChange-Id: I8ffbba997ff71f73c4af5a7c2ba636c326d6a977\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179937\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "c5f8bbe8b1239ad064e4b018553e0a113d368609",
      "tree": "e6bfd25f102f7d450b9b69cd74dd4c6206df08e1",
      "parents": [
        "fcb34bef239544a1b472435325fe0d3f3ed31358"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sun Dec 06 16:45:51 2020 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Apr 28 12:13:53 2021 -0400"
      },
      "message": "Bug: dangerous use of non-short-circuit logic\n\nPotentially dangerous use of non-short-circuit logic in\norg.eclipse.help.internal.webapp.data.UrlUtil.isRTL(HttpServletRequest,\nHttpServletResponse)\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: I000cdd88fcf7284149bfa1c4857968cdda951dd5\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173452\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "fcb34bef239544a1b472435325fe0d3f3ed31358",
      "tree": "28ff3b7df0480d9a9148a265854f38e580bae5d9",
      "parents": [
        "8895ea4bc6b532fce80c5e760d45d4b22331134f"
      ],
      "author": {
        "name": "Carsten Hammer",
        "email": "carsten.hammer@t-online.de",
        "time": "Sun Dec 06 16:40:04 2020 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Apr 28 11:41:47 2021 -0400"
      },
      "message": "Bug: call super.tearDown()\n\nTestCase\norg.eclipse.ua.tests.help.performance.LowIterationHelpServerTest defines\ntearDown that doesn\u0027t call super.tearDown()\n\nClass is a JUnit TestCase and implements the tearDown method. The\ntearDown method should call super.tearDown(), but doesn\u0027t.\n\nRank: Scary (7), confidence: Normal\nPattern: IJU_TEARDOWN_NO_SUPER\nType: IJU, Category: CORRECTNESS (Correctness)\n\nChange-Id: I7269b8bf00d3ca0dff66457442eff07040825b2d\nSigned-off-by: Carsten Hammer \u003ccarsten.hammer@t-online.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173450\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "8895ea4bc6b532fce80c5e760d45d4b22331134f",
      "tree": "590e1c7aea00960c290118b6bded1650442cf753",
      "parents": [
        "d246de10c3092a5268c39607ec83b20a2c592b50"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Apr 28 17:29:11 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Apr 28 10:54:43 2021 -0400"
      },
      "message": "Version bump for 4.20 stream\n\nNeeded by\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/173450\n\nChange-Id: I677212290dd9a15df3947d6e651a0c6d0e3e6bc2\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179921\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "d246de10c3092a5268c39607ec83b20a2c592b50",
      "tree": "49430df254de6376cb3d9d5016198425a267e75a",
      "parents": [
        "fa662230840fa92752a6efd6369873571465ea46"
      ],
      "author": {
        "name": "Harald Hermann",
        "email": "harald.hermann@advantest.com",
        "time": "Wed Apr 28 11:46:10 2021 +0200"
      },
      "committer": {
        "name": "Wim Jongman",
        "email": "wim.jongman@remainsoftware.com",
        "time": "Wed Apr 28 06:06:17 2021 -0400"
      },
      "message": "Bug 571831 Support \"Print topic...\"\n\nHide other areas like toc, header, footer and side menu when printing a\nsingle topic. Making rule important is required by Internet Explorer on\nWindows.\n\nChange-Id: I20c3c9becdffc8240fe178e50522d2e03ac4e92a\nSigned-off-by: Harald Hermann \u003charald.hermann@advantest.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179910\nReviewed-by: Holger Voormann \u003ceclipse@voormann.de\u003e\nReviewed-by: Wim Jongman \u003cwim.jongman@remainsoftware.com\u003e\nTested-by: Wim Jongman \u003cwim.jongman@remainsoftware.com\u003e\n"
    },
    {
      "commit": "fa662230840fa92752a6efd6369873571465ea46",
      "tree": "4b7d2b4f1bfa9ea5dd6a894dd4d090c9e2a882af",
      "parents": [
        "592b0249257361dd55763f5352a20fc1da6a7107"
      ],
      "author": {
        "name": "Holger Voormann",
        "email": "eclipse@voormann.de",
        "time": "Wed Apr 21 20:05:07 2021 +0200"
      },
      "committer": {
        "name": "Wim Jongman",
        "email": "wim.jongman@remainsoftware.com",
        "time": "Wed Apr 21 14:43:30 2021 -0400"
      },
      "message": "Bug 571831 - Modernized help UI: in a search link \u0027 \u0027 must not become +\n\nAvoid accidentally turning spaces (\u0027 \u0027) into plus signs (\u0027+\u0027) in a\nsearch link. For example, if you bookmark the search \"Hello world\" in\nInfocenter mode, the bookmark should not trigger the search\n\"Hello+world\".\n\nProblem:\nIn an URL a space can be coded as \u0027 \u0027, \u0027%20\u0027 or \u0027+\u0027, but the JavaScript\nfunction decodeURIComponent() decodes only \u0027%20\u0027 and not \u0027+\u0027.\nSee: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent\n\nChange-Id: I1a332710869d924cab7076ba7aa667a138c46a5f\nSigned-off-by: Holger Voormann \u003ceclipse@voormann.de\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179611\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\nReviewed-by: Wim Jongman \u003cwim.jongman@remainsoftware.com\u003e\n"
    },
    {
      "commit": "592b0249257361dd55763f5352a20fc1da6a7107",
      "tree": "893a1883dde2894114bb8a5e13a80239bedd7c49",
      "parents": [
        "0568d2421187557d37917af1f928289e4e2a5151"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Apr 20 18:42:55 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Apr 20 12:08:24 2021 -0400"
      },
      "message": "Bug 573013 - Cleanup jsp files\n\nRemove tree.css as it\u0027s not used.\n\nChange-Id: I652f6c830ea9428b90aa55ba243c5c2ee42f86d0\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179559\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "0568d2421187557d37917af1f928289e4e2a5151",
      "tree": "8a901ab1d5e2fb384f40befce7bbeb0e9af31e1f",
      "parents": [
        "61a38108fb553e8bfe825e9373d529930e3192ea"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Apr 20 18:38:21 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Apr 20 11:53:45 2021 -0400"
      },
      "message": "Bug 573013 - Cleanup jsp files\n\nRemove fheader.jsp and rather use header.jsp as the two files are\nidentical.\n\nChange-Id: I830f51ef76daeaf8a0b7e99b3e7c3f763a2971a8\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179558\nTested-by: Platform Bot \u003cplatform-bot@eclipse.org\u003e\n"
    },
    {
      "commit": "61a38108fb553e8bfe825e9373d529930e3192ea",
      "tree": "e5ab9fee05242b09420744802fbee02c867c617e",
      "parents": [
        "3f7c030ba8d44d88f5dd1212500263d46a2fb616"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Apr 13 21:38:59 2021 +0300"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Apr 13 21:38:59 2021 +0300"
      },
      "message": "Bug 572586 - Update to Jetty 10.0.2\n\nUpdate jetty-jspc plugin used.\n\nChange-Id: I61943559383c5b3987b7a8b73654d7060f98b56f\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "3f7c030ba8d44d88f5dd1212500263d46a2fb616",
      "tree": "6855dee640bb3febe41b9301228b42d2ccc9a687",
      "parents": [
        "b34414f78e74cfe1d007079c5990bf9f3a2bc3de"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Apr 09 07:48:20 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Apr 09 13:47:07 2021 -0400"
      },
      "message": "[dogfooding][cleanup] Use static inner class clean up for\nintro code\n\nUsing this cleanup brings:\n- It reviews the feature\n - For optimization: small memory usage reduction as the outer pointer\nis removed\n\n\nChange-Id: I76ed30b7303b62bbdb2b7ce4476f1e7153b8abaa\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "b34414f78e74cfe1d007079c5990bf9f3a2bc3de",
      "tree": "233d7af3215f7b146ed5c7f9749a2bad31b6dbb9",
      "parents": [
        "f107358c39302aa8931e5806935b17b1062b414d"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Apr 09 07:47:23 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Apr 09 13:26:43 2021 -0400"
      },
      "message": "[dogfooding][cleanup] Use static inner class clean up for\nhelp.ui\n\nUsing this cleanup brings:\n- It reviews the feature\n - For optimization: small memory usage reduction as the outer pointer\nis removed\n\n\nChange-Id: Ife2ca6e5eadfbaa78fbe98af226551864fa7772d\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "f107358c39302aa8931e5806935b17b1062b414d",
      "tree": "ec5620ca8d1743897ca0cc158491c8b384159cf2",
      "parents": [
        "387bf8c03d0de22aea41c733c35dc152d68c4f75"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Apr 09 11:48:58 2021 +0200"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Apr 09 11:48:58 2021 +0200"
      },
      "message": "4.20 update for org.eclipse.ui.intro.universal\n\nRequired for\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179070\n\nChange-Id: I2276e3945c09c0959268c478b667cccd1cabd8d7\n"
    },
    {
      "commit": "387bf8c03d0de22aea41c733c35dc152d68c4f75",
      "tree": "704759b6986e3a43c97724a14aae16953caa3786",
      "parents": [
        "5317f1b31fdf822f57fb825b216019695f62dc69"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Mar 26 12:07:26 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Thu Apr 01 05:17:51 2021 -0400"
      },
      "message": "Apply \"Primitive parsing\" JDT cleanup to platform.ua\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: I86f3ec28abf9d9258516161bc5933b0c1d247079\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "5317f1b31fdf822f57fb825b216019695f62dc69",
      "tree": "8952c73570bf7932a121fa11f625ddd2082aeaec",
      "parents": [
        "2bd4d3bacb018e56bb147f2e8be747b3722ba580"
      ],
      "author": {
        "name": "kitlo",
        "email": "kitlo@us.ibm.com",
        "time": "Thu Apr 01 00:21:01 2021 -0400"
      },
      "committer": {
        "name": "kitlo",
        "email": "kitlo@us.ibm.com",
        "time": "Thu Apr 01 00:21:01 2021 -0400"
      },
      "message": "Bug 572497 - Upgrade to Tycho 2.3.0\n\nChange-Id: I6e4647f06ca6bd4bd48c3eb0fd3be171fd56a1d7\nSigned-off-by: kitlo \u003ckitlo@us.ibm.com\u003e\n"
    },
    {
      "commit": "2bd4d3bacb018e56bb147f2e8be747b3722ba580",
      "tree": "2eab7856f3a5b454e794087626311f8b1b3410e7",
      "parents": [
        "30f852b04b093b9448e0a3736185c064a5b14d16"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 24 12:49:41 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Mar 24 12:49:41 2021 +0100"
      },
      "message": "Use JDT clean up \"Convert field into local variable if field is used\nonly local\"\n\nNo need to save the value as field if it is only used locally.\n\nChange-Id: I970e893d3cfe9f9ef2c408129777cc927169fce2\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "30f852b04b093b9448e0a3736185c064a5b14d16",
      "tree": "5f90d2e3529070c06d9ba1ef6eabcd818dd66f8f",
      "parents": [
        "37d8b0cc3643d1d87eaa87b2b8b4e275ba168c69"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Mar 19 10:20:19 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Mar 23 15:52:04 2021 -0400"
      },
      "message": "[Cleanup] Redundant substring() operation in ui.cheatsheets\n\nRemoves the second substring() parameter if this parameter is the length\nof the string. It\u0027s the default value.\n\nFound during testing of Bug 569800 (new JDT cleanup for this case).\n\nChange-Id: If8cf310612b21cf3840b35416cc86a3a519da395\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "37d8b0cc3643d1d87eaa87b2b8b4e275ba168c69",
      "tree": "6b7f6ee59f6d66aa50941ed68fa23ef815454eaf",
      "parents": [
        "137b9d04f89370f77c510df52706724857f3b313"
      ],
      "author": {
        "name": "Holger Voormann",
        "email": "eclipse@voormann.de",
        "time": "Tue Mar 23 10:14:06 2021 +0200"
      },
      "committer": {
        "name": "Holger Voormann",
        "email": "eclipse@voormann.de",
        "time": "Tue Mar 23 12:30:01 2021 +0100"
      },
      "message": "Bug 571831 - Improve modernized help UI prototype of Eclipse 4.20\n\nFix extra warnings as pointed in the I-build logs.\n\nChange-Id: If7e5d938e28e4c92e895f6a18387ff7b28bcda81\nSigned-off-by: Holger Voormann \u003ceclipse@voormann.de\u003e"
    },
    {
      "commit": "137b9d04f89370f77c510df52706724857f3b313",
      "tree": "0521938001d952588cc29cbcadbc1715f6223755",
      "parents": [
        "9acec683c8089a537b87fc8c2650678aa9f382f6"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 23 09:21:24 2021 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 23 09:21:24 2021 +0100"
      },
      "message": "Bug 572013 - removed ILibrary, IPluginPrerequisite, IPluginRegistry\n\nFixed API filters for removed re-exported API\n\nChange-Id: I41b544e91a6c56b8b0f8f95ffa1e8eef46760937\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "9acec683c8089a537b87fc8c2650678aa9f382f6",
      "tree": "e44bfd2120530865ee5aa345c9688043ee63c4fb",
      "parents": [
        "e9c0486a398a955c204a17274f5f90e021fd33a4"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 22 10:46:02 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 22 07:11:32 2021 -0400"
      },
      "message": "4.20 update of org.eclipse.ui.cheatsheets\n\nFor pending Gerrits\n\nChange-Id: Ide510348cd225dff67995664e57c2b99c9df9faf\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "e9c0486a398a955c204a17274f5f90e021fd33a4",
      "tree": "b55dab686266e5a885fb76e2b697c27f1b2a2784",
      "parents": [
        "254ebab55170f7d237d8498eccc72c3be873c7c4"
      ],
      "author": {
        "name": "Holger Voormann",
        "email": "eclipse@voormann.de",
        "time": "Wed Feb 10 12:18:03 2021 +0100"
      },
      "committer": {
        "name": "Holger Voormann",
        "email": "eclipse@voormann.de",
        "time": "Sun Mar 21 18:42:44 2021 +0100"
      },
      "message": "Bug 571831 - Externalize Strings of modernized help UI\n\nChange-Id: I8619c56d48b4f5134863b4f471bd91cfcce08116\nSigned-off-by: Holger Voormann \u003ceclipse@voormann.de\u003e"
    },
    {
      "commit": "254ebab55170f7d237d8498eccc72c3be873c7c4",
      "tree": "0ae6e063871862b7a21a369447b1bf37c98d8776",
      "parents": [
        "bf7f5c79a7d69f6babc596a1817d9f7552e2a92b"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Mar 19 10:19:25 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Mar 19 06:23:55 2021 -0400"
      },
      "message": "[Cleanup] Redundant substring() operation in help.webapp\n\nRemoves the second substring() parameter if this parameter is the length\nof the string. It\u0027s the default value.\n\nFound during testing of Bug 569800 (new JDT cleanup for this case).\n\nChange-Id: I5e4f5fb3fb20eea1b05a44bbd604483b032358cb\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "bf7f5c79a7d69f6babc596a1817d9f7552e2a92b",
      "tree": "3aba1d2847a77ed058462b567d62cb34daabadd8",
      "parents": [
        "2ddd33c02a71b268107c512355667010b68f5992"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Mar 19 10:19:43 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Mar 19 06:23:11 2021 -0400"
      },
      "message": "[Cleanup] Redundant substring() operation in tips.test\n\nRemoves the second substring() parameter if this parameter is the length\nof the string. It\u0027s the default value.\n\nFound during testing of Bug 569800 (new JDT cleanup for this case).\n\nChange-Id: I19679d43411eaa3c306e690b762d177a020c37a7\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "2ddd33c02a71b268107c512355667010b68f5992",
      "tree": "d36ae2b714e8d465182dc7b7b1c3b126f530fa86",
      "parents": [
        "f8d5ab1a0e7590d21afc37bcb892d170f1aa9f5e"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Mar 19 10:19:13 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Fri Mar 19 10:19:13 2021 +0100"
      },
      "message": "[Cleanup] Redundant substring() operation in help.base\n\nRemoves the second substring() parameter if this parameter is the length\nof the string. It\u0027s the default value.\n\nFound during testing of Bug 569800 (new JDT cleanup for this case).\n\nChange-Id: Ide197063514f401e233837fd696717814ade3cec\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "f8d5ab1a0e7590d21afc37bcb892d170f1aa9f5e",
      "tree": "216bbbe9c8adbbe618ae900fe8948d09e93fd26f",
      "parents": [
        "1f398c85feaf28688f962180717fc2a5294f8b41"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 18 09:36:48 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 18 09:36:48 2021 +0200"
      },
      "message": "Bump maven compiler setting for infocenter to Java 11\n\nChange-Id: Ib26eb3a0cdb4d207984ea82d0307efd69a112556\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "1f398c85feaf28688f962180717fc2a5294f8b41",
      "tree": "1f90298ea8da216ab9a822537a72bf0e64b7cc3f",
      "parents": [
        "6908f3b1b7971f6c1ac541c1ed684493e6dbe3ca"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 18 00:16:15 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 18 00:16:15 2021 +0200"
      },
      "message": "Move remaining bundles in this repo to Java 11 BREE\n\nChange-Id: I197ba8b7af6c5f13906065bee193f42d5afd683b\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "6908f3b1b7971f6c1ac541c1ed684493e6dbe3ca",
      "tree": "bc4a6181080285c1547ec7b912bf368160dcdaef",
      "parents": [
        "810a7dea43345c68a22f74b0e1d23e160e7fd93a"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Feb 24 11:16:50 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Mar 16 06:01:02 2021 -0400"
      },
      "message": "Make inner class Filter static in UAElement\n\nThis avoids the pointer to the outer class and save a tiny bit of\nmemory. Done via JDT cleanup actions\n\nChange-Id: I8991b9e56262ad007533c2297f276822f04bbef2\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "810a7dea43345c68a22f74b0e1d23e160e7fd93a",
      "tree": "8d822bf554ceb40b21e06d47ee6edc59d981a200",
      "parents": [
        "fe9585f941bcd941cf16b9466296acc56c99e37a"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Feb 24 11:16:07 2021 +0100"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Mar 16 04:54:44 2021 -0400"
      },
      "message": "Make inner class ManagedBuilder static in DocumentReader\n\nThis avoids the pointer to the outer class and save a tiny bit of\nmemory. Done via JDT cleanup actions\n\nChange-Id: I0c445ff40a760ff4d33208e8223585e2f4d72a35\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "fe9585f941bcd941cf16b9466296acc56c99e37a",
      "tree": "81ab11c327a9a69307446b159a8abe80203b8d8a",
      "parents": [
        "71f3783a7b14e69850ae32a00d6774f32e2ad4f0"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 16 08:59:14 2021 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Tue Mar 16 08:59:14 2021 +0100"
      },
      "message": "Removed re-exported IPlatformRunnable via bug 564890\n\nChange-Id: I7c09da7e3bcbeb7afb00c2d4b07afe61c1ced27b\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "71f3783a7b14e69850ae32a00d6774f32e2ad4f0",
      "tree": "03d3fbbb7f6baa7fbde0bd985cc57c4be55f0866",
      "parents": [
        "902c0f31c1be07a29904194e44907b8a102c3e7f"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 17:42:18 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 17:42:18 2021 +0100"
      },
      "message": "4.20 update of org.eclipse.help\n\nRequired for\nhttps://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/176800\n\nChange-Id: Ia378073374f7a9a7716052b9d523a3e79b49c07f\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "902c0f31c1be07a29904194e44907b8a102c3e7f",
      "tree": "6670a2977bdb7be45c9e3553f487c840996bb997",
      "parents": [
        "a33c6e006e38af00b14de74797150efa6022820c"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Feb 24 11:01:54 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 11:39:07 2021 -0400"
      },
      "message": "Make inner class ControlKey static in StandbyPart\n\nThis avoids the pointer to the outer class and save a tiny bit of\nmemory. Done via JDT cleanup actions\n\nChange-Id: I7d28f13e0229bcd4241da3e56025f5ef47b35705\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "a33c6e006e38af00b14de74797150efa6022820c",
      "tree": "c6c0bb5bb897b6a84b8a8c948c9e720ef802bbca",
      "parents": [
        "4d8c13175bcb297abfa8f030d66e945272775590"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Feb 24 11:00:45 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 11:10:22 2021 -0400"
      },
      "message": "Make inner class ExtensionContent static in IntroModelRoot\n\nThis avoids the pointer to the outer class and save a tiny bit of\nmemory. Done via JDT cleanup actions\n\nChange-Id: Icc5610f22ff53484a03930842cba08bdc243deea\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "4d8c13175bcb297abfa8f030d66e945272775590",
      "tree": "09f71bec4e43ce65e9de6de8ddb511859aec4be3",
      "parents": [
        "cae0be67998ee007eb9ebaafab542a397a193988"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Feb 24 11:08:24 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 11:08:49 2021 -0400"
      },
      "message": "Make inner class PluginIdentifier static in HelpIndexBuilder\n\nThis avoids the pointer to the outer class and save a tiny bit of\nmemory. Done via JDT cleanup actions\n\nChange-Id: Ied448232a29b47610f1b7d7b6ea8ff3e0bde59ae\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "cae0be67998ee007eb9ebaafab542a397a193988",
      "tree": "d9a6b01e6c8eb4cebc68a88ac0db5757709446c1",
      "parents": [
        "181dfeb689198fb81f6757ef0a5b62d97e23bd69"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Feb 24 11:01:21 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 10:04:16 2021 -0400"
      },
      "message": "Make inner class StyleContext static in SharedStyleManager\n\nThis avoids the pointer to the outer class and save a tiny bit of\nmemory. Done via JDT cleanup actions\n\nChange-Id: Ib9db1d4ba4cfb8d733a3ec5807bb2adced216817\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "181dfeb689198fb81f6757ef0a5b62d97e23bd69",
      "tree": "8386fb889fa175d23ddd0d92f7794c17db481eb7",
      "parents": [
        "eea53c96d77af59546e3932042e43878678cd2cd"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 14:39:22 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 14:39:29 2021 +0100"
      },
      "message": "4.20 update of org.eclipse.ui.intro\n\nRequired for pending Gerrits\n\n\nChange-Id: I5f0ae20a1001b02e5c10d39f8e37373d5761d4ec\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e"
    },
    {
      "commit": "eea53c96d77af59546e3932042e43878678cd2cd",
      "tree": "88754d06732fcb560b8b0831f3f1b8338889b9f9",
      "parents": [
        "96ea3540b86ec269ff9285f002dbef7ea845aa07"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Wed Feb 24 11:00:10 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 05:54:27 2021 -0400"
      },
      "message": "Make inner class Quicklink static in QuicklinksViewer\n\nThis avoids the pointer to the outer class and save a tiny bit of\nmemory. Done via JDT cleanup actions\n\nChange-Id: I38fc2b67f68e3564b26429773120ddccc3efd4df\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "96ea3540b86ec269ff9285f002dbef7ea845aa07",
      "tree": "43ca73af4f06f421d753440801e756d437bd3b9a",
      "parents": [
        "d5939bad9ee402165f2e6004852a257f2da1e351"
      ],
      "author": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 07:54:59 2021 +0100"
      },
      "committer": {
        "name": "Lars Vogel",
        "email": "Lars.Vogel@vogella.com",
        "time": "Mon Mar 15 07:54:59 2021 +0100"
      },
      "message": "4.20 update of org.eclipse.ui.intro.quicklinks\n\nRequired for pending Gerrits\n\nChange-Id: I3ec2c328102955064a01b2e182b8e56b85c969eb\nSigned-off-by: Lars Vogel \u003cLars.Vogel@vogella.com\u003e\n"
    },
    {
      "commit": "d5939bad9ee402165f2e6004852a257f2da1e351",
      "tree": "e099b5e97688a2b87f87ecd8169849ce4459ace6",
      "parents": [
        "fd0efc7f68dcbb942727429a70d3021410bc1696"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 11 10:45:03 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 11 10:45:03 2021 +0200"
      },
      "message": "Bug 569804 - Update to Jetty 10.0.1\n\n* Build with jetty-jspc-maven-plugin 10.0.1\n* Fix workspace ant build classpath\n\nChange-Id: Ic660d53f16b63a5909efcdb716575f24a8508446\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "fd0efc7f68dcbb942727429a70d3021410bc1696",
      "tree": "a1592620d56de99905385652799d559327211f6e",
      "parents": [
        "0ecac93f503fe1dcb580c3b10c9cb934fef893d7"
      ],
      "author": {
        "name": "Wim Jongman",
        "email": "wim.jongman@remainsoftware.com",
        "time": "Wed Mar 10 22:10:27 2021 +0100"
      },
      "committer": {
        "name": "Wim Jongman",
        "email": "wim.jongman@remainsoftware.com",
        "time": "Wed Mar 10 22:10:27 2021 +0100"
      },
      "message": "License headers updated\n\nChange-Id: I3da54fe7358869260c69491cfed6b7b1fb846447\nSigned-off-by: Wim Jongman \u003cwim.jongman@remainsoftware.com\u003e"
    },
    {
      "commit": "0ecac93f503fe1dcb580c3b10c9cb934fef893d7",
      "tree": "31f4c3c6d13f718a72da2c21adb064b3c07feeaa",
      "parents": [
        "b15ad5a36110841f6fe99f866319181b1e9df054"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 10 11:20:10 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 10 11:20:10 2021 +0200"
      },
      "message": "Remove useless throws declarations in UtilTest in o.e.tips.tests.\n\nChange-Id: I2d6b5c16e98e82df41360267e05943d7ca66712c\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "b15ad5a36110841f6fe99f866319181b1e9df054",
      "tree": "b2f11986908e100740946099e9a6d5bc9abb3189",
      "parents": [
        "470d52224749133f79fd959c0e4dca168da70f18"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 10 10:45:27 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 10 10:45:27 2021 +0200"
      },
      "message": "Source/target java 11 in jsp compiler.\n\nChange-Id: I4a56fda188590c0dd17160226527a3fef1a4f70b\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "470d52224749133f79fd959c0e4dca168da70f18",
      "tree": "920c8fed59f58db414d1e6275481b5d920fdf026",
      "parents": [
        "349cb9b840b28cd58e25437576e962f4997d8c97"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 10 10:31:26 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 10 10:31:26 2021 +0200"
      },
      "message": "Infocenter product requires Java 11\n\nChange-Id: Icb88b607a5fe4d536fb1d69ec6d8902c8966048e\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "349cb9b840b28cd58e25437576e962f4997d8c97",
      "tree": "aef70789870fc2c2aba4d8a41adcd38c3baa8855",
      "parents": [
        "aa8b577a1dc176925cc42f9dc330ded55bf7d2f2"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Thu Mar 04 19:07:53 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Wed Mar 10 02:51:07 2021 -0500"
      },
      "message": "Bug 569804 - Update to Jetty 10.0.1\n\nAdjust to Jetty 10.x\n\nChange-Id: Ie40f35a4d253d1df661662adbdc91b64a36eb191\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "aa8b577a1dc176925cc42f9dc330ded55bf7d2f2",
      "tree": "9eb7a997ed2b1642e64529dd0b36131a8dd21e3b",
      "parents": [
        "d3fba63080073e57e76c8699c357bbce5dbea526"
      ],
      "author": {
        "name": "Thomas Wolf",
        "email": "thomas.wolf@paranor.ch",
        "time": "Sun Feb 28 16:08:06 2021 +0100"
      },
      "committer": {
        "name": "Thomas Wolf",
        "email": "thomas.wolf@paranor.ch",
        "time": "Tue Mar 09 14:10:08 2021 +0100"
      },
      "message": "Read Json stream as UTF-8\n\nDo not (implicitly) rely on Charset.defaultCharset(). RFC 8259\nspecifies UTF-8 unless in a closed system. Older RFC 7159 and RFC\n4627 allowed UTF-8, UTF-16, UTF-32, big or little endian, with or\nwithout BOM.\n\nChange-Id: I33ddfacccc97f81d9eeaf444f734c469028c8214\nSigned-off-by: Thomas Wolf \u003cthomas.wolf@paranor.ch\u003e\n"
    },
    {
      "commit": "d3fba63080073e57e76c8699c357bbce5dbea526",
      "tree": "2551da94e30c0d05f83f28c6af25eefabb77a82d",
      "parents": [
        "a911bafc6cd2a3983c6eb0d9f91655816aba67fd"
      ],
      "author": {
        "name": "Thomas Wolf",
        "email": "thomas.wolf@paranor.ch",
        "time": "Fri Feb 26 23:47:42 2021 +0100"
      },
      "committer": {
        "name": "Thomas Wolf",
        "email": "thomas.wolf@paranor.ch",
        "time": "Tue Mar 09 14:10:08 2021 +0100"
      },
      "message": "Remove Util.getJson(String)\n\nThis method was used only in a test. Remove it, and replace its\nuses in the test by JsonParser.parseString() directly. Since the\ntest strings are all known to be objects, casting to JsonObject\nis fine.\n\nChange-Id: If2c05cea20ec03f188fc76f143f5f66bbb76e133\nSigned-off-by: Thomas Wolf \u003cthomas.wolf@paranor.ch\u003e\n"
    },
    {
      "commit": "a911bafc6cd2a3983c6eb0d9f91655816aba67fd",
      "tree": "5c6f68a406efa98b7b1ee4c258db965ce570ab40",
      "parents": [
        "ab831ff49d73c1524a86d5fca8db6c0b5cd80476"
      ],
      "author": {
        "name": "Thomas Wolf",
        "email": "thomas.wolf@paranor.ch",
        "time": "Fri Feb 26 23:51:07 2021 +0100"
      },
      "committer": {
        "name": "Thomas Wolf",
        "email": "thomas.wolf@paranor.ch",
        "time": "Tue Mar 09 14:10:08 2021 +0100"
      },
      "message": "Version bump o.e.tips for 4.20\n\nBundles o.e.tips.json and o.e.tips.test, plus the tips feature.\n\nChange-Id: Id5473f995adad72da49f5c3aebd1965ad5cf2a9e\nSigned-off-by: Thomas Wolf \u003cthomas.wolf@paranor.ch\u003e\n"
    },
    {
      "commit": "ab831ff49d73c1524a86d5fca8db6c0b5cd80476",
      "tree": "5ca05386d08e7aa040bbed9c14e6bd859f804ddb",
      "parents": [
        "fd7c5dbf31008f2d8c8142aed05c92bec26be821"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Mar 09 10:04:16 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Mar 09 10:44:30 2021 +0200"
      },
      "message": "Bug 571697 - Version bumps for 4.20 stream\n\nChange-Id: Ic7181ddbaa4b619a58dbe027ddc61cc663d4a7fe\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    },
    {
      "commit": "fd7c5dbf31008f2d8c8142aed05c92bec26be821",
      "tree": "b20acb6869aba00bded1be9d5b20a2a442875b3d",
      "parents": [
        "622f0d2e1de925602b2f1c25397664cf59f71ee5"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Mar 05 11:12:08 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Fri Mar 05 11:12:08 2021 +0200"
      },
      "message": "Bug 571689 - POM and product version change for 4.20 release\n\nChange-Id: I436d8c602ec099abd541a3a7a24569176780ff87\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e"
    },
    {
      "commit": "622f0d2e1de925602b2f1c25397664cf59f71ee5",
      "tree": "ac5fcdd8c67c78c9c0eaa003ded318c4b985e300",
      "parents": [
        "ee422b3b095950d8a086bbab49e58a9857210034"
      ],
      "author": {
        "name": "Thomas Wolf",
        "email": "thomas.wolf@paranor.ch",
        "time": "Fri Feb 26 23:07:11 2021 +0100"
      },
      "committer": {
        "name": "Thomas Wolf",
        "email": "thomas.wolf@paranor.ch",
        "time": "Fri Feb 26 23:08:57 2021 +0100"
      },
      "message": "Bug 571550 - Correct lower bound of import for gson in o.e.tips.json\n\nCommit 5c2fb648 made use of API available only as of gson 2.8.6.\n\nChange-Id: I743dafdf7c88ffe2209d74615f522fac3276b784\nSigned-off-by: Thomas Wolf \u003cthomas.wolf@paranor.ch\u003e\n"
    },
    {
      "commit": "ee422b3b095950d8a086bbab49e58a9857210034",
      "tree": "f08314d988c74c925e3f8ffe031d4dc567547059",
      "parents": [
        "90661664f30d4e1225e4a68b179c6ee110cd7f75"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Feb 23 09:04:09 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Tue Feb 23 09:04:09 2021 +0200"
      },
      "message": "Bug 571423 - Update to jetty-9.4.37.v20210219\n\nUpdate jetty-jspc-compiler used.\n\nChange-Id: I445c20e5cf5513c3ef07219cbbad33b16c56f69e\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e"
    },
    {
      "commit": "90661664f30d4e1225e4a68b179c6ee110cd7f75",
      "tree": "e1a2bef2d757bd00cc195f5103b43108f7044f27",
      "parents": [
        "c01badb8037928186e05697b82c304e35c0dcae3"
      ],
      "author": {
        "name": "Andrew Johnson",
        "email": "andrew_johnson@uk.ibm.com",
        "time": "Tue Feb 16 21:40:49 2021 +0000"
      },
      "committer": {
        "name": "Lakshmi P Shanmugam",
        "email": "lshanmug@in.ibm.com",
        "time": "Mon Feb 22 05:57:00 2021 -0500"
      },
      "message": "569855: Fix for Eclipse live help.\n\nUse tokens\n\nChange-Id: I09cee753dc24d55a2704b80ae13d392d233aac0d\nTask-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id\u003d569855\nSigned-off-by: Andrew Johnson \u003candrew_johnson@uk.ibm.com\u003e"
    },
    {
      "commit": "c01badb8037928186e05697b82c304e35c0dcae3",
      "tree": "6d50955295c0ba43d01cdc3012dd1053495776e7",
      "parents": [
        "cb467f19e89924aa053fa89b9ec4f1b1d11f9aa3"
      ],
      "author": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Sun Feb 21 20:01:40 2021 +0530"
      },
      "committer": {
        "name": "Sravan Kumar Lakkimsetti",
        "email": "sravankumarl@in.ibm.com",
        "time": "Sun Feb 21 20:01:40 2021 +0530"
      },
      "message": "Bug 571301 - Copyright needs to updated to 2021\n\nChange-Id: I04b2965d1d433b709d60c9e4ec7a0b4e22276f47\nSigned-off-by: Sravan Kumar Lakkimsetti \u003csravankumarl@in.ibm.com\u003e\n"
    },
    {
      "commit": "cb467f19e89924aa053fa89b9ec4f1b1d11f9aa3",
      "tree": "106d083f842dc40bfec33c5c3ab2f81dd7dd72d5",
      "parents": [
        "f9c2dd363c2ddff1f688d8895c32832385b75150"
      ],
      "author": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jan 28 08:47:56 2021 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Thu Jan 28 08:47:56 2021 +0100"
      },
      "message": "Bug 570260 - fixed build dependencies\n\nChange-Id: I4055f194ac0b7d1add9d51513242d3869c5cdfa7\nSigned-off-by: Andrey Loskutov \u003closkutov@gmx.de\u003e\n"
    },
    {
      "commit": "f9c2dd363c2ddff1f688d8895c32832385b75150",
      "tree": "1eb6833c7f702b336639fb77591e3523a4562f8a",
      "parents": [
        "f3152f41bbc201f34f85902e34d8e2343b2f2acb"
      ],
      "author": {
        "name": "Holger Voormann",
        "email": "eclipse@voormann.de",
        "time": "Fri Jan 22 10:47:52 2021 +0100"
      },
      "committer": {
        "name": "Andrey Loskutov",
        "email": "loskutov@gmx.de",
        "time": "Wed Jan 27 16:38:38 2021 -0500"
      },
      "message": "Bug 570260 - Improve modernized help UI prototype of Eclipse 4.19\n\nIn \"index.jsp\" load modernized help UI cover page as bundle resource\ninstead of from an URL with the same origin for security reasons and to\navoid problems when having more than one infocenter with the same\norigin.\n\nThis changes the activation to (\"...\u003dtrue\" instead of\n\"...\u003dm/index.html\"):\n-Dorg.eclipse.help.webapp.experimental.ui\u003dtrue\n\nChange-Id: I3158e296fdd0bb2fbfa877a87538d41011b34bb1\nSigned-off-by: Holger Voormann \u003ceclipse@voormann.de\u003e"
    },
    {
      "commit": "f3152f41bbc201f34f85902e34d8e2343b2f2acb",
      "tree": "d2061aaceb6f8e8330e32d5be5f7d7f081f5964a",
      "parents": [
        "bc2aada5ad7240546fae6796d78739986373abb3"
      ],
      "author": {
        "name": "Holger Voormann",
        "email": "eclipse@voormann.de",
        "time": "Sat Jan 23 21:47:09 2021 +0100"
      },
      "committer": {
        "name": "Holger Voormann",
        "email": "eclipse@voormann.de",
        "time": "Sat Jan 23 21:50:26 2021 +0100"
      },
      "message": "Bug 570260 - Modernized help UI prototype: minor changes in \"index.js\"\n\nMinor fixes and improvements in the JavaScript code (\"index.js\"):\n- Customizable help menu (disabled by default)\n- Use the title of the legacy help instead of hard-coded \"Help\"\n- Fix in full search no results when search word contains hyphen\n- Fix JavaScript error when TOC is empty\n\nChange-Id: I86cbf4aca8a5ddc3fc260f593f2bf9b9ad714caa\nSigned-off-by: Holger Voormann \u003ceclipse@voormann.de\u003e"
    },
    {
      "commit": "bc2aada5ad7240546fae6796d78739986373abb3",
      "tree": "00f9ede2527db0d22d584b1a3f61b3cd35b3e2c9",
      "parents": [
        "7b78aad66679c5acc2d8b8216d48d2dca125fe1d"
      ],
      "author": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Jan 23 19:32:59 2021 +0200"
      },
      "committer": {
        "name": "Alexander Kurtakov",
        "email": "akurtako@redhat.com",
        "time": "Sat Jan 23 19:32:59 2021 +0200"
      },
      "message": "Move tips examples to BREE 11.\n\nIt already has deps on Java 11.\n\nChange-Id: I4f21b651d4e7d1a3d893d2fbf59de2dfb4530635\nSigned-off-by: Alexander Kurtakov \u003cakurtako@redhat.com\u003e\n"
    }
  ],
  "next": "7b78aad66679c5acc2d8b8216d48d2dca125fe1d"
}
