)]}'
{
  "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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"
    },
    {
      "commit": "76b3175cde5ef551b344b1ba1a05ef0d7149c924",
      "tree": "d1d3ae154b27c7a669897e9f514ee45523deca0f",
      "parents": [
        "80ea0dd002f82eddb9bf7b3cfef4a5e8c4b067a0"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Jun 29 12:12:32 2018 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jul 03 16:18:38 2018 +0200"
      },
      "message": "Added support for unrestricted corpus statistics\n\nChange-Id: I192a3209f5face265f1ebe0f8a43bc3638eb6835\n"
    },
    {
      "commit": "3712c9c30845b07af42f59ef4c6bde2dc16f951c",
      "tree": "f7c5e2c86f01eae8eb698cecf8e9751f3881ca0b",
      "parents": [
        "e413ffaaf76a147cbe53706cb68c6adb3f673a97"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jun 12 16:26:13 2018 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jun 12 18:27:01 2018 +0200"
      },
      "message": "Adopted statistics query parameter in lite\n\nChange-Id: Ieade2f2bce4acafc58188cafc8102c67ad33ca5d\n"
    },
    {
      "commit": "e413ffaaf76a147cbe53706cb68c6adb3f673a97",
      "tree": "cc0963fdaf090a5e1795e80b3c62319b7dfc041a",
      "parents": [
        "235a6809dca3fa39e9c83ce8c0211d088c8cbe70"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Jun 12 13:47:51 2018 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Jun 12 13:47:51 2018 +0200"
      },
      "message": "Removed kustvakt_encryption in lite version.\n\nChange-Id: I9341f733398b7baff989268cd3543ff11470cfcc\n"
    },
    {
      "commit": "b45de4c1505c6d70afca74ea136b03eed9876f9c",
      "tree": "5fe1f0460f251c5416019eb4e985f7880c990f9d",
      "parents": [
        "7a25f0197a385cdfb29f09d5e883af362c5d69c4",
        "6cc1c67004e257a6541f1c553daf3f4059df3c6b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Apr 05 11:39:48 2018 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@korap.ids-mannheim.de",
        "time": "Thu Apr 05 11:39:48 2018 +0200"
      },
      "message": "Merge \"Support highlights in matchinfo\""
    },
    {
      "commit": "6cc1c67004e257a6541f1c553daf3f4059df3c6b",
      "tree": "6b87ee50d2ecb747f701e61052e2246d138154bf",
      "parents": [
        "13b4a3094eb95703846c9b8d6e56d22c2765a3c4"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Mar 23 20:26:18 2018 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Mar 23 20:26:18 2018 +0100"
      },
      "message": "Support highlights in matchinfo\n\nChange-Id: I37f70b12f98325f2a26374fb1c1a852df082cbc8\n"
    },
    {
      "commit": "cf4b26f68a166f908bf21f768584b735833f46bf",
      "tree": "d5a1f51df6a7df18b5a076afa1aab64d3caa1b21",
      "parents": [
        "13b4a3094eb95703846c9b8d6e56d22c2765a3c4"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Mar 19 21:42:06 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Mar 19 21:42:06 2018 +0100"
      },
      "message": "Added delete group member triggers and admin tests for group controller.\n\nChange-Id: Ie191da6b02fd447ee1364c4e5298a9b160ec21a0\n"
    },
    {
      "commit": "13b4a3094eb95703846c9b8d6e56d22c2765a3c4",
      "tree": "fae8ccdbaac34d1d2762a2cac4c7f2be9d44a715",
      "parents": [
        "aa3d61344f90de4dc28a0d4a388f73db691e666b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 15 16:29:11 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 15 16:29:11 2018 +0100"
      },
      "message": "Fixed non hierarchical URI of kustvakt conf files.\n\nChange-Id: Iaa7a8cc0e56c6b5cbf451dd4f4058f1068aeb591\n"
    },
    {
      "commit": "aa3d61344f90de4dc28a0d4a388f73db691e666b",
      "tree": "457d7726fc9a9b9261d87116a36b66ca11e24d1f",
      "parents": [
        "69e8adcf9772775a4601fefd87bb637446d215bd"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 15 16:16:27 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 15 16:16:27 2018 +0100"
      },
      "message": "Fixed missing kustvakt-lite.conf\n\nChange-Id: I633628c5eb9b627881a275dfc7539d0bcc5efdd4\n"
    },
    {
      "commit": "ac3c471391f03c15a2d4940935430341b6375d7e",
      "tree": "a23bdd31e07cc8bf11886af9c95176fc4ec31b6a",
      "parents": [
        "6b3ecdd45f75ccf3e3dcaedd2a87f7ab4b321a92"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 08 15:55:54 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Mar 08 15:55:54 2018 +0100"
      },
      "message": "Updated field type:date in the metadata test.\n\nChange-Id: Ic904010cd8933ae546b5fde522c7f6f8683f0834\n"
    },
    {
      "commit": "38eb444d87d072d001b2c35672fee24e64000bc6",
      "tree": "177265133408eb6fbbd7e0ae82f11c84cc0e4a9d",
      "parents": [
        "c915dd0535c028f34bf1b54e6a6038f76db3e1a3"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Feb 20 16:48:46 2018 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 22 16:02:36 2018 +0100"
      },
      "message": "Do not start server when application started with --help\n\nChange-Id: Iff4e0a9bf9d78f81f68f9370687a99b434b5804c\n"
    },
    {
      "commit": "c915dd0535c028f34bf1b54e6a6038f76db3e1a3",
      "tree": "4a37cf1758ce62ef31744a4b92673823dccc2eb3",
      "parents": [
        "a86b1417c3a135db9ef81fc5b8aa370b4794e8f7",
        "ed1b22356a75b807e8c1f64f9720c3c359ec2447"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Feb 22 15:56:59 2018 +0100"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@korap.ids-mannheim.de",
        "time": "Thu Feb 22 15:56:59 2018 +0100"
      },
      "message": "Merge \"Introduced preliminary support for meta data field retrieval\""
    },
    {
      "commit": "58e18631d95bfde5f20bf2ecc0aa7129635c9844",
      "tree": "04521fc9987d0ce64fc1b689c616e30d0776a3bf",
      "parents": [
        "c9f1dfa5d26964395d9817bf2089934bb19af170"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Feb 15 13:04:42 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Feb 15 13:04:42 2018 +0100"
      },
      "message": "Testing mail with jetty jndi.\n\nChange-Id: If4393b189e1eaa4380cbccfc8e126e336d122945\n"
    },
    {
      "commit": "ed1b22356a75b807e8c1f64f9720c3c359ec2447",
      "tree": "635e184e7ad540b20d17f34fd18ab96285dcf6e8",
      "parents": [
        "2c019fa283dd7191532a7bdf4c3b1af8e9c8b436"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Sat Feb 10 20:33:02 2018 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Sat Feb 10 20:33:02 2018 +0100"
      },
      "message": "Introduced preliminary support for meta data field retrieval\n\nChange-Id: Id0eb88341d1d1a36725f65a4d40d6b36622edb06\n"
    },
    {
      "commit": "2e468fc290cdbee5bdfb71a65d3225d7587cd868",
      "tree": "4f18bd51491d766794d766edb2199aab9f3b9b7a",
      "parents": [
        "49f05087744b11347215cee195c21897ac7a6501"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 17 15:49:50 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 17 15:49:50 2018 +0100"
      },
      "message": "Renamed light to lite and updated lite version number.\n\nChange-Id: Ib1ae3d05c413efd5d81cf177d998680ea5c338f9\n"
    },
    {
      "commit": "49f05087744b11347215cee195c21897ac7a6501",
      "tree": "c4b4941cacf44e8b6b99cd17fff05c1a835b5fcf",
      "parents": [
        "e8ab51d0d041921256ef28642433ad055569d342"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 17 15:22:31 2018 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jan 17 15:22:31 2018 +0100"
      },
      "message": "Simplified JerseyTest in lite version.\n\nChange-Id: I1401bca7add1d79245bfd18d38e580ad8b822ffe\n"
    },
    {
      "commit": "23aae225a2e21594d6a13f4607ac0797ea813ad2",
      "tree": "3c0508dd0fa5147ff2b6c939c2cc085d3162c279",
      "parents": [
        "9d3eb0421d78ff7a4cc94f48238c922bbce3a793"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 22 15:08:23 2017 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Dec 22 15:23:31 2017 +0100"
      },
      "message": "Fixed handling JSON mapping exception.\n\nChange-Id: Ic0d3f9253316ab85d3d55b43fd419784223dfbf9\n\n\nChange-Id: Ic0d3f9253316ab85d3d55b43fd419784223dfbf9\n"
    },
    {
      "commit": "56e8e5506a84c000d0fd179202cffcf49e6e7eff",
      "tree": "1d75c3827a3063c68d1339d062b6c9f1a14f18b6",
      "parents": [
        "4ba867629581e2cdb24ba90d234430b827d90b61"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Dec 05 16:31:21 2017 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Dec 05 16:31:21 2017 +0100"
      },
      "message": "Added annotation scheme in config \u0026 fixed authentication exceptions.\n\nChange-Id: I19dd25b99f34c7aa51b2f1aea04837b2337838d8\n"
    },
    {
      "commit": "f92485a5f1c1a55f2423a5aaa5a58fefb5d27cb0",
      "tree": "2bc53ef1a0950dbcbb902182e3cbc61f9b475e99",
      "parents": [
        "fde771addf8cf801e2f1adaa7740ff962cc6599f"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Nov 14 17:12:36 2017 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Nov 14 17:12:36 2017 +0100"
      },
      "message": "Added light config.\n\nChange-Id: I5dd0926d9ce72671b0c4d4306a9e9caa19d91ccc\n"
    },
    {
      "commit": "894a7d75b770a42f1fc28340bef9d6711209e613",
      "tree": "b7bcc17494f1d08f480b528e6bbb5210678872c6",
      "parents": [
        "61966ddffa064e175a74637320f5dd13d6c7c30b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 08 19:24:20 2017 +0100"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Nov 08 19:24:20 2017 +0100"
      },
      "message": "Fixed KustvaktResponseHandler and missing exceptions in JsonUtils. \n\nChange-Id: I3a95361659cebf91dc9175d08891dd67815b1851\n"
    },
    {
      "commit": "f6d5a82eb24df6c131acfd12d83d329728c2d193",
      "tree": "3e716728436693eba71e4f80a1fd9cf4308f9e40",
      "parents": [
        "1f106f62d1cfa504700f0deea94e74544806d081"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Oct 19 19:51:20 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Oct 19 19:51:20 2017 +0200"
      },
      "message": "Added VirtualCorpus DAO methods and tests.\n\nChange-Id: Id178f922578fb5aa2516da9a485ea6a43eaea587\n"
    },
    {
      "commit": "1a68351d73598ac6629b698467bf4070cae37c67",
      "tree": "5ab48f02173df4d19fd27927733ca64e7027dcf5",
      "parents": [
        "514e1413c3754abf3b88c1d4ad8fbf3458714f7e"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Oct 16 20:25:26 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Oct 16 20:25:26 2017 +0200"
      },
      "message": "Added entities regarding virtual corpus.\n\nChange-Id: Ib5536e551308d3f7f6fe9e249feb60f59fa730e6\n"
    },
    {
      "commit": "514e1413c3754abf3b88c1d4ad8fbf3458714f7e",
      "tree": "b0eea5504523468f3ce55f49c2825ed91c6d73c6",
      "parents": [
        "e6f079d1e1428de758379ad603db4d88dbffa389"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Oct 10 15:54:20 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue Oct 10 15:54:20 2017 +0200"
      },
      "message": "Updated light services and fixed the tests.\n\nChange-Id: Ia2744ae1d7f76d2af27d030546f4eeb5119b3d5e\n"
    },
    {
      "commit": "e6f079d1e1428de758379ad603db4d88dbffa389",
      "tree": "441ab1c2b6a157157c88292608900dac3a9d6073",
      "parents": [
        "0209cb73713da42492549e3d52395f3bdfddb453"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Oct 09 15:57:27 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon Oct 09 15:57:27 2017 +0200"
      },
      "message": "Replaced Spring Java configs with XML configs.\n\nChange-Id: Ia0d1001b0537f81ef4afb8c51451c7448e477c0e\n"
    },
    {
      "commit": "273b87b3f057ca5e65bb26a6814fefed96470bdc",
      "tree": "eb34ca040e252a96a6364da46f1fc66199b1f5ce",
      "parents": [
        "bc9caf4044f14d84239329cf8962cd2c16438ac6"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Sep 27 13:25:00 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Sep 27 13:25:00 2017 +0200"
      },
      "message": "Added readme.\n\nChange-Id: I69339f84a9075697804b5d38fee6cfef639efec7\n"
    },
    {
      "commit": "ea68a0a3248f4652cecf089bab5b5756777bdb78",
      "tree": "69882b05332272fc93fe84df8af1b39e39f2609b",
      "parents": [
        "f68daa6071d0dac404b6f851bf86694cae89db72"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 21 03:09:49 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 21 03:09:49 2017 +0200"
      },
      "message": "Set (new)mysql as database in full version.\n\nChange-Id: I0caff7cb4bfa81b50c649e0fdaee8ef2b8a2e562\n"
    },
    {
      "commit": "f68daa6071d0dac404b6f851bf86694cae89db72",
      "tree": "df53da692e58c645d14356b1b70426a4cbf190fb",
      "parents": [
        "f7dfa2660669e9112a20d4c34862c4f7e0c00baa"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 21 02:11:24 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 21 02:15:45 2017 +0200"
      },
      "message": "Assembled lite version.\n\nChange-Id: I48e60fffd9219a97923e7c388f4f97bcda416d3f\n"
    },
    {
      "commit": "f7dfa2660669e9112a20d4c34862c4f7e0c00baa",
      "tree": "8ff03a6b97a0b2a5ecab45d21b6896242f8e94f6",
      "parents": [
        "1b1050616e8217ea8b449bbba0f6ad58527557ed"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 21 02:06:50 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Sep 21 02:06:50 2017 +0200"
      },
      "message": "Renamed files.\n\nChange-Id: Ib6bd7a458b09ad3d368088d162b5267626eaf9c8\n"
    },
    {
      "commit": "1b1050616e8217ea8b449bbba0f6ad58527557ed",
      "tree": "bb90434f30387713cd5b5299c2b29338c6e2bb1d",
      "parents": [
        "1118e3ba1909bc097ffac2070a832c88b46a114f"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Sep 20 17:05:38 2017 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Sep 20 17:05:38 2017 +0200"
      },
      "message": "Restructured Kustvakt.\n\nChange-Id: Ia243f69cae1a240ba5804df15771414b074cac85\n"
    }
  ]
}
