)]}'
{
  "log": [
    {
      "commit": "b484ce29e11657110d2bcbee85e947400045e94d",
      "tree": "71981019fcfdc2fafa68174d242fd2ef5f0ffb11",
      "parents": [
        "1f2501cea460b5bb51a6c50d0e99299d9547d1f9"
      ],
      "author": {
        "name": "Joerg Hoh",
        "email": "joerghoh@apache.org",
        "time": "Fri Jun 26 14:04:39 2026 +0200"
      },
      "committer": {
        "name": "Joerg Hoh",
        "email": "joerghoh@apache.org",
        "time": "Fri Jun 26 14:04:39 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "1f2501cea460b5bb51a6c50d0e99299d9547d1f9",
      "tree": "5daf0ef78629b8fc23391185061a7a861cca5239",
      "parents": [
        "cdf5537bc6fc3af808355274397c34a38458de93"
      ],
      "author": {
        "name": "Joerg Hoh",
        "email": "joerghoh@apache.org",
        "time": "Fri Jun 26 14:04:03 2026 +0200"
      },
      "committer": {
        "name": "Joerg Hoh",
        "email": "joerghoh@apache.org",
        "time": "Fri Jun 26 14:04:03 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.4.2\n"
    },
    {
      "commit": "cdf5537bc6fc3af808355274397c34a38458de93",
      "tree": "5559d81688f93134c4452bc48596b203cb308feb",
      "parents": [
        "10f58542032116887f6fe0c4cf61918a122a0358"
      ],
      "author": {
        "name": "Daniel Iancu",
        "email": "dan.i.iancu@gmail.com",
        "time": "Thu Jun 25 15:54:05 2026 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 25 14:54:05 2026 +0200"
      },
      "message": "SLING-13169 - Fix JobManager readiness condition to preserve topology on transient probe failures (#54)\n\n* SLING-13169 - Fix Sling JobManager readiness condition to preserve topology on transient probe failures\n\nRemove stopProcessing() from unbindJobProcessingEnabledCondition() so that\ntopology state survives readiness condition removal. Update notifyListeners()\nand addListener() to send combined state (topology AND readiness) ensuring\nall listeners — including JobSchedulerImpl — correctly stop when the\nreadiness condition is absent.\n\nCo-authored-by: Daniel Iancu \u003ciancu@adobe.com\u003e"
    },
    {
      "commit": "10f58542032116887f6fe0c4cf61918a122a0358",
      "tree": "29c3a5d52d37d660c5905a2c2f515a9274ef4c60",
      "parents": [
        "ec8e96bd763212715ff1e90ed4cb14ca2de5144c"
      ],
      "author": {
        "name": "Daniel Iancu",
        "email": "dan.i.iancu@gmail.com",
        "time": "Wed Jun 24 15:18:31 2026 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 24 14:18:31 2026 +0200"
      },
      "message": "SLING-13170 Replace Timer with injectable ScheduledExecutorService (#55)\n\nReplace the fire-and-forget Timer in startProcessing() with a\nScheduledExecutorService that is properly shut down on deactivate\nand can be replaced in tests via setScheduler().\n\nThis eliminates the flaky Thread.sleep(4000) in testTopologyChange\nby using a ManualScheduler that captures tasks for on-demand execution,\nmaking the test deterministic and ~8x faster.\n\nCo-authored-by: Daniel Iancu \u003ciancu@adobe.com\u003e"
    },
    {
      "commit": "ec8e96bd763212715ff1e90ed4cb14ca2de5144c",
      "tree": "0c52f6545efb3623c00fe37c066b43c320247454",
      "parents": [
        "306649b8d738443b00650af298d3c8f274d89b0b"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Wed Jun 24 09:43:14 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 24 09:43:14 2026 +0200"
      },
      "message": "SLING-13249 fix two synchronization bugs in OrderedQueueIT (#59)\n\n- Record the ordering-invariant violation and assert it on the test thread;\n  an AssertionError thrown in the consumer (worker thread) was swallowed by\n  the job framework and never failed the test.\n- Gate the completion wait on the queue/global statistics, not just the\n  JOB_FINISHED notification count, so the statistics assertions no longer\n  read stale values."
    },
    {
      "commit": "306649b8d738443b00650af298d3c8f274d89b0b",
      "tree": "8afbce5afd035649b7441c0703ec03da586e7b40",
      "parents": [
        "d66a8f08d4b48ba8523b9cfff3b5019e989f0ce1"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Mon Jun 22 14:24:32 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 22 14:24:32 2026 +0200"
      },
      "message": "SLING-13245 improve resilience of the HistoryIT (#58)\n\navoid having same timestamps for the jobs"
    },
    {
      "commit": "d66a8f08d4b48ba8523b9cfff3b5019e989f0ce1",
      "tree": "5234428bf2f948093d347003beec519e87798965",
      "parents": [
        "461a6b88f90b9bc7d576f40a2045c48edb72ddf1"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Sun Jun 21 14:31:52 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 21 14:31:52 2026 +0200"
      },
      "message": "SLING-13243 make topology-chaos ITs wait on completion instead of fixed sleeps\n\nRoundRobinMaxParallelIT (via AbstractMaxParallelIT) and ChaosIT blocked for\na hardcoded duration plus a fixed chaos tail regardless of actual progress,\nmaking them slow and their runtime independent of the real workload.\n\nReplace the blind sleeps with CountDownLatch-based waits so the tests proceed\nas soon as the work is done, and bound the remaining waits so a real hang\nfails fast with a clear message instead of running to the @Test timeout.\nFunctional intent of the tests is unchanged.\n\n- AbstractMaxParallelIT: wait on jobsCreated/jobsCompleted latches (bounded);\n  chaos thread stops a short grace period after jobs finish instead of a fixed\n  tail; make `max` volatile; drop dead code; parameterized logging.\n- ChaosIT: replace fixed sleep/poll with creationLatch + allThreadsLatch;\n  chunked, interruptible chaos sleep so the grace period is honored; bound the\n  drain loop with progress logging so slow draining is distinguishable from a\n  stall."
    },
    {
      "commit": "461a6b88f90b9bc7d576f40a2045c48edb72ddf1",
      "tree": "c99c4ae329d86803e962223b6e8ed85b2174c38a",
      "parents": [
        "6e4894cdfe18175f8b495447f271ba6fb602d400",
        "8a0cc647bf33f94414450a5193760245510ccf39"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Wed Mar 04 11:14:01 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 04 11:14:01 2026 +0100"
      },
      "message": "Merge pull request #53 from cziegeler/fix/SLING-13132-deadlock-unbind-cache\n\nSLING-13132 fix ABBA deadlock between topicToConsumerMap and cache locks"
    },
    {
      "commit": "6e4894cdfe18175f8b495447f271ba6fb602d400",
      "tree": "7030fedd6f7f0de8e64a64754aa2bfc9652ceff0",
      "parents": [
        "07826be8e57c99e2fc7d575ecf5a8dbcce136c7e"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Tue Mar 03 21:56:49 2026 +0100"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Tue Mar 03 21:56:49 2026 +0100"
      },
      "message": "Add agents.md and claude.md\n"
    },
    {
      "commit": "8a0cc647bf33f94414450a5193760245510ccf39",
      "tree": "0cf7260fc2e302e69c56b52f10d3cc848bc7697b",
      "parents": [
        "375d664df1be6212e66a188ca1400f2176c93f9a"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Tue Mar 03 21:51:40 2026 +0100"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Tue Mar 03 21:51:40 2026 +0100"
      },
      "message": "Fix Spotless formatting violations in JobConsumerManager\n\nCo-authored-by: factory-droid[bot] \u003c138933559+factory-droid[bot]@users.noreply.github.com\u003e\n"
    },
    {
      "commit": "375d664df1be6212e66a188ca1400f2176c93f9a",
      "tree": "7ef4c7383115218c9b2653ac8388de927eb15159",
      "parents": [
        "0bcff08df1593728507673b1516ba32ff9baa022"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Tue Mar 03 21:47:58 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 03 21:47:58 2026 +0100"
      },
      "message": "Update src/main/java/org/apache/sling/event/impl/jobs/JobConsumerManager.java\n\nCo-authored-by: Copilot \u003c175728472+Copilot@users.noreply.github.com\u003e"
    },
    {
      "commit": "0bcff08df1593728507673b1516ba32ff9baa022",
      "tree": "a017f11caa65089415f8ac7ac1f299867873c987",
      "parents": [
        "07826be8e57c99e2fc7d575ecf5a8dbcce136c7e"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Tue Mar 03 17:22:13 2026 +0100"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Tue Mar 03 17:22:13 2026 +0100"
      },
      "message": "SLING-13132 fix ABBA deadlock between topicToConsumerMap and cache locks\n\nMove asyncProcessingFinished() callbacks outside synchronized(topicToConsumerMap)\nin unbindService() to break lock-order inversion with QueueJobCache.cache.\n\nThread A (unbind): topicToConsumerMap -\u003e cache (via async callback chain)\nThread B (startJobs): cache -\u003e topicToConsumerMap (via getExecutor)\n\nCo-authored-by: factory-droid[bot] \u003c138933559+factory-droid[bot]@users.noreply.github.com\u003e\n"
    },
    {
      "commit": "07826be8e57c99e2fc7d575ecf5a8dbcce136c7e",
      "tree": "34ce173ff75391ed85bca458992f611cb4fd32d5",
      "parents": [
        "04727e4c541c0a8ae8e9ac217c520ab49b4ba354"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Mon Feb 09 13:40:20 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 09 13:40:20 2026 +0100"
      },
      "message": "SLING-13044 reschedule jobs via dedicated threadpool instead of timers (#51)\n\n"
    },
    {
      "commit": "04727e4c541c0a8ae8e9ac217c520ab49b4ba354",
      "tree": "42e5848d666347969a3aa03dc5691bca27d8763e",
      "parents": [
        "27366e788d1f02008ad622b3da202813278ef8d9"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Fri Jan 16 11:59:53 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 16 11:59:53 2026 +0100"
      },
      "message": "SLING-13046 log an error in case the thread terminates unexpectetly (#50)\n\n* SLING-13046 log an error in case the thread terminates unexpectetly"
    },
    {
      "commit": "27366e788d1f02008ad622b3da202813278ef8d9",
      "tree": "b2ba95554a837ac4488db70f2c2e5dd684c0358f",
      "parents": [
        "acc0962c1a27d200a040e0e27aca34800f3057ef"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Thu Jan 08 16:50:08 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 08 16:50:08 2026 +0100"
      },
      "message": "SLING-13042 refactoring: switch to try-with-resource (#48)\n\nSLING-13042 refactoring: use try-with-resource for the ResourceResolver"
    },
    {
      "commit": "acc0962c1a27d200a040e0e27aca34800f3057ef",
      "tree": "dfb2a72b1e5264d237cfa9c4de137c0dbe2061ef",
      "parents": [
        "4f5b7e7a95be804b4daa1f5ee6eecd239b7f6155"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Tue Jan 06 13:48:12 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 06 13:48:12 2026 +0100"
      },
      "message": "SLING-13045 use logback logging in the ITs (#49)\n\n"
    },
    {
      "commit": "4f5b7e7a95be804b4daa1f5ee6eecd239b7f6155",
      "tree": "70b25796fa8e2a7317a1b84d69844f113afe2324",
      "parents": [
        "24dbba383d32a58b77f2fb6ef1d23a09145bd5a1"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Oct 14 16:56:07 2025 +0200"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Oct 14 16:56:07 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "24dbba383d32a58b77f2fb6ef1d23a09145bd5a1",
      "tree": "f1ed826fc9e30642c6fab6244e73e690a7b3cf0c",
      "parents": [
        "bd0c457bcc937b4c6a43e7e694efa5726add0cbf"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Oct 14 16:55:59 2025 +0200"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Oct 14 16:55:59 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.4.0\n"
    },
    {
      "commit": "bd0c457bcc937b4c6a43e7e694efa5726add0cbf",
      "tree": "d704de3b7c3ef49c4ad31b63e425b95e512c681f",
      "parents": [
        "b52a57677271f6664f938e9b98955f0092b0670f"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Oct 14 16:51:20 2025 +0200"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Oct 14 16:51:20 2025 +0200"
      },
      "message": "SLING-12966 Remove reproducible build workaround\n\nNo longer the need to post-process dependencies.properties since\ndepends-maven-plugin 1.5.0"
    },
    {
      "commit": "b52a57677271f6664f938e9b98955f0092b0670f",
      "tree": "3d4457dc40058fa8b62dea96e156028fe307c0ff",
      "parents": [
        "22957616a8f93aca555b2f5dfac3f36c042ded5a"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Oct 14 16:29:47 2025 +0200"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Oct 14 16:29:47 2025 +0200"
      },
      "message": "SLING-12261 Ignore reformat commit from diffs"
    },
    {
      "commit": "22957616a8f93aca555b2f5dfac3f36c042ded5a",
      "tree": "4fc4cc73bf9f82f9ce5c305f7994f3afe73fa9a5",
      "parents": [
        "298d2c2e71b334081f56ab8a664235443f5e9521"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Mon Oct 13 15:50:20 2025 +0200"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Tue Oct 14 16:27:54 2025 +0200"
      },
      "message": "Fix brittle test\n\nClose dangling resource resolver in test"
    },
    {
      "commit": "298d2c2e71b334081f56ab8a664235443f5e9521",
      "tree": "306f83bf88498a3a49b03fcf880da3d36af4c9be",
      "parents": [
        "2ab428d38fbdbaa9cc3215481af9043849207054"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Fri Oct 10 18:12:18 2025 +0200"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Tue Oct 14 16:27:54 2025 +0200"
      },
      "message": "SLING-12261 Reformat with Spotless"
    },
    {
      "commit": "2ab428d38fbdbaa9cc3215481af9043849207054",
      "tree": "3d39ccf75de7fc6bad9c09d7bda8284c8da081ae",
      "parents": [
        "c6ec865b8cb4f5dce8ee8d102e0309d72894b5a3"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Fri Oct 10 18:10:56 2025 +0200"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Tue Oct 14 16:27:54 2025 +0200"
      },
      "message": "SLING-12261 Use Parent 62\n\nUpdate dependencies to be compliant with Sling Mock 3.x"
    },
    {
      "commit": "c6ec865b8cb4f5dce8ee8d102e0309d72894b5a3",
      "tree": "523d569955938d4e0c2675532bd83ed37322b2c1",
      "parents": [
        "fab0d65eb6425a809ca494da51c8efce7cb0e687"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Mon Oct 13 11:34:53 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 13 11:34:53 2025 +0200"
      },
      "message": "Update README for clarity on bundle implementation\n\nClarified README content regarding bundle implementation details and API maintenance."
    },
    {
      "commit": "fab0d65eb6425a809ca494da51c8efce7cb0e687",
      "tree": "322bcafd320d6c2cfe9e90cc1ef75a9a179f1fd7",
      "parents": [
        "9fef07f5d493027f3a6360912f9f3bbcdea686d5"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Fri Oct 10 17:28:29 2025 +0200"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Fri Oct 10 17:28:29 2025 +0200"
      },
      "message": "SLING-11422 Require Java 11\n\nFix ITs by explicitly adding Event API to paxexam."
    },
    {
      "commit": "9fef07f5d493027f3a6360912f9f3bbcdea686d5",
      "tree": "488d3e8df965e674c1f7badb8213ef4e22eb3383",
      "parents": [
        "c704d540570319e73301afdade23f4543ef034ff"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Wed Oct 01 10:02:51 2025 +0200"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Tue Oct 07 16:24:02 2025 +0200"
      },
      "message": "SLING-11422 No longer embed Event API"
    },
    {
      "commit": "c704d540570319e73301afdade23f4543ef034ff",
      "tree": "a09351302ab08db8b4ebbd3f9d81e667d7d2996e",
      "parents": [
        "c298f6596fbcbabc3ec3751f2ed5ffe6b3e26463"
      ],
      "author": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Wed Aug 06 14:20:02 2025 +0200"
      },
      "committer": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Wed Aug 06 14:20:02 2025 +0200"
      },
      "message": "SLING-12866 - Restrict force pushes, auto-delete branches on merge\n"
    },
    {
      "commit": "c298f6596fbcbabc3ec3751f2ed5ffe6b3e26463",
      "tree": "e5b2d4c9db06f4038cc683a6f928ce5d2fa6658d",
      "parents": [
        "6f60de264c04c284aadc076fb33e9612366883b4"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Wed Jun 04 10:56:01 2025 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Wed Jun 04 10:56:01 2025 +0200"
      },
      "message": "SLING-12819 : unignore flaky test after release\n"
    },
    {
      "commit": "6f60de264c04c284aadc076fb33e9612366883b4",
      "tree": "9d2b60b1733b7a74787c1481729877ad458fca55",
      "parents": [
        "a0de816d8c3ae3e86974ad7001180fdf74a9a248"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Wed Jun 04 10:33:29 2025 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Wed Jun 04 10:33:29 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "a0de816d8c3ae3e86974ad7001180fdf74a9a248",
      "tree": "20e303b0a15ae30d6af63021922f8f5d54394548",
      "parents": [
        "b536e4c6e0091bc0e5073b10c1e23ef1619dff8e"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Wed Jun 04 10:33:21 2025 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Wed Jun 04 10:33:21 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.18\n"
    },
    {
      "commit": "b536e4c6e0091bc0e5073b10c1e23ef1619dff8e",
      "tree": "9fff78fce4c204b834f9e9a790a802d54409239f",
      "parents": [
        "183b136dc26b7dd2b138a701398fb64de346a8ba"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Tue Jun 03 19:20:03 2025 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Tue Jun 03 19:20:03 2025 +0200"
      },
      "message": "SLING-12819 : ignore flaky test for release - remove spurious newline\n"
    },
    {
      "commit": "183b136dc26b7dd2b138a701398fb64de346a8ba",
      "tree": "6f41d4827601330bba55a676f9b5b129e5dc685c",
      "parents": [
        "02e84be956935744b40bb4656e448bd95eb70c7d"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Tue Jun 03 19:16:18 2025 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Tue Jun 03 19:16:18 2025 +0200"
      },
      "message": "SLING-12819 : ignore flaky test for release\n"
    },
    {
      "commit": "02e84be956935744b40bb4656e448bd95eb70c7d",
      "tree": "fabe2986ada7eb2db513e3d94062de1d51d4a517",
      "parents": [
        "f4af6ccee5ba161bb41df4bee472333e6c18b349"
      ],
      "author": {
        "name": "ionutzpi",
        "email": "ionutzpi@yahoo.com",
        "time": "Wed May 28 14:35:38 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 28 13:35:38 2025 +0200"
      },
      "message": "[SLING-12743] - Update tests and mockito versions to pass the build (#44)\n\n"
    },
    {
      "commit": "f4af6ccee5ba161bb41df4bee472333e6c18b349",
      "tree": "96223ce314363203ae6485bbb39d44c7c309d919",
      "parents": [
        "d53cc5819a9874b2ff8576cddc0bdb595cfe1315"
      ],
      "author": {
        "name": "ionutzpi",
        "email": "ionutzpi@yahoo.com",
        "time": "Mon May 19 11:28:17 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 19 10:28:17 2025 +0200"
      },
      "message": "SLING-12743 - stop job processing if readiness condition not present (#43)\n\n"
    },
    {
      "commit": "d53cc5819a9874b2ff8576cddc0bdb595cfe1315",
      "tree": "9b5a26eb4da0856c1d12285a4ab2f347747de379",
      "parents": [
        "f6b58e1c50b118a65207be15b749b0c02375c998"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Tue Apr 22 17:50:52 2025 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Tue Apr 22 17:50:52 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "f6b58e1c50b118a65207be15b749b0c02375c998",
      "tree": "300cb4709662160c5ef4a8f653cbbe266f0a8d9c",
      "parents": [
        "5efa9617f1fc37e84571c8601f1c1ab1427d23f3"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Tue Apr 22 17:50:43 2025 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Tue Apr 22 17:50:43 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.16\n"
    },
    {
      "commit": "5efa9617f1fc37e84571c8601f1c1ab1427d23f3",
      "tree": "867cb0a471077cc3b66b991a00bd93c8afd2cc3e",
      "parents": [
        "ce1b71c6a171afd9cfe43245a54c6677c97e2267"
      ],
      "author": {
        "name": "stefan-egli",
        "email": "stefanegli@apache.org",
        "time": "Tue Apr 22 17:45:44 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 22 17:45:44 2025 +0200"
      },
      "message": "SLING-9393 : adding suggested testcase for broken findJobs (#42)\n\nauthored by chkeller"
    },
    {
      "commit": "ce1b71c6a171afd9cfe43245a54c6677c97e2267",
      "tree": "6faa24ccab39d3d8e369d0517801cc971744c8cc",
      "parents": [
        "e0b20a321ec479f668ae599ea4dfd1c1abdb8dd5"
      ],
      "author": {
        "name": "mirsilstan",
        "email": "mirsilstan@users.noreply.github.com",
        "time": "Tue Apr 22 18:11:20 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 22 17:11:20 2025 +0200"
      },
      "message": "SLING-12737 The method findJobs in JobManagerImpl does not accept a template containing an operation (#40)\n\nauthored-by: mirceas \u003cmirceas@adobe.com\u003e"
    },
    {
      "commit": "e0b20a321ec479f668ae599ea4dfd1c1abdb8dd5",
      "tree": "aee8f239fff478fe25e2b7aaadb0ef59459a1837",
      "parents": [
        "71c6d4b3219adb640fa5628fb31cad84d31eff2b"
      ],
      "author": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Mon Oct 28 17:48:53 2024 +0100"
      },
      "committer": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Mon Oct 28 18:06:18 2024 +0100"
      },
      "message": "SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org\n"
    },
    {
      "commit": "71c6d4b3219adb640fa5628fb31cad84d31eff2b",
      "tree": "2adcbfc2f28a965647012bd4adfd390e839966cd",
      "parents": [
        "94680f155e8a88ea6b8f937656bdfd9c9c6a3cea"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Thu Feb 29 16:55:48 2024 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Thu Mar 21 21:40:51 2024 +0100"
      },
      "message": "Add tests for multiple applicable configs"
    },
    {
      "commit": "94680f155e8a88ea6b8f937656bdfd9c9c6a3cea",
      "tree": "63136bdf817c82139c9f55d62523f02882bc8396",
      "parents": [
        "b5a31bfe1d029837854bc16925cfbc7b4dd07dee"
      ],
      "author": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Thu Oct 12 19:09:17 2023 +0200"
      },
      "committer": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Thu Oct 12 19:09:17 2023 +0200"
      },
      "message": "SLING-12094 - Use GitHub for the Maven scm.url value\n"
    },
    {
      "commit": "b5a31bfe1d029837854bc16925cfbc7b4dd07dee",
      "tree": "ed3a85ea420363957e70678e1c0511bf4743f4eb",
      "parents": [
        "a32a2d9dca883c8f9e8a89ec04c88c8cee91f51e"
      ],
      "author": {
        "name": "stefan-egli",
        "email": "stefanegli@apache.org",
        "time": "Mon Oct 09 17:13:32 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 09 17:13:32 2023 +0200"
      },
      "message": "SLING-12078 : adding 2sec delays as workaround to TOPOLOGY_INIT/addJob race condition"
    },
    {
      "commit": "a32a2d9dca883c8f9e8a89ec04c88c8cee91f51e",
      "tree": "49eef91efe7facd83795ee2804d31353468e1b43",
      "parents": [
        "14ef602df59244b39b88c576dc028227de22288d"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Oct 05 18:16:33 2023 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Oct 05 18:16:33 2023 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "14ef602df59244b39b88c576dc028227de22288d",
      "tree": "28cdd3ed18e62a4cf4ca4b9bcd6e11b089f69671",
      "parents": [
        "dea04990b770a92f29c2504aa33d8158d68da58f"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Oct 05 18:16:14 2023 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Oct 05 18:16:14 2023 +0200"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.14\n"
    },
    {
      "commit": "dea04990b770a92f29c2504aa33d8158d68da58f",
      "tree": "038e63fbcdc9ef4b4415aa3f91167b9bed1df9a3",
      "parents": [
        "d16686705908099b26d0a3233f61c4e209880f93"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Oct 05 17:21:20 2023 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Oct 05 17:21:20 2023 +0200"
      },
      "message": "SLING-12078 : adding 2sec delays as workaround to TOPOLOGY_INIT/addJob race condition\n"
    },
    {
      "commit": "d16686705908099b26d0a3233f61c4e209880f93",
      "tree": "41c5518f01d930b73c6bff889c2d5025dd72d3a7",
      "parents": [
        "9a244f8c5931800ab88942c32d73f7e6c54bc63e"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Oct 05 16:37:57 2023 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Oct 05 16:37:57 2023 +0200"
      },
      "message": "SLING-12078 : adding 2sec delays as workaround to TOPOLOGY_INIT/addJob race condition\n"
    },
    {
      "commit": "9a244f8c5931800ab88942c32d73f7e6c54bc63e",
      "tree": "44579537a32e6e0e2651807795d888cdea672c35",
      "parents": [
        "c8b1d9f0fd950028c9b3b29fcc0e6008a8fcb37e"
      ],
      "author": {
        "name": "Rishabh Kumar",
        "email": "rishabhdaim1991@gmail.com",
        "time": "Tue Jul 18 21:20:52 2023 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 18 17:50:52 2023 +0200"
      },
      "message": "SLING-11923 : fixed IT failures for JDK 17 (#32)\n\n* SLING-11923 : fixed IT failures for JDK 17\r\n\r\n* SLING-11923 : removed jacoco while using pax exam 4\r\n\r\n* Update InitDelayingTopologyEventListenerTest.java\r\n\r\n* SLING-11923 : removed .java-version file\r\n\r\n* SLING-11923 : ignored .java-version file\r\n\r\n---------\r\n\r\nCo-authored-by: Rishabh Kumar \u003cdiam@adobe.com\u003e"
    },
    {
      "commit": "c8b1d9f0fd950028c9b3b29fcc0e6008a8fcb37e",
      "tree": "e3ced29e70cc8cad7e36fd6c878233871daebdfc",
      "parents": [
        "9ef0e5f4fbeabcd743e5465ee43269ceddbbc60b"
      ],
      "author": {
        "name": "Patrique Legault",
        "email": "patrique.legault@gmail.com",
        "time": "Tue Jul 11 05:45:26 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 11 11:45:26 2023 +0200"
      },
      "message": "Fix infinite recursion issue: SLING-11918 (#31)\n\n* Removing infinite loop\r\n\r\n* Adding retry count in GaugeSupport\r\n\r\n* Update src/main/java/org/apache/sling/event/impl/jobs/stats/GaugeSupport.java\r\n\r\nCo-authored-by: stefan-egli \u003cstefanegli@apache.org\u003e\r\n\r\n---------\r\n\r\nCo-authored-by: stefan-egli \u003cstefanegli@apache.org\u003e"
    },
    {
      "commit": "9ef0e5f4fbeabcd743e5465ee43269ceddbbc60b",
      "tree": "f74a814ff043b45f5e9794c25b00a5e6b4ee3aa7",
      "parents": [
        "63036586e70d8c08476c22e49c51fdc95414f725",
        "3d9f67f58bad92c55bbe281fae27309951b32476"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Mon Jun 05 14:51:02 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 05 14:51:02 2023 +0200"
      },
      "message": "Merge pull request #29 from apache/issues/SLING-11900\n\nSLING-11900 : Provide alternative terminology for inequitable terms"
    },
    {
      "commit": "3d9f67f58bad92c55bbe281fae27309951b32476",
      "tree": "f74a814ff043b45f5e9794c25b00a5e6b4ee3aa7",
      "parents": [
        "63036586e70d8c08476c22e49c51fdc95414f725"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Sun Jun 04 14:44:19 2023 +0200"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Sun Jun 04 14:44:19 2023 +0200"
      },
      "message": "SLING-11900 : Provide alternative terminology for inequitable terms\n"
    },
    {
      "commit": "63036586e70d8c08476c22e49c51fdc95414f725",
      "tree": "43de3e2114ba2ad1587a21d50dc4cac6f5f63f66",
      "parents": [
        "64d06acb9992d773cabcf0cb1fc911a898569a6c"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Sun Jun 04 12:33:19 2023 +0200"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Sun Jun 04 12:33:19 2023 +0200"
      },
      "message": "Update gitignore\n"
    },
    {
      "commit": "64d06acb9992d773cabcf0cb1fc911a898569a6c",
      "tree": "d57c7e4a5eca69cd9f8a4acf8b2871c0c9fa8084",
      "parents": [
        "3fae0393accc1000fa2996d1a6d158f0af6be68e",
        "e07a4342cb6187f9afc6bb290b5104c24c7ba91e"
      ],
      "author": {
        "name": "Bertrand Delacretaz",
        "email": "bdelacretaz@apache.org",
        "time": "Mon May 15 09:48:06 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 15 09:48:06 2023 +0200"
      },
      "message": "Merge pull request #28 from hboutemy/SLING-11875\n\nSLING-11875 workaround for Reproducible Builds, contributed by Hervé Boutemy, thanks!"
    },
    {
      "commit": "e07a4342cb6187f9afc6bb290b5104c24c7ba91e",
      "tree": "d57c7e4a5eca69cd9f8a4acf8b2871c0c9fa8084",
      "parents": [
        "3fae0393accc1000fa2996d1a6d158f0af6be68e"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun May 14 17:40:17 2023 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun May 14 17:40:17 2023 +0200"
      },
      "message": "SLING-11875 workaround for RB\n"
    },
    {
      "commit": "3fae0393accc1000fa2996d1a6d158f0af6be68e",
      "tree": "d79a86cedef424c0e152aa6da0d84abcfc45e5c2",
      "parents": [
        "f279ff4b9c2dbffc9ea63a3860075f0d350c6089"
      ],
      "author": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 12:43:38 2023 -0400"
      },
      "committer": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 12:43:38 2023 -0400"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "f279ff4b9c2dbffc9ea63a3860075f0d350c6089",
      "tree": "69dd2cebef89ddc5b7b345787803a7aad9f57f65",
      "parents": [
        "40011325b017babf6c5c2a58db7b39a44e4d4eda"
      ],
      "author": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 12:36:25 2023 -0400"
      },
      "committer": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 12:36:25 2023 -0400"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.12\n"
    },
    {
      "commit": "40011325b017babf6c5c2a58db7b39a44e4d4eda",
      "tree": "5d0b2c3a593b55ded02750621728a1281a9568f0",
      "parents": [
        "422b5439c7b0bad5384d92bbc81e1a31280b2669"
      ],
      "author": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 12:23:16 2023 -0400"
      },
      "committer": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 12:23:16 2023 -0400"
      },
      "message": "Rolling back bad release\n"
    },
    {
      "commit": "422b5439c7b0bad5384d92bbc81e1a31280b2669",
      "tree": "935cf3ef1ce159c46008a4c3b878035da8d9a781",
      "parents": [
        "90606b74d15fa5dc169f743a581a99ad39cbefe8"
      ],
      "author": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 11:52:59 2023 -0400"
      },
      "committer": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 11:52:59 2023 -0400"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "90606b74d15fa5dc169f743a581a99ad39cbefe8",
      "tree": "7bfb866c64687d8bf2803eb2658dbf834b7e5560",
      "parents": [
        "c0dd2cf5dd6f042c9c6d91c7237b1a05136e6e3c"
      ],
      "author": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 11:52:51 2023 -0400"
      },
      "committer": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 11:52:51 2023 -0400"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.12\n"
    },
    {
      "commit": "c0dd2cf5dd6f042c9c6d91c7237b1a05136e6e3c",
      "tree": "575adeb38e3fd1c2d05abd89c1858d076059a3e8",
      "parents": [
        "ccae75df9f3a6e5bb9f7d2926b5e46ed14bc368d"
      ],
      "author": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 11:38:07 2023 -0400"
      },
      "committer": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 11:38:07 2023 -0400"
      },
      "message": "SLING-11859 - Avoid Duplicating API Version\n"
    },
    {
      "commit": "ccae75df9f3a6e5bb9f7d2926b5e46ed14bc368d",
      "tree": "f46e018353da3ab20c0c44a710ac8740307bd4a9",
      "parents": [
        "5d89f2c2f089825980edee19eac4ce0726c97cb0"
      ],
      "author": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 11:09:21 2023 -0400"
      },
      "committer": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Mon May 08 11:09:21 2023 -0400"
      },
      "message": "SLING-11858\n - Fixing dependency scope\n"
    },
    {
      "commit": "5d89f2c2f089825980edee19eac4ce0726c97cb0",
      "tree": "c0d9e916dddc2235900dacd0ed7418b5a847ff7c",
      "parents": [
        "deab77e7e72c58096597adf936ae7eabad4bd3b0"
      ],
      "author": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Wed May 03 15:08:22 2023 -0400"
      },
      "committer": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Wed May 03 15:08:22 2023 -0400"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "deab77e7e72c58096597adf936ae7eabad4bd3b0",
      "tree": "4f4e211330749819a339a21e9e47309a3b05bc0f",
      "parents": [
        "1cb0ae2bf57de73aeadfbeb38bce50eb0e5ef460"
      ],
      "author": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Wed May 03 15:08:14 2023 -0400"
      },
      "committer": {
        "name": "Dan Klco",
        "email": "klco@adobe.com",
        "time": "Wed May 03 15:08:14 2023 -0400"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.10\n"
    },
    {
      "commit": "1cb0ae2bf57de73aeadfbeb38bce50eb0e5ef460",
      "tree": "f1fe464845de6ceea43b1fb676badf8338e8a395",
      "parents": [
        "9237b743c2ad25edc9b287b7d0678f853491126e"
      ],
      "author": {
        "name": "Andrew Khoury",
        "email": "andrewmkhoury@gmail.com",
        "time": "Wed May 03 11:29:45 2023 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 03 14:29:45 2023 -0400"
      },
      "message": "SLING-11831 -  Allow setting job properties for custom job state (#26)\n\n* SLING-11831 - Allow setting job properties for custom job state\r\n\r\n* SLING-11831 - Allow setting job properties for custom job state\r\n\r\n* SLING-11831 - Allow setting job properties for custom job state\r\n\r\n* Add NotNull annotations"
    },
    {
      "commit": "9237b743c2ad25edc9b287b7d0678f853491126e",
      "tree": "6b9913829b4b1af963d92894ae0f7851554cde2b",
      "parents": [
        "c63c531cf29aa8143cf4eb62833bdaeec6c6b706"
      ],
      "author": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Wed Apr 05 00:12:55 2023 +0300"
      },
      "committer": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Wed Apr 05 00:12:55 2023 +0300"
      },
      "message": "SLING-11709 - Set up Jira autolinks to all Sling Github projects\n\nUpdate .asf.yaml to respect defaults\n"
    },
    {
      "commit": "c63c531cf29aa8143cf4eb62833bdaeec6c6b706",
      "tree": "1ed235c784db3d85849683ba7334807e9e5c294a",
      "parents": [
        "a5496e6d4a9c76b840540595011df208f0a4a965"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Mon Mar 27 17:46:58 2023 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Mon Mar 27 17:46:58 2023 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "a5496e6d4a9c76b840540595011df208f0a4a965",
      "tree": "d2632bd987b08087d0f6c621e70012fb935ac05c",
      "parents": [
        "8b6ee70aebdce8cda6b36e26709dd78801a2c48b"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Mon Mar 27 17:46:51 2023 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Mon Mar 27 17:46:51 2023 +0200"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.8\n"
    },
    {
      "commit": "8b6ee70aebdce8cda6b36e26709dd78801a2c48b",
      "tree": "bf084ba621652e85d268a11a2bc4e43cf337e729",
      "parents": [
        "dae8b46d2ea1d4cbfaeaf75e665b62d86a924abb"
      ],
      "author": {
        "name": "Dan Klco",
        "email": "klcodanr@users.noreply.github.com",
        "time": "Fri Mar 17 13:06:46 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 17 13:06:46 2023 -0400"
      },
      "message": "SLING-11797 - Adding a log message at INFO when a job is added which has no assigned topic (#25)\n\n* SLING-11797 - Adding a log message at INFO when a job is added which has no assigned topic\r\n\r\n* Adding test case coverage\r\n\r\n* Removing unused imports\r\n\r\n* Refactoring to reuse log check and make getJobManager method private"
    },
    {
      "commit": "dae8b46d2ea1d4cbfaeaf75e665b62d86a924abb",
      "tree": "b1e30b71530c5476fa49246ba7e32dd2c56228d9",
      "parents": [
        "d45d54dd921b8022f5222dda8e2171d438aff397"
      ],
      "author": {
        "name": "Rishabh Kumar",
        "email": "rishabhdaim1991@gmail.com",
        "time": "Wed Mar 15 16:39:21 2023 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 15 12:09:21 2023 +0100"
      },
      "message": "SLING-11793 : limit log messages count for JobExecutionContext (#24)\n\n* SLING-11793 : limit log messages count for JobExecutionContext\r\n\r\n* SLING-11793 : fixed OOM if we initialized ArrayDeque with Integer.MAX_VALUE\r\n\r\n* SLING-11793 : fixed cases where max progressLog count could be 0 or lower than default size of ArrayDeque\r\n\r\n* SLING-11793 : ensured backward compatability while setting/getting progressLog property on Job\r\n\r\n* SLING-11793 : fixed issue when old job doesn\u0027t have progressLog max count property\r\n\r\n* SLING-11793 : removed slingevent:progresslog:maxCount as JCR property and used as an instance variable\r\n\r\n* SLING-11793 : fixed issue when migrating from old job to new job with max count limit\r\n\r\n* SLING-11793 : fixed compatibility issue by keeping the PROGRESS_LOG property as String[]\r\n\r\n* SLING-11793 : removed wiring of progressLogMaxCount and passed this variable as method parameter to JobImpl\r\n\r\n* SLING-11793 : removed wiring of progressLogMaxCount\r\n\r\n* SLING-11793 : appended truncated log message in case we had to trim progressLog message due to maxLog Count\r\n\r\n* SLING-11793 : improved documentation of progresslog_maxCount config to add that using 0 would discard all the logs\r\n\r\n* SLING-11793 : returned the tests to their default behaviour of having unlimited log messages\r\n\r\n* SLING-11793 : skipped adding truncated log message if already there in log\r\n\r\n---------\r\n\r\nCo-authored-by: Rishabh Kumar \u003cdiam@adobe.com\u003e"
    },
    {
      "commit": "d45d54dd921b8022f5222dda8e2171d438aff397",
      "tree": "5fd73ef47d3643a95ff4f65863a438fac7a47729",
      "parents": [
        "d7a82e1164b38e3f990d47af40780509e4461576"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Jun 23 15:51:28 2022 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Jun 23 15:51:28 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "d7a82e1164b38e3f990d47af40780509e4461576",
      "tree": "de18d16b087397586c1c2bb898dfddd74cbd91de",
      "parents": [
        "7c379ea13d0ed571f242b35296e6e0da6040652b"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Jun 23 15:51:19 2022 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Jun 23 15:51:19 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.6\n"
    },
    {
      "commit": "7c379ea13d0ed571f242b35296e6e0da6040652b",
      "tree": "713c10f1cfce5564f5f796caf97897b44b0d7a9e",
      "parents": [
        "019f67a3feaef32629d7c783c5adca2bcef16d24"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Jun 23 15:22:29 2022 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Jun 23 15:22:29 2022 +0200"
      },
      "message": "fix javadoc\n"
    },
    {
      "commit": "019f67a3feaef32629d7c783c5adca2bcef16d24",
      "tree": "3dbaa30dfc086751245c0183d87e648b42ffd695",
      "parents": [
        "b4e05fc71f767e155e32ab59ab267ca3247f646a"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Jun 23 15:11:30 2022 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Jun 23 15:11:30 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "b4e05fc71f767e155e32ab59ab267ca3247f646a",
      "tree": "b349e193a80544632ef5f22a5773c7804e2aa2e3",
      "parents": [
        "1011a5899832241ef308f644fa92ad417f04aadf"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Jun 23 15:11:21 2022 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Thu Jun 23 15:11:21 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.4\n"
    },
    {
      "commit": "1011a5899832241ef308f644fa92ad417f04aadf",
      "tree": "1a5a7035aa213b917b010a7fbb41df416baf54f3",
      "parents": [
        "3b1d07a7f6bca249cf74f2a9ba460da5374c6405"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Tue Jun 14 18:14:14 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 14 18:14:14 2022 +0200"
      },
      "message": "SLING-8413 escape topic root in xpath query (#23)\n\n"
    },
    {
      "commit": "3b1d07a7f6bca249cf74f2a9ba460da5374c6405",
      "tree": "c85c9601efdfe8f24b8999582f8c6cbce78ab1a9",
      "parents": [
        "973d5bc865c3bd9526324bd2f28c2ab6eec1aeba"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Wed Jun 08 17:37:23 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 08 17:37:23 2022 +0200"
      },
      "message": "SLING-11379 do not register the same job over and over (#22)\n\n* SLING-11379 avoid registering the same scheduled job"
    },
    {
      "commit": "973d5bc865c3bd9526324bd2f28c2ab6eec1aeba",
      "tree": "4b011cea66febe39d18c000a24989d9fc96f217f",
      "parents": [
        "9e3b36272250037094e842522051d81fad914a0c"
      ],
      "author": {
        "name": "Oliver Lietz",
        "email": "olli@apache.org",
        "time": "Wed Jun 08 13:20:32 2022 +0200"
      },
      "committer": {
        "name": "Oliver Lietz",
        "email": "olli@apache.org",
        "time": "Wed Jun 08 13:20:32 2022 +0200"
      },
      "message": "SLING-11385 Update to Sling Bundle Parent 48\n\n- update parent\n- tidy up properties, configurations and dependencies\n"
    },
    {
      "commit": "9e3b36272250037094e842522051d81fad914a0c",
      "tree": "4fb52fbf0a936dcba2c1ddfa4904e22887b5a47f",
      "parents": [
        "91c1cd9891d96680481f45da5a07438e4f8b14f9"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Tue May 31 09:57:50 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 31 09:57:50 2022 +0200"
      },
      "message": "[SLING-8582] provide some test coverage for Eventing\u0027s JobHandler (#6)\n\n* provide some test coverage for JobHandler\r\n* add refactorings to cleanup code"
    },
    {
      "commit": "91c1cd9891d96680481f45da5a07438e4f8b14f9",
      "tree": "3e94cf46363f057d840178359a3c675a5e7d7b2e",
      "parents": [
        "59edcddc14e65f2c90f17df1402aee55b00c69a0",
        "02501a1825484d602f9a898f98a54f088016e7b3"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Mon May 30 19:32:16 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 30 19:32:16 2022 +0200"
      },
      "message": "Merge pull request #21 from joerghoh/bugfix/fix-CleanUpTest\n\nSLING-11346 fix flaky CleanUpTest"
    },
    {
      "commit": "02501a1825484d602f9a898f98a54f088016e7b3",
      "tree": "3e94cf46363f057d840178359a3c675a5e7d7b2e",
      "parents": [
        "03ed49353ba81242c1464696208687117b536bc2",
        "926204aa89a820808cdb0485d6af95096b7b8d9a"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Mon May 30 12:09:15 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 30 12:09:15 2022 +0200"
      },
      "message": "Merge pull request #1 from stefan-egli/bugfix/fix-CleanUpTest\n\nSLING-11346 : suggestion to re-add another test variantlet"
    },
    {
      "commit": "926204aa89a820808cdb0485d6af95096b7b8d9a",
      "tree": "3e94cf46363f057d840178359a3c675a5e7d7b2e",
      "parents": [
        "90fb2f2359faf8c32de5ff9d48bd359034997c38"
      ],
      "author": {
        "name": "stefan-egli",
        "email": "stefanegli@apache.org",
        "time": "Mon May 30 11:53:36 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 30 11:53:36 2022 +0200"
      },
      "message": "SLING-11346 : re-add non-delete test variant"
    },
    {
      "commit": "90fb2f2359faf8c32de5ff9d48bd359034997c38",
      "tree": "6529f24b14f58beebc7d943fe48d8167eec64763",
      "parents": [
        "59edcddc14e65f2c90f17df1402aee55b00c69a0",
        "03ed49353ba81242c1464696208687117b536bc2"
      ],
      "author": {
        "name": "stefan-egli",
        "email": "stefanegli@apache.org",
        "time": "Mon May 30 11:52:28 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 30 11:52:28 2022 +0200"
      },
      "message": "Merge pull request #4 from joerghoh/bugfix/fix-CleanUpTest\n\nSLING-11346 : merge from upstream"
    },
    {
      "commit": "03ed49353ba81242c1464696208687117b536bc2",
      "tree": "6529f24b14f58beebc7d943fe48d8167eec64763",
      "parents": [
        "35b4abcb4218897d4d14434ddef71aa9ebdef4d0"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerg@joerghoh.de",
        "time": "Fri May 27 19:21:13 2022 +0200"
      },
      "committer": {
        "name": "Jörg Hoh",
        "email": "joerg@joerghoh.de",
        "time": "Fri May 27 19:21:13 2022 +0200"
      },
      "message": "fix comments\n"
    },
    {
      "commit": "35b4abcb4218897d4d14434ddef71aa9ebdef4d0",
      "tree": "aabcb023123b09d120bb2f7df96af2f4987c989f",
      "parents": [
        "59edcddc14e65f2c90f17df1402aee55b00c69a0"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerg@joerghoh.de",
        "time": "Fri May 27 18:59:48 2022 +0200"
      },
      "committer": {
        "name": "Jörg Hoh",
        "email": "joerg@joerghoh.de",
        "time": "Fri May 27 18:59:48 2022 +0200"
      },
      "message": "SLING-11346 fix flaky CleanUpTest\n"
    },
    {
      "commit": "59edcddc14e65f2c90f17df1402aee55b00c69a0",
      "tree": "390cd27356498bdf06d509e9cb8303e49066f320",
      "parents": [
        "4faee905b224d6830334cc011f2d3c9a6bc56967",
        "a1484d0b908f47b1542d386c8bfe3baec5f3fe77"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Sat May 21 16:23:20 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat May 21 16:23:20 2022 +0200"
      },
      "message": "Merge pull request #20 from apache/dependabot/maven/junit-junit-4.13.1\n\nBump junit from 4.12 to 4.13.1"
    },
    {
      "commit": "4faee905b224d6830334cc011f2d3c9a6bc56967",
      "tree": "0eb2736a55ee08404d2606f37e1dc408987f3daa",
      "parents": [
        "6ceec45e66019dc05a6c6f4906ae167964b8a9ec"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Thu May 19 15:11:00 2022 +0200"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Thu May 19 15:11:00 2022 +0200"
      },
      "message": "Exclude all private packages from javadoc\n"
    },
    {
      "commit": "6ceec45e66019dc05a6c6f4906ae167964b8a9ec",
      "tree": "19b2fc303b3d43f624d03e0a524971858b583ad8",
      "parents": [
        "c0ea00928cd048160783a0fe3e99ee2f0aacdc88"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Thu May 19 09:49:58 2022 +0200"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Thu May 19 09:49:58 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "c0ea00928cd048160783a0fe3e99ee2f0aacdc88",
      "tree": "f9b794b82f6374adba930f1dfe10f4817ae343eb",
      "parents": [
        "b994077aaa9f84e01115c37ddb616499fcfbf62b"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Thu May 19 09:49:51 2022 +0200"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Thu May 19 09:49:51 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.2\n"
    },
    {
      "commit": "a1484d0b908f47b1542d386c8bfe3baec5f3fe77",
      "tree": "16d1dc1e8a5701f05e4d1e25a2dd457f116292ac",
      "parents": [
        "b994077aaa9f84e01115c37ddb616499fcfbf62b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed May 18 16:35:12 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 18 16:35:12 2022 +0000"
      },
      "message": "Bump junit from 4.12 to 4.13.1\n\nBumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.\n- [Release notes](https://github.com/junit-team/junit4/releases)\n- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)\n- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)\n\n---\nupdated-dependencies:\n- dependency-name: junit:junit\n  dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b994077aaa9f84e01115c37ddb616499fcfbf62b",
      "tree": "6503108f0b396fbe1f4138f8007fdf394667fab5",
      "parents": [
        "86a672566f43704f3fa05f2e83c24f6775ef08c3",
        "4217c0cd8bb898f6334c472a5d3a50f9f2e0b107"
      ],
      "author": {
        "name": "stefan-egli",
        "email": "stefanegli@apache.org",
        "time": "Wed May 18 18:34:19 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 18 18:34:19 2022 +0200"
      },
      "message": "Merge pull request #18 from stefan-egli/SLING-9905\n\nSLING-9905 : CleanupTest added to the project"
    },
    {
      "commit": "4217c0cd8bb898f6334c472a5d3a50f9f2e0b107",
      "tree": "6503108f0b396fbe1f4138f8007fdf394667fab5",
      "parents": [
        "86a672566f43704f3fa05f2e83c24f6775ef08c3"
      ],
      "author": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Wed May 18 17:44:16 2022 +0200"
      },
      "committer": {
        "name": "Stefan Egli",
        "email": "stefanegli@apache.org",
        "time": "Wed May 18 18:14:58 2022 +0200"
      },
      "message": "SLING-9905 : CleanupTest added to the project\n"
    },
    {
      "commit": "86a672566f43704f3fa05f2e83c24f6775ef08c3",
      "tree": "c913bd361062595269b0c4dee4eb392535f098c5",
      "parents": [
        "0e3bb0794480479f4848aeb796b00453a1d8e364"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Fri Apr 01 07:34:05 2022 +0200"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Fri Apr 01 07:34:05 2022 +0200"
      },
      "message": "SLING-9905 : Provide option to include sling instance id nodes in cleanup\n"
    },
    {
      "commit": "0e3bb0794480479f4848aeb796b00453a1d8e364",
      "tree": "bda92571dd31810d517138f1c5cb3669f985c398",
      "parents": [
        "91fca04d1bd428a57e1b16800536a3b7fdee8e20"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Mon Mar 21 10:55:36 2022 +0100"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Mon Mar 21 10:55:36 2022 +0100"
      },
      "message": "SLING-9905 : Provide option to include sling instance id nodes in cleanup\n"
    },
    {
      "commit": "91fca04d1bd428a57e1b16800536a3b7fdee8e20",
      "tree": "47032ff2409484f2ab5c77b7a87d82f6fe52e592",
      "parents": [
        "256a5e043394a1c4df79147d5e753457104a766c"
      ],
      "author": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Mon Mar 21 10:25:18 2022 +0100"
      },
      "committer": {
        "name": "Carsten Ziegeler",
        "email": "cziegeler@apache.org",
        "time": "Mon Mar 21 10:25:18 2022 +0100"
      },
      "message": "SLING-11192 : Calculating metrics takes too long\n"
    },
    {
      "commit": "256a5e043394a1c4df79147d5e753457104a766c",
      "tree": "20eb78a8eb9531d13983b9cff964e7921042dad5",
      "parents": [
        "af5d164e2d932278f87129022944a83197a2eb3b"
      ],
      "author": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Fri Mar 04 17:27:17 2022 +0200"
      },
      "committer": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Fri Mar 04 17:27:17 2022 +0200"
      },
      "message": "Align module name to Jira version name.\n"
    },
    {
      "commit": "af5d164e2d932278f87129022944a83197a2eb3b",
      "tree": "0f46ecf69f5f6d6223e57f3ec244cd13458d0d17",
      "parents": [
        "520d524e12896d372184c2f5db137b9505b008c7"
      ],
      "author": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Fri Mar 04 17:15:08 2022 +0200"
      },
      "committer": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Fri Mar 04 17:15:08 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "520d524e12896d372184c2f5db137b9505b008c7",
      "tree": "5628c3a0bd85fa92831f91c4ab56378a1ba36975",
      "parents": [
        "f89ff5bfad3faa52c3782b890ebba437786cbd2c"
      ],
      "author": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Fri Mar 04 17:15:00 2022 +0200"
      },
      "committer": {
        "name": "Robert Munteanu",
        "email": "rombert@apache.org",
        "time": "Fri Mar 04 17:15:00 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare release org.apache.sling.event-4.3.0\n"
    },
    {
      "commit": "f89ff5bfad3faa52c3782b890ebba437786cbd2c",
      "tree": "2aaf01a1d6639316fb9b66220f6b801f926fc1e8",
      "parents": [
        "944ace37e238591cf6cc6b82c1ce0a9721e51289"
      ],
      "author": {
        "name": "AnguloHerrera",
        "email": "nanguloherrera@gmail.com",
        "time": "Tue Mar 01 13:42:59 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 01 13:42:59 2022 +0100"
      },
      "message": "SLING-11167 - Sling jobs inventory printer for json produces invalid json\n\nFix json output in correct format"
    },
    {
      "commit": "944ace37e238591cf6cc6b82c1ce0a9721e51289",
      "tree": "3bdf25fa9849149ea8095c0c545510c8e18c1907",
      "parents": [
        "dbffb437564d553dcb65d60742cbfbeccf9c587f",
        "f82e4692d403b9ccbc4929522ecdd0f7bb461cd6"
      ],
      "author": {
        "name": "Jörg Hoh",
        "email": "joerghoh@users.noreply.github.com",
        "time": "Mon Feb 07 17:06:30 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 07 17:06:30 2022 +0100"
      },
      "message": "Merge pull request #16 from apache/improvement/SLING-11091-improve-observability\n\nSLING-11091: expose the number of scheduled jobs as metric"
    },
    {
      "commit": "f82e4692d403b9ccbc4929522ecdd0f7bb461cd6",
      "tree": "3bdf25fa9849149ea8095c0c545510c8e18c1907",
      "parents": [
        "8ae7eb80c76693e6f121eeed12f9e4c93c3acd6a"
      ],
      "author": {
        "name": "Joerg Hoh",
        "email": "jhoh@adobe.com",
        "time": "Mon Feb 07 13:09:07 2022 +0100"
      },
      "committer": {
        "name": "Joerg Hoh",
        "email": "jhoh@adobe.com",
        "time": "Mon Feb 07 13:09:07 2022 +0100"
      },
      "message": "implement PR review feedback\n"
    },
    {
      "commit": "8ae7eb80c76693e6f121eeed12f9e4c93c3acd6a",
      "tree": "93a3e15c5cfb2aaf27c378c4d85dcc5cf1c96e3b",
      "parents": [
        "dbffb437564d553dcb65d60742cbfbeccf9c587f"
      ],
      "author": {
        "name": "Joerg Hoh",
        "email": "jhoh@adobe.com",
        "time": "Fri Feb 04 16:56:02 2022 +0100"
      },
      "committer": {
        "name": "Joerg Hoh",
        "email": "jhoh@adobe.com",
        "time": "Fri Feb 04 16:56:02 2022 +0100"
      },
      "message": "SLING-11091: expose the number of scheduled jobs as metric\n"
    }
  ],
  "next": "dbffb437564d553dcb65d60742cbfbeccf9c587f"
}
