)]}'
{
  "log": [
    {
      "commit": "eb17c56237daa1e596443aedb7031a9b7c3b03b6",
      "tree": "726a54c91c40baec3971551dcb75919e179774f2",
      "parents": [
        "8db3b2fac07fec1219b18c98123dc3e73663c927"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Mon Jul 27 15:06:09 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 27 15:06:09 2026 +0100"
      },
      "message": "Remove explicit cq-maven-plugin version references in the release guide"
    },
    {
      "commit": "8db3b2fac07fec1219b18c98123dc3e73663c927",
      "tree": "6de206967b8a6526fc805ac6e48268fd93848810",
      "parents": [
        "39c960bbf525187fa3e0c292a15d5bf144487e6a"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Thu Jul 16 14:21:23 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Mon Jul 27 14:08:55 2026 +0100"
      },
      "message": "Ensure connection to Splunk HEC works before executing tests\n"
    },
    {
      "commit": "39c960bbf525187fa3e0c292a15d5bf144487e6a",
      "tree": "156cb639e7e6ecd747724ef1ed8326f927f425fc",
      "parents": [
        "09cffe3b467a1a60cf588534c3d1662e7e7eb7f3"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Tue Jul 14 19:30:27 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Mon Jul 27 14:08:55 2026 +0100"
      },
      "message": "Get log path from property\n"
    },
    {
      "commit": "09cffe3b467a1a60cf588534c3d1662e7e7eb7f3",
      "tree": "d1aec029a684488081d925185cf234eec3facd4b",
      "parents": [
        "e14fb486f05f9553378c00d53f2b7ba6e815a53c"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Mon Jul 13 15:59:43 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Mon Jul 27 14:08:55 2026 +0100"
      },
      "message": "Make timeout for Quartz process configurable\n"
    },
    {
      "commit": "e14fb486f05f9553378c00d53f2b7ba6e815a53c",
      "tree": "6226e8a2a1d2b565b0c33bde6ed757ab528de357",
      "parents": [
        "cfd14e50dced8d47fde216bcee10da5818eb8747"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Mon Jul 27 12:52:37 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 27 12:52:37 2026 +0100"
      },
      "message": "Next is 3.39.0-SNAPSHOT"
    },
    {
      "commit": "cfd14e50dced8d47fde216bcee10da5818eb8747",
      "tree": "ec31698e83678046085cfe5bc3d8596115bd85be",
      "parents": [
        "6bd7ebca796b624314f0d64d0217d4f122a568c5"
      ],
      "author": {
        "name": "JinyuChen97",
        "email": "as0830428946@gmail.com",
        "time": "Mon Jul 27 10:34:24 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 27 10:34:24 2026 +0100"
      },
      "message": "Add camel-quarkus-micrometer-observability extension with native support\n\nAdds a new Quarkus extension for camel-micrometer-observability, bridging\nCamel\u0027s telemetry SPI to Micrometer Tracing via the OTel bridge.\n\nExtension (runtime):\n- MicrometerObservabilityTracerProducer: CDI @DefaultBean producer that bridges\n  from the Quarkus-provided OpenTelemetry bean to Micrometer Tracing by\n  constructing OtelTracer, OtelPropagator and ObservationRegistry.\n- CamelMicrometerObservabilityConfig: five Quarkus config properties under\n  quarkus.camel.micrometer-observability.\n- Runtime dependencies: quarkus-opentelemetry, micrometer-tracing-bridge-otel.\n\nExtension (deployment):\n- MicrometerObservabilityProcessor: three BuildSteps — FeatureBuildItem,\n  AdditionalBeanBuildItem (producer unremovable), UnremovableBeanBuildItem\n  (Camel Tracer bean).\n\nIntegration tests (JVM + Native, 4 tests):\n- testSpansAreGenerated: verifies the full pipeline\n  Camel → MicrometerObservabilityTracer → OtelTracer bridge → OTel SDK →\n  InMemorySpanExporter.\n- testExcludePatternsAreApplied: verifies exclude-patterns suppresses spans\n  for matching endpoints.\n- testConfigPropertiesAreWired: verifies all five config properties are\n  correctly propagated to the live MicrometerObservabilityTracer via\n  CamelMicrometerObservabilityConfig.\n- testUpstreamW3CTracePropagation: verifies W3C traceparent propagation\n  using the real OTel propagator.\n\nTest infrastructure uses InMemorySpanExporter (opentelemetry-sdk-testing)\nfor validating the full OTel pipeline.\n\nAdded micrometer-tracing and micrometer-tracing-bridge-otel to camel-quarkus-bom with fixed version to root pom.xml\n\nCo-authored-by: Bob \u003cbob@ibm.com\u003e"
    },
    {
      "commit": "6bd7ebca796b624314f0d64d0217d4f122a568c5",
      "tree": "051a60a1774ea1007c1ca39e5ccdebbb98dc8a2d",
      "parents": [
        "5b9e5330d5de721d03468ed1d4919f64619aab8f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 27 09:46:00 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 27 09:46:00 2026 +0100"
      },
      "message": "Bump cq-plugin.version from 4.27.0 to 4.27.2\n\n* Bump cq-plugin.version from 4.27.0 to 4.27.2\n\nBumps `cq-plugin.version` from 4.27.0 to 4.27.2.\n\nUpdates `org.l2x6.cq:cq-filtered-external-enforcer-rules` from 4.27.0 to 4.27.2\n- [Commits](https://github.com/l2x6/cq-maven-plugin/compare/4.27.0...4.27.2)\n\nUpdates `org.l2x6.cq:cq-maven-plugin` from 4.27.0 to 4.27.2\n- [Commits](https://github.com/l2x6/cq-maven-plugin/compare/4.27.0...4.27.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.l2x6.cq:cq-filtered-external-enforcer-rules\n  dependency-version: 4.27.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.l2x6.cq:cq-maven-plugin\n  dependency-version: 4.27.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Reformat all grouped test pom.xml\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: James Netherton \u003cjamesnetherton@gmail.com\u003e"
    },
    {
      "commit": "5b9e5330d5de721d03468ed1d4919f64619aab8f",
      "tree": "f295282c6b02b95b6d6fd6bf74ff2f983022d60b",
      "parents": [
        "03b3e35feb68b3bde549aac410dd438abade4aab"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Mon Jul 27 09:20:41 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 27 09:20:41 2026 +0100"
      },
      "message": "Upgrade Quarkus Amazon Services to 3.21.1"
    },
    {
      "commit": "03b3e35feb68b3bde549aac410dd438abade4aab",
      "tree": "6733e1de04d812fcafa8381fe10b7a1b5847a220",
      "parents": [
        "fe1921c576990ac2a6a8e2c247ddbc96e8ea8001"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 27 07:30:39 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 27 07:30:39 2026 +0100"
      },
      "message": "Bump quarkiverse-groovy.version from 3.37.3 to 3.38.0\n\n* Bump quarkiverse-groovy.version from 3.37.3 to 3.38.0\n\nBumps `quarkiverse-groovy.version` from 3.37.3 to 3.38.0.\n\nUpdates `io.quarkiverse.groovy:quarkus-groovy` from 3.37.3 to 3.38.0\n\nUpdates `io.quarkiverse.groovy:quarkus-groovy-deployment` from 3.37.3 to 3.38.0\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkiverse.groovy:quarkus-groovy\n  dependency-version: 3.38.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: io.quarkiverse.groovy:quarkus-groovy-deployment\n  dependency-version: 3.38.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Auto generated changes for dependabot commit b6d5911ded161c5bd67aa414e685852e75c9202c\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "fe1921c576990ac2a6a8e2c247ddbc96e8ea8001",
      "tree": "d76947524fd3cd945b6ab961c58481a04b294bb2",
      "parents": [
        "64521b045d5bfd42e910c8e53fabd9a9a55420e7"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Sun Jul 26 13:19:14 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jul 26 13:19:14 2026 +0200"
      },
      "message": "Regen SBOM from commit 64521b045d5bfd42e910c8e53fabd9a9a55420e7 (#8918)\n\nSigned-off-by: GitHub \u003cnoreply@github.com\u003e\nCo-authored-by: oscerd \u003coscerd@users.noreply.github.com\u003e"
    },
    {
      "commit": "64521b045d5bfd42e910c8e53fabd9a9a55420e7",
      "tree": "17791c34fd1b60171f02c04336bdb9e79aaad04f",
      "parents": [
        "a86a69f626dfd98e062945af55136680e6e1aab3"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Fri Jul 24 14:16:51 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 24 14:16:51 2026 +0100"
      },
      "message": "Restrict Dev UI JSON-RPC bridge to declared console IDs, allowed options and values\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "a86a69f626dfd98e062945af55136680e6e1aab3",
      "tree": "fafc647136142738ce287e9dd11e96f7019d94f5",
      "parents": [
        "349083cb8f6807719092fb0d4473c8ff00907973"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 23 13:55:13 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 23 13:55:13 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1\n\nBumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/apache/maven-jar-plugin/releases)\n- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-jar-plugin\n  dependency-version: 3.5.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "349083cb8f6807719092fb0d4473c8ff00907973",
      "tree": "e04c4e9bbc9a709226dec0a6924fa9f313a65a48",
      "parents": [
        "0adaaa04f5ad80d288c7a849410cd33473610712"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 23 13:54:58 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 23 13:54:58 2026 +0100"
      },
      "message": "Upgrade Quarkus to 3.38.0\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "0adaaa04f5ad80d288c7a849410cd33473610712",
      "tree": "de324760e8032204566cdcd47db1db20e24c9c05",
      "parents": [
        "630da0e6b0212879cb1d021be8594c41ca8a3fd7"
      ],
      "author": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Thu Jul 23 10:08:47 2026 +0200"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Thu Jul 23 10:28:52 2026 +0200"
      },
      "message": "Fix dependabot file - remove tabs\n\nSigned-off-by: Aurélien Pupier \u003capupier@ibm.com\u003e"
    },
    {
      "commit": "630da0e6b0212879cb1d021be8594c41ca8a3fd7",
      "tree": "764fe8c11c93813b0d6dd1a78a3fe49c76cceaee",
      "parents": [
        "2a4b5eb3ae966fe5617b13a34ad10976cdf1df58"
      ],
      "author": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Tue Jul 21 16:20:04 2026 +0200"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Thu Jul 23 08:44:32 2026 +0200"
      },
      "message": "Configure Develocity using Apache instance\n\nfixes #8898\n\nSigned-off-by: Aurélien Pupier \u003capupier@ibm.com\u003e"
    },
    {
      "commit": "2a4b5eb3ae966fe5617b13a34ad10976cdf1df58",
      "tree": "deb063cc63341e1e4b604da34f69959637c6f027",
      "parents": [
        "54bec3f0debd092120ad81d4cec74ee0b773f58c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 23 06:13:45 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 23 06:13:45 2026 +0100"
      },
      "message": "Bump quarkiverse-fory.version from 1.3.1 to 1.4.0\n\n* Bump quarkiverse-fory.version from 1.3.1 to 1.4.0\n\nBumps `quarkiverse-fory.version` from 1.3.1 to 1.4.0.\n\nUpdates `io.quarkiverse.fory:quarkus-fory` from 1.3.1 to 1.4.0\n- [Release notes](https://github.com/quarkiverse/quarkus-fory/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-fory/compare/1.3.1...1.4.0)\n\nUpdates `io.quarkiverse.fory:quarkus-fory-deployment` from 1.3.1 to 1.4.0\n- [Release notes](https://github.com/quarkiverse/quarkus-fory/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-fory/compare/1.3.1...1.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkiverse.fory:quarkus-fory\n  dependency-version: 1.4.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: io.quarkiverse.fory:quarkus-fory-deployment\n  dependency-version: 1.4.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Auto generated changes for dependabot commit aa4cdb5c916edbda486fa778341bd65d2fdafb86\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "54bec3f0debd092120ad81d4cec74ee0b773f58c",
      "tree": "12b541e9490803d44c819d9f9303576dcf6a6eae",
      "parents": [
        "0349a0e9afaaa1a65bd0eec48fa82c9afac6a223"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 23 06:11:44 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 23 06:11:44 2026 +0100"
      },
      "message": "Bump com.microsoft.graph:microsoft-graph from 6.66.1 to 6.67.0\n\nBumps [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 6.66.1 to 6.67.0.\n- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases)\n- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.66.1...v6.67.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.microsoft.graph:microsoft-graph\n  dependency-version: 6.67.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "0349a0e9afaaa1a65bd0eec48fa82c9afac6a223",
      "tree": "5ddfa6efe7bcd0edf36d24b370bddc1a5b22d2fa",
      "parents": [
        "e7d6c94ac403a907e56fd0b84da71c84fbd66f57"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 23 06:08:43 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 23 06:08:43 2026 +0100"
      },
      "message": "Bump com.mycila:license-maven-plugin from 5.0.0 to 5.1.1\n\nBumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 5.0.0 to 5.1.1.\n- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)\n- [Changelog](https://github.com/mathieucarbou/license-maven-plugin/blob/master/docs/releases.md)\n- [Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/v5.0.0...v5.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: com.mycila:license-maven-plugin\n  dependency-version: 5.1.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "e7d6c94ac403a907e56fd0b84da71c84fbd66f57",
      "tree": "f20d33377eaba37468b01dd56eb94532060cc021",
      "parents": [
        "69760a382ebf43475b318c86da6c9dbc36ded608"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Wed Jul 22 13:49:15 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 22 13:49:15 2026 +0100"
      },
      "message": "Fix FHIR native build warning ClassNotFoundException: com.google.protobuf.JavaFeaturesProto"
    },
    {
      "commit": "69760a382ebf43475b318c86da6c9dbc36ded608",
      "tree": "b84d51ea10318c10a43e246459dcc372f7807f4e",
      "parents": [
        "3c8f0eec8f2e1bc4667fb24170b15298bc7d7f8b"
      ],
      "author": {
        "name": "JiriOndrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Jul 22 11:41:10 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 22 10:41:10 2026 +0100"
      },
      "message": "Fixes #8886. Add integration test coverage for CyberArk Vault alternative authentication methods\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "3c8f0eec8f2e1bc4667fb24170b15298bc7d7f8b",
      "tree": "f7811b60cd5142124891d5432093d5fd08ec891e",
      "parents": [
        "7414e72dc7f6bacf4e8dd6ab9b8accd7912faced"
      ],
      "author": {
        "name": "JiriOndrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Wed Jul 22 08:18:30 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 22 07:18:30 2026 +0100"
      },
      "message": "Fixes #8884. Add integration test coverage for CyberArk Vault property placeholder, dynamic headers, and secret versioning\n\n- Add testPropertyPlaceholder using PropertiesComponent.resolveProperty()\n- Add testGetSecretByHeader exercising CyberArkVaultConstants.SECRET_ID header\n- Add testGetSecretVersion with dedicated versionVar to isolate version numbering\n- Configure camel.vault.cyberark.* properties in test resource\n- Consolidate createSecret REST endpoint to accept dynamic secretId\n- Bump nginx test container image from 1.29.4 to 1.30.3\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "7414e72dc7f6bacf4e8dd6ab9b8accd7912faced",
      "tree": "3894d5cc1ba4a269c683ae1ecbd78c426c207acd",
      "parents": [
        "ddcebffdab2ab6e08f38a55fb1f7990a950547a6"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 21 13:35:01 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 21 13:35:01 2026 +0100"
      },
      "message": "Remove redundant cq-test.retrieval.augmentor.disabled configuration property from langchain4j-agent-ql4j tests"
    },
    {
      "commit": "ddcebffdab2ab6e08f38a55fb1f7990a950547a6",
      "tree": "409d2b35bdfe47d8baed3fe5eb23108d718d425b",
      "parents": [
        "cad57ff6a7728fe9b6bbe412fe564aa82b2ce719"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Tue Jul 21 10:59:28 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 21 09:59:28 2026 +0100"
      },
      "message": "Enable disabled camel-quarkus-junit tests\n\nFixes #8318"
    },
    {
      "commit": "cad57ff6a7728fe9b6bbe412fe564aa82b2ce719",
      "tree": "a752713accb8d07fff7a340118c13b9d753a634e",
      "parents": [
        "17f28543c70cd737a601bdf40d51f2e48d50dc39"
      ],
      "author": {
        "name": "Jomin Mathew",
        "email": "30464264+jomin7@users.noreply.github.com",
        "time": "Tue Jul 21 09:58:53 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 21 09:58:53 2026 +0100"
      },
      "message": "Fixes #6169. Add OpenAPI Validator extension\n\nAdd a Camel Quarkus extension for the camel-openapi-validator component,\nproviding native image support for JSON Schema validation of REST API\nrequests against OpenAPI specifications.\n\nThe extension registers reflective classes for keyword validators,\nnative image resources for JSON Schema draft directories, and\nruntime-initialized classes required by the underlying Atlassian\nswagger-request-validator library.\n\nThe integration test uses the REST DSL consumer with\nclientRequestValidation enabled to exercise the full validation path,\nincluding JSON Schema keyword validation for required fields and type\nchecking.\n\nCo-authored-by: jomin mathew \u003c\u003e"
    },
    {
      "commit": "17f28543c70cd737a601bdf40d51f2e48d50dc39",
      "tree": "e0ed7923908eb2608bffc1a8ce6cd78d37bbf307",
      "parents": [
        "04630565d67397ff0f126d2fc9833023829370a2"
      ],
      "author": {
        "name": "JinyuChen97",
        "email": "as0830428946@gmail.com",
        "time": "Tue Jul 21 09:58:23 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 21 09:58:23 2026 +0100"
      },
      "message": "Migrate Quarkus-interop tests from extensions/extensions-jvm to integration-tests/integration-tests-jvm\n\nMigrate QuarkusUnitTest-based tests that cover interoperability with Quarkus\nor non-Camel transitives out of the deployment modules and into their\nrespective integration-tests modules using @QuarkusTest + @TestProfile, so that they can be exercised when\nrunning the test suite against alternate Quarkus platform BOMs.\n\nquartz (integration-tests/quartz):\n- Migrated: QuartzNotAutowiredTest, QuartzNoQuarkusSchedulerAutowiredTest,\nQuartzQuarkusSchedulerAutowiredTest, QuartzQuarkusSchedulerNotAutowiredTest,\nQuartzQuarkusCustomSchedulerAutowiredTest,\nQuartzQuarkusSchedulerAutowiredWithSchedulerBeanTest\n- Not migrated: QuartzQuarkusSchedulerAmbiguousAutowiredTest\n(startup failure asserted via setExpectedException, no @QuarkusTest equivalent)"
    },
    {
      "commit": "04630565d67397ff0f126d2fc9833023829370a2",
      "tree": "5e49dd838c982a1cb31be997cbbd6d613ba58394",
      "parents": [
        "20afb4c27d86b597382fff40af03f417e3fd2bbf"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Tue Jul 21 08:02:35 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 21 09:57:50 2026 +0100"
      },
      "message": "Remove redundant Debezium workarounds for kafka-clients 4.2.0 compatibility\n\nFixes #8530\n"
    },
    {
      "commit": "20afb4c27d86b597382fff40af03f417e3fd2bbf",
      "tree": "301f46cf525cdf90d5388f8a36398891e1af9c5c",
      "parents": [
        "f37db5c4eb2c61dd6e5cf15f87aeba0895bfbe77"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Thu Jul 02 07:57:40 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 21 09:57:50 2026 +0100"
      },
      "message": "Adapt Debezium native support for 3.6.0.Final\n"
    },
    {
      "commit": "f37db5c4eb2c61dd6e5cf15f87aeba0895bfbe77",
      "tree": "d2aa4a62b54d5567a2d76936570a13ece1fb1b9b",
      "parents": [
        "cc8347e174b082498ccaed2647b4df51693cbdc3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 01 21:35:49 2026 +0000"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 21 09:57:50 2026 +0100"
      },
      "message": "Auto generated changes for dependabot commit 55f731e4964d28bc60f2cc1ae0cbc15aa8ab9e30\n"
    },
    {
      "commit": "cc8347e174b082498ccaed2647b4df51693cbdc3",
      "tree": "e0470de19f99e91b1913ed9f88180e085a90d864",
      "parents": [
        "f20b43b1a3b5cf7f17ded83630a50eb4088b16e2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 01 21:27:54 2026 +0000"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 21 09:57:50 2026 +0100"
      },
      "message": "Bump io.debezium:debezium-bom from 3.5.2.Final to 3.6.0.Final\n\nBumps [io.debezium:debezium-bom](https://github.com/debezium/debezium) from 3.5.2.Final to 3.6.0.Final.\n- [Changelog](https://github.com/debezium/debezium/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/debezium/debezium/compare/v3.5.2.Final...v3.6.0.Final)\n\n---\nupdated-dependencies:\n- dependency-name: io.debezium:debezium-bom\n  dependency-version: 3.6.0.Final\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f20b43b1a3b5cf7f17ded83630a50eb4088b16e2",
      "tree": "b3053683ead163a080e382a2f1e2bff01bb464ad",
      "parents": [
        "3a4bc775c1f5f8b0288fcb6d302c2e701680d115"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 21 07:45:08 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 21 07:45:08 2026 +0100"
      },
      "message": "Bump actions/checkout from 7.0.0 to 7.0.1\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: 7.0.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "3a4bc775c1f5f8b0288fcb6d302c2e701680d115",
      "tree": "96167ea2992ea7fe40408d1dbd6ca5aac84abfa5",
      "parents": [
        "687acfef192236fc99b30b82f39230fc04a5ef50"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 21 07:44:42 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 21 07:44:42 2026 +0100"
      },
      "message": "Upgarde Quarkus to 3.38.0.CR1 \u0026 Quarkus CXF to 3.38.0.CR2"
    },
    {
      "commit": "687acfef192236fc99b30b82f39230fc04a5ef50",
      "tree": "6d9ecbf79c073e7eab58428c2d61b3521cbac6aa",
      "parents": [
        "bcccd695c698c802748376da2e592081ba19a7fd"
      ],
      "author": {
        "name": "JiriOndrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Jul 20 09:55:50 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 20 08:55:50 2026 +0100"
      },
      "message": "Add changelog for 3.27.5 and 3.33.2"
    },
    {
      "commit": "bcccd695c698c802748376da2e592081ba19a7fd",
      "tree": "cbf5eba1645da7d091fb2da3df301599cb39af52",
      "parents": [
        "909b1ac32ac03bb79b84c45db0152bdcc7feb119"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Sun Jul 19 13:09:36 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jul 19 13:09:36 2026 +0200"
      },
      "message": "Regen SBOM from commit 909b1ac32ac03bb79b84c45db0152bdcc7feb119 (#8893)\n\nSigned-off-by: GitHub \u003cnoreply@github.com\u003e\nCo-authored-by: oscerd \u003coscerd@users.noreply.github.com\u003e"
    },
    {
      "commit": "909b1ac32ac03bb79b84c45db0152bdcc7feb119",
      "tree": "d015667120c14736d16d501892f36c4ef5d6655f",
      "parents": [
        "f547f784d14be14d3ae1659a2adbb849bb12f7bb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 16 21:22:57 2026 +0000"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Fri Jul 17 10:39:37 2026 +0200"
      },
      "message": "Bump actions/setup-java from 5.5.0 to 5.6.0\n\nBumps [actions/setup-java](https://github.com/actions/setup-java) from 5.5.0 to 5.6.0.\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/0f481fcb613427c0f801b606911222b5b6f3083a...03ad4de0992f5dab5e18fcb136590ce7c4a0ac95)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-java\n  dependency-version: 5.6.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f547f784d14be14d3ae1659a2adbb849bb12f7bb",
      "tree": "57612b15d3d8ea4341754ec8a53390c3bf0d252e",
      "parents": [
        "444e510a5b398eaa52ac36760baa3cad8bad2f55"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 16 21:32:29 2026 +0000"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Fri Jul 17 10:07:57 2026 +0200"
      },
      "message": "Auto generated changes for dependabot commit b7c3e8403d9e981e6b8ced038ac2acc1e37e00fa\n"
    },
    {
      "commit": "444e510a5b398eaa52ac36760baa3cad8bad2f55",
      "tree": "ffb9e251fe10629f64af6c6013126e110e11538b",
      "parents": [
        "9f72e069ad4adf80846a2bd226523c3899958061"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 16 21:26:27 2026 +0000"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Fri Jul 17 10:07:57 2026 +0200"
      },
      "message": "Bump quarkiverse-groovy.version from 3.37.2 to 3.37.3\n\nBumps `quarkiverse-groovy.version` from 3.37.2 to 3.37.3.\n\nUpdates `io.quarkiverse.groovy:quarkus-groovy` from 3.37.2 to 3.37.3\n\nUpdates `io.quarkiverse.groovy:quarkus-groovy-deployment` from 3.37.2 to 3.37.3\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkiverse.groovy:quarkus-groovy\n  dependency-version: 3.37.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: io.quarkiverse.groovy:quarkus-groovy-deployment\n  dependency-version: 3.37.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "9f72e069ad4adf80846a2bd226523c3899958061",
      "tree": "34cf00aa92aead577369fdb5e209589125fc2bc0",
      "parents": [
        "a04b64eabce01ca9dcb939b9b33daf7c5f2cc32b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 16 21:34:50 2026 +0000"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Fri Jul 17 10:07:28 2026 +0200"
      },
      "message": "Auto generated changes for dependabot commit 61bc7a529ea120586412dc5b2448c24ac19925fb\n"
    },
    {
      "commit": "a04b64eabce01ca9dcb939b9b33daf7c5f2cc32b",
      "tree": "8e52aa23f304601bab15fbce18d1df17d12a3391",
      "parents": [
        "317616a355ade736bc69d11d6fe5da91437bf6a0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 16 21:28:04 2026 +0000"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Fri Jul 17 10:07:28 2026 +0200"
      },
      "message": "Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom\n\nBumps [io.quarkiverse.amazonservices:quarkus-amazon-services-bom](https://github.com/quarkiverse/quarkus-amazon-services) from 3.20.1 to 3.21.0.\n- [Release notes](https://github.com/quarkiverse/quarkus-amazon-services/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-amazon-services/compare/3.20.1...3.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkiverse.amazonservices:quarkus-amazon-services-bom\n  dependency-version: 3.21.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "317616a355ade736bc69d11d6fe5da91437bf6a0",
      "tree": "665b250fe24449e20897ab4a9f927984d42e5eff",
      "parents": [
        "b2d1e9c04d4a588ff00cd7419eeeef045fd07a3c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 10 21:24:22 2026 +0000"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Thu Jul 16 16:25:08 2026 +0200"
      },
      "message": "Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom\n\nBumps [io.quarkiverse.amazonservices:quarkus-amazon-services-bom](https://github.com/quarkiverse/quarkus-amazon-services) from 3.20.0 to 3.20.1.\n- [Release notes](https://github.com/quarkiverse/quarkus-amazon-services/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-amazon-services/compare/3.20.0...3.20.1)\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkiverse.amazonservices:quarkus-amazon-services-bom\n  dependency-version: 3.20.1\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b2d1e9c04d4a588ff00cd7419eeeef045fd07a3c",
      "tree": "c3191ca669e4c2621e9aefe6d429bb1b366ad77d",
      "parents": [
        "c778e49bd7630e8c20f8e84545dca881df7c5138"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 13 21:24:49 2026 +0000"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Thu Jul 16 16:23:22 2026 +0200"
      },
      "message": "Bump com.microsoft.graph:microsoft-graph from 6.65.0 to 6.66.1\n\nBumps [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 6.65.0 to 6.66.1.\n- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases)\n- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.65.0...v6.66.1)\n\n---\nupdated-dependencies:\n- dependency-name: com.microsoft.graph:microsoft-graph\n  dependency-version: 6.66.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "c778e49bd7630e8c20f8e84545dca881df7c5138",
      "tree": "fb640c410d2c653dee39eefe096c0a0f627c877e",
      "parents": [
        "9bcfb7f02d3b7ad1e4573141572c041a012b931a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 10 21:26:10 2026 +0000"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Thu Jul 16 15:40:54 2026 +0200"
      },
      "message": "Bump org.zeroturnaround:zt-exec from 1.12 to 1.13.0\n\nBumps [org.zeroturnaround:zt-exec](https://github.com/zeroturnaround/zt-exec) from 1.12 to 1.13.0.\n- [Release notes](https://github.com/zeroturnaround/zt-exec/releases)\n- [Changelog](https://github.com/zeroturnaround/zt-exec/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/zeroturnaround/zt-exec/compare/zt-exec-1.12...v1.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.zeroturnaround:zt-exec\n  dependency-version: 1.13.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "9bcfb7f02d3b7ad1e4573141572c041a012b931a",
      "tree": "4c5ed2db2f625553d9ae708f05c50adaef4104b7",
      "parents": [
        "f5b02ad57e37834640e3f16e71cb32c130af2b37"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Sun Jul 12 13:11:21 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jul 12 13:11:21 2026 +0200"
      },
      "message": "Regen SBOM from commit f5b02ad57e37834640e3f16e71cb32c130af2b37 (#8872)\n\nSigned-off-by: GitHub \u003cnoreply@github.com\u003e\nCo-authored-by: oscerd \u003coscerd@users.noreply.github.com\u003e"
    },
    {
      "commit": "f5b02ad57e37834640e3f16e71cb32c130af2b37",
      "tree": "fc7a5cf29bd04a88d24463f46b242603fcd95da5",
      "parents": [
        "e30e93d6f09499bc818b9d3d5a0cec70f1fac0a9"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Fri Jul 10 18:17:35 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 10 18:17:35 2026 +0100"
      },
      "message": "Upgrade cq-maven-plugin to 4.27.0\n\nFixes #8796"
    },
    {
      "commit": "e30e93d6f09499bc818b9d3d5a0cec70f1fac0a9",
      "tree": "a62e882667b0ef32a25c135d1fbfd5622732c96c",
      "parents": [
        "44220440e8be10ed2152c93900a61e37a9a0a5ee"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Fri Jul 10 15:53:47 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 10 15:53:47 2026 +0100"
      },
      "message": "Test langchain4j-agent-bean-binding-ql4j in native mode"
    },
    {
      "commit": "44220440e8be10ed2152c93900a61e37a9a0a5ee",
      "tree": "f4bb0f3a7582351af1ccbe4397dbe5b9d0cc65a7",
      "parents": [
        "340d80c8c398bd8b6f212287b62f9a355bb3e498"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Fri Jul 10 15:53:32 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 10 15:53:32 2026 +0100"
      },
      "message": "Add Diagram extension and DevUI page\n\nFixes #8624\n\nCo-authored-by: Claude Opus 4.6 (1M context) \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "340d80c8c398bd8b6f212287b62f9a355bb3e498",
      "tree": "d3809b813084d9593aa13c16a2d876f7615cd744",
      "parents": [
        "05b44d83945459718571433a2aa0291f2c3f6b9b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 10 10:18:55 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 10 10:18:55 2026 +0100"
      },
      "message": "Bump io.quarkiverse.langchain4j:quarkus-langchain4j-bom from 1.11.2 to 1.12.0\n\n* Bump io.quarkiverse.langchain4j:quarkus-langchain4j-bom\n\nBumps [io.quarkiverse.langchain4j:quarkus-langchain4j-bom](https://github.com/quarkiverse/quarkus-langchain4j) from 1.11.2 to 1.12.0.\n- [Release notes](https://github.com/quarkiverse/quarkus-langchain4j/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-langchain4j/compare/1.11.2...1.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkiverse.langchain4j:quarkus-langchain4j-bom\n  dependency-version: 1.12.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Auto generated changes for dependabot commit 1005dbc9e5ce61fa2fba1876066f68a826454b7c\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "05b44d83945459718571433a2aa0291f2c3f6b9b",
      "tree": "e58dd09d084bc95a8e3976996aabf70286f350d9",
      "parents": [
        "68c1d59aab649196e44cb92b09d4444a915997df"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 10 10:18:25 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 10 10:18:25 2026 +0100"
      },
      "message": "Bump quarkiverse-groovy.version from 3.37.0 to 3.37.2\n\n* Bump quarkiverse-groovy.version from 3.37.0 to 3.37.2\n\nBumps `quarkiverse-groovy.version` from 3.37.0 to 3.37.2.\n\nUpdates `io.quarkiverse.groovy:quarkus-groovy` from 3.37.0 to 3.37.2\n\nUpdates `io.quarkiverse.groovy:quarkus-groovy-deployment` from 3.37.0 to 3.37.2\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkiverse.groovy:quarkus-groovy\n  dependency-version: 3.37.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: io.quarkiverse.groovy:quarkus-groovy-deployment\n  dependency-version: 3.37.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Auto generated changes for dependabot commit e001d083260779223f0a56cc1e74ae9acfab77d5\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "68c1d59aab649196e44cb92b09d4444a915997df",
      "tree": "305d6aa7f389e3d2792e6e1c07b601e2f142c05e",
      "parents": [
        "3c1338f3e5540bd05fd6acf6404881709fb9a89a"
      ],
      "author": {
        "name": "JiriOndrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Fri Jul 10 11:10:47 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 10 10:10:47 2026 +0100"
      },
      "message": "Fixes #8860. Add GraalVM substitution for optional zstd-jni in httpclient5 \n\nSubstitute ZstdRuntime.available() to return false when zstd-jni is\nabsent, preventing native image build failure on unresolved\nZstdDecompressCtx. Follows existing Brotli and Xz substitution pattern.\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "3c1338f3e5540bd05fd6acf6404881709fb9a89a",
      "tree": "bab7dd64fd3aec4a85398dcfbfe16e656ffd7b50",
      "parents": [
        "9947fdb84f123a2c636b2eab8c008487dc4c3631"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Thu Jul 09 14:46:01 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 09 13:46:01 2026 +0100"
      },
      "message": "Check for parent SocketException instead of ConnectException to make it work on different systems with different network settings"
    },
    {
      "commit": "9947fdb84f123a2c636b2eab8c008487dc4c3631",
      "tree": "e1136f3f4c5e9efdbcb9dd43f4b7f98b00c2359c",
      "parents": [
        "4d5df6eaeb8cff9fd7273ef1ae11de3be464e014"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 09 07:04:14 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 09 07:04:14 2026 +0100"
      },
      "message": "Fixes #7733. Fix Aws2KinesisTest.failingDefaultCredentialsProviderTest flakiness\n\nSuspend Kinesis consumer routes before resetting the shared\nKinesisConnection to prevent a race where a consumer poll thread\nrecreates the client with static credentials before the producer\ncan recreate it with DefaultCredentialsProvider.\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "4d5df6eaeb8cff9fd7273ef1ae11de3be464e014",
      "tree": "92afaf1e76204ea4aa0719c0c02fd45275d184f0",
      "parents": [
        "4e8669f0b9b54f760e8ed1ef21fe22fea0165634"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Wed Jul 08 07:46:34 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 09 07:03:56 2026 +0100"
      },
      "message": "Add 3.38.0 migration guide for quarkus-cxf-rt-ws-security being optional again\n"
    },
    {
      "commit": "4e8669f0b9b54f760e8ed1ef21fe22fea0165634",
      "tree": "60bc9afc9b289c90cfb099914e3206074ed35673",
      "parents": [
        "a5fc7b51622bd0716b27bb1c0b2e302e9722b468"
      ],
      "author": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Wed Jul 08 16:15:41 2026 +0200"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Wed Jul 08 17:53:58 2026 +0200"
      },
      "message": "Do not store workspace on Jenkins in case of success\n\nIt will save 10G on the different Jenkins nodes when the builds are in\nsuccess\n\nSigned-off-by: Aurélien Pupier \u003capupier@ibm.com\u003e"
    },
    {
      "commit": "a5fc7b51622bd0716b27bb1c0b2e302e9722b468",
      "tree": "931cce492e03a7e82827020a3620e869f79a155d",
      "parents": [
        "7ade0e8cb527496fd12f49a543503c112e2e7fcf"
      ],
      "author": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Wed Jul 08 11:09:44 2026 +0200"
      },
      "committer": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Wed Jul 08 16:03:01 2026 +0200"
      },
      "message": "Use git shallow clone of depth 1 for Jenkins deploy job\n\nit allows to reduce the amount of space taken by the .git folder. it\nwill decrease the size of it from 350M to 18M. Given that it is kept in\nworkspace history of the last 6 builds, it will save 2.28G of disk space\non Jenkins.\nit also saves few seconds to do the git clone.\n\nNot doing it for the Sonarcloud job as it requires the git history\n\nSigned-off-by: Aurélien Pupier \u003capupier@ibm.com\u003e"
    },
    {
      "commit": "7ade0e8cb527496fd12f49a543503c112e2e7fcf",
      "tree": "e27ddb1f94538b94c6976147f990a308e9fcd8f6",
      "parents": [
        "19f97d8c0d19012f0c251a789bf09eb948384719"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Wed Jul 08 08:50:47 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 08 07:50:47 2026 +0100"
      },
      "message": "Enable Kinesis test to run every time (even with external AWS service)"
    },
    {
      "commit": "19f97d8c0d19012f0c251a789bf09eb948384719",
      "tree": "a81d501139c9a93f1dc53eaec3c10c0f6f4cf123",
      "parents": [
        "886f008062a7ab44fc892c5a5c27da0f6f400dca"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 08 07:50:28 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 08 07:50:28 2026 +0100"
      },
      "message": "Bump actions/setup-java from 5.4.0 to 5.5.0\n\nBumps [actions/setup-java](https://github.com/actions/setup-java) from 5.4.0 to 5.5.0.\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/1bcf9fb12cf4aa7d266a90ae39939e61372fe520...0f481fcb613427c0f801b606911222b5b6f3083a)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-java\n  dependency-version: 5.5.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "886f008062a7ab44fc892c5a5c27da0f6f400dca",
      "tree": "8eb058791c48b0f06b85e0d25e1cf412a1c0cf15",
      "parents": [
        "142db1987c6773be02588637bbb3a9a55805c2c4"
      ],
      "author": {
        "name": "JinyuChen97",
        "email": "as0830428946@gmail.com",
        "time": "Wed Jul 08 07:50:04 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 08 07:50:04 2026 +0100"
      },
      "message": "Add integration tests covering camel-mdc supported features\n\nVerifies that camel-quarkus correctly supports the camel-mdc extension\nacross the following features defined in apache/camel MDCService:\n\n- Default MDC fields: camel.exchangeId, camel.messageId, camel.routeId,\n  camel.contextId, camel.threadId are populated on every exchange\n- Custom exchange header by exact name (custom-exchange-headers\u003dmyHeader)\n- Selected exchange properties by explicit names (custom-exchange-properties\u003dp1,p2)\n- Async thread propagation via .threads(): MDC header and property values\n  survive the thread boundary; the async thread-id differs from the calling\n  thread-id confirming MDC is propagated to a new thread\n- Processor MDC propagation: custom header and all default MDC fields are\n  visible inside a processor invoked on the route\n\nAll tests pass in both JVM and native mode.\n\nCo-authored-by: Bob \u003cbob@ibm.com\u003e"
    },
    {
      "commit": "142db1987c6773be02588637bbb3a9a55805c2c4",
      "tree": "0005d394b564c90027845ffa46b420bb8882e6c5",
      "parents": [
        "ec32be456befc96d982a9a94f0fc70e7748b4e16"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 07 20:45:21 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 07 20:45:21 2026 +0100"
      },
      "message": "Fix clustering integration test flakiness on Windows and slow CI\n\n- Align all Awaitility timeouts to 60s across master-file, master-openshift,\n  master-infinispan, and quartz-clustered tests for consistent behavior on\n  slow machines\n- Use FileUtils.deleteQuietly instead of deleteDirectory in cluster file\n  cleanup to prevent Windows failures when FileLockClusterService holds\n  OS-level file locks on cluster data files\n- Add destroyForcibly fallback in QuarkusProcessExecutor when graceful\n  shutdown times out, preventing leaked processes and held file handles\n\nCo-authored-by: Claude Opus 4.6 (1M context) \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "ec32be456befc96d982a9a94f0fc70e7748b4e16",
      "tree": "b7aae3435e343f47609d7da038568c4030e92836",
      "parents": [
        "c131091ae537cc0cbc585301a7ec6d6c9fd51ef6"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Tue Jul 07 08:57:55 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 07 15:59:15 2026 +0100"
      },
      "message": "Ensure examples job checkout step clones the correct target branch and use Maven -N for setting example project versions\n"
    },
    {
      "commit": "c131091ae537cc0cbc585301a7ec6d6c9fd51ef6",
      "tree": "20d84690d38657eff6ff330a5b2df2e6509e9375",
      "parents": [
        "583c91931d67522048b58a516939d30c5b6896fa"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Tue Jul 07 07:23:23 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 07 15:59:15 2026 +0100"
      },
      "message": "Next is 3.38.0-SNAPSHOT\n"
    },
    {
      "commit": "583c91931d67522048b58a516939d30c5b6896fa",
      "tree": "b36ad8d165b0e91b1e422274ce4df797ae718d17",
      "parents": [
        "6876b48b4483dc56fa71faa6311b43a9981a64d2"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Tue Jul 07 09:32:08 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 07 09:45:38 2026 +0100"
      },
      "message": "Check for local Docker socket or remote Docker via DOCKER_HOST\n"
    },
    {
      "commit": "6876b48b4483dc56fa71faa6311b43a9981a64d2",
      "tree": "1cdfb25e540f386cd3a623f69ccb26a153debc7d",
      "parents": [
        "64dd3ab52bdc1039da673fecc39b6ef585deb68a"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Mon Jul 06 11:01:42 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 07 09:45:38 2026 +0100"
      },
      "message": "Possiblity to disable Jolokia multicast\n"
    },
    {
      "commit": "64dd3ab52bdc1039da673fecc39b6ef585deb68a",
      "tree": "41735346fb602f8706d10354c8f1efa83c8edf2b",
      "parents": [
        "d69c7acad6d92674f794c9f57c11bc8c131c05da"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Mon Jul 06 10:47:14 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 07 09:45:38 2026 +0100"
      },
      "message": "Add possibility to skip CommandModeTest timing-sensitive test on slow machine\n"
    },
    {
      "commit": "d69c7acad6d92674f794c9f57c11bc8c131c05da",
      "tree": "1c0c22495ca7d83152c35034a37a14e412d53c44",
      "parents": [
        "21e5abc4833bdc6f0104f122b54a581bc9aa34e9"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Mon Jul 06 10:37:57 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 07 09:45:38 2026 +0100"
      },
      "message": "Increase timeout for QuartzClusteredTest\n"
    },
    {
      "commit": "21e5abc4833bdc6f0104f122b54a581bc9aa34e9",
      "tree": "c0d4282d75d63df6f08863932504ae12f82531e6",
      "parents": [
        "313e3f2a6fd86baadf35498b74ba5a9f2185a2fc"
      ],
      "author": {
        "name": "Lukas Lowinger",
        "email": "llowinge@redhat.com",
        "time": "Mon Jul 06 10:36:17 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 07 09:45:38 2026 +0100"
      },
      "message": "Increase KafkaTest timeout\n"
    },
    {
      "commit": "313e3f2a6fd86baadf35498b74ba5a9f2185a2fc",
      "tree": "57f73aa0ce7b6e3064c8cae563843477790adb18",
      "parents": [
        "a9529b3dccc6b63cbeed5f0e677ec2599c638afb"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 07 09:04:49 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 07 09:04:49 2026 +0100"
      },
      "message": "Ensure correct branch is cloned for examples job in LTS CI workflow"
    },
    {
      "commit": "a9529b3dccc6b63cbeed5f0e677ec2599c638afb",
      "tree": "308c2898350f8fd7e82e3608ac41b49d8e701066",
      "parents": [
        "936feb97ed3e6ea76c6c0fa74fe1100ff5587124"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jul 07 08:43:27 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 07 08:43:27 2026 +0100"
      },
      "message": "Add missing checkout step to examples job in quarkus-lts-ci-build.yaml"
    },
    {
      "commit": "936feb97ed3e6ea76c6c0fa74fe1100ff5587124",
      "tree": "9de7c9e136570e9630533664c2bba29a78478edb",
      "parents": [
        "5bf85cb2361b96aa009e4c85cf3d9a99995cab22"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 07 07:02:11 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 07 07:02:11 2026 +0100"
      },
      "message": "Bump org.apache.camel.kamelets:camel-kamelets from 4.20.0 to 4.21.0\n\n* Bump org.apache.camel.kamelets:camel-kamelets from 4.20.0 to 4.21.0\n\nBumps [org.apache.camel.kamelets:camel-kamelets](https://github.com/apache/camel-kamelets) from 4.20.0 to 4.21.0.\n- [Changelog](https://github.com/apache/camel-kamelets/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/apache/camel-kamelets/compare/v4.20.0...v4.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.camel.kamelets:camel-kamelets\n  dependency-version: 4.21.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Auto generated changes for dependabot commit 12cbd2dbfdb9d2ab0fe128ecdf4c165abc3f7649\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "5bf85cb2361b96aa009e4c85cf3d9a99995cab22",
      "tree": "58d8824205f1a10c2ab39bc04204b4226becb6cd",
      "parents": [
        "e9900eac412be7faec789e3cced2bad4f036cfd4"
      ],
      "author": {
        "name": "JinyuChen97",
        "email": "as0830428946@gmail.com",
        "time": "Mon Jul 06 14:54:28 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 14:54:28 2026 +0100"
      },
      "message": "Add integration tests for blob snapshot, tags, find by tags and versions\n\nAdd tests covering the following Azure Blob Storage operations in Camel Quarkus:\n- Blob index tags: set and get tags on a blob (setBlobTags / getBlobTags)\n- Find blobs by index tags: query blobs using a tag filter expression (findBlobsByTags)\n- Blob version ID access: list blob versions and read a specific historical version\n- Blob snapshot creation and retrieval: create a snapshot and read its content\n\nAll new tests have been verified against both Azurite (local emulator)\nand the real Azure service.\n\nCo-authored-by: Bob \u003cbob@ibm.com\u003e"
    },
    {
      "commit": "e9900eac412be7faec789e3cced2bad4f036cfd4",
      "tree": "e1a62bb7e339eca0b74168c6678c9e7b6d13a4d7",
      "parents": [
        "f75851c2c620b3b7073021bf51a8c81d8254aa1c"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 07:18:44 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 07:18:44 2026 +0100"
      },
      "message": "Regen SBOM from commit 7acb9b1b7bba3616f108b22e3fd3d03623ca106c\n\nSigned-off-by: GitHub \u003cnoreply@github.com\u003e\nCo-authored-by: oscerd \u003coscerd@users.noreply.github.com\u003e"
    },
    {
      "commit": "f75851c2c620b3b7073021bf51a8c81d8254aa1c",
      "tree": "568407d4d7f3ec74c491fd43d574e1ba5c21040a",
      "parents": [
        "c7dee72ca181f574a40d25fe03433dc514e93361"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 07:18:27 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 07:18:27 2026 +0100"
      },
      "message": "Bump org.codehaus.gmavenplus:gmavenplus-plugin from 5.0.0 to 5.1.0\n\nBumps [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 5.0.0 to 5.1.0.\n- [Release notes](https://github.com/groovy/GMavenPlus/releases)\n- [Commits](https://github.com/groovy/GMavenPlus/compare/5.0.0...5.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin\n  dependency-version: 5.1.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "c7dee72ca181f574a40d25fe03433dc514e93361",
      "tree": "0c07f2db6cb9f3bca9119635a6004ba4bf3c6825",
      "parents": [
        "7acb9b1b7bba3616f108b22e3fd3d03623ca106c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 07:18:05 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 07:18:05 2026 +0100"
      },
      "message": "Bump quarkiverse-jackson-jq.version from 2.5.1 to 2.5.2\n\n* Bump quarkiverse-jackson-jq.version from 2.5.1 to 2.5.2\n\nBumps `quarkiverse-jackson-jq.version` from 2.5.1 to 2.5.2.\n\nUpdates `io.quarkiverse.jackson-jq:quarkus-jackson-jq` from 2.5.1 to 2.5.2\n- [Release notes](https://github.com/quarkiverse/quarkus-jackson-jq/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-jackson-jq/compare/2.5.1...2.5.2)\n\nUpdates `io.quarkiverse.jackson-jq:quarkus-jackson-jq-deployment` from 2.5.1 to 2.5.2\n- [Release notes](https://github.com/quarkiverse/quarkus-jackson-jq/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-jackson-jq/compare/2.5.1...2.5.2)\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkiverse.jackson-jq:quarkus-jackson-jq\n  dependency-version: 2.5.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: io.quarkiverse.jackson-jq:quarkus-jackson-jq-deployment\n  dependency-version: 2.5.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Auto generated changes for dependabot commit a8a0997c8ebc66d5e3c7c026c94c2edc8c8f9435\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "7acb9b1b7bba3616f108b22e3fd3d03623ca106c",
      "tree": "ffaf8daddfc6f9983a1047cd1a3320b7a19bb890",
      "parents": [
        "e9e9805071dc48e3402b87fb312a4fe9d7fb093e"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Fri Jul 03 14:44:38 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Fri Jul 03 16:35:16 2026 +0100"
      },
      "message": "Increase Splunk container timeout for slower linux/amd64 emulation on macOS \u0026 PodMan\n"
    },
    {
      "commit": "e9e9805071dc48e3402b87fb312a4fe9d7fb093e",
      "tree": "5f95a385f6c397a8687e3dbd4dca3476fe72bd29",
      "parents": [
        "bbcdb1b087bd42b049f82536ef4ef6c96c1f6b31"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Fri Jul 03 12:10:11 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Fri Jul 03 16:35:16 2026 +0100"
      },
      "message": "Fix native build failures caused by httpclient5 5.6.x upgrade\n\nhttpclient5 5.6.x switched Brotli from org.brotli:dec to brotli4j and\nadded CommonsCompressCodecFactory which pulls in optional tukaani XZ.\nUpdate the Brotli stub and supplier for brotli4j, and add GraalVM\nsubstitutions for CommonsCompressCodecFactory to cut the reachability\nchain to the missing XZ dependency.\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "bbcdb1b087bd42b049f82536ef4ef6c96c1f6b31",
      "tree": "3333f16d43b956948357f0da61e14ebc8efb2ae4",
      "parents": [
        "b4e96412b5a6c3caaade4ac2edca1cbbea2cac3c"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Fri Jul 03 12:10:00 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Fri Jul 03 16:35:16 2026 +0100"
      },
      "message": "Bump quarkiverse-cxf.version from 3.37.0.CR1 to 3.37.0\n\nCo-Authored-By: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "b4e96412b5a6c3caaade4ac2edca1cbbea2cac3c",
      "tree": "fd0d40ad0314af402689ce615c5b3868f58b390c",
      "parents": [
        "3f946b76ab6d4421b165098a558c4d3c0bc12073"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Fri Jul 03 12:57:41 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 03 12:57:41 2026 +0100"
      },
      "message": "Add a2a extension\n\nFixes #8780\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "3f946b76ab6d4421b165098a558c4d3c0bc12073",
      "tree": "dae24f375ae63e3add88d4c8ef2d9cfbeb0a3740",
      "parents": [
        "b051a87af255c2c583d6f9b111bcb44188e4888a"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Fri Jul 03 08:18:10 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 03 08:18:10 2026 +0100"
      },
      "message": "Remove org.apache.thrift:libthrift from camel-quarkus-bom"
    },
    {
      "commit": "b051a87af255c2c583d6f9b111bcb44188e4888a",
      "tree": "ad5bb3782d47c5bff56a010feaca37c1490e8a33",
      "parents": [
        "801eb37b906b0b06326a9b2fd94d0228e81d13b5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 03 08:17:42 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 03 08:17:42 2026 +0100"
      },
      "message": "Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom\n\nBumps [io.quarkiverse.amazonservices:quarkus-amazon-services-bom](https://github.com/quarkiverse/quarkus-amazon-services) from 3.19.0 to 3.20.0.\n- [Release notes](https://github.com/quarkiverse/quarkus-amazon-services/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-amazon-services/compare/3.19.0...3.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkiverse.amazonservices:quarkus-amazon-services-bom\n  dependency-version: 3.20.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: James Netherton \u003cjamesnetherton@gmail.com\u003e"
    },
    {
      "commit": "801eb37b906b0b06326a9b2fd94d0228e81d13b5",
      "tree": "47a4eaa3f378c04d4eab0692fac87e7b3eee68a1",
      "parents": [
        "915f8adb234a4693a6a4fd020c70dce13cd16bf6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 03 08:17:32 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 03 08:17:32 2026 +0100"
      },
      "message": "Bump com.google.cloud:libraries-bom from 26.83.0 to 26.84.0\n\n* Bump com.google.cloud:libraries-bom from 26.83.0 to 26.84.0\n\nBumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.83.0 to 26.84.0.\n- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)\n- [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.83.0...v26.84.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.google.cloud:libraries-bom\n  dependency-version: 26.84.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Auto generated changes for dependabot commit dc47f568a7d3f0fe2c7e7fa5a0f39950df254dad\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "915f8adb234a4693a6a4fd020c70dce13cd16bf6",
      "tree": "74e6d529b7fd6831f969e4acec8797c69f85cd09",
      "parents": [
        "2cc44211fc7cccd17def419584709db619c4e149"
      ],
      "author": {
        "name": "JiriOndrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Fri Jul 03 08:57:29 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 03 07:57:29 2026 +0100"
      },
      "message": "Fixes #7343. Add cq.descriptionSync opt-out for multi-model extensions\n\nMulti-component extensions (aws-bedrock, bean, crypto, flatpack, ftp,\nhazelcast, ignite, kubernetes, milo, mvel, openstack, pqc, rss, smooks,\nstax, thrift, twitter, wasm, xmlsecurity) have intentionally custom\ndescriptions that should not be overwritten by the cq-maven-plugin\ndescription sync.\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "2cc44211fc7cccd17def419584709db619c4e149",
      "tree": "dbf56751a03f6ee7a300efcf8fa8a5bc70701f32",
      "parents": [
        "f6121e7c4b5d209feb83c4e0f8884828a17f9313"
      ],
      "author": {
        "name": "Gaëlle Fournier",
        "email": "gaelle.fournier.work@gmail.com",
        "time": "Fri Jun 19 09:26:28 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 02 09:47:24 2026 +0100"
      },
      "message": "feat: remove eddsa library dependency code since it has been removed in camel core (#8773)"
    },
    {
      "commit": "f6121e7c4b5d209feb83c4e0f8884828a17f9313",
      "tree": "f9988908faeda426d3102b8845b7bbebad40c17a",
      "parents": [
        "4268a9c43e73953c6c0faf1203453f23073f2b93"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Thu Jun 11 09:28:26 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 02 09:47:24 2026 +0100"
      },
      "message": "Disable smallrye-reactive-messaging native profile due to #8752\n"
    },
    {
      "commit": "4268a9c43e73953c6c0faf1203453f23073f2b93",
      "tree": "b34cf1c286d8f729b82c19e49394a6612e497885",
      "parents": [
        "74112217c8c9a986d1fc30824a2a83c58c6d812b"
      ],
      "author": {
        "name": "Pasquale Congiusti",
        "email": "pasquale.congiusti@gmail.com",
        "time": "Tue May 26 09:16:11 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 02 09:47:24 2026 +0100"
      },
      "message": "feat(extensions): support telemetry include processor field\n\nRef https://github.com/apache/camel/pull/23500\n\nCo-Authored-By: James Netherton \u003cjamesnetherton@gmail.com\u003e\n"
    },
    {
      "commit": "74112217c8c9a986d1fc30824a2a83c58c6d812b",
      "tree": "32193bb5a3913027cf911552ffe8bf2790019a06",
      "parents": [
        "8ded775f16bc8c239b67ae8948bd2a37043501d9"
      ],
      "author": {
        "name": "Pasquale Congiusti",
        "email": "pasquale.congiusti@gmail.com",
        "time": "Thu May 14 14:34:21 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 02 09:47:24 2026 +0100"
      },
      "message": "chore(extensions): telemetry disable core processors"
    },
    {
      "commit": "8ded775f16bc8c239b67ae8948bd2a37043501d9",
      "tree": "ef7d4dd301d63716788757e107536e7350ea8375",
      "parents": [
        "3d2e07208500da80d233809908ca26971573f6f2"
      ],
      "author": {
        "name": "Jomin",
        "email": "30464264+jomin7@users.noreply.github.com",
        "time": "Fri May 08 07:09:14 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 02 09:47:24 2026 +0100"
      },
      "message": "Fixes #8592. Add camel-quarkus-jsoup extension with native support\n\nCo-authored-by: jomin mathew \u003c\u003e\n"
    },
    {
      "commit": "3d2e07208500da80d233809908ca26971573f6f2",
      "tree": "41033fb73d52b19f2f8fbd668bfc18fed4d5a426",
      "parents": [
        "e99ba5df36cf6c02b06e8d288fd4738f7614386a"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Tue Apr 28 16:58:41 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 02 09:47:24 2026 +0100"
      },
      "message": "Add security-policy integration test for CAMEL-23250\n\nFixes #8584\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "e99ba5df36cf6c02b06e8d288fd4738f7614386a",
      "tree": "0d00245d496696ce119e050159bbe51d1437dc3f",
      "parents": [
        "4425fccfec376e990f59fade8dfabd893c3740ff"
      ],
      "author": {
        "name": "Aurélien Pupier",
        "email": "apupier@ibm.com",
        "time": "Mon Apr 27 14:09:09 2026 +0200"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 02 09:47:24 2026 +0100"
      },
      "message": "Update to 4.21.0\n"
    },
    {
      "commit": "4425fccfec376e990f59fade8dfabd893c3740ff",
      "tree": "a0bef111d5445d4a2efcae6050a4d1161f915073",
      "parents": [
        "dbde8285ff91b1e6ed5f7ff6ff0bb097332a9c88"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Thu Jul 02 07:06:09 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 02 07:06:09 2026 +0100"
      },
      "message": "Remove superfluous TlsConfigurationRegistry.class"
    },
    {
      "commit": "dbde8285ff91b1e6ed5f7ff6ff0bb097332a9c88",
      "tree": "e62c9dd01dbe693c7f7432d0809172e9bb712d4e",
      "parents": [
        "143a3612e0ae2649d1820b70993070ac444d7a26"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Wed Jul 01 09:33:15 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Wed Jul 01 10:44:25 2026 +0100"
      },
      "message": "Add capability to skip copying specific tests to the integration-tests/debezium-grouped module\n"
    },
    {
      "commit": "143a3612e0ae2649d1820b70993070ac444d7a26",
      "tree": "8423ac923501ab4b070b717984694462dc888ede",
      "parents": [
        "dbd78f0f11f72414d9f4b2843cd7740476774c0a"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@gmail.com",
        "time": "Wed Jul 01 09:31:58 2026 +0100"
      },
      "committer": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Wed Jul 01 10:44:25 2026 +0100"
      },
      "message": "Register io.debezium.pipeline.signal.actions.SignalActionProvider services for native mode\n"
    },
    {
      "commit": "dbd78f0f11f72414d9f4b2843cd7740476774c0a",
      "tree": "5143058162927f3b931499310f5b406e2a7a83e0",
      "parents": [
        "0115bbcf7bf6506ec7f79e4ddd5978479f00570d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 01 07:08:05 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 01 07:08:05 2026 +0100"
      },
      "message": "Bump eu.maveniverse.maven.scalpel:extension from 0.3.5 to 0.3.7\n\nBumps [eu.maveniverse.maven.scalpel:extension](https://github.com/maveniverse/scalpel) from 0.3.5 to 0.3.7.\n- [Release notes](https://github.com/maveniverse/scalpel/releases)\n- [Commits](https://github.com/maveniverse/scalpel/compare/0.3.5...0.3.7)\n\n---\nupdated-dependencies:\n- dependency-name: eu.maveniverse.maven.scalpel:extension\n  dependency-version: 0.3.7\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "0115bbcf7bf6506ec7f79e4ddd5978479f00570d",
      "tree": "c965654a24a8dfc15cab7eb7e83919e4ab471d2b",
      "parents": [
        "d073a2c04926574067f1c8acf47e6344a35bf545"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jun 30 16:54:38 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 16:54:38 2026 +0100"
      },
      "message": "Add org.apache.kafka:connect-transforms to camel-quarkus-debezium-support to fix native mode service instantiation"
    },
    {
      "commit": "d073a2c04926574067f1c8acf47e6344a35bf545",
      "tree": "dc742a6ad2969b0940878bade3ce0d1e01e7032b",
      "parents": [
        "f4307b78b2c1fbd818dac8cc595736081518d6fa"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jun 30 13:28:12 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 13:28:12 2026 +0100"
      },
      "message": "Upgrade quarkus-fory to 1.3.1"
    },
    {
      "commit": "f4307b78b2c1fbd818dac8cc595736081518d6fa",
      "tree": "8dcbce1e9ce964a6e65d53abfe9488b54e51b759",
      "parents": [
        "cafe688930d93128541c1ed843ff232403f39bf8"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Tue Jun 30 09:58:58 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 30 09:58:58 2026 +0100"
      },
      "message": "Add Scalpel to Dependabot includes"
    },
    {
      "commit": "cafe688930d93128541c1ed843ff232403f39bf8",
      "tree": "c51e9407bbf7da469af19bc7351c32eabef50c55",
      "parents": [
        "7ffc56be6232e7ef97b57b4fbfca389ae1f8d2e0"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Mon Jun 29 16:41:46 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 16:41:46 2026 +0100"
      },
      "message": "Display which modules were built in each native group for incremental build"
    },
    {
      "commit": "7ffc56be6232e7ef97b57b4fbfca389ae1f8d2e0",
      "tree": "ec89345426f3dacb503873dc9ff4f9b163f086a9",
      "parents": [
        "a16dfd09cbda7d66a1f84f844a6892ec29ceb117"
      ],
      "author": {
        "name": "JiriOndrusek",
        "email": "ondrusek.jiri@gmail.com",
        "time": "Mon Jun 29 17:41:30 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 16:41:30 2026 +0100"
      },
      "message": "Fixes #8690. Move langchain4j-agent-ql4j to native mode support\n\n- Promote langchain4j-agent-ql4j from integration-tests-jvm to\n    integration-tests with @QuarkusIntegrationTest for native mode\n  - Add SupportQuarkusLangchain4jProcessor build step to register\n    QuarkusJsonCodecFactory classes for native reflection\n  - Add GraalVM substitution for OllamaStreamingChatLanguageModel to\n    work around Mutiny Context.put(String,Object) vs put(Object,Object)\n    binary incompatibility between quarkus-langchain4j 1.10.0 and\n    Quarkus 3.36.1 (temporary, remove once ql4j is built with Quarkus 3.36+)\n  - Use @Identifier(\"ragAugmentor\") instead of @LookupUnlessProperty to\n    prevent QL4J auto-discovery of RetrievalAugmentor bean\n  - Remove unused markAiServicesAsUnremovable build step\n  - Add test to test-categories.yaml (group-02)"
    },
    {
      "commit": "a16dfd09cbda7d66a1f84f844a6892ec29ceb117",
      "tree": "eb33748c2d07488188ce4024532b80b0efa82831",
      "parents": [
        "a146dd2c37c42b41f9fdfee37e04270e2fe7bef6"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Mon Jun 29 09:37:40 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 09:37:40 2026 +0100"
      },
      "message": "Clone Quarkus from the 3.x branch"
    },
    {
      "commit": "a146dd2c37c42b41f9fdfee37e04270e2fe7bef6",
      "tree": "e66f5df8f386c60c42a691dbfd5fc2e3cd5cf7cc",
      "parents": [
        "43bf273b7fd8a5611214004d9f55c6d4245b67ff"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Mon Jun 29 09:37:28 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 09:37:28 2026 +0100"
      },
      "message": "Adjust Scalpel full build triggers for ci-build workflow\n\n* Remove tooling/maven-plugin/** — not required. A leftover from testing\n* Add .github/workflows/ci-build.yaml — changes to the CI workflow itself should trigger a full build since they can alter how any job runs."
    },
    {
      "commit": "43bf273b7fd8a5611214004d9f55c6d4245b67ff",
      "tree": "ed9d4e62ec801ce35978ba51451d253194632817",
      "parents": [
        "e7ad1c83881b732b73692e6c02935462d38ed4c0"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Mon Jun 29 09:37:16 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 09:37:16 2026 +0100"
      },
      "message": "Fix incremental build not testing Dependabot PRs\n\nAdd TRANSITIVE to accepted Scalpel categories so that dependency version\nbumps through the BOM chain correctly identify affected test modules.\n\nAlso fall back to a full build when a BOM module is directly affected but\nno test modules were identified, covering cases like bom-test dependency\nbumps where no regenerated files exist for Scalpel to trace.\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "e7ad1c83881b732b73692e6c02935462d38ed4c0",
      "tree": "76a88aa494033b4194f29227df24edaaa0c49845",
      "parents": [
        "e999b99e6c00e29b3b87975b1035b01b498c4336"
      ],
      "author": {
        "name": "github-actions[bot]",
        "email": "41898282+github-actions[bot]@users.noreply.github.com",
        "time": "Sun Jun 28 13:35:26 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 28 13:35:26 2026 +0200"
      },
      "message": "Regen SBOM from commit e999b99e6c00e29b3b87975b1035b01b498c4336 (#8800)\n\nSigned-off-by: GitHub \u003cnoreply@github.com\u003e\nCo-authored-by: oscerd \u003coscerd@users.noreply.github.com\u003e"
    },
    {
      "commit": "e999b99e6c00e29b3b87975b1035b01b498c4336",
      "tree": "d39ebfecb414366dcccce84c6b36aa3430ee573d",
      "parents": [
        "c8e98d39c4a05ac3fe98cc2626530670cbcf53d7"
      ],
      "author": {
        "name": "James Netherton",
        "email": "jamesnetherton@users.noreply.github.com",
        "time": "Fri Jun 26 13:25:45 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 26 13:25:45 2026 +0100"
      },
      "message": "Migrate AWS test infrastructure from LocalStack to Floci\n\nFixes #8760\n\nCo-authored-by: Claude Opus 4.6 \u003cnoreply@anthropic.com\u003e"
    }
  ],
  "next": "c8e98d39c4a05ac3fe98cc2626530670cbcf53d7"
}
