JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"agentic-workflows",
"ai",
"cncf",
"quarkus-extension",
"specification",
"workflows",
"langchain4j"
],
"is_fork": false,
"size_kb": 71401,
"has_wiki": false,
"homepage": "https://docs.quarkiverse.io/quarkus-flow/dev",
"languages": {
"HTML": 27024,
"Java": 2148969,
"Shell": 14555,
"Makefile": 9471,
"Dockerfile": 4981,
"JavaScript": 25123
},
"pushed_at": "2026-07-24T23:50:53Z",
"created_at": "2025-09-18T16:37:23Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T19:40:33Z",
"description": "Workflow Runtime Engine based on the Serverless Workflow Specification (CNCF Sandbox project) for Agentic Workflows",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": "https://quarkiverse.io",
"name": "Quarkiverse Hub",
"type": "Organization",
"login": "quarkiverse",
"company": null,
"location": "United States of America",
"followers": 461,
"avatar_url": "https://avatars.githubusercontent.com/u/69191779?v=4",
"created_at": "2020-08-04T08:31:31Z",
"is_verified": null,
"public_repos": 209,
"account_age_days": 2180
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.14.0",
"kind": "minor",
"published_at": "2026-07-24T19:40:26Z"
},
{
"tag": "0.13.0",
"kind": "minor",
"published_at": "2026-07-18T01:03:25Z"
},
{
"tag": "0.12.0",
"kind": "minor",
"published_at": "2026-06-30T20:06:25Z"
},
{
"tag": "0.11.0",
"kind": "minor",
"published_at": "2026-06-24T20:01:18Z"
},
{
"tag": "0.10.2",
"kind": "patch",
"published_at": "2026-06-08T13:36:27Z"
},
{
"tag": "0.10.1",
"kind": "patch",
"published_at": "2026-06-04T14:30:21Z"
},
{
"tag": "0.10.0",
"kind": "minor",
"published_at": "2026-06-03T18:35:10Z"
},
{
"tag": "0.9.0",
"kind": "minor",
"published_at": "2026-04-23T17:39:46Z"
},
{
"tag": "0.8.0",
"kind": "minor",
"published_at": "2026-04-09T23:37:09Z"
},
{
"tag": "0.7.1",
"kind": "patch",
"published_at": "2026-03-13T16:00:32Z"
},
{
"tag": "0.7.0",
"kind": "minor",
"published_at": "2026-03-12T14:06:12Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2026-02-26T16:58:18Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2026-02-11T19:35:38Z"
},
{
"tag": "0.4.1",
"kind": "patch",
"published_at": "2025-12-12T21:49:12Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2025-12-10T00:38:14Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2025-11-25T20:20:41Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2025-11-11T15:51:42Z"
},
{
"tag": "0.1.1",
"kind": "patch",
"published_at": "2025-10-25T01:31:28Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2025-10-24T21:43:49Z"
}
],
"recent_commits": [
{
"oid": "d12b86556ec984e0da2d0168ffba34b4d7cb5382",
"body": null,
"is_bot": true,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "quarkiverse-ci[bot]",
"author_login": "quarkiverse-ci[bot]",
"committed_at": "2026-07-24T19:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53fb6b16479271c9ce9012028b179fa7dd486ab9",
"body": null,
"is_bot": true,
"headline": "[maven-release-plugin] prepare release 0.14.0",
"author_name": "quarkiverse-ci[bot]",
"author_login": "quarkiverse-ci[bot]",
"committed_at": "2026-07-24T19:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5f901c561b77c6e6b7820d055dc4a20a7db7d1f",
"body": "* Release 0.14.0\n\n* Update docs attribute",
"is_bot": false,
"headline": "Release 0.14.0 (#785)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-24T19:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "841275a86308f405213934dc12bde1debcd4b055",
"body": "* Fix #781 - Solve name/namespace validation; Minor bugs on examples for devui editor integration\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Fix WorkflowNameUtils.newId(Class) namespace sanitization and test ID mismatch\n\nnewId(Class) was passing raw package name (with dots) as names\n[…]\n path, causing\nlookups to fail against the registered workflow definitions.\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n---------\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix #781 - Fix validation errors in example workflows (#783)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-24T14:52:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c8128c7f3124794f51dd9ef21d7de16cf4549bc0",
"body": null,
"is_bot": false,
"headline": "fix for new reference on every open (#784)",
"author_name": "lornakelly",
"author_login": "lornakelly",
"committed_at": "2026-07-24T13:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61707ad79871c730703c8af18084fac0ea3a2324",
"body": "JDK classes like Integer, Long, Double are not in the Jandex index,\ncausing NPE in buildPojoSchema when isPojoLike incorrectly treats\nthem as POJOs. Also fixes mapJavaTypeToJsonType returning \"object\"\nfor boxed number types by checking them by name before falling\nthrough to isAssignableFrom.",
"is_bot": false,
"headline": "Fix #777 - Handle boxed JDK types in JandexMethodInputJsonSchema (#778)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-23T13:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43724d7e5cc9a394360fe491d8a5eed256cf6e8b",
"body": null,
"is_bot": false,
"headline": "Migrate to 7.26.0.Final (#779)",
"author_name": "Francisco Javier Tirado Sarti",
"author_login": "fjtirado",
"committed_at": "2026-07-23T12:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2dd15443fa111b42ff89b6332eb17c035a99376",
"body": "Migrate the experimental Java DSL module from the Serverless Workflow\nSDK Java repository into Quarkus Flow under io.quarkiverse.flow.dsl.\n\nChanges:\n- Add DSL types, executors, model, and serialization packages\n- Replace reflect-config.json with Quarkus ReflectiveClassBuildItem\n- Fix unchecked cast \n[…]\n)/POST() usages to get()/post()\n\nOriginal commit history:\nhttps://github.com/open-workflow-specification/sdk-java/commits/4500d7c5/experimental\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix #722 - Migrate experimental DSL from sdk-java to Quarkus Flow",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-21T14:48:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "73c753e09f7dd767337989903e72907ad3da8ae7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update postgres Docker tag to v18 (#772)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-20T19:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16406ed7bba8f2853d8de53ffd066dc49946295a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update dependency asciidoctor-kroki to v1 (#770)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-20T19:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae24ab7dceb7636328e8cab01ce0a37c34105be7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update dependency @antora/cli to v3.1.15 (#769)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-20T19:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "031e62b286eca45f5515fceba9e56dd47365b882",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update dependency asciidoctor to v4 (#766)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-20T18:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adef1be7b16ceac414f50700de881acfb6095cfc",
"body": null,
"is_bot": false,
"headline": "Group dependencies PR for Renovate (#768)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-20T18:13:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2380fae47a8f896eadbc4f0989bdca72cdd528c5",
"body": "…tToleranceProvider and WorkflowApplicationCreator (#759)\n\nSigned-off-by: Matheus André <matheusandr2@gmail.com>",
"is_bot": false,
"headline": "Refactor FlowMetricsConfig usage and improve metrics handling in Faul…",
"author_name": "Matheus André",
"author_login": "matheusandre1",
"committed_at": "2026-07-20T18:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd7ffc16fa7a2ee98a864393a89119e19c95babc",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update dependency @antora/site-generator to v3.1.15 (#764)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-20T14:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e79478ecd36f675ec97d5406b1ce72d50fd9fcc",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Add renovate.json (#758)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-20T14:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946032f3a5b12e7c246eebe9a2f1197643a27d12",
"body": "…vUI (#575)\n\n* Installing npm packages via mvn\n\nSigned-off-by: fantonangeli <fabrizio.antonangeli@gmail.com>\n\n* Show the Diagram Editor and receive the WF definition from JsonRpc\n\n* Use of registryCache to fix build issue\n\nSigned-off-by: fantonangeli <fabrizio.antonangeli@gmail.com>\n\n* Refinements a\n[…]\nby: fantonangeli <fabrizio.antonangeli@gmail.com>\n\n* Empty commit\n\nSigned-off-by: fantonangeli <fabrizio.antonangeli@gmail.com>\n\n---------\n\nSigned-off-by: fantonangeli <fabrizio.antonangeli@gmail.com>",
"is_bot": false,
"headline": "fix #523 - feat: Integrate Serverless Workflow Editor package into De…",
"author_name": "Fabrizio Antonangeli",
"author_login": "fantonangeli",
"committed_at": "2026-07-20T13:54:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91d375b17e7c46f51ad8158de42603f1ae47d98b",
"body": "Bumps io.cloudevents:cloudevents-json-jackson from 4.1.1 to 5.0.0.\n\n---\nupdated-dependencies:\n- dependency-name: io.cloudevents:cloudevents-json-jackson\n dependency-version: 5.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump io.cloudevents:cloudevents-json-jackson (#761)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T10:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc57a7760692b688ee39c4982c8376199a6c80a9",
"body": "…tive builds (#756)",
"is_bot": false,
"headline": "[Fix_755] Register WorkflowExecutionListener service providers for na…",
"author_name": "Gonzalo Muñoz",
"author_login": "gmunozfe",
"committed_at": "2026-07-18T01:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b57d46592b5c195dca62dcff4b0f1665f661aa1c",
"body": null,
"is_bot": true,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "quarkiverse-ci[bot]",
"author_login": "quarkiverse-ci[bot]",
"committed_at": "2026-07-18T01:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced4737a5b87dab5df308a7780cb5377f3d765d1",
"body": null,
"is_bot": true,
"headline": "[maven-release-plugin] prepare release 0.13.0",
"author_name": "quarkiverse-ci[bot]",
"author_login": "quarkiverse-ci[bot]",
"committed_at": "2026-07-18T01:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "145ea35c6ffecea15e262ebd2883c4a02a7ceb18",
"body": "* Release 0.13.0\n\n* Update docs configuration",
"is_bot": false,
"headline": "Release 0.13.0 (#757)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-18T00:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb76f4b5daec6168a976e6c4720048ba462dba84",
"body": "Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Upgrade Quarkus LangChain4k to 1.12.0 (#754)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-17T19:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9415e5b07388e005421228e87874121ff325e41",
"body": "* Add JacksonSerializers from SDK to native processors\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Format files\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Fix native build: return asJavaObject() instead of WorkflowModel\n\nThe /read-all-emails endpoint was returning Wo\n[…]\ne native integration test failure in AuthFlowResourceIT.\n\n* Incorporate @fjtirado review\n\n* Remove JacksonModel from native buiditem\n\n---------\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Add JacksonSerializers from SDK to native processors (#748)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-17T18:52:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ca07230666e8fa6a97505b936dc23ada93becf8",
"body": "Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Remove multi-thread from CI (#753)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-17T18:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b18e1b28b5aac624ccc8d7c62b9266d28d8866f",
"body": "* docs: add jq security and timeout guidance\n\n* docs: incorporate jq review feedback\n\n* docs: reference workflow timeout spec\n\n* docs: mention Java DSL filters in timeout guidance\n\n* Apply suggestions from code review\n\nCo-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>\n\n\n[…]\n* docs: update generated durable Kubernetes config\n\n---------\n\nCo-authored-by: nightcityblade <nightcityblade@gmail.com>\nCo-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>",
"is_bot": false,
"headline": "docs: add jq security and timeout guidance (#721)",
"author_name": "nightcityblade",
"author_login": "nightcityblade",
"committed_at": "2026-07-17T18:44:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07465ec1e3c17fd40c204dad0b52f2e83cd6e792",
"body": "Or the quarkus property is false ;)\n\nSigned-off-by: Francisco Javier Tirado Sarti <ftirados@ibm.com>",
"is_bot": false,
"headline": "Completely disable scheduler if no dependency is there (#752)",
"author_name": "Francisco Javier Tirado Sarti",
"author_login": "fjtirado",
"committed_at": "2026-07-17T18:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3e68f7aa78ac7909403cb4b615261a09dc69ddb",
"body": "* Fix CI flakiness in SchedulableFlowsIT\n\n- Fix WireMock to explicitly bind to 127.0.0.1 instead of localhost to avoid IPv4/IPv6 resolution issues in CI\n- Fix database cleanup order in tests to respect foreign key constraints (delete children before parents)\n- Fix FlowPlanner context execution to us\n[…]\nm>\n\n* Fix multiple wiremocks; unstable schedulers; fix scheduler is enabled\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n---------\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix CI flaky tests and parallel build issues (#746)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-17T16:43:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84c3fe49043106b9f05e57e0ad08d8a7e0a92893",
"body": "…#744)\n\n* Fix #731 - Refactor OIDC to consider build-time\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Fix #731 - Refactor OIDC module to consider build-time registration\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Review named configuration timeout and registry collis\n[…]\nom>\n\n* Remove username/password from EndpointKey; consider @fjtirado review\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n---------\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix #731 - Refactor OIDC module to consider build-time registration (…",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-15T20:04:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7ae466e7a0238e68e88d1333fe34d0865645f5b4",
"body": "…s unrecognized (#740)",
"is_bot": false,
"headline": "[Fix_#739] Durable Kubernetes readiness config property is reported a…",
"author_name": "Gonzalo Muñoz",
"author_login": "gmunozfe",
"committed_at": "2026-07-13T13:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe1499fff81e6fb09a20133b07686b2e7b9c643a",
"body": "Bumps [io.quarkiverse.wiremock:quarkus-wiremock](https://github.com/quarkiverse/quarkus-wiremock) from 1.5.1 to 1.6.3.\n- [Release notes](https://github.com/quarkiverse/quarkus-wiremock/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-wiremock/compare/1.5.1...1.6.3)\n\n---\nupdated-dependenc\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): Bump io.quarkiverse.wiremock:quarkus-wiremock (#743)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T12:57:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "597e4922678066d535844ebdbe29dfc2bc262c6a",
"body": "…lientAgent support (#730)\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix #728 add ParallelMapperAgent, SupervisorAgent, PlannerAgent, McpC…",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-10T19:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd19b5dc07a11bf7d1051a54f30c3a5755b33f69",
"body": "…e auto-restore (#738)",
"is_bot": false,
"headline": "[Fix_#737] Documentation uses wrong camelCase property for persistenc…",
"author_name": "Gonzalo Muñoz",
"author_login": "gmunozfe",
"committed_at": "2026-07-10T15:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaee9231117baa14620c94cef741152c30090649",
"body": "Signed-off-by: fjtirado <ftirados@ibm.com>",
"is_bot": false,
"headline": "Update to SDK 7.25.0 (#735)",
"author_name": "Francisco Javier Tirado Sarti",
"author_login": "fjtirado",
"committed_at": "2026-07-10T15:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea51a82016dd2202a4a3850a15e8f61098403683",
"body": "* Copy-edit docs pages: fix grammar, typos, and markup errors\n\nLight-touch copy-edit across docs/modules/ROOT/pages/*.adoc. Fixes genuine\nEnglish and AsciiDoc-markup errors only; 31 of 41 pages needed no changes.\n\nNotable: quartz.adoc had the bulk (wrong-word \"persistent\", garbled\nsentences, a [sour\n[…]\nre.\n\n* Apply suggestion from @rolfedh\n\nCo-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>",
"is_bot": false,
"headline": "Copy-edit docs pages: fix grammar, typos, and markup errors (#736)",
"author_name": "Rolfe Dlugy-Hegwer",
"author_login": "rolfedh",
"committed_at": "2026-07-10T13:30:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "822a28f010ed3f584d5fa6ff9327413049b6953f",
"body": "In order CallFunction to work properly, related dependency should be\nadded\n\nSigned-off-by: fjtirado <ftirados@ibm.com>",
"is_bot": false,
"headline": "Adding missing dependency (#732)",
"author_name": "Francisco Javier Tirado Sarti",
"author_login": "fjtirado",
"committed_at": "2026-07-09T09:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d016158b4672f02d105897f1b2b160190b632f77",
"body": null,
"is_bot": false,
"headline": "[Fix_#733] Default false is not permitted for MSSQL (#734)",
"author_name": "Gonzalo Muñoz",
"author_login": "gmunozfe",
"committed_at": "2026-07-08T22:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d32d7385682ca5f3ca37beb7e0a674a0afb725b7",
"body": "…#639)\n\n* Add Authorization backed by Quarkus OIDC + Examples\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Add configuration-based OidcClientConfig overrides with workflow/task routing\n\n Introduce per-workflow and per-task OIDC client configuration overrides\n from application.proper\n[…]\nk stubs.\n- Exercise the per-override creation-timeout on the DSL path in the IT\n config.\n- Regenerate the OIDC config-doc includes.\n\n---------\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>",
"is_bot": false,
"headline": "[OIDC] Phase 0: Add Authorization backed by Quarkus OIDC + Examples (…",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-07-06T19:17:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eb915f1a08427aca10a3fa06ffe7ff35d46266b3",
"body": "…o fix native build problems on fabric8 7.6.x (#729)\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Add bouncycastle dependency to durable kubernetes integration tests t…",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-06T16:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2321bb23684c5409d44fbe381734d2ef481a8e70",
"body": "Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix #715 - Add @A2AClientAgent as agent service (#727)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-06T14:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c640c798184b66de143510d084fb61ab2e2cb73",
"body": "Adds warning that quarkus-proxy-registry is experimental and not\nrecommended for production use.\n\nFixes #725",
"is_bot": false,
"headline": "docs: add experimental warning for proxy support (#726)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-03T22:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "babc866c4b9014a8fbee0f1e2f7306ee8dda50b7",
"body": "The separate /examples Maven config allowed Dependabot to bypass\nthe root config's LTS restrictions by updating the parent pom's\nquarkus.version property.\n\nSince examples inherit from the root pom, they will automatically\nfollow the same LTS policy (3.33.x only) without needing a separate\nconfiguration.\n\nThis fixes the issue where Dependabot created PR #709 to update\nto Quarkus 3.37.1, bypassing the intended 3.33.x-only restriction.",
"is_bot": false,
"headline": "Remove /examples Maven config to enforce LTS-only updates (#712)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-02T22:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77938b041c0506c26e1badcbf6c8a7c4324980b1",
"body": "Bumps `io.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[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump io.quarkiverse.jackson-jq.version in /examples (#710)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-02T21:10:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f3c585dcbf59413f49e98a1563d02a0b61faa12",
"body": "…kflow in some of the generated DB objects (#708)\n\n* issue-707: Qflow generated JPA tables includes process instead of workflow in some of the generated DB objects\n\n* Update flyway scripts used by integration tests",
"is_bot": false,
"headline": "issue-707: Qflow generated JPA tables includes process instead of wor…",
"author_name": "Walter Medvedeo",
"author_login": "wmedvede",
"committed_at": "2026-07-02T21:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3e065e5976e9e22a3a2a8fde1bc5b1196e46df",
"body": "* Configure Dependabot for LTS patch updates and reduced PR noise\n\n- Restrict core project Quarkus updates to patch versions only (current LTS)\n- Allow full updates for examples directory (users should see latest features)\n- Add Docker ecosystem support for runner base image updates\n- Group related \n[…]\natch updates are allowed regardless of\n how Dependabot interprets Maven versioning\n\nCo-authored-by: GitHub Copilot <noreply@github.com>\n\n---------\n\nCo-authored-by: GitHub Copilot <noreply@github.com>",
"is_bot": false,
"headline": "Configure Dependabot for LTS patch updates and reduced PR noise (#703)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-07-02T17:43:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "23679d83b064f3b708175172e094b85cd5c47476",
"body": "Bumps `quarkus.platform.version` from 3.37.0 to 3.37.1.\n\nUpdates `io.quarkus.platform:quarkus-bom` from 3.37.0 to 3.37.1\n- [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.37.0...3.37.1)\n\nUpdates `io.quarkus.platform:quarkus-maven-plugin` from 3.37.0 to 3.37.1\n- [Commits](https://gi\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump quarkus.platform.version from 3.37.0 to 3.37.1 (#706)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-02T14:49:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eca1271f01d0c614d7ff62db8d282156d351b06a",
"body": null,
"is_bot": true,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "quarkiverse-ci[bot]",
"author_login": "quarkiverse-ci[bot]",
"committed_at": "2026-06-30T20:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52d8d731688576dcdce4c2f7867681ed6b4c9dc5",
"body": null,
"is_bot": true,
"headline": "[maven-release-plugin] prepare release 0.12.0",
"author_name": "quarkiverse-ci[bot]",
"author_login": "quarkiverse-ci[bot]",
"committed_at": "2026-06-30T20:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d2da9cb8f770bd27e1539c15e0409dc978a4d66",
"body": "Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix docs module: add missing deployment modules dependencies (#702)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-30T19:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71ca5c6ace2c1e58496e9279d5285bbf9f547d5b",
"body": "Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix quarkus-flow-jpa-deployment dependency on examples/pom.xml (#701)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-30T19:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ef8f4e4ab3faeb172ab1f3934f76f675af392c",
"body": "* Release 0.12.0\n\n* Fix attributes version",
"is_bot": false,
"headline": "Release 0.12.0 (#700)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-30T15:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "357725cb9b288968650844a0312481d47b420674",
"body": "Bumps [io.quarkiverse.playwright:quarkus-playwright](https://github.com/quarkiverse/quarkus-playwright) from 2.3.5 to 2.3.7.\n- [Release notes](https://github.com/quarkiverse/quarkus-playwright/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-playwright/compare/2.3.5...2.3.7)\n\n---\nupdated\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump io.quarkiverse.playwright:quarkus-playwright (#699)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-30T13:58:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "69f0b63def37679629ceb8a740f4f459c53f0bb3",
"body": "…(#694)\n\n* Refactor examples to not depend on -deployments module\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Adjust GHA to split examples tests from core/integration tests\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* fix: Exclude examples from validate job - they buil\n[…]\nloading latest built\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n---------\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\nCo-authored-by: Gonzalo Muñoz <gonzalo51429@gmail.com>",
"is_bot": false,
"headline": "Refactor: Split examples ITs from core builds for faster CI feedback …",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-29T15:07:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4766ad1e2ca64d997b5c6bd8183a8b39e84044a",
"body": "Introduce a new entry in the gRPC channel resolution priority order so a\nsingle override can target all versions of a workflow:\n\n1. namespace:name:version:taskName - task-level override\n2. namespace:name:version - workflow-level override\n3. namespace:name - versionless o\n[…]\nto a pure, testable static method (the\nchannel-existence check is injected as a Predicate) and add unit tests\ncovering the full priority order.\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>",
"is_bot": false,
"headline": "Add versionless gRPC channel resolution override (#696)",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-29T15:06:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d09937fbe240817491bba4792b9e3509e4842ee8",
"body": "Bumps `io.serverlessworkflow.version` from 7.23.0.Final to 7.24.0.Final.\n\nUpdates `io.serverlessworkflow:serverlessworkflow-bom` from 7.23.0.Final to 7.24.0.Final\n- [Release notes](https://github.com/serverlessworkflow/sdk-java/releases)\n- [Commits](https://github.com/serverlessworkflow/sdk-java/com\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump io.serverlessworkflow.version (#698)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T11:24:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b179041ce9e9b6938892c31a34783ec3db18ca6",
"body": "Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>",
"is_bot": false,
"headline": "Add Snapshot Deploy CI (#697)",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-27T02:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99449bef8c7e8d70857c74d59beaa099394c549",
"body": "* Register proto files to be included in native mode\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Update documentation\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n---------\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>",
"is_bot": false,
"headline": "Register proto files to be included in native mode (#693)",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-26T19:37:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f38a4a0af048005895870d7497e231fb372ad363",
"body": "…in (#690)\n\nBumps [io.quarkus:quarkus-documentation-rag-maven-plugin](https://github.com/quarkusio/quarkus-documentation-rag) from 0.0.5 to 0.0.7.\n- [Release notes](https://github.com/quarkusio/quarkus-documentation-rag/releases)\n- [Commits](https://github.com/quarkusio/quarkus-documentation-rag/com\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): Bump io.quarkus:quarkus-documentation-rag-maven-plug…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T14:33:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b737e49ec11b67d011c85f43bda1e9c4fcd3da58",
"body": "Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "no-issue: Introduce Quarkus Flow runner container quickstarts (#689)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-26T13:58:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "148fd3ce73998f45480cbd8e70d98b2444926f2f",
"body": null,
"is_bot": false,
"headline": "Upgrade Quarkus version to 3.33.2.1 (#688)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-26T13:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "314f7db7f61243708555df610dd6bab1c24953a9",
"body": "Bumps `quarkus.platform.version` from 3.36.3 to 3.37.0.\n\nUpdates `io.quarkus.platform:quarkus-bom` from 3.36.3 to 3.37.0\n- [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.36.3...3.37.0)\n\nUpdates `io.quarkus.platform:quarkus-maven-plugin` from 3.36.3 to 3.37.0\n- [Commits](https://gi\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump quarkus.platform.version from 3.36.3 to 3.37.0 (#682)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T15:07:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16909aab7fe1c5c84a6543fbadcbf2a3c9b161c8",
"body": "Bumps `surefire-plugin.version` from 3.5.6 to 3.5.6.\n\nUpdates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.6 to 3.5.6\n- [Release notes](https://github.com/apache/maven-surefire/releases)\n- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.6...surefire-3.5.6)\n\nUpdat\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump surefire-plugin.version from 3.5.6 to 3.5.6 (#683)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T15:07:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "67f369ade7597c27bb1d4485775988c5798e9797",
"body": "* Add StructuredLoggingListener as bean again\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Add Singleton annotation to StructuredLoggingListener class\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Format StructuredLoggingListener class\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n---------\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>",
"is_bot": false,
"headline": "Add StructuredLoggingListener as bean again (#687)",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-25T15:07:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf1bb3f6654c36d6fa5165bce12aaa40951470c",
"body": "…command for multi-arch (#686)\n\nUpdate additional_tags format in workflow file and adjusting dockerx command for multi-arch",
"is_bot": false,
"headline": "Update additional_tags format in workflow file and adjusting dockerx …",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-25T13:55:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "869e27478e373bd9a692e5e773e8167785e1273c",
"body": "* Enhance Docker build process for multi-architecture support\n\nAdded QEMU and Docker Buildx setup for multi-arch builds, replacing single-arch build process with a buildx command that exports as an OCI tarball.\n\n* Remove publish-latest job from image publishing workflow\n\nRemoved the 'publish-latest' job from the workflow.\n\n* Refactor publish-runner-images.yml to avoid duplication\n\nRemoved duplicate image tag configuration for latest.",
"is_bot": false,
"headline": "Enhance Docker build process for multi-architecture support (#684)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-25T13:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c263368acdd91d5bfb056276c3761bc3eebed93",
"body": "…ons.enabled javadoc) (#685)\n\n* Improve micrometer (grafana dashboard and quarkus.flow.metrics.durations.enabled javadoc)\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Update the metrics-prometheus.adoc documentation\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n---------\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>",
"is_bot": false,
"headline": "Improve micrometer (grafana dashboard and quarkus.flow.metrics.durati…",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-25T13:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e15f1973dd468d540bee6b063c302bffd8d68933",
"body": null,
"is_bot": false,
"headline": "Update artifact naming for OCI archive (#681)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-24T21:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0903f3f344839cfbacc743a9db2c55e0bcbfe8",
"body": null,
"is_bot": true,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "quarkiverse-ci[bot]",
"author_login": "quarkiverse-ci[bot]",
"committed_at": "2026-06-24T20:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55737e01d483e3c2af09b10c8487b4b51704a3b6",
"body": null,
"is_bot": true,
"headline": "[maven-release-plugin] prepare release 0.11.0",
"author_name": "quarkiverse-ci[bot]",
"author_login": "quarkiverse-ci[bot]",
"committed_at": "2026-06-24T20:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283e4c8cd1955b9922ed682a7f5a6ae84ab26a86",
"body": "* Release 0.11.0 version\n\n* Update attributes.adoc to the new version",
"is_bot": false,
"headline": "Release 0.11.0 version (#680)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-24T19:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b980bc43a6134493f3266928b0d2e33cbea412e",
"body": null,
"is_bot": false,
"headline": "feat: Add Quarkus gRPC channel (#616)",
"author_name": "Matheus André",
"author_login": "matheusandre1",
"committed_at": "2026-06-24T19:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf0652327b376dce035dfe395ebd730a2127ce68",
"body": "…vironments (#679)",
"is_bot": false,
"headline": "Moving BUILD_TIME properties to RUNTIME for flexibility on runtime en…",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-24T17:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f84da63afddd415cc4025554221829321cf9c55c",
"body": "…678)\n\nThe classpath resource path in src/main/resources/{path} was written with\nAsciiDoc attribute-reference braces, so {path} resolves to an undefined\nattribute and renders literally as the broken token {path}. Use an angle-bracket\n<path> placeholder instead, consistent with the escaped {key} placeholder in\ntracing.adoc, so it reads as a user-supplied value.",
"is_bot": false,
"headline": "docs: use a <path> placeholder for the workflow resource directory (#…",
"author_name": "Rolfe Dlugy-Hegwer",
"author_login": "rolfedh",
"committed_at": "2026-06-24T16:45:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6faa64ee6b0c29ba43958525c56d64a58423144a",
"body": "Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "fix #665 - Address makefile multi-thread support (#675)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-24T13:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8974f88c87437e8259286bc5011ec8698a7ea6ad",
"body": "* Add separate RAG artifact for documentation search\n\nShip RAG vector embeddings in a dedicated docs-rag module so AI\nassistants can search all 39 documentation pages (470 chunks, 1.0M\nartifact). The core deployment JAR includes a pointer file that tells\nthe loader where to find the RAG artifact.\n\n* Address review feedback: naming convention and plugin version property",
"is_bot": false,
"headline": "Add separate RAG artifact for documentation search (#674)",
"author_name": "Phillip Krüger",
"author_login": "phillip-kruger",
"committed_at": "2026-06-24T13:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5fe35716d4f80d5215b4c1fb26a3545bcbde971",
"body": "Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump actions/cache from 5 to 6 (#676)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-24T13:18:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f1f56afa52d0c5e5618f23da28e0061daa2b35a2",
"body": "Bumps [io.smallrye.reactive:mutiny](https://github.com/smallrye/smallrye-mutiny) from 3.2.1 to 3.3.0.\n- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)\n- [Commits](https://github.com/smallrye/smallrye-mutiny/compare/3.2.1...3.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: i\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump io.smallrye.reactive:mutiny from 3.2.1 to 3.3.0 (#672)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-23T13:10:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1cb9cb47e6249a6f19c7924e3048933f381c2108",
"body": "Bumps io.quarkiverse.antora:quarkus-antora from 3.33.0 to 3.33.1.\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkiverse.antora:quarkus-antora\n dependency-version: 3.33.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump io.quarkiverse.antora:quarkus-antora (#668)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T15:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bef99e5fe0ef516ddf53fba26c6530de9ce25829",
"body": "Bumps `io.serverlessworkflow.version` from 7.22.2.Final to 7.23.0.Final.\n\nUpdates `io.serverlessworkflow:serverlessworkflow-bom` from 7.22.2.Final to 7.23.0.Final\n- [Release notes](https://github.com/serverlessworkflow/sdk-java/releases)\n- [Commits](https://github.com/serverlessworkflow/sdk-java/com\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump io.serverlessworkflow.version (#663)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-19T14:34:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "db3710b8cc403f0458ac24a62bc489a01af211f5",
"body": "CloudEvent serialization is a core part of the spec and the object\nmapper needs to be configured accordingly.\n\nTherefore, the current customizer is moved from messaging to core\n\nSigned-off-by: fjtirado <ftirados@ibm.com>",
"is_bot": false,
"headline": "Adding CloudEvent serialization in core (#664)",
"author_name": "Francisco Javier Tirado Sarti",
"author_login": "fjtirado",
"committed_at": "2026-06-19T14:06:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c520e25eadb97d94d0531aab332bc7c13766294",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\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/v6...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump actions/checkout from 6 to 7 (#661)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-19T08:46:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5b605b43e7544b93b482e57e049094865efd9290",
"body": "Bumps `quarkus.platform.version` from 3.33.2 to 3.36.3.\n\nUpdates `io.quarkus.platform:quarkus-bom` from 3.33.2 to 3.36.3\n- [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.33.2...3.36.3)\n\nUpdates `io.quarkus.platform:quarkus-maven-plugin` from 3.33.2 to 3.36.3\n- [Commits](https://gi\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump quarkus.platform.version from 3.33.2 to 3.36.3 (#662)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-19T08:45:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d17e00716b3aeb679ac8be6ff6051f7caf380c9",
"body": "… runtime configuration (#654)\n\n* fix #646 - Make persistence configuration runtime; Revert persistence module to an extension\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Remove leftovers\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Add Redis deployment to able to run examples in parallel\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n---------\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix #646 - Convert persistence-common to Quarkus extension and enable…",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-18T13:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "141f0cd3d99a6a9a6e000852677eeb504ece397f",
"body": "- Remove build-time ConfigProvider checks for mp.messaging channels\n- Register messaging beans unconditionally when defaults-enabled=true\n- SmallRye Reactive Messaging handles missing channels gracefully\n- Enables profile-specific configuration (%prod, %dev, etc.)\n- Enables environment variable configuration at runtime\n- No breaking changes - existing configs continue to work\n\nCo-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix #645 - Make messaging channel detection runtime-based (#655)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-18T12:06:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1460c63e576c80ab912cb87488d9b12f9d85bde6",
"body": "…cleared (#653)\n\n* Make the async persistence executor run with the transaction context cleared\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Format persistence/jpa/runtime/src/main/java/io/quarkiverse/flow/persistence/jpa/JpaPersistenceExecutor.java class\n\nSigned-off-by: Matheus Cruz \n[…]\nd comment referencing GitHub issue 652 from JpaPersistenceExecutor.\n\n---------\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\nCo-authored-by: Francisco Javier Tirado Sarti <ftirados@ibm.com>",
"is_bot": false,
"headline": "Make the async persistence executor run with the transaction context …",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-18T10:13:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eacae7e5288c9042849f82a348aff81192eb7042",
"body": "Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifac\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump actions/upload-artifact from 4 to 7 (#658)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-18T10:08:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "649b917c0e0f5e9ac04a2039f71e26fd14f7199a",
"body": "Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/v4...v8)\n\n---\nupdated-dependencies:\n- dependency-name: actions/downlo\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump actions/download-artifact from 4 to 8 (#659)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-18T09:57:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8ab74f77be51341669bfa0864b1398a2998998b",
"body": "* Close MVStorePersistenceStore\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Add tests to MVStoreProducer\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n---------\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>",
"is_bot": false,
"headline": "Close MVStorePersistenceStore (#657)",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-18T09:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7253b601cce456f811c864fc48b679901a471411",
"body": "…rter (#651)\n\n* (no-issue): Replace JUnit Report with Quarkus Build Reporter\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Fix artifact names - remove invalid characters\n\n* Fix artifact names in all workflows - remove parentheses and spaces\n\n---------\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Replace mikepenz/action-junit-report with quarkusio/action-build-repo…",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-17T20:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cddd93f7ff47969ce3830d07eb42d91351744d8d",
"body": "* Add runner app module; Create first in-memory workflow test validation\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Stabilize image build and runner dashboard\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Add kubernetes manifests and update durable use case pipeline\n\nS\n[…]\ny: Ricardo Zanini <ricardozanini@gmail.com>\n\n* Consider reviewer's comments\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>\n\n---------\n\nSigned-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix #632 - Introduce Quarkus Flow Runner image (#648)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-17T19:14:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b7526778a6be90b8278cdda4492a50214cdb7f5c",
"body": "Bumps `io.quarkiverse.langchain4j.version` from 1.11.1 to 1.11.2.\n\nUpdates `io.quarkiverse.langchain4j:quarkus-langchain4j-ollama` from 1.11.1 to 1.11.2\n\nUpdates `io.quarkiverse.langchain4j:quarkus-langchain4j-testing-evaluation-junit5` from 1.11.1 to 1.11.2\n\n---\nupdated-dependencies:\n- dependency-n\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): Bump io.quarkiverse.langchain4j.version (#650)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-17T09:29:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "da766007040cb77c68c5ae3c5815b73db2da9a60",
"body": "Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>",
"is_bot": false,
"headline": "Force the CDI container to fully initialize in test mode (#649)",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-16T21:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e297e36445906e009c64c52c5212df7bdbe06c1",
"body": "* Add db migrations\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Fix CI for h2 database\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Rename Durable to Persistent and skip langchain4j/integration-tests on build-it.yml\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n---------\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>",
"is_bot": false,
"headline": "Add flyway migration db scripts (#634)",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-16T21:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e6917a4602223db734418a8f14bb2e050de8c24",
"body": "…#612)\n\n* Introduce ScheduleOn annotation to trigger Agentic workflows\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Fix formatting issue\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n* Remove star imports from FlowLangChain4jProcessor\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\n\n---------\n\nSigned-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>\nCo-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>",
"is_bot": false,
"headline": "Introduce `@ScheduleOn` to trigger Agentic workflows through events (…",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-16T21:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66d7f3be93ebdcd52f3121c837250e03b91f1ed7",
"body": "Bumps `io.quarkiverse.langchain4j.version` from 1.11.0 to 1.11.1.\n\nUpdates `io.quarkiverse.langchain4j:quarkus-langchain4j-ollama` from 1.11.0 to 1.11.1\n\nUpdates `io.quarkiverse.langchain4j:quarkus-langchain4j-agentic-deployment` from 1.11.0 to 1.11.1\n\nUpdates `io.quarkiverse.langchain4j:quarkus-lan\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump io.quarkiverse.langchain4j.version (#647)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-16T16:17:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4f539553b9693794f52c88976ad8250d954af20e",
"body": "Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>",
"is_bot": false,
"headline": "Add microprofile-jwt-auth-api dep (#644)",
"author_name": "Matheus Cruz",
"author_login": "mcruzdev",
"committed_at": "2026-06-12T20:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "818538a3148d180fc74482b0dfa5cb8ea057e899",
"body": "Bumps [io.quarkiverse.playwright:quarkus-playwright](https://github.com/quarkiverse/quarkus-playwright) from 2.3.4 to 2.3.5.\n- [Release notes](https://github.com/quarkiverse/quarkus-playwright/releases)\n- [Commits](https://github.com/quarkiverse/quarkus-playwright/compare/2.3.4...2.3.5)\n\n---\nupdated\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): Bump io.quarkiverse.playwright:quarkus-playwright (#642)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-12T12:59:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e890fe354468e76caa1ce960b28dc95b0e1477f2",
"body": "Bumps `io.quarkiverse.langchain4j.version` from 1.10.0 to 1.11.0.\n\nUpdates `io.quarkiverse.langchain4j:quarkus-langchain4j-ollama` from 1.10.0 to 1.11.0\n\nUpdates `io.quarkiverse.langchain4j:quarkus-langchain4j-testing-evaluation-junit5` from 1.10.0 to 1.11.0\n\n---\nupdated-dependencies:\n- dependency-n\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps-dev): Bump io.quarkiverse.langchain4j.version (#640)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-12T12:59:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7c12d0c2557bbbd94230f26332b2a6a12c0f9570",
"body": "Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Fix #629 - Do not query kubernetes locally on durable use cases (#635)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-12T12:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51262d9a730573ec61fc4000bf8d0d4f222c2ec6",
"body": "Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>",
"is_bot": false,
"headline": "Clean up of deployment modules on persistence (#636)",
"author_name": "Ricardo Zanini",
"author_login": "ricardozanini",
"committed_at": "2026-06-12T12:57:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 618,
"latest_release_at": "2026-07-24T19:40:26Z",
"latest_release_tag": "0.14.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 44,
"days_since_latest_release": 0,
"mean_days_between_releases": 14.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "io.quarkiverse.flow:quarkus-flow-docs-rag",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.quarkiverse.flow/quarkus-flow-docs-rag",
"is_deprecated": false,
"latest_version": "0.14.0",
"repository_url": null,
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-24T19:57:17Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 37,
"stars": 106,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-08",
"count": 2
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-30",
"count": 2
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-23",
"count": 1
},
{
"date": "2026-07-03",
"count": 2
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-22",
"count": 3
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 37,
"total_forks": 37
},
"star_history": null,
"open_issues_and_prs": 43
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"runner/app/Makefile"
],
"api_schema_files": [
"examples/grpc-client-routing/src/main/proto/greeter.proto",
"examples/grpc-client-routing/src/main/resources/proto/greeter.proto",
"grpc/integration-tests/src/main/proto/greeter.proto",
"grpc/integration-tests/src/main/resources/proto/greeter.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"bom/pom.xml",
"core/deployment/pom.xml",
"core/integration-tests/pom.xml",
"core/pom.xml",
"core/runtime-dev/pom.xml",
"core/runtime/pom.xml",
"docs-rag/pom.xml",
"docs/pom.xml",
"durable-kubernetes/deployment/pom.xml",
"durable-kubernetes/integration-tests/pom.xml",
"durable-kubernetes/pom.xml",
"durable-kubernetes/runtime/pom.xml",
"examples/agentic-http/pom.xml",
"examples/auth-oauth2-oidc/pom.xml",
"examples/durable-workflows-k8s/pom.xml",
"examples/greeting-runner/pom.xml",
"examples/grpc-client-routing/pom.xml",
"examples/http-basic-auth/pom.xml",
"examples/langchain4j-agentic-workflow/pom.xml",
"examples/micrometer-prometheus/pom.xml",
"examples/newsletter-drafter/pom.xml",
"examples/order-fulfillment-compensation/pom.xml",
"examples/petstore-openapi/pom.xml",
"examples/pom.xml",
"examples/resilient-task-orchestrator/pom.xml",
"examples/suspend-resume-abort/pom.xml",
"grpc/deployment/pom.xml",
"grpc/integration-tests/pom.xml",
"grpc/pom.xml",
"grpc/runtime/pom.xml",
"langchain4j/deployment/pom.xml",
"langchain4j/integration-tests/pom.xml",
"langchain4j/pom.xml",
"langchain4j/runtime/pom.xml",
"messaging/deployment/pom.xml",
"messaging/integration-tests/pom.xml",
"messaging/pom.xml",
"messaging/runtime/pom.xml",
"oidc/deployment/pom.xml",
"oidc/integration-tests/pom.xml",
"oidc/pom.xml",
"oidc/runtime/pom.xml",
"persistence/common/deployment/pom.xml",
"persistence/common/pom.xml",
"persistence/common/runtime/pom.xml",
"persistence/infinispan/integration-tests/pom.xml",
"persistence/infinispan/pom.xml",
"persistence/jpa/deployment/pom.xml",
"persistence/jpa/integration-tests/pom.xml",
"persistence/jpa/pom.xml",
"persistence/jpa/runtime/pom.xml",
"persistence/mvstore/deployment/pom.xml",
"persistence/mvstore/integration-tests/pom.xml",
"persistence/mvstore/pom.xml",
"persistence/mvstore/runtime/pom.xml",
"persistence/pom.xml",
"persistence/redis/deployment/pom.xml",
"persistence/redis/integration-tests/pom.xml",
"persistence/redis/pom.xml",
"persistence/redis/runtime/pom.xml",
"persistence/test-common/pom.xml",
"pom.xml",
"quarkus-platform-checks/pom.xml",
"runner/app/pom.xml",
"runner/deployment/pom.xml",
"runner/integration-tests/pom.xml",
"runner/pom.xml",
"runner/runtime/pom.xml",
"scheduler/memory/deployment/pom.xml",
"scheduler/memory/integration-tests/pom.xml",
"scheduler/memory/pom.xml",
"scheduler/memory/runtime/pom.xml",
"scheduler/pom.xml",
"scheduler/quartz/deployment/pom.xml",
"scheduler/quartz/integration-tests/pom.xml",
"scheduler/quartz/pom.xml",
"scheduler/quartz/runtime/pom.xml"
],
"largest_source_bytes": 101252,
"source_files_sampled": 762,
"oversized_source_files": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 12996
},
"dependencies": {
"manifests": [
"bom/pom.xml",
"core/pom.xml",
"docs-rag/pom.xml",
"docs/package.json",
"docs/pom.xml",
"durable-kubernetes/pom.xml",
"examples/pom.xml",
"grpc/pom.xml",
"langchain4j/pom.xml",
"messaging/pom.xml",
"oidc/pom.xml",
"persistence/pom.xml",
"pom.xml",
"quarkus-platform-checks/pom.xml",
"runner/pom.xml",
"scheduler/pom.xml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 58,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 131,
"direct_affected_count": 0
},
"ecosystems": [
"maven",
"npm"
],
"dependencies": [
{
"name": "io.quarkiverse.flow:quarkus-flow",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-dev",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-durable-kubernetes",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-durable-kubernetes-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-langchain4j",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-langchain4j-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-messaging",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-messaging-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-oidc",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-oidc-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-persistence-common",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-persistence-common-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-jpa",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-jpa-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-mvstore",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-mvstore-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-redis",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-redis-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-scheduler",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-scheduler-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-quartz-scheduler",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-quartz-scheduler-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-runner",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-runner-deployment",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.quarkus:quarkus-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${quarkus.version}"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${io.serverlessworkflow.version}"
},
{
"name": "io.quarkiverse.jackson-jq:quarkus-jackson-jq",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${io.quarkiverse.jackson-jq.version}"
},
{
"name": "io.quarkiverse.jackson-jq:quarkus-jackson-jq-deployment",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${io.quarkiverse.jackson-jq.version}"
},
{
"name": "io.cloudevents:cloudevents-json-jackson",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${io.cloudevents.version}"
},
{
"name": "com.github.zafarkhaja:java-semver",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${com.github.zafarkhaja.version}"
},
{
"name": "com.h2database:h2-mvstore",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${com.h2database.version}"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "com.github.zafarkhaja:java-semver",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.github.zafarkhaja:java-semver",
"direct": true,
"version": "0.10.2",
"ecosystem": "maven"
},
{
"name": "com.h2database:h2-mvstore",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.h2database:h2-mvstore",
"direct": true,
"version": "2.4.240",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-json-jackson",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-json-jackson",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-dev",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-durable-kubernetes",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-durable-kubernetes-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-jpa",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-jpa-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-langchain4j",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-langchain4j-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-messaging",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-messaging-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-mvstore",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-mvstore-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-oidc",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-oidc-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-persistence-common",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-persistence-common-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-quartz-scheduler",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-quartz-scheduler-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-redis",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-redis-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-runner",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-runner-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-scheduler",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-scheduler-deployment",
"direct": true,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.jackson-jq:quarkus-jackson-jq",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.jackson-jq:quarkus-jackson-jq",
"direct": true,
"version": "2.5.2",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.jackson-jq:quarkus-jackson-jq-deployment",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.jackson-jq:quarkus-jackson-jq-deployment",
"direct": true,
"version": "2.5.2",
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-bom",
"direct": true,
"version": "3.33.2.1",
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-bom",
"direct": true,
"version": "7.26.0",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.micrometer:micrometer-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.mvnpm:esbuild-maven-plugin",
"direct": false,
"version": "2.0.0",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.antora:quarkus-antora",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-grpc",
"direct": false,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-grpc-deployment",
"direct": false,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.flow:quarkus-flow-persistence-test-common",
"direct": false,
"version": "1.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.langchain4j:quarkus-langchain4j-agentic",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.langchain4j:quarkus-langchain4j-agentic-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.langchain4j:quarkus-langchain4j-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.langchain4j:quarkus-langchain4j-ollama",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.langchain4j:quarkus-langchain4j-ollama",
"direct": false,
"version": "1.12.0",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.langchain4j:quarkus-langchain4j-ollama-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.langchain4j:quarkus-langchain4j-testing-evaluation-junit5",
"direct": false,
"version": "1.12.0",
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.playwright:quarkus-playwright",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkiverse.wiremock:quarkus-wiremock",
"direct": false,
"version": "1.6.3",
"ecosystem": "maven"
},
{
"name": "io.quarkus.platform:quarkus-bom",
"direct": false,
"version": "3.37.0",
"ecosystem": "maven"
},
{
"name": "io.quarkus.platform:quarkus-bom",
"direct": false,
"version": "3.37.1",
"ecosystem": "maven"
},
{
"name": "io.quarkus.platform:quarkus-maven-plugin",
"direct": false,
"version": "3.37.0",
"ecosystem": "maven"
},
{
"name": "io.quarkus.platform:quarkus-maven-plugin",
"direct": false,
"version": "3.37.1",
"ecosystem": "maven"
},
{
"name": "io.quarkus:maven-compiler-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-arc",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-arc-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-config-doc-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-config-doc-maven-plugin",
"direct": false,
"version": "3.33.2.1",
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-container-image-jib",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-devtools-testing",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-devui-test-spi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-documentation-rag-maven-plugin",
"direct": false,
"version": "0.0.7",
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-elytron-security-properties-file",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-extension-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-flyway",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-flyway-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-grpc",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-grpc-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-hibernate-orm-panache",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-hibernate-orm-panache-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-jackson",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-jackson-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-jacoco",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-jdbc-h2",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-jdbc-mssql",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-jdbc-mysql",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-jdbc-oracle",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-jdbc-postgresql",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-jdbc-postgresql-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-junit",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-junit-component",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-junit-component",
"direct": false,
"version": "3.33.2.1",
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-junit-internal",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-junit-mockito",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-junit5",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-kind",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-kubernetes",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-kubernetes-client",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-kubernetes-client-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-logging-json",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-maven-plugin",
"direct": false,
"version": "3.33.2.1",
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-messaging",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-messaging-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-messaging-kafka",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-micrometer-registry-prometheus",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-observability-devservices-lgtm",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-oidc",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-oidc-client",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-oidc-client-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-proxy-registry",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-quartz",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-quartz-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-redis-client",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-redis-client-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-rest",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-rest-client-jackson",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-rest-client-jackson-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-rest-jackson",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-rest-jackson-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-rest-qute",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-scheduler",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-scheduler-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-security",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-security-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-smallrye-context-propagation",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-smallrye-fault-tolerance",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-smallrye-fault-tolerance-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-smallrye-health",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-smallrye-health-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-smallrye-jwt",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-smallrye-jwt-build",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-smallrye-openapi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-smallrye-openapi-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-swagger-ui-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-test-kafka-companion",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-test-kubernetes-client",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-test-security-oidc",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-vertx-http",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-vertx-http-deployment",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-websockets",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.rest-assured:rest-assured",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-fluent-spec",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-impl-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-impl-function",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-impl-grpc",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-impl-http",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-impl-jackson-jwt",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-impl-jq",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-impl-lifecycle-events",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-impl-model",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-impl-openapi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-mermaid",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-persistence-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-persistence-mvstore",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.serverlessworkflow:serverlessworkflow-persistence-tests",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.reactive:smallrye-reactive-messaging-in-memory",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:jandex-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:jandex-maven-plugin",
"direct": false,
"version": "3.6.0",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance-standalone",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "it.ozimov:yaml-properties-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "net.revelc.code.formatter:formatter-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "net.revelc.code:impsort-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-failsafe-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-invoker-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-jar-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-scm-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.asciidoctor:asciidoctor-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.assertj:assertj-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.assertj:assertj-core",
"direct": false,
"version": "3.27.7",
"ecosystem": "maven"
},
{
"name": "org.awaitility:awaitility",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.bouncycastle:bcpkix-jdk18on",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.health:microprofile-health-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.jwt:microprofile-jwt-auth-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jacoco:jacoco-maven-plugin",
"direct": false,
"version": "0.8.15",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-junit-jupiter",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mvnpm.at.openworkflowspec:diagram-editor",
"direct": false,
"version": "0.2.0",
"ecosystem": "maven"
},
{
"name": "org.mvnpm:react",
"direct": false,
"version": "19.2.7",
"ecosystem": "maven"
},
{
"name": "org.mvnpm:react-dom",
"direct": false,
"version": "19.2.7",
"ecosystem": "maven"
},
{
"name": "org.mvnpm:scheduler",
"direct": false,
"version": "0.27.0",
"ecosystem": "maven"
},
{
"name": "org.mvnpm:use-sync-external-store",
"direct": false,
"version": "1.6.0",
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.wiremock:wiremock",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.wiremock:wiremock",
"direct": false,
"version": "3.13.2",
"ecosystem": "maven"
},
{
"name": "@antora/cli",
"direct": false,
"version": "3.1.15",
"ecosystem": "npm"
},
{
"name": "@antora/site-generator",
"direct": false,
"version": "3.1.15",
"ecosystem": "npm"
},
{
"name": "@mermaid-js/mermaid-cli",
"direct": false,
"version": "^11.6.0",
"ecosystem": "npm"
},
{
"name": "asciidoctor",
"direct": false,
"version": "^4.0.0",
"ecosystem": "npm"
},
{
"name": "asciidoctor-kroki",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "phantomjs",
"direct": false,
"version": "^2.1.7",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 189,
"direct_count": 37,
"indirect_count": 152
}
},
"maintainership": {
"issues": {
"open_prs": 14,
"merged_prs": 482,
"open_issues": 29,
"closed_ratio": 0.872,
"closed_issues": 198,
"closed_unmerged_prs": 62
},
"bus_factor": 2,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "ricardozanini",
"commits": 135,
"avatar_url": "https://avatars.githubusercontent.com/u/1538000?v=4"
},
{
"type": "User",
"login": "fjtirado",
"commits": 115,
"avatar_url": "https://avatars.githubusercontent.com/u/65240126?v=4"
},
{
"type": "User",
"login": "mcruzdev",
"commits": 93,
"avatar_url": "https://avatars.githubusercontent.com/u/56329339?v=4"
},
{
"type": "User",
"login": "domhanak",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/5937251?v=4"
},
{
"type": "User",
"login": "matheusandre1",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/92062874?v=4"
},
{
"type": "User",
"login": "gastaldi",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/54133?v=4"
},
{
"type": "User",
"login": "gmunozfe",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1962786?v=4"
},
{
"type": "User",
"login": "baldimir",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/125682?v=4"
},
{
"type": "User",
"login": "fantonangeli",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/17780574?v=4"
},
{
"type": "User",
"login": "cheryl7114",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/157477132?v=4"
}
],
"contributors_sampled": 26,
"top_contributor_share": 0.333
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-it.yml",
"build-website.yaml",
"build.yml",
"durable-k8s-kind.yml",
"issue-tracker.yml",
"native-nigthly-ci.yaml",
"persistence-langchain4j.yml",
"pre-release.yml",
"preview-docs-teardown.yaml",
"preview-docs.yaml",
"publish-runner-images.yml",
"quarkus-platform-nightly.yml",
"quarkus-snapshot.yaml",
"release-perform.yml",
"release-prepare.yml",
"release-snapshot.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 1,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "26 out of 26 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 6,
"reason": "Found 15/23 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 22 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 21 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "24 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d12b86556ec984e0da2d0168ffba34b4d7cb5382",
"ran_at": "2026-07-25T00:54:11Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T19:43:49Z",
"oldest_open_prs": [
{
"number": 124,
"created_at": "2025-12-11T23:01:43Z",
"last_comment_at": "2025-12-11T23:05:09Z",
"last_comment_author": "github-actions"
},
{
"number": 494,
"created_at": "2026-04-28T17:59:12Z",
"last_comment_at": "2026-04-28T18:05:57Z",
"last_comment_author": "github-actions"
},
{
"number": 621,
"created_at": "2026-06-09T18:22:32Z",
"last_comment_at": "2026-06-15T16:27:25Z",
"last_comment_author": "ricardozanini"
},
{
"number": 669,
"created_at": "2026-06-22T15:43:51Z",
"last_comment_at": "2026-06-23T03:06:22Z",
"last_comment_author": "github-actions"
},
{
"number": 692,
"created_at": "2026-06-26T14:49:27Z",
"last_comment_at": "2026-07-03T16:53:26Z",
"last_comment_author": "ricardozanini"
},
{
"number": 718,
"created_at": "2026-07-03T13:45:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 724,
"created_at": "2026-07-03T18:10:57Z",
"last_comment_at": "2026-07-03T18:18:17Z",
"last_comment_author": "github-actions"
},
{
"number": 747,
"created_at": "2026-07-16T03:42:59Z",
"last_comment_at": "2026-07-16T04:14:02Z",
"last_comment_author": "github-actions"
},
{
"number": 762,
"created_at": "2026-07-20T11:53:58Z",
"last_comment_at": "2026-07-21T11:58:00Z",
"last_comment_author": "wmedvede"
},
{
"number": 774,
"created_at": "2026-07-21T19:24:20Z",
"last_comment_at": "2026-07-24T00:15:26Z",
"last_comment_author": "github-actions"
},
{
"number": 780,
"created_at": "2026-07-22T20:15:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 782,
"created_at": "2026-07-23T13:03:32Z",
"last_comment_at": "2026-07-23T13:40:32Z",
"last_comment_author": "ricardozanini"
},
{
"number": 786,
"created_at": "2026-07-24T23:50:43Z",
"last_comment_at": "2026-07-25T00:08:02Z",
"last_comment_author": "github-actions"
},
{
"number": 787,
"created_at": "2026-07-24T23:50:50Z",
"last_comment_at": "2026-07-24T23:52:57Z",
"last_comment_author": "github-actions"
}
],
"last_merged_pr_at": "2026-07-24T19:33:18Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 51,
"created_at": "2025-10-29T18:39:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 114,
"created_at": "2025-12-09T23:46:40Z",
"last_comment_at": "2026-06-16T10:28:07Z",
"last_comment_author": "wmedvede"
},
{
"number": 116,
"created_at": "2025-12-10T00:31:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 317,
"created_at": "2026-03-12T14:00:19Z",
"last_comment_at": "2026-03-18T15:22:45Z",
"last_comment_author": "fjtirado"
},
{
"number": 376,
"created_at": "2026-03-25T16:39:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 425,
"created_at": "2026-04-08T13:49:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 446,
"created_at": "2026-04-10T22:14:45Z",
"last_comment_at": "2026-04-20T14:41:58Z",
"last_comment_author": "ricardozanini"
},
{
"number": 468,
"created_at": "2026-04-21T03:24:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 469,
"created_at": "2026-04-21T13:50:52Z",
"last_comment_at": "2026-04-21T14:54:24Z",
"last_comment_author": "ricardozanini"
},
{
"number": 487,
"created_at": "2026-04-24T09:08:25Z",
"last_comment_at": "2026-06-25T13:09:25Z",
"last_comment_author": "ricardozanini"
},
{
"number": 488,
"created_at": "2026-04-24T09:17:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 606,
"created_at": "2026-06-04T18:16:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 619,
"created_at": "2026-06-09T13:46:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 620,
"created_at": "2026-06-09T14:16:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 622,
"created_at": "2026-06-09T20:09:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 623,
"created_at": "2026-06-09T20:18:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 630,
"created_at": "2026-06-10T16:29:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 666,
"created_at": "2026-06-20T22:24:51Z",
"last_comment_at": "2026-06-23T14:25:51Z",
"last_comment_author": "ricardozanini"
},
{
"number": 671,
"created_at": "2026-06-22T20:14:51Z",
"last_comment_at": "2026-06-24T19:33:36Z",
"last_comment_author": "ricardozanini"
},
{
"number": 677,
"created_at": "2026-06-24T14:22:00Z",
"last_comment_at": "2026-06-24T17:07:31Z",
"last_comment_author": "matheusandre1"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/quarkiverse/quarkus-flow",
"host": "github.com",
"name": "quarkus-flow",
"owner": "quarkiverse"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"security": 62,
"vitality": 96,
"community": 62,
"governance": 77,
"engineering": 77
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 96,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"commits_last_year": 618,
"human_commit_share": 0.65,
"days_since_last_push": 0,
"active_weeks_last_year": 44
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "44/52 weeks with commits",
"points": 30.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 44
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "618 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 618
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 21 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 19,
"latest_release_tag": "0.14.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 14.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~14.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 14.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"forks": 37,
"stars": 106,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "106 stars",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 106
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "37 forks",
"points": 13,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 37
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 77,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 26,
"top_contributor_share": 0.333
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 33% of commits",
"points": 15,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 33
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "26 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 26
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 22 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"merged_prs": 482,
"open_issues": 29,
"closed_issues": 198,
"issue_closed_ratio": 0.872,
"closed_unmerged_prs": 62
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "87% of issues closed",
"points": 40.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 87
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "482/544 decided PRs merged",
"points": 33.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 482,
"decided": 544
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 15/23 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"followers": 461,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "quarkiverse",
"public_repos": 209,
"account_age_days": 2180
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "461 followers of quarkiverse",
"points": 19.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 461,
"login": "quarkiverse"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "209 public repos, account ~5 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 209
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"io.quarkiverse.flow:quarkus-flow-docs-rag"
],
"ecosystems": "maven",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on maven",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "maven"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 77,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "16 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 16
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "26 out of 26 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"agentic-workflows",
"ai",
"cncf",
"quarkus-extension",
"specification",
"workflows",
"langchain4j"
],
"has_wiki": false,
"homepage": "https://docs.quarkiverse.io/quarkus-flow/dev",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://docs.quarkiverse.io/quarkus-flow/dev",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "26 out of 26 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 15/23 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 22 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 21 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "24 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 58 resolved dependencies against OSV; 131 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 58
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 131
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 58,
"unassessed_packages": 131,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 58,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 25
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 81,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.969,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 12996
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "63 of 65 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 63,
"sampled": 65
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"runner/app/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"bom/pom.xml",
"core/deployment/pom.xml",
"core/integration-tests/pom.xml",
"core/pom.xml",
"core/runtime-dev/pom.xml",
"core/runtime/pom.xml",
"docs-rag/pom.xml",
"docs/pom.xml",
"durable-kubernetes/deployment/pom.xml",
"durable-kubernetes/integration-tests/pom.xml",
"durable-kubernetes/pom.xml",
"durable-kubernetes/runtime/pom.xml",
"examples/agentic-http/pom.xml",
"examples/auth-oauth2-oidc/pom.xml",
"examples/durable-workflows-k8s/pom.xml",
"examples/greeting-runner/pom.xml",
"examples/grpc-client-routing/pom.xml",
"examples/http-basic-auth/pom.xml",
"examples/langchain4j-agentic-workflow/pom.xml",
"examples/micrometer-prometheus/pom.xml",
"examples/newsletter-drafter/pom.xml",
"examples/order-fulfillment-compensation/pom.xml",
"examples/petstore-openapi/pom.xml",
"examples/pom.xml",
"examples/resilient-task-orchestrator/pom.xml",
"examples/suspend-resume-abort/pom.xml",
"grpc/deployment/pom.xml",
"grpc/integration-tests/pom.xml",
"grpc/pom.xml",
"grpc/runtime/pom.xml",
"langchain4j/deployment/pom.xml",
"langchain4j/integration-tests/pom.xml",
"langchain4j/pom.xml",
"langchain4j/runtime/pom.xml",
"messaging/deployment/pom.xml",
"messaging/integration-tests/pom.xml",
"messaging/pom.xml",
"messaging/runtime/pom.xml",
"oidc/deployment/pom.xml",
"oidc/integration-tests/pom.xml",
"oidc/pom.xml",
"oidc/runtime/pom.xml",
"persistence/common/deployment/pom.xml",
"persistence/common/pom.xml",
"persistence/common/runtime/pom.xml",
"persistence/infinispan/integration-tests/pom.xml",
"persistence/infinispan/pom.xml",
"persistence/jpa/deployment/pom.xml",
"persistence/jpa/integration-tests/pom.xml",
"persistence/jpa/pom.xml",
"persistence/jpa/runtime/pom.xml",
"persistence/mvstore/deployment/pom.xml",
"persistence/mvstore/integration-tests/pom.xml",
"persistence/mvstore/pom.xml",
"persistence/mvstore/runtime/pom.xml",
"persistence/pom.xml",
"persistence/redis/deployment/pom.xml",
"persistence/redis/integration-tests/pom.xml",
"persistence/redis/pom.xml",
"persistence/redis/runtime/pom.xml",
"persistence/test-common/pom.xml",
"pom.xml",
"quarkus-platform-checks/pom.xml",
"runner/app/pom.xml",
"runner/deployment/pom.xml",
"runner/integration-tests/pom.xml",
"runner/pom.xml",
"runner/runtime/pom.xml",
"scheduler/memory/deployment/pom.xml",
"scheduler/memory/integration-tests/pom.xml",
"scheduler/memory/pom.xml",
"scheduler/memory/runtime/pom.xml",
"scheduler/pom.xml",
"scheduler/quartz/deployment/pom.xml",
"scheduler/quartz/integration-tests/pom.xml",
"scheduler/quartz/pom.xml",
"scheduler/quartz/runtime/pom.xml"
],
"dependency_bot_commit_share": 0.27
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, runner/app/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, runner/app/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Java (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "27 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 27,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 101252,
"source_files_sampled": 762,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/762 source files over 60KB",
"points": 54.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 762,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example",
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"examples/grpc-client-routing/src/main/proto/greeter.proto",
"examples/grpc-client-routing/src/main/resources/proto/greeter.proto",
"grpc/integration-tests/src/main/proto/greeter.proto",
"grpc/integration-tests/src/main/resources/proto/greeter.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "examples/grpc-client-routing/src/main/proto/greeter.proto, examples/grpc-client-routing/src/main/resources/proto/greeter.proto, grpc/integration-tests/src/main/proto/greeter.proto, grpc/integration-tests/src/main/resources/proto/greeter.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/grpc-client-routing/src/main/proto/greeter.proto, examples/grpc-client-routing/src/main/resources/proto/greeter.proto, grpc/integration-tests/src/main/proto/greeter.proto, grpc/integration-tests/src/main/resources/proto/greeter.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index maven:io.quarkiverse.flow:quarkus-flow-docs-rag@0.14.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-25T00:54:40.628373Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/q/quarkiverse/quarkus-flow.svg",
"full_name": "quarkiverse/quarkus-flow",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}