)]}'
{
  "log": [
    {
      "commit": "35754b69cb0e65d94d985f708d7571913997e7ed",
      "tree": "89c18ab2a501d8eeabd334a736a4d7a215e8f82c",
      "parents": [
        "4d6f6be3860ac70ba9b489fe3a20129c7baefaa5"
      ],
      "author": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Wed Sep 16 09:53:01 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Sep 16 09:53:01 2026 +0200"
      },
      "message": "Add Camel 4.22.1 migration recipe for camel-openai storeFullResponse property (CAMEL-24539)"
    },
    {
      "commit": "4d6f6be3860ac70ba9b489fe3a20129c7baefaa5",
      "tree": "f242e53377cf98f16383f786489a87bc8fa2efc6",
      "parents": [
        "35d799b2c130bbdbc0d2a98e31864b40f5909174"
      ],
      "author": {
        "name": "Merlin Bögershausen",
        "email": "m.boegershausen@googlemail.com",
        "time": "Fri Sep 11 14:14:03 2026 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Fri Sep 11 14:40:04 2026 +0200"
      },
      "message": "Upgrade the org.apache.camel.springboot parent in Spring Boot migrations\n\nThe Spring Boot bump blocks scope UpgradeParentVersion to org.apache.camel,\nwhich does not glob-match org.apache.camel.springboot. A project inheriting\norg.apache.camel.springboot:spring-boot kept its old parent and carried on\nresolving the Camel release it started from. This adds the parent entry\nalongside the UpgradeDependencyVersion that already covers that groupId.\n\nAlso adds the missing trailing period to CamelSpringBootMigrationRecipe\u0027s\ndescription, which RewriteTest validation requires.\n\nThe test covers the 4.18 LTS chain; the same entry in 4.19.yaml resolves to\nproject.version, which only exists in a release build.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "35d799b2c130bbdbc0d2a98e31864b40f5909174",
      "tree": "26561078b6951604e113d7ee81165eb66b1ce302",
      "parents": [
        "5b647d2f909fbd5ed9f2af365fa4b111cb5a999d"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Aug 26 09:03:59 2026 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Aug 26 09:03:59 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "5b647d2f909fbd5ed9f2af365fa4b111cb5a999d",
      "tree": "aa3cfbc453b089a3e725e4ed057c49605b7d582b",
      "parents": [
        "e23bbded8ca17e2480ef9daa6d26f9cc9a1cf944"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Aug 26 09:03:51 2026 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Aug 26 09:03:51 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare release 4.22.0\n"
    },
    {
      "commit": "e23bbded8ca17e2480ef9daa6d26f9cc9a1cf944",
      "tree": "a51450f307a92a50e03467872b918bd8a4c48093",
      "parents": [
        "41da3b556183842ac44a8e7d88e6dfa6975dc27f"
      ],
      "author": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Tue Aug 25 15:11:33 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 25 15:11:33 2026 +0200"
      },
      "message": "Gate the remaining XML DSL recipes on a Camel document (#127)\n\n* Gate the remaining XML DSL recipes on a Camel document\n\nFixes #126.\n\nThe Java recipes are gated by UsesType and the YAML recipes by\ncamelYamlDslPrecondition, and #125 added camelXmlDslPrecondition and\napplied it to two XML recipes. The other ten visited every XML document\nin a project, so a matcher that happens to fit an unrelated file rewrote\nit. XmlDsl418_1SagaRecipe did not merely rename in such a file, it\nremoved a child element and folded it into an attribute.\n\nWraps every remaining XML visitor in the precondition, so the whole set\nis now uniform and a new XML recipe inherits the same guard.\n\nCameXmlDslRecipeTest.circuitBreakerFull used a synthetic \u003cdifferentContext\u003e\nroot, which is not a Camel document. Its sibling circuitBreaker test\nalready covers the \u003croute\u003e context, so the root becomes \u003ccamelContext\u003e,\nwhich is where a top level resilience4jConfiguration actually lives, and\nthe option coverage the test exists for is unchanged.\n\nAdds CamelXmlDslPreconditionTest, one negative test per gated recipe,\neach feeding a document carrying exactly the shape that recipe matches\nunder a plainly non-Camel root. Kept in one class rather than spread over\nthe existing test classes because the property is uniform across the\nrecipes, so a new XML recipe is one line away from being covered.\nVerified the tests are not vacuous: with the gating reverted, 8 of the 10\nfail, the other 2 being the recipes already gated by #125.\n\ncamel40.xml.XmlDslRecipe has no negative test on purpose, its matchers\nare anchored at /routes/route so the document root has to be routes,\nwhich is a Camel root.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\n\n* Address review: accept Spring layouts, gate the last recipes\n\n* Accept a Camel document wherever the Camel marker sits. isCamelXmlDsl\n  rejected any root declaring the Spring beans namespace before looking\n  further, so the classic \u003cbeans\u003e\u003ccamelContext xmlns\u003d\"...camel...\"\u003e layout\n  was skipped by every gated recipe, silently under-migrating it. A Camel\n  namespace or a camelContext/routeContext element is now conclusive at\n  any depth, and the Spring namespace only rules a document out when no\n  Camel marker is present.\n\n* Add the missing roots. \u003ccamel\u003e is the most common root in Camel\u0027s own\n  XML test resources, and routeConfigurations, routeTemplates and\n  templatedRoutes are the plural wrappers. Namespace-less files with\n  those roots were excluded.\n\n* Gate camel43.CamelResequenceEIPXmlRecipe, which was missed because it\n  extends XmlIsoVisitor directly rather than AbstractCamelXmlVisitor.\n\n* Add FindCamelXmlDsl, a search recipe form of the precondition, and use\n  it from the declarative XML recipes in 4.12.yaml and 4.13.yaml, which\n  ran org.openrewrite.xml.ChangeTagName against any document. furyDsl is\n  split so that gating the XML half does not gate the Java DSL change.\n\n* Only convert Camel beans in XmlDsl46Recipe. Accepting \u003ccamel\u003e roots\n  makes files such as camel-kamelet-main\u0027s spring-camel1.xml eligible,\n  and those carry Spring bean definitions next to the routes. A Spring\n  bean declares its class with class\u003d where a Camel bean uses type\u003d, so\n  rewriting \u003cproperty\u003e into \u003cproperties\u003e there would have broken them.\n  Found by testing the widened precondition rather than by review.\n\nAdds positive tests for the Spring layout, the \u003ccamel\u003e root and a plural\nwrapper root, so the gate cannot silently narrow again.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\n\n---------\n\nCo-authored-by: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "41da3b556183842ac44a8e7d88e6dfa6975dc27f",
      "tree": "7e420c6f70295d89e66e74ba66c6852265c31aa7",
      "parents": [
        "594cea17ae3860c504ac189eb81d63d5fbdd5a14"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Aug 03 15:55:34 2026 +0200"
      },
      "committer": {
        "name": "Jiří Ondrušek",
        "email": "jondruse@redhat.com",
        "time": "Tue Aug 25 13:48:23 2026 +0200"
      },
      "message": "Fixes #120: Add dependency rename and removal recipes for Camel 3.x to 4.0 migration\n\nAdd recipes for removed components from the Camel 4 migration guide:\n- renamedDependencies: rename 11 components to their 4.0 replacements\n- removedDependencies: remove 14 components with no direct replacement\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "594cea17ae3860c504ac189eb81d63d5fbdd5a14",
      "tree": "814b189240342ac80833c7158ce457e2196ba9c5",
      "parents": [
        "79f1b527a85312aac7f3c3cb78b65f8099916207"
      ],
      "author": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Tue Aug 25 13:40:44 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 25 13:40:44 2026 +0200"
      },
      "message": "Fix five defects in the Camel 4.22 upgrade recipes- #125"
    },
    {
      "commit": "79f1b527a85312aac7f3c3cb78b65f8099916207",
      "tree": "36e3132cabbd900d70f0ced74429f49d447f35cc",
      "parents": [
        "32b17705a791248470ec4cb0710c2c4bc285dd86"
      ],
      "author": {
        "name": "Jiří Ondrušek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Aug 19 12:06:25 2026 +0000"
      },
      "committer": {
        "name": "Jiří Ondrušek",
        "email": "jondruse@redhat.com",
        "time": "Tue Aug 25 10:11:38 2026 +0200"
      },
      "message": "Add Camel 4.22 upgrade recipes\n\nCovers:\n- Azure component-specific CredentialType enum consolidation (10 components)\n- AWS SDK apache-client -\u003e apache5-client dependency rename\n- Minio CopySource -\u003e SourceObject type rename (minio 9.0)\n- camel-spring-ai-tools removal migrated to camel-ai-tool, including the\n  camel-spring-ai-tools-starter -\u003e camel-ai-tool-starter rename in the\n  Spring Boot recipe\n- camel-reactive-executor-tomcat deprecation handled via RemoveDependency\n- OpenAI ChatCompletion package move via ChangeType, testable by staging\n  openai-java-core 0.8.1 (pre-move package layout) on the test classpath\n- release notes synced with the current upgrade guide and every topic linked\n  to its guide section\n- camel-latest-version set to the released 4.22.0\n- rewrite-recipe-bom bumped to 3.37.0 and rewrite-maven-plugin to 6.46.1\n  (aligned with quarkus-updates), with the removed RemoveTraitsUsageRecipes\n  reference dropped from the internal best-practices recipe\n\nMinio inner-class type renames excluded - OpenRewrite ChangeType to inner\nclasses is not idempotent.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "32b17705a791248470ec4cb0710c2c4bc285dd86",
      "tree": "cf54f6ef074742193e4093befa49b3b0b7989ae2",
      "parents": [
        "f94302182bee6d8abc1b5dae8ad3184a5f81a93e"
      ],
      "author": {
        "name": "Tim te Beek",
        "email": "tim@moderne.io",
        "time": "Thu Aug 06 14:30:43 2026 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Thu Aug 06 20:54:58 2026 +0200"
      },
      "message": "Provide real usage examples for custom recipe options\n\nReplace the TODO placeholders on @Option example attributes with values\ntaken from the recipes\u0027 existing usages in the shipped YAML definitions.\n\nAlso correct the newPropertyKey displayName/description in the four\nReplaceProperty* recipes, which were copy-pasted from\nChangePropertyKeyWithCaseChange and described a prefix rather than a key.\n"
    },
    {
      "commit": "f94302182bee6d8abc1b5dae8ad3184a5f81a93e",
      "tree": "efd9f2ca9cf63c7ad7b6c9d8bdeef9247368c14f",
      "parents": [
        "1198d4f955caaeb18b71ad64d3f00cd164c29f0a"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jul 14 13:23:44 2026 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jul 14 13:23:44 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "1198d4f955caaeb18b71ad64d3f00cd164c29f0a",
      "tree": "9804672ac1f0dfac99968464b98d718b9f392019",
      "parents": [
        "f0ec0d3e17ea1620eece7a1761193b0235e8a841"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jul 14 13:23:36 2026 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jul 14 13:23:36 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare release 4.21.0\n"
    },
    {
      "commit": "f0ec0d3e17ea1620eece7a1761193b0235e8a841",
      "tree": "88841773a728db723104ad651d5bbd8f637d3412",
      "parents": [
        "8a0329ea66ed286b6eb27828114690b087695c9a"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Tue Jul 14 12:46:11 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Jul 14 13:11:23 2026 +0200"
      },
      "message": "Add Camel Spring Boot 4.18 LTS migration recipe\n\nMove Spring Boot version properties to camel-spring-boot-upgrade-recipes module\nand add CamelSpringBoot418LTSMigrationRecipe for users wanting to stay on the\n4.18 LTS line with Spring Boot 3.x.\n"
    },
    {
      "commit": "8a0329ea66ed286b6eb27828114690b087695c9a",
      "tree": "30de0e4d1f6eb07fbeedcebdd716e904b9766fc1",
      "parents": [
        "12920d22d8b3ade0947d8d803383e7cd8c59389d"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jul 14 11:01:17 2026 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Tue Jul 14 11:31:59 2026 +0200"
      },
      "message": "Keep spring-boot versions aligned to CSB\n"
    },
    {
      "commit": "12920d22d8b3ade0947d8d803383e7cd8c59389d",
      "tree": "0d6cac1c0d9ef96b48027c73b40ace4a1de10085",
      "parents": [
        "62004c3e796cd43f9919206c1237adcb039747aa"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Jun 24 11:38:31 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Jul 13 14:28:17 2026 +0200"
      },
      "message": "Move shared recipe implementations to patch packages and fix YAML references\n"
    },
    {
      "commit": "62004c3e796cd43f9919206c1237adcb039747aa",
      "tree": "f8e75d2aec4bb6009ae2e93f20f37f2a0b22bb89",
      "parents": [
        "46f0e63bdb9b2a652040293f29e6175e3bd39fa0"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Jul 08 10:33:51 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Jul 13 14:28:17 2026 +0200"
      },
      "message": "Fix suite test failures by dynamically expecting POM version upgrades\n\nTests running under CamelUpdateLatestTestSuite or CamelUpdate418LtsTestSuite\nfailed because the suite recipe includes UpgradeDependencyVersion, which\nchanges POM versions. Added pomXmlSpec() helpers to CamelTestUtil that\ndetect the active suite recipe and adjust expected POM output accordingly.\nAlso bumped rewrite-recipe-bom to 3.31.0 and re-enabled the version tests.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "46f0e63bdb9b2a652040293f29e6175e3bd39fa0",
      "tree": "f09d74cc21cc1cb104f04862b3714291d636de82",
      "parents": [
        "570c07c73c0bdf1961ce8e678e197dd286226022"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Fri Jul 03 14:57:19 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Wed Jul 08 09:43:48 2026 +0200"
      },
      "message": "Document Camel 4.18.3 LTS recipes in README and release notes\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "570c07c73c0bdf1961ce8e678e197dd286226022",
      "tree": "6f6457d9e5fd224fea6b1b2e9c98b4a9d8ade2f8",
      "parents": [
        "d4d4c8185ae783a7055e0c5a06a348fea9049d10"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Jun 01 09:37:20 2026 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Wed Jun 24 11:46:14 2026 +0200"
      },
      "message": "Upgrade camel to 4.18.3 and 4.20.0 (first part)\n\nCo-Authored-By: JinyuChen97 \u003cas0830428946@gmail.com\u003e\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "d4d4c8185ae783a7055e0c5a06a348fea9049d10",
      "tree": "90e4b38b5cad411966ffc4d381ae189ded9c2bc0",
      "parents": [
        "e400a4c5a2faef87418edf63b20583ad868aa26c"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Wed May 27 10:22:36 2026 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Wed May 27 10:28:16 2026 +0200"
      },
      "message": "Fix #107: Narrow transform rename to DataType overloads only\n"
    },
    {
      "commit": "e400a4c5a2faef87418edf63b20583ad868aa26c",
      "tree": "49d37f3df16253deccc77a91f662ecea628f1636",
      "parents": [
        "1804050de69b8d5ff9c8bd94bbe270be060e80e1"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Tue May 26 18:01:58 2026 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Wed May 27 09:55:28 2026 +0200"
      },
      "message": "Fix Java version downgrade, add YAML DSL scoping, remove Lombok, fix LST patterns\n\n- Fix #106: Replace blind ChangePropertyValue calls with JavaVersion17 recipe\n  (floor semantics) in spring-boot-3-to-4.yaml to prevent downgrading Java 21+\n- Fix #81: Add Preconditions.check() with Camel DSL root key detection to all\n  YAML visitors so they skip non-Camel files (GitHub Actions, K8s manifests)\n- Remove Lombok dependency (broken on JDK 25) and replace with manual\n  constructors/setters across 31 files\n- Use ListUtils.map/flatMap/concat instead of stream().collect() and\n  new ArrayList\u003c\u003e() on LST content to preserve referential equality\n- Enable parallel test execution with forkCount\u003d2C\n"
    },
    {
      "commit": "1804050de69b8d5ff9c8bd94bbe270be060e80e1",
      "tree": "aa0993429e4046acff33671975af5c71ff0cc43c",
      "parents": [
        "58125771f57e59391bd776953347fe72c4a20a10"
      ],
      "author": {
        "name": "The Apache Software Foundation",
        "email": "root-asf-gitbox-commits@apache.org",
        "time": "Fri May 15 14:04:14 2026 -0500"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Mon May 18 11:34:23 2026 +0200"
      },
      "message": "Set up default protection ruleset for default and release branches"
    },
    {
      "commit": "58125771f57e59391bd776953347fe72c4a20a10",
      "tree": "cc3a25e02faaa2a51fb7118d04af960c1e92b377",
      "parents": [
        "1acf634d7c04e63c2733df53359aebc69f622d14"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue May 12 13:08:59 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Wed May 13 08:19:22 2026 +0200"
      },
      "message": "Add test to verify camel-latest-version property in pom.xml is aligned to recipes.\n"
    },
    {
      "commit": "1acf634d7c04e63c2733df53359aebc69f622d14",
      "tree": "7d48a355cac70d96d48382f15fc4adfafc311596",
      "parents": [
        "b36b25e9ba8b7d507fb890d6a6adddc349afc0c6"
      ],
      "author": {
        "name": "Arpit Jain",
        "email": "arpitjain099@gmail.com",
        "time": "Tue May 12 23:23:13 2026 +0900"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Tue May 12 18:42:58 2026 +0200"
      },
      "message": "Add explicit permissions to CI and release workflows\n"
    },
    {
      "commit": "b36b25e9ba8b7d507fb890d6a6adddc349afc0c6",
      "tree": "239409053f4a96772a81289874f430300435f7d9",
      "parents": [
        "2a52a41f6a42578c0b8552a0a29e8ce9133d3a54"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue May 12 09:56:20 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue May 12 12:48:37 2026 +0200"
      },
      "message": "Add LatestRecipeTest to veriflylatest.yaml being up-to-date\n"
    },
    {
      "commit": "2a52a41f6a42578c0b8552a0a29e8ce9133d3a54",
      "tree": "d1c6ce38510990894cd3b6ba29b5a13f9096cb99",
      "parents": [
        "0e6833937dfca11e4a7009a4970b9d5e8f44ef88"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon May 04 13:00:05 2026 +0200"
      },
      "committer": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon May 04 13:00:05 2026 +0200"
      },
      "message": "Reapply \"[maven-release-plugin] prepare for next development iteration\"\n\nThis reverts commit eda3d100b7b643cbaedaf800ab26e24547dae694.\n"
    },
    {
      "commit": "0e6833937dfca11e4a7009a4970b9d5e8f44ef88",
      "tree": "1c487841faabddef646323ebba1fbe7b2a1b9102",
      "parents": [
        "0dca120862b0f666f3ec78628304ea632343ac4a"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon May 04 13:00:00 2026 +0200"
      },
      "committer": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon May 04 13:00:00 2026 +0200"
      },
      "message": "Reapply \"[maven-release-plugin] prepare release 4.20.0\"\n\nThis reverts commit 0dca120862b0f666f3ec78628304ea632343ac4a.\n"
    },
    {
      "commit": "0dca120862b0f666f3ec78628304ea632343ac4a",
      "tree": "8847c31aaa29af2302a46e53a3f825f7fbff7c1f",
      "parents": [
        "eda3d100b7b643cbaedaf800ab26e24547dae694"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon May 04 11:45:55 2026 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Mon May 04 12:06:52 2026 +0200"
      },
      "message": "Revert \"[maven-release-plugin] prepare release 4.20.0\"\n\nThis reverts commit 6d30e232e95557d50365a97cabc42ff87567cac4.\n"
    },
    {
      "commit": "eda3d100b7b643cbaedaf800ab26e24547dae694",
      "tree": "1c487841faabddef646323ebba1fbe7b2a1b9102",
      "parents": [
        "aef8b5c7fdc7cf95a64b9b870c490c532de4d32b"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon May 04 11:45:53 2026 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Mon May 04 12:06:52 2026 +0200"
      },
      "message": "Revert \"[maven-release-plugin] prepare for next development iteration\"\n\nThis reverts commit aef8b5c7fdc7cf95a64b9b870c490c532de4d32b.\n"
    },
    {
      "commit": "aef8b5c7fdc7cf95a64b9b870c490c532de4d32b",
      "tree": "d1c6ce38510990894cd3b6ba29b5a13f9096cb99",
      "parents": [
        "6d30e232e95557d50365a97cabc42ff87567cac4"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Apr 29 15:27:06 2026 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Apr 29 15:27:06 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "6d30e232e95557d50365a97cabc42ff87567cac4",
      "tree": "1c487841faabddef646323ebba1fbe7b2a1b9102",
      "parents": [
        "ea1497214fc02bb4b24268338f9716f1de574330"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Apr 29 15:26:59 2026 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Apr 29 15:26:59 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare release 4.20.0\n"
    },
    {
      "commit": "ea1497214fc02bb4b24268338f9716f1de574330",
      "tree": "8847c31aaa29af2302a46e53a3f825f7fbff7c1f",
      "parents": [
        "49dc092b752491755d6737416980264931483515"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Apr 29 14:24:06 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Wed Apr 29 15:15:07 2026 +0200"
      },
      "message": "Aligned to the latest camel version + instruction for manual check before release\n"
    },
    {
      "commit": "49dc092b752491755d6737416980264931483515",
      "tree": "970bceef4bd21532014d162d84c7b4d051b693da",
      "parents": [
        "7acaf3c0d525ef98aea25f93a1d86362c9442bee"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Apr 29 14:11:10 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Wed Apr 29 14:17:21 2026 +0200"
      },
      "message": "Reverted version to 4.20.0-SNAPSHOT because of cancelled vote\n"
    },
    {
      "commit": "7acaf3c0d525ef98aea25f93a1d86362c9442bee",
      "tree": "aacf0fd9780390acad5f6a9273d3383b8dd52549",
      "parents": [
        "bc5c65cb1ca2053300e0b5aa699205981def87d7"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Apr 29 09:35:18 2026 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Apr 29 09:35:18 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "bc5c65cb1ca2053300e0b5aa699205981def87d7",
      "tree": "132be1331342dc2570ddadaa0a852638509d7d66",
      "parents": [
        "0ea6f80b245ccf9eb4c0856f96dac8a90ef669fa"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Apr 29 09:35:11 2026 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Apr 29 09:35:11 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare release 4.20.0\n"
    },
    {
      "commit": "0ea6f80b245ccf9eb4c0856f96dac8a90ef669fa",
      "tree": "970bceef4bd21532014d162d84c7b4d051b693da",
      "parents": [
        "5923c30e2036371ed8145513888335254a5741e3"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Apr 27 16:32:29 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Apr 28 15:42:10 2026 +0200"
      },
      "message": "Upgrade to Camel 4.20.0\n"
    },
    {
      "commit": "5923c30e2036371ed8145513888335254a5741e3",
      "tree": "23165b623cecb35f44af9277672017c7af3a21ba",
      "parents": [
        "1988bce06432462f900a6f04873dddc358b09931"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Apr 13 14:06:48 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Apr 27 14:51:55 2026 +0200"
      },
      "message": "Camel migrations to 4.19.0\n"
    },
    {
      "commit": "1988bce06432462f900a6f04873dddc358b09931",
      "tree": "3284f65fd89c4949a500df980c2e6c43f3ba6c1d",
      "parents": [
        "26d824253a4fd0fdb0977bb957248c3f43e88c5d"
      ],
      "author": {
        "name": "Tom Cunningham",
        "email": "tcunning@redhat.com",
        "time": "Thu Mar 19 16:01:34 2026 -0400"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Apr 27 14:51:55 2026 +0200"
      },
      "message": "Align to spring-boot 4.0.4\n"
    },
    {
      "commit": "26d824253a4fd0fdb0977bb957248c3f43e88c5d",
      "tree": "8674cc4928bdddc8133d735b5d13ad0fb6d30ff5",
      "parents": [
        "d985c3c6277f42b6fcb1bdcc1488cb58ce18ffb1"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Apr 13 14:59:52 2026 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Apr 27 14:51:55 2026 +0200"
      },
      "message": "Preparation to camel 4.19.0 and CSB specific recipes\n\nCo-authored-by: Tom Cunningham\n"
    },
    {
      "commit": "d985c3c6277f42b6fcb1bdcc1488cb58ce18ffb1",
      "tree": "283f04a65bae5032cf037b5f96f26cbb1790db5c",
      "parents": [
        "48bd229a886ad80e289f33c73563edac1c1d5d31"
      ],
      "author": {
        "name": "Tim te Beek",
        "email": "tim@moderne.io",
        "time": "Fri Apr 17 14:55:31 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 17 14:55:31 2026 +0200"
      },
      "message": "Limit YamlDsl413Recipe to Camel YAML DSL files (#93)\n\n* Limit YamlDsl413Recipe to Camel YAML DSL files\n\nPreviously the recipe rewrote kebab-case keys in every YAML file on the\nclasspath, including GitHub Actions workflows, Kubernetes manifests and\nother unrelated YAML. Add a content-based precondition that only triggers\nthe rewrite when a document\u0027s root block contains a known Camel YAML DSL\nkey (route, from, rest, beans, route-configuration, etc.).\n\n_Claude Code on behalf of Tim te Beek_\n\n* Drop expected cycle count for Spring Boot yamlFile test\n\nWith YamlDsl413Recipe now gated on Camel YAML DSL root keys, the Spring\nBoot application.yaml no longer goes through a kebab-to-camelCase pass\nbefore UpdateCamelSpringBootPropertiesAndYamlKeys runs. The latter\nalready handles case conversion via ChangePropertyKeyWithCaseChange,\nso the recipe stabilizes in one cycle instead of two. The final output\nis unchanged.\n\n_Claude Code on behalf of Tim te Beek_\n\n* Keep kebab-case in yamlFile test expectation\n\nWith YamlDsl413Recipe now gated on Camel YAML DSL root keys, the Spring\nBoot application.yaml is no longer kebab-to-camelCased as a side effect.\nThe explicit rename camel.springboot.main-run-controller -\u003e camel.main.run-controller\npreserves its kebab-case form, matching the .properties test and the\nexamples.yml example output.\n\n_Claude Code on behalf of Tim te Beek_"
    },
    {
      "commit": "48bd229a886ad80e289f33c73563edac1c1d5d31",
      "tree": "a60486716d3ba3e06a3271c118dedddfa9a0fa50",
      "parents": [
        "a26dd23dc1a9ce24a17aaa73f76f424f4c86209c"
      ],
      "author": {
        "name": "Tom Cunningham",
        "email": "tcunning@redhat.com",
        "time": "Tue Mar 24 15:00:08 2026 -0400"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Apr 14 09:39:39 2026 +0200"
      },
      "message": "Fixed links to be applicable to camel-upgrade-recipes\n"
    },
    {
      "commit": "a26dd23dc1a9ce24a17aaa73f76f424f4c86209c",
      "tree": "bb30d966f0893116b2e3c83e2435d8c73a055367",
      "parents": [
        "400412756a57fd670964d82a13d384e67911c69f"
      ],
      "author": {
        "name": "Tom Cunningham",
        "email": "tcunning@redhat.com",
        "time": "Tue Mar 24 14:50:33 2026 -0400"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Apr 14 09:39:39 2026 +0200"
      },
      "message": "Add the Apache Camel AI agent guidelines to camel-upgrade-recipes with a section defining the licensing constraints for recipes to be included in this repository\n"
    },
    {
      "commit": "400412756a57fd670964d82a13d384e67911c69f",
      "tree": "30850556b72a13309631f11b20450f4c61bdc721",
      "parents": [
        "1e10e6e5823945a3c29add38259d42dc4d85803f"
      ],
      "author": {
        "name": "Tom Cunningham",
        "email": "tcunning@redhat.com",
        "time": "Fri Mar 20 18:51:07 2026 -0400"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Apr 14 09:32:26 2026 +0200"
      },
      "message": "Add Moderne Source Available License to list of licenses to check for\n"
    },
    {
      "commit": "1e10e6e5823945a3c29add38259d42dc4d85803f",
      "tree": "b0ac38e27ed45eba15c55e4df89bca3922b720cf",
      "parents": [
        "b1ecb35afc9d16d01b4758446c9ccb86ed443f9c"
      ],
      "author": {
        "name": "Tom Cunningham",
        "email": "tcunning@redhat.com",
        "time": "Wed Mar 18 13:22:43 2026 -0400"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Apr 14 09:32:26 2026 +0200"
      },
      "message": "Remove unused imports\n"
    },
    {
      "commit": "b1ecb35afc9d16d01b4758446c9ccb86ed443f9c",
      "tree": "92964296ca37ef4e950abb14af88381efded7a7a",
      "parents": [
        "5d4c591e0df4b5b8ad45592935035278a311d079"
      ],
      "author": {
        "name": "Tom Cunningham",
        "email": "tcunning@redhat.com",
        "time": "Wed Mar 18 10:27:10 2026 -0400"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Apr 14 09:32:26 2026 +0200"
      },
      "message": "Add tests to check the recipeLists for any Moderne recipes and throw an error\n"
    },
    {
      "commit": "5d4c591e0df4b5b8ad45592935035278a311d079",
      "tree": "0ceb732595138f429ccf3880aab3459973b5d4f1",
      "parents": [
        "42a93161d3956f5773721dc1e95d24eda8df0f97"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Thu Mar 26 13:35:16 2026 +0100"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Apr 13 14:25:58 2026 +0200"
      },
      "message": "Fixed recipe license header\n"
    },
    {
      "commit": "42a93161d3956f5773721dc1e95d24eda8df0f97",
      "tree": "33ae686741f8de6ef8a4ac104bb74d7841ac064c",
      "parents": [
        "ef92014807ea8ac068c0a2427d802f0bd55032e7"
      ],
      "author": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Mar 03 13:31:53 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 03 13:31:53 2026 +0100"
      },
      "message": "Instruction how to revert cancelled release (#85)\n\n"
    },
    {
      "commit": "ef92014807ea8ac068c0a2427d802f0bd55032e7",
      "tree": "f6067ac079ee310261bd252a2ac53d830071ebe9",
      "parents": [
        "71754fdde8503f33aba3257bca3333d7fa4a37b2"
      ],
      "author": {
        "name": "janmaterne",
        "email": "janmaterne@users.noreply.github.com",
        "time": "Tue Mar 03 13:31:34 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 03 13:31:34 2026 +0100"
      },
      "message": "Update README.adoc / typo (#86)\n\n"
    },
    {
      "commit": "71754fdde8503f33aba3257bca3333d7fa4a37b2",
      "tree": "115f06cf018900d1f87143241e486e469bc5a66e",
      "parents": [
        "c19e99f28408549a6c280433d5d13c59151653ad"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Feb 17 12:48:34 2026 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Feb 17 12:48:34 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "c19e99f28408549a6c280433d5d13c59151653ad",
      "tree": "39e425aedde5541d3bcbaadb9c0182cf57d99131",
      "parents": [
        "74923bf3f8b4182585b21ce6adc7f0a8e8f9d911"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Feb 17 12:48:27 2026 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Feb 17 12:48:27 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare release 4.18.0\n"
    },
    {
      "commit": "74923bf3f8b4182585b21ce6adc7f0a8e8f9d911",
      "tree": "23d0a0f90438a1838695ed0bcdf3350767898591",
      "parents": [
        "645509b157a5a669212dc6896e4f33a54169692d"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Feb 17 12:07:50 2026 +0100"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Feb 17 12:46:29 2026 +0100"
      },
      "message": "Bumped openrewrite to 3.24.0\n"
    },
    {
      "commit": "645509b157a5a669212dc6896e4f33a54169692d",
      "tree": "601663f9a4cc13622d7b550297608b5a8d2135bf",
      "parents": [
        "00beb819e2e293a60abb56be01c4301deb4f4e70"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Feb 17 10:24:07 2026 +0100"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Feb 17 10:27:50 2026 +0100"
      },
      "message": "Reverted version to 4.18.0-SNAPSHOT because of cancelled vote - for the third time\n"
    },
    {
      "commit": "00beb819e2e293a60abb56be01c4301deb4f4e70",
      "tree": "6319c4f7c4be94d3c79686adcc16445c14b99713",
      "parents": [
        "9858b90294516c66919b29f750363530d01ac2e7"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Feb 17 09:42:27 2026 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Feb 17 09:42:27 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "9858b90294516c66919b29f750363530d01ac2e7",
      "tree": "e266e6d2cf7f5f67e40fc9ef8c9689ad287dd6c0",
      "parents": [
        "3db07c24c2b8b27e4f04b4aa96a1ab862bc6922f"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Feb 17 09:42:21 2026 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Feb 17 09:42:21 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare release 4.18.0\n"
    },
    {
      "commit": "3db07c24c2b8b27e4f04b4aa96a1ab862bc6922f",
      "tree": "601663f9a4cc13622d7b550297608b5a8d2135bf",
      "parents": [
        "0bd9d12122a92fc9da3a728f004baed3e7175258"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 16:48:07 2026 +0100"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Feb 17 09:38:36 2026 +0100"
      },
      "message": "Proper latest version + fix of the test using it\n"
    },
    {
      "commit": "0bd9d12122a92fc9da3a728f004baed3e7175258",
      "tree": "42bf3969e844d06c97c613e20599da8a1fb7f0f1",
      "parents": [
        "e027d8d66b306f369e7670ba0cd99fd9ad4d4443"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 16:51:22 2026 +0100"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Feb 16 17:15:27 2026 +0100"
      },
      "message": " Reverted version to 4.18.0-SNAPSHOT because of cancelled vote - for the second time\n"
    },
    {
      "commit": "e027d8d66b306f369e7670ba0cd99fd9ad4d4443",
      "tree": "84a6a7cf89a0e9fd2e6a753770fbc669759f2e9e",
      "parents": [
        "0546e7acb45b1518d34cbbfe8fffc28371d51c95"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 16:02:31 2026 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 16:02:31 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "0546e7acb45b1518d34cbbfe8fffc28371d51c95",
      "tree": "60fe4530d3b11d0b335b6a8a0b1390011683df1e",
      "parents": [
        "d6db69ed45a39c5e5de31871178d2b74b3c574b9"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 16:02:24 2026 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 16:02:24 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare release 4.18.0\n"
    },
    {
      "commit": "d6db69ed45a39c5e5de31871178d2b74b3c574b9",
      "tree": "42bf3969e844d06c97c613e20599da8a1fb7f0f1",
      "parents": [
        "306ccc52ffcd3170fe93d38b96988cdf65a48f6c"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 15:56:24 2026 +0100"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Feb 16 16:00:49 2026 +0100"
      },
      "message": "Reverted version to 4.18.0-SNAPSHOT because of cancelled vote\n"
    },
    {
      "commit": "306ccc52ffcd3170fe93d38b96988cdf65a48f6c",
      "tree": "84a6a7cf89a0e9fd2e6a753770fbc669759f2e9e",
      "parents": [
        "1af06c106aceedbeb1ac0fdfc8a7b26cf013d309"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 15:48:08 2026 +0100"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Feb 16 15:53:16 2026 +0100"
      },
      "message": "Update spring / spring-boot versions to 3.5.10\n"
    },
    {
      "commit": "1af06c106aceedbeb1ac0fdfc8a7b26cf013d309",
      "tree": "ea492d1e222451f8b5e4030c6d3cddec9b74665f",
      "parents": [
        "0ce317e6af6bd901d18e4cb6bd50c05937101cb6"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 13:18:52 2026 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 13:18:52 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "0ce317e6af6bd901d18e4cb6bd50c05937101cb6",
      "tree": "11cb7b21bfb643d8200e6529ff643365e7a5371f",
      "parents": [
        "f761c1c70a0adb7b50a5b31d955cd37c31688761"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 13:18:45 2026 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Feb 16 13:18:45 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare release 4.18.0\n"
    },
    {
      "commit": "f761c1c70a0adb7b50a5b31d955cd37c31688761",
      "tree": "3642e36f951e8354b6db9c87291d9619df46c6d8",
      "parents": [
        "556fa518554088715f5817f93e27d2ec8ac43ae4"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Feb 11 15:01:49 2026 +0100"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Feb 16 12:59:10 2026 +0100"
      },
      "message": "Migrate Camel 4.17 to 4.18\n"
    },
    {
      "commit": "556fa518554088715f5817f93e27d2ec8ac43ae4",
      "tree": "bb998209e319e1b23aa6d01734d807dbbb146f81",
      "parents": [
        "77272cf99ec8a503ce4915c72e18262fa6ead548"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jan 13 11:03:18 2026 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jan 13 11:03:18 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "77272cf99ec8a503ce4915c72e18262fa6ead548",
      "tree": "2f924f656179ee39e7c3c0030d1a64e611f1584c",
      "parents": [
        "8db3706a01cb35946c9e351c3a810f488f8b5c03"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jan 13 11:03:11 2026 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jan 13 11:03:11 2026 +0100"
      },
      "message": "[maven-release-plugin] prepare release 4.17.0\n"
    },
    {
      "commit": "8db3706a01cb35946c9e351c3a810f488f8b5c03",
      "tree": "769adc152f226192500bcaaeca7f1196db0652ff",
      "parents": [
        "25e2a32bd8ea1a32e09cde6ff8f6b02fda14bbd1"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Jan 07 17:22:04 2026 +0100"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Jan 13 10:48:24 2026 +0100"
      },
      "message": "Upgrade Camel 4.16 to 4.17.0\n"
    },
    {
      "commit": "25e2a32bd8ea1a32e09cde6ff8f6b02fda14bbd1",
      "tree": "195c07f5538971b1ab3a0b50c2ad49d9cf3afc82",
      "parents": [
        "dd6ce0ea9e1c2e9914582aa494d12fccaccdf894"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Dec 02 12:54:19 2025 +0100"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Tue Dec 02 14:31:04 2025 +0100"
      },
      "message": "Fixes #71, dataformats migration covers marshal and unmarshal\n"
    },
    {
      "commit": "dd6ce0ea9e1c2e9914582aa494d12fccaccdf894",
      "tree": "44b8909d028165caecf84191adeee0f936a1f858",
      "parents": [
        "f9e877335589b865e8d0ab9915102d89f63d0cfd"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Thu Nov 20 16:03:23 2025 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Thu Nov 20 16:03:23 2025 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "f9e877335589b865e8d0ab9915102d89f63d0cfd",
      "tree": "a1b38547cc9df4d4631883c97ac1272291e55dc4",
      "parents": [
        "7994b11a93581698eef76f20e0bb523c00cf6e18"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Thu Nov 20 16:03:17 2025 +0100"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Thu Nov 20 16:03:17 2025 +0100"
      },
      "message": "[maven-release-plugin] prepare release 4.16.0\n"
    },
    {
      "commit": "7994b11a93581698eef76f20e0bb523c00cf6e18",
      "tree": "3c0419403b3adf9cb958db7516adcb3ccacdda2b",
      "parents": [
        "05d2a1e1ae11bfb498f1a1117dca4a6d0f5835c5"
      ],
      "author": {
        "name": "Tom Cunningham",
        "email": "tcunning@redhat.com",
        "time": "Tue Nov 18 13:50:03 2025 -0500"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Thu Nov 20 16:00:27 2025 +0100"
      },
      "message": "Upgrade to the org.apache:apache version used by camel\n"
    },
    {
      "commit": "05d2a1e1ae11bfb498f1a1117dca4a6d0f5835c5",
      "tree": "001d85c375ca5dfc3d4898010240e15f75618261",
      "parents": [
        "b4ee27b3310cf1f1e6e4894f66dc3a106dd4b6c6"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Nov 19 11:08:52 2025 +0100"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Wed Nov 19 14:15:58 2025 +0100"
      },
      "message": "Upgrade Camel to 4.16.0\n"
    },
    {
      "commit": "b4ee27b3310cf1f1e6e4894f66dc3a106dd4b6c6",
      "tree": "4a1d318e9d27585a23aefb0b3848626889859497",
      "parents": [
        "dd1714df1b5dc2e858eff9096ff574e201f7e583"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Fri Oct 10 11:55:58 2025 +0200"
      },
      "committer": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Fri Oct 10 11:55:58 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "dd1714df1b5dc2e858eff9096ff574e201f7e583",
      "tree": "1a318a05c2c4d8b17e49bfb8dc5e4d5516ba0785",
      "parents": [
        "e4be697c4b2963ead21519c6e083a34646d2b067"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Fri Oct 10 11:55:50 2025 +0200"
      },
      "committer": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Fri Oct 10 11:55:50 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release 4.15.0\n"
    },
    {
      "commit": "e4be697c4b2963ead21519c6e083a34646d2b067",
      "tree": "857a200043936386aa910dcff1925efc0b2cabdb",
      "parents": [
        "8a1f3ac46735b9c4d70c436a7ba46184d276f40b"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Fri Oct 10 11:53:55 2025 +0200"
      },
      "committer": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Fri Oct 10 11:53:55 2025 +0200"
      },
      "message": "Disable unreliable test\n"
    },
    {
      "commit": "8a1f3ac46735b9c4d70c436a7ba46184d276f40b",
      "tree": "dad9fd2943432c5a11b547413ffdcb5c371e8d35",
      "parents": [
        "016efc545730362f353c818677eee08fdc3ce121"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Fri Oct 10 09:47:05 2025 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Fri Oct 10 11:13:02 2025 +0200"
      },
      "message": "Fix of typos in release notes\n"
    },
    {
      "commit": "016efc545730362f353c818677eee08fdc3ce121",
      "tree": "e23aa8ad64c68f3c017db89c66862dbedf65cf3a",
      "parents": [
        "a3aa35c5b1cd5b102911418bb677adc596b5bc68"
      ],
      "author": {
        "name": "Adriano Machado",
        "email": "60320+ammachado@users.noreply.github.com",
        "time": "Wed Oct 01 10:57:24 2025 -0400"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Fri Oct 10 11:12:50 2025 +0200"
      },
      "message": "Update OpenRewrite and remove Camel 4.8 dependencies from classpath\n"
    },
    {
      "commit": "a3aa35c5b1cd5b102911418bb677adc596b5bc68",
      "tree": "04c7d4c362d60b26f8c5a4946dc613be3d5c37bb",
      "parents": [
        "93fe987c9864bd284308509d388454827493c640"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Oct 06 11:28:17 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Fri Oct 10 08:24:04 2025 +0200"
      },
      "message": "Upgade Camel to 4.15.0\n"
    },
    {
      "commit": "93fe987c9864bd284308509d388454827493c640",
      "tree": "039797057af66d96bf919d4a95c6819f1989030b",
      "parents": [
        "dd6503b1bc08745255f57b783e7a3ede06a14aa3"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Fri Sep 19 09:55:50 2025 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Thu Oct 02 09:25:57 2025 +0200"
      },
      "message": "Warning for quarkus\n"
    },
    {
      "commit": "dd6503b1bc08745255f57b783e7a3ede06a14aa3",
      "tree": "51aeb7616abe267ba89f66dbcb01cf9e049e9fca",
      "parents": [
        "618b79467d437cbd1ef1374494ed3df215c0cf37"
      ],
      "author": {
        "name": "Tom Cunningham",
        "email": "tcunning@redhat.com",
        "time": "Wed Oct 01 14:13:18 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 01 20:13:18 2025 +0200"
      },
      "message": "Update spring / spring-boot versions to 3.5.6 (#63)\n\n"
    },
    {
      "commit": "618b79467d437cbd1ef1374494ed3df215c0cf37",
      "tree": "a23bd9999fe7f20d381be7c6fe249905f54700f1",
      "parents": [
        "8e2ead17a46a00eab49b861e3c6a032e457400ec"
      ],
      "author": {
        "name": "Tom Cunningham",
        "email": "tcunning@redhat.com",
        "time": "Fri Sep 05 10:37:31 2025 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Sep 05 16:37:31 2025 +0200"
      },
      "message": "Add dependencyManagement entries for camel and camel-spring-boot (#62)\n\n* Add dependencyManagement entries for camel and camel-spring-boot\n\n* Move dependencyManagement entry to camel-spring-boot-upgrade-recipes"
    },
    {
      "commit": "8e2ead17a46a00eab49b861e3c6a032e457400ec",
      "tree": "5564e1cb0dce5edf26ce9f491cdbfb94e5e2c807",
      "parents": [
        "24be1c285a479dcf54c4463363b60aa3c7b042c4"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Sep 01 13:13:49 2025 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Sep 01 13:13:49 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "24be1c285a479dcf54c4463363b60aa3c7b042c4",
      "tree": "b214956810e54ba3ce339cbfc82fee2db3e50646",
      "parents": [
        "01e3bf4e820a45fd132fd00aa75cfb2e34ea2459"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Sep 01 13:13:43 2025 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Sep 01 13:13:43 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release 4.14.0.1\n"
    },
    {
      "commit": "01e3bf4e820a45fd132fd00aa75cfb2e34ea2459",
      "tree": "bf8864f3afbcad49a7f6952fdc1c345676fd38dc",
      "parents": [
        "6bd56df55ad7fbd2ff0a87eca4d906d1fd5b53b5"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Sep 01 12:22:23 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Sep 01 12:57:36 2025 +0200"
      },
      "message": "prepare for next development iteration (4.14.0.1)\n"
    },
    {
      "commit": "6bd56df55ad7fbd2ff0a87eca4d906d1fd5b53b5",
      "tree": "52b433cd2b758d93c918981eda92bc69fea04952",
      "parents": [
        "4cd76515f131b0442dd4d664d9b7672c24f25ac0"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Aug 26 13:10:55 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Sep 01 12:27:10 2025 +0200"
      },
      "message": "Extract recipe (and test) for 4.10.4 - so Quarkus-updates can resuse it\n"
    },
    {
      "commit": "4cd76515f131b0442dd4d664d9b7672c24f25ac0",
      "tree": "d4610b3ed2f0e764baf723684494efb92b9f8967",
      "parents": [
        "29fec1bfd2116afecb5b3a82588b0e08d7df15d5"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Aug 26 13:10:55 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Fri Aug 29 13:04:45 2025 +0200"
      },
      "message": "Release notes - fill absent releases\n"
    },
    {
      "commit": "29fec1bfd2116afecb5b3a82588b0e08d7df15d5",
      "tree": "ceed93de74b959c6441018deccbca721a6046058",
      "parents": [
        "7fdadfe676de729241de176af6718fdbae9baff2"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Thu Aug 28 16:29:42 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Fri Aug 29 13:00:34 2025 +0200"
      },
      "message": "Recipe for 4.10lts\n"
    },
    {
      "commit": "7fdadfe676de729241de176af6718fdbae9baff2",
      "tree": "10769adf1a9cadf8773062f2272c16454d9a9c92",
      "parents": [
        "4edf5344a3c6f8a5c3f7fd780ece5c74d3cffd91"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Thu Aug 28 16:27:22 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Fri Aug 29 13:00:34 2025 +0200"
      },
      "message": "Fixed missing recipes in latest.yaml + tests\n"
    },
    {
      "commit": "4edf5344a3c6f8a5c3f7fd780ece5c74d3cffd91",
      "tree": "d84537c44d7473d88b2ce0a1237255007ed54560",
      "parents": [
        "10e1a6ea15c02a656b0cc51b26b73e0eaa3b112d"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon Aug 25 09:19:59 2025 +0200"
      },
      "committer": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon Aug 25 09:19:59 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "10e1a6ea15c02a656b0cc51b26b73e0eaa3b112d",
      "tree": "470ea6436e9b4488d0a758b4cb4bcefaf9d7f6fb",
      "parents": [
        "f7273b5753463787abd24f7025d3589e8498f1de"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon Aug 25 09:19:45 2025 +0200"
      },
      "committer": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon Aug 25 09:19:45 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release 4.14.0\n"
    },
    {
      "commit": "f7273b5753463787abd24f7025d3589e8498f1de",
      "tree": "c2f9d3241f65e28429b18b1423d28661a36cfafa",
      "parents": [
        "8dd55deccd7a41c57ed8c3586bdaff939f880ca3"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Aug 18 13:57:02 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Aug 18 13:59:52 2025 +0200"
      },
      "message": "Fixed warning, when .github/workflows/github-release.yml is parsed\n"
    },
    {
      "commit": "8dd55deccd7a41c57ed8c3586bdaff939f880ca3",
      "tree": "55bea9a2b175d8811556cdda0c3980e2d1b4baee",
      "parents": [
        "af5c7ffc5178d08e1d38d1eb0e919e3cb17d681b"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Mon Aug 18 11:55:32 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Aug 18 13:49:13 2025 +0200"
      },
      "message": "CSB 4.14 recipe\n"
    },
    {
      "commit": "af5c7ffc5178d08e1d38d1eb0e919e3cb17d681b",
      "tree": "14aeea5aa36b28f739e84430f1d2b14fb0d5c0dd",
      "parents": [
        "767a6f9f6825e4ec3b73d51ab0fb8fb057a96391"
      ],
      "author": {
        "name": "Tim te Beek",
        "email": "tim@moderne.io",
        "time": "Mon Aug 18 12:12:33 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Aug 18 13:46:37 2025 +0200"
      },
      "message": "Create GitHub releases for tags\n"
    },
    {
      "commit": "767a6f9f6825e4ec3b73d51ab0fb8fb057a96391",
      "tree": "03c42b5a5f16e4493650c65084ba686925dc4755",
      "parents": [
        "04c8b9213fdfc1fde035572478fa5c1584167657"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Aug 18 13:27:57 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Aug 18 13:45:34 2025 +0200"
      },
      "message": "Apply best practices on the test folders.\n"
    },
    {
      "commit": "04c8b9213fdfc1fde035572478fa5c1584167657",
      "tree": "373af81eb05439f4f8b8e1c433ddd55878048117",
      "parents": [
        "c4ef3a367d2b74b4282b139389e5d2453a2290c2"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Aug 18 10:34:11 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Aug 18 11:44:37 2025 +0200"
      },
      "message": "Upgrade to Camel 4.14.0\n"
    },
    {
      "commit": "c4ef3a367d2b74b4282b139389e5d2453a2290c2",
      "tree": "921f688a40cb05c1627e397409e6ebbe53591e44",
      "parents": [
        "9a575991aaa9a27cfabc95e98a6a7694147cec7a"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jul 29 08:49:04 2025 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jul 29 08:49:04 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "9a575991aaa9a27cfabc95e98a6a7694147cec7a",
      "tree": "1e8ce218664d6c97e0c0fd99dc0252b479914012",
      "parents": [
        "b66c1d2f516680678e81a471135db9f20c92c879"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jul 29 08:48:58 2025 +0200"
      },
      "committer": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Tue Jul 29 08:48:58 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release 4.13.0\n"
    },
    {
      "commit": "b66c1d2f516680678e81a471135db9f20c92c879",
      "tree": "ab95ebd7a053c8af08957d4fadd0d8023f7ea631",
      "parents": [
        "e2198e9762efa49a6bd67e69fa3fc82ee2b7194e"
      ],
      "author": {
        "name": "Jiri Ondrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Jul 28 14:50:00 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Jul 28 15:47:00 2025 +0200"
      },
      "message": "Make tests extendable for quarkus-updates\n"
    },
    {
      "commit": "e2198e9762efa49a6bd67e69fa3fc82ee2b7194e",
      "tree": "6d27e4667728a3f06ff95a435ab5ccd1f08f6b7e",
      "parents": [
        "ead9b6a44f683e2ecdda8c35cb994f41477ddab1"
      ],
      "author": {
        "name": "Radovan Netuka",
        "email": "rnetuka@li-f098124c-3165-11b2-a85c-bf544180b79e.ibm.com",
        "time": "Fri Jul 25 15:12:18 2025 +0200"
      },
      "committer": {
        "name": "JiriOndrusek",
        "email": "jondruse@redhat.com",
        "time": "Mon Jul 28 13:59:57 2025 +0200"
      },
      "message": "[CAMEL-21862] camel-spring-boot - Remove deprecated camel.springboot. config prefix\n"
    },
    {
      "commit": "ead9b6a44f683e2ecdda8c35cb994f41477ddab1",
      "tree": "4075f01af9196890ee44d41468524ea82f6a3554",
      "parents": [
        "10c4ed5aef7818c46b60487fcca8671f34f9a106"
      ],
      "author": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Fri Jul 25 23:50:46 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 25 23:50:46 2025 +0200"
      },
      "message": "rename ci-build gh workflow (#48)\n\n"
    },
    {
      "commit": "10c4ed5aef7818c46b60487fcca8671f34f9a106",
      "tree": "d4bcccd51827300f33b67dfa9cba2fe917cea48d",
      "parents": [
        "0bc5666657c8a28e5eb21d8ca0f279cb9f47189a"
      ],
      "author": {
        "name": "Tim te Beek",
        "email": "tim@moderne.io",
        "time": "Fri Jul 25 17:09:21 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 25 17:09:21 2025 +0200"
      },
      "message": "Apply OpenRewrite best practices on PRs (#47)\n\n* Apply OpenRewrite best practices on PRs\n\n* Document how to run OpenRewrite best practices locally\n\n* Apply remaining best practices to make imports consistent throughout"
    },
    {
      "commit": "0bc5666657c8a28e5eb21d8ca0f279cb9f47189a",
      "tree": "b661749e3960a97fb5ed1f951c85865bcc12383b",
      "parents": [
        "77ea7c3c8a686048fc29ef209aac9518cdc2fbac"
      ],
      "author": {
        "name": "Tim te Beek",
        "email": "tim@moderne.io",
        "time": "Fri Jul 25 16:12:39 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 25 16:12:39 2025 +0200"
      },
      "message": "Apply OpenRewrite best practices (#45)\n\n* Apply OpenRewrite best practices\n\n* Add examples.yml\n\n* Minimize indentation in tests through .editorconfig\n\n* Delete .editorconfig"
    },
    {
      "commit": "77ea7c3c8a686048fc29ef209aac9518cdc2fbac",
      "tree": "1a7c3f7f71582466d8d24de5a8a47764e5f0e8a1",
      "parents": [
        "cd298600fbeb7f50304be68b0e650464fed60146"
      ],
      "author": {
        "name": "Croway",
        "email": "federico.mariani.1990@gmail.com",
        "time": "Fri Jul 11 14:36:46 2025 +0200"
      },
      "committer": {
        "name": "Federico Mariani",
        "email": "34543311+Croway@users.noreply.github.com",
        "time": "Fri Jul 11 15:23:31 2025 +0200"
      },
      "message": "Update Camel Spring Boot recipes to 4.13\n"
    }
  ],
  "next": "cd298600fbeb7f50304be68b0e650464fed60146"
}
