)]}'
{
  "log": [
    {
      "commit": "63418f425a77cd004b7ad7a388f2876632dda17b",
      "tree": "158f4f22e109ccc2800a183e4c947d0155a9d3b8",
      "parents": [
        "73fe8f2d0539860152aa4e828d61afc5ebb1a046"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 20:35:09 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:05 2022 +0000"
      },
      "message": "Jersey 2: Migrate exceptions\n\nProcessingException replaces ClientHandlerException.\nWebApplicationException replaces UniformInterfaceException; and\n\nWebApplicationException is only thrown when the response type *is not Response*\nand the response status code is not in the 2xx range.\n\nReferences:\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/client/SyncInvoker.html#method(java.lang.String)\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/client/SyncInvoker.html#method(java.lang.String,java.lang.Class)\n"
    },
    {
      "commit": "73fe8f2d0539860152aa4e828d61afc5ebb1a046",
      "tree": "49fe6d379796f61c7d7a37e6a3410d8465b09ec3",
      "parents": [
        "241bc4fa47eea248a9e5a15c5c609ea3c42ea543"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Tue Nov 08 19:56:52 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:04 2022 +0000"
      },
      "message": "Jersey 2: Migrate requests made in unittests\n\nThis commit is a set of simple migrations for client requests made in\nunittests.\n\nThe javax.ws.rs.core.Response class is the default object returned by\nthe request methods: get, post, put, and delete; This class can be a replacement\nfor com.sun.jersey.api.client.ClientResponse from Jersey 1.x.\n\nWhy not use org.glassfish.jersey.client.ClientResponse as a replacement instead?\nWhen trying to return a org.glassfish.jersey.client.ClientResponse from the\nrequest methods, the Jersey implementation for some reason attempts to use\nthe Jackson ObjectMapper to convert the do the conversion which by default will fail\nwith an exception.\n\nOther simple migrations in this commit include replacing MultivaluedMap with\njavax.ws.rs.core.Form for form query parameters; And conforming to the new signature\nfor put() and post() methods a javax.ws.rs.client.Entity is always supplied.\n"
    },
    {
      "commit": "241bc4fa47eea248a9e5a15c5c609ea3c42ea543",
      "tree": "54adabf4f2e0c1d94a17622b47befb818d57bc7b",
      "parents": [
        "8a05e3764f67fa6b5cbd7d03e014337333c94482"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 20:13:57 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:04 2022 +0000"
      },
      "message": "Jersey 2: Use WebTarget.request() where necessary\n\nWhen building a client request, the method WebTarget.request() must be used\nto make a builder that provides the following methods:\n\n- accept()\n- header()\n- method()\n- get()\n- post()\n- put()\n- delete()\n\nReference: https://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/client/WebTarget.html#request()\n"
    },
    {
      "commit": "0c746893e3db663ec62220cb9dcaef31a10ec7f3",
      "tree": "d947d867732c04c4175d8f1437f2cdb556f4fd19",
      "parents": [
        "bfbfc431a553cc38c0664f9a95b7efd15c92cd9f"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Thu Nov 03 22:47:04 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:48:58 2022 +0000"
      },
      "message": "Jersey 2: Upgrade pom.xml with java 11 and jersey 2.37\n\nPOM files for core, lite, and full are upgraded to java 11 and Jersey 2.37.\nA few dependencies have been renamed from Jersey 1 to Jersey 2.\n"
    },
    {
      "commit": "d92b05bd824e1b9a680509c9bab6471c295b4cef",
      "tree": "5e90df50f6d3aed629ecf990cfc2f915fad2a59c",
      "parents": [
        "3de4c51e5660e514f0839f77e589ccd0edb318dd"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Oct 27 17:02:10 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 05 09:16:23 2022 +0100"
      },
      "message": "Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /lite\n\nBumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.0 to 3.4.1.\n- [Release notes](https://github.com/apache/maven-shade-plugin/releases)\n- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-shade-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #462\n\nChange-Id: I6f899dff017b0e52c0cd932a3d32affee65d759e\n"
    },
    {
      "commit": "66052cc24fa672042a93adf30d3fd8897f539087",
      "tree": "daf15a5d0f8bccbde329b5761de532ef03b35bda",
      "parents": [
        "095bb836983c1d05cbab32c710cda5fd33c305b3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 14 17:02:35 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 15 13:57:26 2022 +0200"
      },
      "message": "Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /lite\n\nBumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0 to 3.4.0.\n- [Release notes](https://github.com/apache/maven-shade-plugin/releases)\n- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-shade-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #435\n\nChange-Id: Ic4d51773ed581c078231a3208ba4583183e0335d\n"
    },
    {
      "commit": "dc231425532772760f09803b1e64c28f63fc9cb7",
      "tree": "0b63d50852c3fac2a464c6aaf84eccd58c072dcf",
      "parents": [
        "4e4853e3aefa24ee9cfb3281fd9fb14a8bed46e1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 22 17:01:48 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 26 17:09:20 2022 +0200"
      },
      "message": "Bump mockserver-netty from 5.13.2 to 5.14.0 in /lite\n\nBumps [mockserver-netty](https://github.com/jamesdbloom/mockservice) from 5.13.2 to 5.14.0.\n- [Release notes](https://github.com/jamesdbloom/mockservice/releases)\n- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)\n- [Commits](https://github.com/jamesdbloom/mockservice/compare/mockserver-5.13.2...mockserver-5.14.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mock-server:mockserver-netty\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #417\n\nChange-Id: I4b48a077c046efd48d1564f095f5b13d87a05cd7\n"
    },
    {
      "commit": "4dee07aee5ca027aa2c4663a04bb89d61406d75a",
      "tree": "c2e1d411bbc19b1c6ead6a8fbdf19d519f61d532",
      "parents": [
        "d4841561404123fabf3b5ec0fbe7b8541a3a2f95"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri May 27 11:45:28 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Jun 03 12:51:58 2022 +0200"
      },
      "message": "Implemented searching option using a network endpoint.\n\nChange-Id: I1a35d482f0df49fc1acaef9aca027eb2fa551401\n"
    },
    {
      "commit": "2a49805042f0a1dded61a0cdcb554e90a2b9b32d",
      "tree": "d564651b0d66b989ca1097ff29bd4181c9d29ea2",
      "parents": [
        "f9b99b0abb47d2d00555fbb1a9ed68799baf7d93"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 11:14:24 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 13:35:21 2022 +0200"
      },
      "message": "Bump Kustvakt version to 0.68\n\nChange-Id: Ie4ef91793c356b0ccc9b872411943c3d9f1d9074\n"
    },
    {
      "commit": "f1b0bf1c9bb5e7b65e01730de49073902c710c2d",
      "tree": "bd82b5d5d9568dcbe07825a70facbcb0d6e6f1f0",
      "parents": [
        "d97dcaaf068731a0e92b01d87f2718adf218bb55"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 24 15:07:35 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 24 15:07:35 2022 +0200"
      },
      "message": "Bump Kustvakt version to 0.67.1\n\nChange-Id: I66614acf249d431f0b0a1fbc8a0e91b1269f40c3\n"
    },
    {
      "commit": "f0e1dbf694e7184868a11b43a4af85667bbffdfa",
      "tree": "9e28fe4a8f7fedda01e57861a2e0b9224da0856f",
      "parents": [
        "b9d1f3cb940c79f2476d72aa4ae48589935945a6"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri May 20 11:57:24 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri May 20 11:57:24 2022 +0200"
      },
      "message": "Updated changes files.\n\nChange-Id: Ia34e37e82ade5018db7714b7f6bebac55e8e0b45\n"
    },
    {
      "commit": "b9d1f3cb940c79f2476d72aa4ae48589935945a6",
      "tree": "fb0e1c55acba37bbdafcf8f1a7b5c63ee4680b11",
      "parents": [
        "d9e5cda475c644b571f8eb55f593f53cc98230f5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed May 11 16:06:49 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 17 10:18:27 2022 +0200"
      },
      "message": "Bump Kustvakt version.\n\nChange-Id: Iabdf24dbea40a7e123aada25169961312a9b1db7\n"
    },
    {
      "commit": "f74c5a1846a5e0871c3133d7ae56cd906e7b4432",
      "tree": "67bd7db06f72c1550e22f1a25d85651a5e52d80e",
      "parents": [
        "eab047e248466a07dd9a3eee4fa80dc6dd875e80"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 18 17:02:21 2022 +0000"
      },
      "committer": {
        "name": "Eliza Margaretha",
        "email": "margaretha@users.noreply.github.com",
        "time": "Wed Apr 20 12:29:08 2022 +0200"
      },
      "message": "Bump lombok from 1.18.22 to 1.18.24 in /lite\n\nBumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24.\n- [Release notes](https://github.com/projectlombok/lombok/releases)\n- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)\n- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.24)\n\n---\nupdated-dependencies:\n- dependency-name: org.projectlombok:lombok\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "6346a18b7cd4247af775fbd8b834a880b19d7209",
      "tree": "7fa48032596b31630984a9818cb8a4130c488240",
      "parents": [
        "fc222ab3ca77f0439ecf50a94556bd9e3305a607"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Apr 05 17:02:34 2022 +0000"
      },
      "committer": {
        "name": "Eliza Margaretha",
        "email": "margaretha@users.noreply.github.com",
        "time": "Wed Apr 06 09:05:39 2022 +0200"
      },
      "message": "Bump mockserver-netty from 5.13.0 to 5.13.2 in /lite\n\nBumps [mockserver-netty](https://github.com/jamesdbloom/mockservice) from 5.13.0 to 5.13.2.\n- [Release notes](https://github.com/jamesdbloom/mockservice/releases)\n- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)\n- [Commits](https://github.com/jamesdbloom/mockservice/compare/mockserver-5.13.0...mockserver-5.13.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.mock-server:mockserver-netty\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "43a1deba7345b756bb25a07b0ad64962fea07d20",
      "tree": "3899a269a846c5a8b395a78526b68bcf921fc8d1",
      "parents": [
        "9c339417909e5b2c1d226c66f1409acfb7b34677"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Mar 30 08:40:49 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Mar 30 08:40:49 2022 +0200"
      },
      "message": "Bump Kustvakt versions.\n\nChange-Id: Ic1705186f6e0011c7acbd63044e3c9e7fc8910dc\n"
    },
    {
      "commit": "b53e89d280aa96551f9fea4d6b2bbef30e5bc6a4",
      "tree": "2541b4c0a1f12e95f3dabbf1e3f371c17e8b7ff3",
      "parents": [
        "1d719833e86cc8d9e8102b5479ebcf29e0505dfd"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Mar 29 17:01:29 2022 +0000"
      },
      "committer": {
        "name": "Eliza Margaretha",
        "email": "margaretha@users.noreply.github.com",
        "time": "Wed Mar 30 08:17:07 2022 +0200"
      },
      "message": "Bump maven-shade-plugin from 3.2.4 to 3.3.0 in /lite\n\nBumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0.\n- [Release notes](https://github.com/apache/maven-shade-plugin/releases)\n- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.4...maven-shade-plugin-3.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-shade-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "6c8924ebdf7e1238b65c4ffe98611450c759a285",
      "tree": "fa8da8bcf03df1405ab3fdc086a7d7ca7e8613a6",
      "parents": [
        "01f18b203e02e2835f6df49168403fe7aa19529f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Mar 17 17:01:36 2022 +0000"
      },
      "committer": {
        "name": "Eliza Margaretha",
        "email": "margaretha@users.noreply.github.com",
        "time": "Fri Mar 25 11:43:23 2022 +0100"
      },
      "message": "Bump mockserver-netty from 5.12.0 to 5.13.0 in /lite\n\nBumps [mockserver-netty](https://github.com/jamesdbloom/mockservice) from 5.12.0 to 5.13.0.\n- [Release notes](https://github.com/jamesdbloom/mockservice/releases)\n- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)\n- [Commits](https://github.com/jamesdbloom/mockservice/compare/mockserver-5.12.0...mockserver-5.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mock-server:mockserver-netty\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "133906d3c12c3fbd5baf44411687ef00a9065d64",
      "tree": "58c57642a81709df86940df7aade74ecb5afe69c",
      "parents": [
        "3457f65faed6de8ff29c06ecf1f5d0e0ca0fc885"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Mar 11 17:02:03 2022 +0000"
      },
      "committer": {
        "name": "Eliza Margaretha",
        "email": "margaretha@users.noreply.github.com",
        "time": "Tue Mar 15 10:28:25 2022 +0100"
      },
      "message": "Bump maven-compiler-plugin from 3.10.0 to 3.10.1 in /lite\n\nBumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.\n- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)\n- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-compiler-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d66a683ed410c003843dbbafca4680c947f55f90",
      "tree": "57558f75ec366f9d56539a6ba4f6892f9f511e6e",
      "parents": [
        "ad7de72fe6092587fc171fe547a8581e7e34f534"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 03 08:47:13 2022 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 03 08:48:47 2022 +0100"
      },
      "message": "Removed VCLoader.\n\nChange-Id: Ieb93cc690d37c14d2f3bff95706863a959a1f5b8\n"
    },
    {
      "commit": "c7fb733cde2497829d31c8aad176e90c19a4a63c",
      "tree": "9eb385fe09c9f419a916fcc35cd457426d90d678",
      "parents": [
        "580e26e4ef85bec67a560a935ceb29a3d7bf0de9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 14 17:02:23 2022 +0000"
      },
      "committer": {
        "name": "Eliza Margaretha",
        "email": "margaretha@users.noreply.github.com",
        "time": "Tue Feb 22 10:24:09 2022 +0100"
      },
      "message": "Bump mockserver-netty from 5.11.2 to 5.12.0 in /lite\n\nBumps [mockserver-netty](https://github.com/jamesdbloom/mockservice) from 5.11.2 to 5.12.0.\n- [Release notes](https://github.com/jamesdbloom/mockservice/releases)\n- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)\n- [Commits](https://github.com/jamesdbloom/mockservice/compare/mockserver-5.11.2...mockserver-5.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mock-server:mockserver-netty\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "5a8ba44722123d08ecfc08e637734115b694e1ed",
      "tree": "578fc48c68e741fd79d0d6a2e75daa7a2a33a0a7",
      "parents": [
        "0739a32a08d7cdd5047cfe16459901d360c42d79"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 14 17:02:18 2022 +0000"
      },
      "committer": {
        "name": "Eliza Margaretha",
        "email": "margaretha@users.noreply.github.com",
        "time": "Tue Feb 22 10:23:29 2022 +0100"
      },
      "message": "Bump maven-compiler-plugin from 3.9.0 to 3.10.0 in /lite\n\nBumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.\n- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)\n- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-compiler-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "0b47db0cb5252ec3dc41a42275a51188e9571662",
      "tree": "fdd8f9d695931c593db6c97435edf3ecb2238ad4",
      "parents": [
        "73147ac2a04c4513080a2bce3578a381c0ea0db7",
        "28f14af459ea72496f81996b168b6104eb948bb1"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Feb 04 08:50:45 2022 +0100"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@korap.ids-mannheim.de",
        "time": "Fri Feb 04 08:50:45 2022 +0100"
      },
      "message": "Merge \"Bump Kustvakt to version 0.65.1.\""
    },
    {
      "commit": "28f14af459ea72496f81996b168b6104eb948bb1",
      "tree": "95a3b69fea2617bbea020bb8bd9079ab64f081e0",
      "parents": [
        "923c207940fc46606cda217c2f3df0b8e0bf47eb"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Feb 04 08:50:25 2022 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Feb 04 08:50:25 2022 +0100"
      },
      "message": "Bump Kustvakt to version 0.65.1.\n\nChange-Id: Ic5c4e93da6e4cc73c3acd01239ae0a1ac4a96b0e\n"
    },
    {
      "commit": "553f7e86e4f0e87e5ef67e90f91d48b2dbfa9f49",
      "tree": "de692431515f0e0f11a42d9e9077ebb70b7e9ee4",
      "parents": [
        "ab0865a93c4b4f8b2638438ac784dc132fbfb65a",
        "9c6493ed3569fc5288f895bcdd12e3faab642f80"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Jan 28 12:49:27 2022 +0100"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@korap.ids-mannheim.de",
        "time": "Fri Jan 28 12:49:27 2022 +0100"
      },
      "message": "Merge \"Added show-tokens option to the search API.\""
    },
    {
      "commit": "9c6493ed3569fc5288f895bcdd12e3faab642f80",
      "tree": "061350f3146e38645739237e316121fbab63b3cf",
      "parents": [
        "8cec8bb6811ad446060b8c60992eda7dcd77831b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Jan 25 11:54:29 2022 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Jan 25 11:54:29 2022 +0100"
      },
      "message": "Added show-tokens option to the search API.\n\nChange-Id: I16c71bccdd5b21e1475edde22b656be24c11287f\n"
    },
    {
      "commit": "dfc70840987acc96e7e2fbf0b5d4fca8cbd9b3c0",
      "tree": "3b1f979a6d2df27e7d39c23158c5bcd2dccb29ca",
      "parents": [
        "c2e0df16b79e2f1d04ebcb92ca826cdbbea71798"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 12 17:01:54 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 19 18:37:57 2022 +0100"
      },
      "message": "Bump maven-compiler-plugin from 3.8.1 to 3.9.0 in /lite\n\nBumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0.\n- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)\n- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-compiler-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #309\n\nChange-Id: Ic5f14ffd9fcc612d46088f5fa30bfd545d85b55d\n"
    },
    {
      "commit": "9f2cff00ab00909a5e2aeb4c38b8fd77fa48034d",
      "tree": "5782809ffcf10a2a917cf80c659dc31695a3a890",
      "parents": [
        "24b27c550e92eda34888a1c30466b93426c3bbba"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 03 15:42:45 2022 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 03 15:53:42 2022 +0100"
      },
      "message": "Updated tests.\n\nChange-Id: I4e43978c5cf8bbc678da5231ed938b707e11c442\n"
    },
    {
      "commit": "2d523b6e6f071fdc358eb141e2738cb48fa7693d",
      "tree": "6b1bb3c4645b11e7c77e3ad08484b250e9ec1d56",
      "parents": [
        "ad1300ba68a4fd30da1d236b32c601b1a5be3b28"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 03 13:48:06 2022 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 03 13:48:06 2022 +0100"
      },
      "message": "More log4j security updates\n\nChange-Id: I6917513bda02b4b01f5c87f7d52f49eeb9a1b749\n"
    },
    {
      "commit": "ad1300ba68a4fd30da1d236b32c601b1a5be3b28",
      "tree": "f36bfd847aba37c4f817bb0fe3b5060ca300a6cf",
      "parents": [
        "9a4843a6c9c3c22dccac00ec611046fa7749c6ea"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Dec 13 17:36:29 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 17 16:32:17 2021 +0100"
      },
      "message": "Fixed broken test suite.\n\nChange-Id: Ie8a040eb20397c9e8fdfed1a488fa30008cb4753\n"
    },
    {
      "commit": "c0c4eec224f6905bfd982b4590ebcb80a90e65ad",
      "tree": "b09805ab833c4c2b8975dfd7b54845a561d2a987",
      "parents": [
        "86c9be395498325920bcd2e394c1513a13a8ff8d"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 10 14:57:15 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 10 14:57:15 2021 +0100"
      },
      "message": "Fixed Kustvakt lite test suite.\n\nChange-Id: Ia71bb015dfe9a6c7a9e33f6281de91fbfdf491cf\n"
    },
    {
      "commit": "7c1f4284d7d188d1797e9abb5ee551a6c2df543b",
      "tree": "91b48ee7ef713898d360d77e3a1f29d7b5804569",
      "parents": [
        "6c026ea2b1719853962b20cb9428a08e8736bead"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Nov 29 17:27:53 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 10 14:33:27 2021 +0100"
      },
      "message": "Updated VC cache.\n\nChange-Id: Id4663a9b51b8324669883df924370a9932af6076\n"
    },
    {
      "commit": "d0f78694e9cf5b454511897cb00d8f9ca368a500",
      "tree": "510f2fdbd8d262ad7fb49d9beb3fc592d7d95ea4",
      "parents": [
        "778c94dbb76e70eaab744f464f6c314cf055151b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Oct 26 16:18:22 2021 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Oct 26 16:18:22 2021 +0200"
      },
      "message": "Bump Kustvakt and Krill versions.\n\nChange-Id: Ieb9a04888e8fe22665d4bf81317433bb954f7b99\n"
    },
    {
      "commit": "b8386861d9c294c8b8307a44eb8fa267bef7473d",
      "tree": "b89d6f54ddc25ff75e039ca79b4f14f87212de49",
      "parents": [
        "5e780af68f0c17bd38d41cd7c05781c57275e20e"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Oct 19 18:02:11 2021 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Oct 19 18:04:37 2021 +0200"
      },
      "message": "Changed test database to use memory only.\n\nChange-Id: I2f01030ebaae2775d0894afaf32798e3b72b1cf8\n"
    },
    {
      "commit": "2064912d9454c5b1ea83be7c76c22ba5b06fe4b9",
      "tree": "a48b7e5a2b02c76772c32f0cce6a2786fdb5bb4d",
      "parents": [
        "a0f230c7c0c5ded204eb2545c690602f81d14867"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Oct 07 17:01:58 2021 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Oct 14 20:03:21 2021 +0200"
      },
      "message": "Bump lombok from 1.18.20 to 1.18.22 in /lite\n\nBumps [lombok](https://github.com/projectlombok/lombok) from 1.18.20 to 1.18.22.\n- [Release notes](https://github.com/projectlombok/lombok/releases)\n- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)\n- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.20...v1.18.22)\n\n---\nupdated-dependencies:\n- dependency-name: org.projectlombok:lombok\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #265\n\nChange-Id: I6e2bc8d687f77d6aa1984eed17c18cf159ebed38\n"
    },
    {
      "commit": "f795a041891c9a9c695a695400ba3a616ac72e7f",
      "tree": "b511e5f022d41039f9b6a6271ab77a2b0efc74f0",
      "parents": [
        "26101ec881ab85e96c1a6574c78d3de3235073e5"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Aug 12 09:57:22 2021 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Aug 12 09:57:42 2021 +0200"
      },
      "message": "Removed initializator from lite config.\n\nChange-Id: I0608ddf7e5c4e56a5b31b5d2919694dd0b08971b\n"
    },
    {
      "commit": "15ff029f1bc3d264e4df026b31661af379c82af0",
      "tree": "3953e71ba455c24dad5e90dc9a44693abb6d7c0a",
      "parents": [
        "4b4dc74e6bb7f60e2b8c61fd6a4f6372b4d2f194"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 29 17:29:04 2021 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 29 17:29:04 2021 +0200"
      },
      "message": "Updated the change files and made a new version.\n\nChange-Id: I288b24e46a864e7b68a2f92cf7c72ce6ef8ef96f\n"
    },
    {
      "commit": "14686b55ea9dc2feff9bc50e5540827b955668d2",
      "tree": "e921967d376d72f5351d10a4b8764dc2d17a81da",
      "parents": [
        "fc5fab29346cdb31c05a3fe07e2c3ddbc9fc0e41"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 26 15:24:16 2021 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 26 15:24:16 2021 +0200"
      },
      "message": "Excluded jackson core libraries from Mockserver and moved cache config\nto the full config.\n\nChange-Id: Ia62a78377450e3cc5b9f2687e28c1a9417feed9d\n"
    },
    {
      "commit": "fc5fab29346cdb31c05a3fe07e2c3ddbc9fc0e41",
      "tree": "180df9ddbc87d38da5824a4e43587ea979f477ed",
      "parents": [
        "6f6911ee1deebf3f4753f4544356aa9abb0fa157"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 26 12:17:39 2021 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 26 15:22:12 2021 +0200"
      },
      "message": "Replaced annotation parsing with restoring the annotation tables to the\ndatabase.\n\nChange-Id: I79b33e4634642bcff42f79d8132964afdc123024\n"
    },
    {
      "commit": "3d80a5227b3ad0a11206d9e9c338cad653d20c76",
      "tree": "bfb6c209a97e4556fd6667a09d084700294c9e74",
      "parents": [
        "4ef4151cb5de9b915de78edba8f54ac69c314fb8"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 19 18:31:26 2021 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 22 09:52:51 2021 +0200"
      },
      "message": "Fixed mockserver dependency-order in pom.\n\nChange-Id: I48bb4ca8ebfefd6d20d262deb1d0ebff92471ce0\n"
    },
    {
      "commit": "4bd612582c9e73ab9bdbcf02ece3714cce737276",
      "tree": "9142f4d44cb927939ffb79685cfb6a5dd234b7c3",
      "parents": [
        "a60e622ccce9227a7b2742338fdf04c2ac3d106d"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Jun 11 14:11:31 2021 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jun 14 09:43:13 2021 +0200"
      },
      "message": "Updated OAuth2 token length \u0026 secure random algorithm config.\n\nChange-Id: I1c0cd2d7ad6e7c3e5570fae19fa86211a01bfeff\n"
    },
    {
      "commit": "b99a5b0924616c821fe1c30ac28f436bb4347556",
      "tree": "85732fb397fe1ca7fcf4e87035c9b91393422bc0",
      "parents": [
        "6389e5cb7111521cbc4d52f0c8726b105e21672e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Apr 02 05:23:30 2021 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Apr 14 11:49:22 2021 +0200"
      },
      "message": "Bump lombok from 1.18.18 to 1.18.20 in /lite\n\nBumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20.\n- [Release notes](https://github.com/rzwitserloot/lombok/releases)\n- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)\n- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.18...v1.18.20)\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #173\n\nChange-Id: Ib786f96b339649a92fc6104fda7f2aee5543e5a3\n"
    },
    {
      "commit": "e1228ab6fc70a5e91e3ec24e922313b5c068d225",
      "tree": "9ec2dfcd333b11309de0bfd3614d387016f3907e",
      "parents": [
        "a8c364bc668a2379982aa75b3c065d64854cebe9"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Feb 22 11:51:38 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Feb 22 11:51:38 2021 +0100"
      },
      "message": "Updated libraries.\n\nChange-Id: I35d41bfcc6661177beb3a9a98ad9ddb43f57837c\n"
    },
    {
      "commit": "a8c364bc668a2379982aa75b3c065d64854cebe9",
      "tree": "0e66032fa72ac531de9ec5d615f512edfa066285",
      "parents": [
        "479a447fa2ea4d63025684392ab7af1863112815"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Feb 19 13:00:31 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Feb 19 16:06:52 2021 +0100"
      },
      "message": "Added API info web-service.\n\nChange-Id: I8ff91cd5dccca0824146d38a361964cc284cd196\n"
    },
    {
      "commit": "0ddaed621e2ac0193a4f6c8914497cbc93c8f923",
      "tree": "bb96aebfc91a2e1926a007e56589138b92ebfea8",
      "parents": [
        "fcf8bd945ae73f7e4c3b899ff9b428091ce155d5"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jan 21 17:10:33 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jan 21 17:10:33 2021 +0100"
      },
      "message": "Fix running pipe and updated tests with mockserver\n\nChange-Id: I9e2ad0a9e20db874765e3db957ff356fbe35ff93\n"
    },
    {
      "commit": "fcf8bd945ae73f7e4c3b899ff9b428091ce155d5",
      "tree": "33dab0766746ae09e5a32833406a6f593d7752c6",
      "parents": [
        "6398071834b28a8243db8e6ddeffe393524a6bde"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jan 14 10:55:53 2021 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jan 14 10:55:53 2021 +0100"
      },
      "message": "Updated Flyway configuration.\n\nChange-Id: Id32ef35f47bc190220688086c50be2a7a36a88c4\n"
    },
    {
      "commit": "5da1f9d71fc9d02acafec4ad9a33d69f1ac8ddaa",
      "tree": "471a2a4aedcd02125416ea6c8a327d364564e2e4",
      "parents": [
        "77bf8b7435428382c94f2f11d9f2003b198758f3"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 04 09:22:26 2020 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Dec 23 12:56:29 2020 +0100"
      },
      "message": "Fix pipe warning.\n\nChange-Id: I0a61e5d4b4cf66d18f93676fa4f04edff31b55fd\n"
    },
    {
      "commit": "77bf8b7435428382c94f2f11d9f2003b198758f3",
      "tree": "fe202013fc76ddf71164a4ba1b69dca352f2e0fd",
      "parents": [
        "25bd341e052e14fbfadf6b9a367239722967364f"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 04 13:47:48 2020 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 11 15:54:57 2020 +0100"
      },
      "message": "Fix hibernate dialect for SQLite.\n\nChange-Id: I217dafe5a1b7dfcd4996d7741dd5711c54d7f268\n"
    },
    {
      "commit": "70e28ca8283a0ae7a8ed95af8fd7ecac43d17920",
      "tree": "8207e27b2004ac109aaad421c499779a03b8fd6b",
      "parents": [
        "97f66145ec977abbbfad45f2d402e55d4e348962"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Apr 01 09:24:46 2020 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Dec 10 13:59:26 2020 +0100"
      },
      "message": "Support expand query parameter for match retrieval\n\nChange-Id: I9cf360441207ad86dcd76de1020368e409fe3d0d\n"
    },
    {
      "commit": "97f66145ec977abbbfad45f2d402e55d4e348962",
      "tree": "21abb26fb00413e864ec5faa4c391806e2a6a896",
      "parents": [
        "f4fa1eb65586dd0f96ea1cc8efb71223f8667e9f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Nov 11 18:24:43 2020 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Nov 11 18:24:43 2020 +0100"
      },
      "message": "Generate code coverage report with Cobertura\n\nChange-Id: I0fd93d0bf109ab400d6021c848d101ed02a5a4dc\n"
    },
    {
      "commit": "fccd0abf0256b2d27d73e2c118c551ce5bb9f089",
      "tree": "8962d3a1afd3d47c4c0bedaca7669081b04c4d4e",
      "parents": [
        "9a8b70dac7ef385d99d6b1c44e9adfdc838bf2fe"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 26 21:27:24 2020 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 26 22:39:54 2020 +0100"
      },
      "message": "Bump lombok from 1.18.12 to 1.18.16 in /lite\n\nBumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.12 to 1.18.16.\n- [Release notes](https://github.com/rzwitserloot/lombok/releases)\n- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)\n- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.12...v1.18.16)\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #113\n\nChange-Id: I58e88d848e79c7e8d288fee8488eb08a1564ebe2\n"
    },
    {
      "commit": "baa04702de8c4ea5994255f86100cdf00c2a5ff1",
      "tree": "93f9cb6eda6e8842152302e3be204445e044262f",
      "parents": [
        "26ddf72d91b71755de8b5e0be944536b68d5595c"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Sep 29 18:08:09 2020 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Sep 29 18:08:09 2020 +0200"
      },
      "message": "Bump version released as a docker\n\nChange-Id: I2636a08db9b56d33eb4d8492167f2be7a6cb6b3d\n"
    },
    {
      "commit": "3ba37b2e226ebee98c6050c194f739d13153d572",
      "tree": "f318c8e8695341505179011bdc85d86a5464b3a5",
      "parents": [
        "52d3b86f800d063fd81e0b9a82d119e313048eb7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 02 15:01:44 2020 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 03 10:20:02 2020 +0200"
      },
      "message": "Bump maven-surefire-plugin from 2.22.1 to 2.22.2 in /lite\n\nBumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.1 to 2.22.2.\n- [Release notes](https://github.com/apache/maven-surefire/releases)\n- [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.1...surefire-2.22.2)\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nChange-Id: Ice1d1d05e477f0c0c8575f3c6f9bc00777d7e197\n"
    },
    {
      "commit": "52d3b86f800d063fd81e0b9a82d119e313048eb7",
      "tree": "f099c1f35a0bdb300dbf021ce8cc3fcefdd06ec3",
      "parents": [
        "cd66f4af09c873c397672088654de454f365c691"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 02 15:01:43 2020 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 03 10:20:01 2020 +0200"
      },
      "message": "Bump maven-shade-plugin from 3.1.0 to 3.2.4 in /lite\n\nBumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.1.0 to 3.2.4.\n- [Release notes](https://github.com/apache/maven-shade-plugin/releases)\n- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.1.0...maven-shade-plugin-3.2.4)\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nChange-Id: I274dba5ad82d31880a59bf58cd6131d753a893a6\n"
    },
    {
      "commit": "cd66f4af09c873c397672088654de454f365c691",
      "tree": "5923621b4842b89044bd8683ec0a62e8e4531833",
      "parents": [
        "a988d185af194fb02dabdaf78a9b8393b512aedc"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 02 15:01:42 2020 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 03 10:20:00 2020 +0200"
      },
      "message": "Bump maven-compiler-plugin from 3.7.0 to 3.8.1 in /lite\n\nBumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.7.0 to 3.8.1.\n- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)\n- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.7.0...maven-compiler-plugin-3.8.1)\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nChange-Id: I2a77193212ef93a3bfae6b8ca76b4dccc563373e\n"
    },
    {
      "commit": "48e51b94affae84b1f7d689043fe295be94458ec",
      "tree": "25861b52f36a631da18fe3bfcfe6aed513abd28f",
      "parents": [
        "7dacd01e34dc31d9b7862f8695d23a6c0dddedd6"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jun 02 14:50:27 2020 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jun 02 16:26:11 2020 +0200"
      },
      "message": "Introduced experimental X-Index-Revision header\n\nChange-Id: Ida1bf82a59217ff8953cef0e1e5e2c5276f04a39\n"
    },
    {
      "commit": "ceea30caf31b6d6588d2e779d90a3af630c2a76f",
      "tree": "7626fc28e6129cd25fb67c58fefd3131353f3789",
      "parents": [
        "483db757adef0d20d9a9855d81dff7eb8a0aa872"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 15 16:00:03 2020 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 15 16:01:05 2020 +0200"
      },
      "message": "Update lombok to 1.18.12\n\nChange-Id: Id7648741ab2d33a7a584ef6903e3bdb0d4b64b54\n"
    },
    {
      "commit": "33e21b878bdc73cafba9b813d32cccf603ff1ebc",
      "tree": "6bf573eea725e370f0f932ed1b3eec5fa1f7895c",
      "parents": [
        "9f1794c5af6f069c57f40ecff95c65901ca856ff",
        "39326ee5314100bdfd6e2a3f8175592efff39790"
      ],
      "author": {
        "name": "Akron",
        "email": "diewald@ids-mannheim.de",
        "time": "Wed Mar 25 14:12:12 2020 +0100"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@korap.ids-mannheim.de",
        "time": "Wed Mar 25 14:12:12 2020 +0100"
      },
      "message": "Merge \"Updated sample index\""
    },
    {
      "commit": "805afde85e2e05ecff07fedd148e52a10cb84928",
      "tree": "7f357d23d2964d0d5758e6669b9e2b420450f16b",
      "parents": [
        "9a270a5b971c2abca365d0571118d58ed04ccc0b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Mar 24 09:08:50 2020 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Mar 24 13:08:06 2020 +0100"
      },
      "message": "Make API welcome message configurable\n\nThis allows flexible, informal messages and, if necessary, terms of\nservice to be displayed.  For RKorAPClient this is nice because the\nwelcome message will be displayed on connect.\n\nChange-Id: I9d3c6cef7b1f0205a23fe847909bca0de982bc0f\n"
    },
    {
      "commit": "39326ee5314100bdfd6e2a3f8175592efff39790",
      "tree": "27656f9dff0734d77c9bb0087c93e498aae50fcd",
      "parents": [
        "9a270a5b971c2abca365d0571118d58ed04ccc0b"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Mar 04 10:17:34 2020 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Mar 04 12:17:00 2020 +0100"
      },
      "message": "Updated sample index\n\nChange-Id: I06ceb74e75d95bec0c141ee3e20d4b9c146771f0\n"
    },
    {
      "commit": "2618beb76fe057153656e88397b060fbcc37b642",
      "tree": "2d9c71f57fa00cda41585ada569be77521735999",
      "parents": [
        "1dde5906d6c79f437f2db3ba1127ca414acab3b3"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Jan 24 14:12:28 2020 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Jan 24 16:02:09 2020 +0100"
      },
      "message": "Removed salt from config and updated config files.\n\nChange-Id: Idfd066f0e56f5e5568325e5ea6072fb12c551ff2\n"
    },
    {
      "commit": "137d4eec0d0f37637d7cb4419bb9baee5c0f9eeb",
      "tree": "313b2db24e1b81c705a899dc955531548c38c11a",
      "parents": [
        "ed2ee24936f964ca7c9a90539ff9a6f06219bf25"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 13 14:49:15 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 13 14:49:15 2019 +0100"
      },
      "message": "Handled invalid pipes and added tests.\n\nChange-Id: Iba20cbbfb60fa10a769bee697295943b0e4a1772\n"
    },
    {
      "commit": "ed2ee24936f964ca7c9a90539ff9a6f06219bf25",
      "tree": "2453aa8653316189164da650461b5d695681ff8f",
      "parents": [
        "52ee9e38d7e542b1972988cddab4a0eeede6d5b4"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Dec 12 17:34:18 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Dec 12 17:34:18 2019 +0100"
      },
      "message": "Added support for multiple cq parameters.\n\nChange-Id: Ica7effe455cc9320ca0a5cc1c8f730167e78e1d8\n"
    },
    {
      "commit": "1d1c73e70b077adc42a3c1e35f3d13006421540c",
      "tree": "034977ef7b1d8bf6e72ab7af4b4921fd2ce2071c",
      "parents": [
        "7497adfe312e648eab24b8108278c70427a80aac"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Dec 03 18:07:28 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Dec 05 16:47:01 2019 +0100"
      },
      "message": "Implemented pipe extension in the search API.\n\nChange-Id: If2a486185a7d16a27b7b46d35d85b7d5f27b66cd\n"
    },
    {
      "commit": "072a6a75e2d1c3489a512c88e480233f88c2e579",
      "tree": "7a48bd86f3d67dbb570ab6b355cd5aae7a439feb",
      "parents": [
        "db457bcb5a643014113966b1a0a47b70f8df48e6"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Nov 22 12:12:03 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Nov 22 12:12:03 2019 +0100"
      },
      "message": "Updated the statistic API with KoralQuery and added tests.\n\nChange-Id: I974ad7cf97bb69fb8fb85c734418a27d0302f4f3\n"
    },
    {
      "commit": "8596764600ec0a4442a40c85539b867f5d647bc1",
      "tree": "0d15daddb326b9035e9e921bc79677d6436508b1",
      "parents": [
        "03b195a8144d8ccad75060f0d2b2da5b514a917c"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 13 13:35:33 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 13 13:35:33 2019 +0100"
      },
      "message": "Added warnings when requesting non-public fields via the search API with\naccessRewriteDisabled (resolved #43).\n\nChange-Id: I917415f242c1adf884bacb832fd7644cddaa6973\n"
    },
    {
      "commit": "831fe59e3aa62a865cfc5de293e8bf7682b5563e",
      "tree": "18674101ca4c7d12f7b9073c2ba99b37c7505ce5",
      "parents": [
        "802dabcbf4a3aecebd30294a4e0ebfe18937b308"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Sep 25 13:01:09 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Sep 25 13:01:09 2019 +0200"
      },
      "message": "Fixed lite test suite.\n\nChange-Id: Icd8e5acc20f140afd50357079feacfe19279d12b\n"
    },
    {
      "commit": "c1db9130f508be12810a357c91e577b156a8b8fd",
      "tree": "22ecfd826c830c89c26b808c60ba5fbf022fb575",
      "parents": [
        "bdd47ac41a4470923b58d49874be67a0c55a8882"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Aug 28 11:32:04 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Aug 28 11:32:04 2019 +0200"
      },
      "message": "Resolved #49. Added page param check in the search api (margaretha)\n\nChange-Id: I30950d9c941aedcd1d0ec07aab4fc44ce5fd26a9\n"
    },
    {
      "commit": "a6cd0d99e5a6899db66f8dac835154389079942f",
      "tree": "c2efbf4a0b78ca43cfac52505c3a8fa8a9f9831c",
      "parents": [
        "f3ff627e0e3337e3ab7135ca1725d441938b9211"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 15 18:39:04 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 15 18:39:04 2019 +0200"
      },
      "message": "Added backward compatibility support for corpusQuery parameter.\n\nChange-Id: I1fc6721c62fad1b40f0fe2f5c9a398d2d97722f6\n"
    },
    {
      "commit": "f3ff627e0e3337e3ab7135ca1725d441938b9211",
      "tree": "55fd65d553b0842bdf9919ed9eb01e7f33fbed54",
      "parents": [
        "2544cdf9eb295da525f5c6f10fb899ba70ae13a2"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 11 12:57:13 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 11 12:57:13 2019 +0200"
      },
      "message": "Added cq parameter to VC statistics API and deprecate corpusQuery.\n\nChange-Id: Ic3c7e0827ba1a1070d86bceacc92bab20708ee18\n"
    },
    {
      "commit": "2544cdf9eb295da525f5c6f10fb899ba70ae13a2",
      "tree": "85bc2a05fb40396cb5fe52d617fc6affe5b81594",
      "parents": [
        "3a579404dbaae05d57cc791b79f5c21f3eb11926"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 08 11:39:43 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 08 11:39:43 2019 +0200"
      },
      "message": "Added support for public metadata response in the search api.\n\nChange-Id: Ic6297c192c813520d1c83c1a35d2206059eadb8e\n"
    },
    {
      "commit": "47a72a87fe48fb4f031ec22557fdf3b39afb080f",
      "tree": "7e7772834a385acefcf01e4f91464f8604bcb173",
      "parents": [
        "03ae28d976015a084bb51360f232096ef62433d7"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jul 03 16:00:54 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 04 15:37:15 2019 +0200"
      },
      "message": "Added re-caching VC at closing-index service, resolved #44\n\nChange-Id: I72bc0980da63f64f50b9bf92787550a9401fd1c3\n"
    },
    {
      "commit": "58873398f60bddf67bf972976d94683fb5a77a75",
      "tree": "270e05d5e0b09b882d09599197c9893565d8a279",
      "parents": [
        "74a1f9e8c2c8cd83d7ea32c4ba2554b4664ba373"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jun 24 10:17:09 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jun 24 10:17:09 2019 +0200"
      },
      "message": "Updated Krill version.\n\nChange-Id: Ib72f3d4f2a256fe9294a2faa6e292d1884fcc69a\n"
    },
    {
      "commit": "74a1f9e8c2c8cd83d7ea32c4ba2554b4664ba373",
      "tree": "3d6ad0978bf9225170e471896cf80d9aa8df958b",
      "parents": [
        "10d31a2bc298288b71d713282556d4c9eedf61c9"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Apr 25 16:11:49 2019 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Apr 25 16:11:49 2019 +0200"
      },
      "message": "Updated Jetty version due to vulnerabilities \u0026 uses fasterxml Jackson.\n\nChange-Id: If6eaf454e06ba8afb05bbb2c752f53f4de79853f\n"
    },
    {
      "commit": "3d55b00ffdeb242c479be71622d4ff8edf668dff",
      "tree": "36834d5980c96e97c0e86849bcc6b3ef68195038",
      "parents": [
        "3ccaeb7db0296e1a98e43fd491c7cd67f295446b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Mar 19 12:00:44 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Mar 19 12:30:53 2019 +0100"
      },
      "message": "Resolved #42 - Added close index controller.\n\nChange-Id: I0df990b1bf2f7d7f92ac4f0e90aced584aad265e\n"
    },
    {
      "commit": "2558a7c518c2c54652c7fc3ba033e9cb4d482a2f",
      "tree": "92666446c79384353718f42b3f3be5a5a127b720",
      "parents": [
        "351f769370677a491ee72f7fe48527709ee9117c"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Feb 18 16:48:54 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Feb 18 16:48:54 2019 +0100"
      },
      "message": "Updated handling errors from Koral and fixed tests.\n\nChange-Id: I7ff3caa35d247b4707c11315cf2e653eed9a689b\n"
    },
    {
      "commit": "798e8bd06cc74bb36a0ea9e78bf43295a68e9885",
      "tree": "7e9f936a776f13a3e4dcb0a5d22c689b0038e319",
      "parents": [
        "39cec60fe6c4f5145ca690f0ac3eed2e075986e8"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Feb 06 15:48:58 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Feb 06 15:48:58 2019 +0100"
      },
      "message": "Added default foundry for structure layer.\n\nChange-Id: I808745f3e4ae83157204a13061bd3f6b2d6e799c\n"
    },
    {
      "commit": "39cec60fe6c4f5145ca690f0ac3eed2e075986e8",
      "tree": "4143c64b39990d560a930575ae02ee03f7393a77",
      "parents": [
        "85273f17bca6423f3f86cd10932118bfb707a81d"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Feb 05 19:48:49 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Feb 05 19:48:49 2019 +0100"
      },
      "message": "Added delete-group-by-name controller \u0026 unique index to group name.\n\nChange-Id: I463de3b56cbbd8e66df6be8dac5a3ce4a3b35b78\n"
    },
    {
      "commit": "4fa4b06791ffb812942189337d16a3c76a9a7f40",
      "tree": "c8af2a34edc3b070e7a6d9bc613c9254d76dcebd",
      "parents": [
        "4a33812c7460509b15b4aba7050a1ccbf20b714c"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 28 19:43:30 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 28 19:43:30 2019 +0100"
      },
      "message": "Added foundry rewrite with user default setting.\n\nChange-Id: Ibc09468b6851af359eaf18df140fc973ab9dce69\n"
    },
    {
      "commit": "484267382ef4a546aa048d09f9eedd3200442241",
      "tree": "ebab00fa89c3c65bd199a19a939b667c4198ac00",
      "parents": [
        "4af3f1e90dc93065cc70f0074ab81315f1c7e2e0"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 21 16:58:28 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 21 16:58:28 2019 +0100"
      },
      "message": "Removed codes related to user registration \u0026 password management.\n\nChange-Id: I2f2030269c8faa8fa74c6fff354e6638535ffb2d\n"
    },
    {
      "commit": "398f47243113e7250b26ba6d8d2a753717e474ce",
      "tree": "e2cc6c2e3900887221235d33a7aff6cc7c974140",
      "parents": [
        "0b90391725aed1fc8c2a0651c80f46e8e5aada6b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 09 19:07:20 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 09 19:23:16 2019 +0100"
      },
      "message": "Added comments \u0026 updated code structure.\n\nChange-Id: I2ff7adb2954b87e8345a6e0619b14614883c4200\n"
    },
    {
      "commit": "b2c92d4d1c47d9707585b89a7567ea83326d57f9",
      "tree": "410dc4142f500436fcf0df53d659dc1e7af1da32",
      "parents": [
        "a85965d84d1099d3e44ed31dfabbeeae86494384"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 07 15:35:53 2019 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jan 07 15:35:53 2019 +0100"
      },
      "message": "Fixed Kustvakt-lite test configuration.\n\nChange-Id: I6794e3a5c2d77ae50b549ca820afa16d9eb401ab\n"
    },
    {
      "commit": "a85965d84d1099d3e44ed31dfabbeeae86494384",
      "tree": "6a221e755ba229e7b9cae2e84ca3275b75adacd9",
      "parents": [
        "000cc7e45e1000522d37c55f848e86b27163cd29"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Dec 19 15:58:21 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Dec 19 15:58:21 2018 +0100"
      },
      "message": "Added debug flags \u0026 order on fields parameter of search get request-\n\nChange-Id: I07ef9c234c4a6a72757f9a3385b42f0b61818ddf\n"
    },
    {
      "commit": "000cc7e45e1000522d37c55f848e86b27163cd29",
      "tree": "05a57c49a9056082dddf0e27c7be2d8913e3bb80",
      "parents": [
        "5c67dd5c4f5878c0b75261dd2a82aa5326656010"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Dec 19 14:19:50 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Dec 19 14:20:39 2018 +0100"
      },
      "message": "Fixed DummyAuthenticationManager and the search test with fields.\n\nChange-Id: I0aa3c8444133a0bf04e648c23b78c99229b505f8\n"
    },
    {
      "commit": "5a2c34e98b950142390a39b80082ed29942ebad1",
      "tree": "d0889f714c65eb136a0472d91c4e0b57bde83aec",
      "parents": [
        "e07a2030b767aa49e5af9564a09022e5407c0abe"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Nov 29 19:35:13 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Dec 03 10:19:13 2018 +0100"
      },
      "message": "Removed duplicate clients in user client lists.\n\nChange-Id: If9806e5a2f98153b1428498f74c5bded989b7d70\n"
    },
    {
      "commit": "c502de12c5bb5aa31a6c4daf8f13d70e5aba4e9c",
      "tree": "36799307e1c74480b27409e0b6184dd7e0325588",
      "parents": [
        "2df06600653b8ce94c729264b61a55e25fe08c0e"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 14 19:16:19 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 14 19:16:19 2018 +0100"
      },
      "message": "Removed sqlite file.\n\nChange-Id: I38216c905246f4ca68794a5f0c1b7d0cad4a1c83\n"
    },
    {
      "commit": "2df06600653b8ce94c729264b61a55e25fe08c0e",
      "tree": "bda3d246172f63141403d6607c21d44944c9c214",
      "parents": [
        "93120bc1ad256d9e2c906a6e2b6075d3eae6e6c0"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 14 19:10:30 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 14 19:10:30 2018 +0100"
      },
      "message": "Integrated lite and full services and controllers in core.\n\nChange-Id: I34914c89c2266fa02bee1a5b0522c46139b13966\n"
    },
    {
      "commit": "96942570d643ba716d1b701e12bff055d77ffee9",
      "tree": "8fac333904b1b0ac43c3e44c11cac33323c9c47b",
      "parents": [
        "63656052607e478e04b2ff75777c6372e04abd99"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Nov 13 13:56:57 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Nov 13 13:57:40 2018 +0100"
      },
      "message": "Added shutdown handler.\n\nChange-Id: I36e63692937135cecf69688fbca73b2a000042e1\n"
    },
    {
      "commit": "63656052607e478e04b2ff75777c6372e04abd99",
      "tree": "9c3cafbf08e72c01f9833c95c4066123ed22f672",
      "parents": [
        "1776bd0d5845078fc59de0f572a99367297ff3e9"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Nov 07 12:20:13 2018 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Nov 13 12:50:23 2018 +0100"
      },
      "message": "OpenJDK8u181 workaround\n\nChange-Id: I2fef305df4f8d30f6bb79ad7f1fa5025b695b14d\n"
    },
    {
      "commit": "439ad578f7ed98f9bc8cfd6643a9cf92c3a69225",
      "tree": "0fd18962db163106cbd8ca4d7a52fc9bfb9bb500",
      "parents": [
        "3495447e25a96f08939270e719f11f3e36383023"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Oct 29 12:15:28 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Oct 29 12:16:03 2018 +0100"
      },
      "message": "Moved javax.servlet-api to core \u0026 added post construct to lite.\n\nChange-Id: Iedbb97dd9b4a1cda68096967e7e636579719839b\n"
    },
    {
      "commit": "3da7cd353dac203a4e198b673a82a166f4e21109",
      "tree": "ed74bfebec07436011ec4ba5afe0c5d4856455bf",
      "parents": [
        "2c50c7382034606758cd55f86ef939bbf8266943"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Oct 22 17:42:52 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Oct 22 17:46:48 2018 +0200"
      },
      "message": "Fixed the order of annotation keys and values, and added tests.\n\nChange-Id: I1e6a9f27cea2f395bb7c5f27967e5a2d891420ba\n"
    },
    {
      "commit": "6ef00dd366bef7d551ca8be6bb9a9bf5bb1d5e82",
      "tree": "f398054d4cfc39834bc52ec4eadef9055b0800ee",
      "parents": [
        "7926adcb7a0d454a159af6313e7510edb73356b2"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Sep 12 14:06:38 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 13 20:26:57 2018 +0200"
      },
      "message": "Added various log4j2 configurations.\n\nChange-Id: I638d2dd0e1edd80006d0c8d476505f2bc43931e2\n"
    },
    {
      "commit": "7926adcb7a0d454a159af6313e7510edb73356b2",
      "tree": "26861ce380a820608c18adce99bd1258843e8c7b",
      "parents": [
        "ee0cbfe85415d207d3a3926d76c6b15cfe89c6ba"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Aug 30 13:45:33 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Aug 30 13:45:33 2018 +0200"
      },
      "message": "Added API versioning backwards compability and tests.\n\nChange-Id: I8a7b512bea67e07e449074a4d04c257b65ae1454\n"
    },
    {
      "commit": "ee0cbfe85415d207d3a3926d76c6b15cfe89c6ba",
      "tree": "5ccb187c85b6d522f58cff233d26772b8fc258b4",
      "parents": [
        "8514d78271f5c74ee6ac20f2a5cbbd0090537c40"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Aug 28 17:47:14 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Aug 28 17:47:14 2018 +0200"
      },
      "message": "Added API URL versioning.\n\nChange-Id: I0000000000000000000000000000000000000000"
    },
    {
      "commit": "c7196d2e2c94094f16fb16d573ac02ef345f6447",
      "tree": "4fe2f875e9a9acf67061cb91773ae98783e6c44d",
      "parents": [
        "f370f54b2df6009c23a23fb68c98cf7507b5d4fc"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Aug 27 14:20:03 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Aug 27 14:20:03 2018 +0200"
      },
      "message": "Added statistics with vc reference tests.\n\nChange-Id: I39d4ed88bd39852f66343b503b7103678ff398be\n"
    },
    {
      "commit": "1b320458f0bfe623fde7f139e850095f6a82a1c6",
      "tree": "d896a3f9d90817db71f6da2c0394164119a14dae",
      "parents": [
        "0666ddbe049cd9ace8fac712a1fa06ead2b49bc1"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Aug 02 16:56:25 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Aug 02 16:56:25 2018 +0200"
      },
      "message": "Implemented predefined VC caching and added VC reference tests.\n\nChange-Id: I84ad56b375f8b076ad92e493775993fc0580249f\n"
    },
    {
      "commit": "20f31232168c51c1ce3f05202020c5be6818a4cc",
      "tree": "8995a87a398ee032adc349a49fbc1b8c520dede1",
      "parents": [
        "00c28c07e5c71844b0c2ae8a52d61dfca1bab57d"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 09 17:49:39 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Jul 09 17:49:39 2018 +0200"
      },
      "message": "Added service layer to SearchController, added OAuth2 scope handling,\nfixed bugs.\n\nChange-Id: Id6cfb5c264472d106314dbd4a485681460e67288\n"
    },
    {
      "commit": "00c28c07e5c71844b0c2ae8a52d61dfca1bab57d",
      "tree": "e70935dfe372f1d59e653b03b04625f1e40e107b",
      "parents": [
        "0073aa49b1c73fc023ec09f75c370338b8f8bba0"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 05 18:09:09 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Jul 05 18:09:09 2018 +0200"
      },
      "message": "Added port checking in test suite.\n\nChange-Id: Ia246f5f35364f6b7b93548dbb34d0a40b595ae56\n"
    },
    {
      "commit": "d50581633780bc5edb7b07027408e22ca4d06557",
      "tree": "17a8b579748f29dce784802112b84e43642cef69",
      "parents": [
        "6091cf3fc8e640828b60c2d6d66dd232b9c65f4b"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jul 05 11:17:15 2018 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jul 05 15:56:28 2018 +0200"
      },
      "message": "Do not pass broken queries to Krill\n\nChange-Id: I7f6d6f949ad4b4cc4ce1febf523cedb982bec45f\n"
    },
    {
      "commit": "4b786e28d58785d6e452722a35f5e17e187cd51e",
      "tree": "eb8713721faecfa82c0b0b018de3f126b31d81bd",
      "parents": [
        "49cb68819a93e5ffabb1856c33a29fe92267caa1",
        "76b3175cde5ef551b344b1ba1a05ef0d7149c924"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jul 04 14:26:35 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@korap.ids-mannheim.de",
        "time": "Wed Jul 04 14:26:35 2018 +0200"
      },
      "message": "Merge \"Added support for unrestricted corpus statistics\""
    },
    {
      "commit": "49cb68819a93e5ffabb1856c33a29fe92267caa1",
      "tree": "01cbbc5dfa7748ddd9f6cd8e0f1d5cdd0ae3de33",
      "parents": [
        "b1081b188e901de8b36e5f4560e9e4e204a43c84"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jul 04 04:19:54 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jul 04 04:19:54 2018 +0200"
      },
      "message": "Migrated logging to log4j2 and adapted java.util.logging to log4j.\n\nChange-Id: I587a8f0252714e17ec70e0f9eb5db63aca292b5f\n"
    }
  ],
  "next": "76b3175cde5ef551b344b1ba1a05ef0d7149c924"
}
