Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cloudevents",
"java-api",
"kafka",
"sdk-java",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 2295,
"has_wiki": true,
"homepage": "https://cloudevents.github.io/sdk-java/",
"languages": {
"Java": 850030,
"ANTLR": 3967
},
"pushed_at": "2026-07-16T19:48:59Z",
"created_at": "2018-09-20T19:56:36Z",
"owner_type": "Organization",
"updated_at": "2026-07-16T19:10:58Z",
"description": "Java SDK for CloudEvents",
"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://cloudevents.io",
"name": "CloudEvents",
"type": "Organization",
"login": "cloudevents",
"company": null,
"location": null,
"followers": 666,
"avatar_url": "https://avatars.githubusercontent.com/u/32076828?v=4",
"created_at": "2017-09-18T19:47:08Z",
"is_verified": null,
"public_repos": 13,
"account_age_days": 3230
},
"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": "v5.0.0",
"kind": "major",
"published_at": "2026-07-16T19:47:45Z"
},
{
"tag": "v4.1.1",
"kind": "patch",
"published_at": "2026-06-09T18:30:44Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2026-05-27T19:50:45Z"
},
{
"tag": "v4.0.2",
"kind": "patch",
"published_at": "2026-04-10T12:07:55Z"
},
{
"tag": "v4.0.1",
"kind": "patch",
"published_at": "2024-07-03T13:31:44Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2024-07-01T11:31:33Z"
},
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2024-03-26T09:37:26Z"
},
{
"tag": "2.5.0",
"kind": "minor",
"published_at": "2023-05-15T15:30:19Z"
},
{
"tag": "2.4.2",
"kind": "patch",
"published_at": "2023-03-03T17:10:46Z"
},
{
"tag": "2.4.1",
"kind": "patch",
"published_at": "2023-01-12T17:02:36Z"
},
{
"tag": "2.4.0",
"kind": "minor",
"published_at": "2022-09-06T14:02:04Z"
},
{
"tag": "2.2.1",
"kind": "patch",
"published_at": "2021-12-21T12:12:30Z"
},
{
"tag": "2.3.0",
"kind": "minor",
"published_at": "2021-12-21T12:15:33Z"
},
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2021-06-17T10:18:17Z"
},
{
"tag": "2.1.1",
"kind": "patch",
"published_at": "2021-05-06T12:37:14Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2021-04-28T13:44:45Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2021-02-15T08:18:41Z"
},
{
"tag": "2.0.0.RC2",
"kind": "other",
"published_at": "2020-12-11T10:21:20Z"
},
{
"tag": "2.0.0.RC1",
"kind": "other",
"published_at": "2020-11-26T16:21:05Z"
},
{
"tag": "2.0.0-milestone4",
"kind": "prerelease",
"published_at": "2020-11-09T13:36:00Z"
},
{
"tag": "2.0.0-milestone3",
"kind": "prerelease",
"published_at": "2020-09-29T10:49:31Z"
},
{
"tag": "2.0.0-milestone2",
"kind": "prerelease",
"published_at": "2020-09-01T10:25:56Z"
},
{
"tag": "2.0.0-milestone1",
"kind": "prerelease",
"published_at": "2020-06-25T13:49:05Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2020-03-04T23:59:25Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2019-12-30T12:16:54Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2019-11-29T11:44:12Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2019-11-01T22:04:04Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2019-09-30T17:47:03Z"
}
],
"recent_commits": [
{
"oid": "be28b03dc7a25b75f5242b82fc051aee11ee781c",
"body": "Signed-off-by: GitHub <noreply@github.com>\nCo-authored-by: Cali0707 <Cali0707@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 5.0.0 (#744)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-16T19:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "698e38911b2c00ad85fa2dc8b229a874f0bf2ea5",
"body": "* Fixing Maven's `relativePath`s.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n* Switching to Java 17.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n* Dropping Jakarta EE 8 RESTEasy tests, there are already Jakarta EE 9+ versions available.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n\n[…]\nlling `callback.succeed()` when no body is provided. This was also found by a coding agent.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n---------\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>",
"is_bot": false,
"headline": "Moving the baseline to Java 17 / Jakarta EE 10 (#739)",
"author_name": "Jacek Bilski",
"author_login": "jacekbilski",
"committed_at": "2026-07-02T13:42:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1df03b9ab47c8b51bb27919ded0b09643a99fa13",
"body": "Signed-off-by: GitHub <noreply@github.com>\nCo-authored-by: Cali0707 <Cali0707@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 5.0.0-SNAPSHOT (#738)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-09T19:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4d1482679dd7c0a530df971b08caac1b29586c3",
"body": "Signed-off-by: GitHub <noreply@github.com>\nCo-authored-by: Cali0707 <Cali0707@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 4.1.1 (#737)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-09T14:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65673a69a5e7c89808e48b06eb87dc1d9bf5ba02",
"body": "* Maven Wrapper upgrade.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n* Maven plugins upgrades. Defining common plugin versions in parent pom.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n* Cleaning up pom.xmls.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n* Cleaning up testing depend\n[…]\n.tech>\n\n* Upgrading Vert.x to the newest 3.x (Jakarta EE 8) or 4.x (Jakarta EE 9+) version.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n---------\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>",
"is_bot": false,
"headline": "Cleanups before Java 17 (#735)",
"author_name": "Jacek Bilski",
"author_login": "jacekbilski",
"committed_at": "2026-06-04T17:18:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ecde1d4a36f58df8786e4091159d399a3a4e186d",
"body": "Signed-off-by: GitHub <noreply@github.com>\nCo-authored-by: Cali0707 <Cali0707@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 4.1.1-SNAPSHOT (#734)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-27T19:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9dcc443c4c2dd0bb1568f2289e4c32a826d7f10",
"body": "Signed-off-by: GitHub <noreply@github.com>\nCo-authored-by: Cali0707 <Cali0707@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 4.1.0 (#733)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-27T19:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a34654c3507f5548ab2dbafedfc34919459cd02",
"body": "* Adding/fixing Jakarta EE 9+ links.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n* Random typos and consistency fixes.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n* Making Jakarta EE 9+ module a first-class citizen.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n* Deprecating Jakarta \n[…]\nestful.ws.CloudEventsProvider` does not implement `jakarta.ws.rs.ext.Providers` - removing.\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>\n\n---------\n\nSigned-off-by: Jacek Bilski <jacek@bilski.tech>",
"is_bot": false,
"headline": "Deprecating to Jakarta EE 8 (#732)",
"author_name": "Jacek Bilski",
"author_login": "jacekbilski",
"committed_at": "2026-05-27T19:29:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f3073ac6612e1a4bedc79dd2510061a053d513e",
"body": "Signed-off-by: GitHub <noreply@github.com>\nCo-authored-by: duglin <duglin@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 4.1.0-SNAPSHOT (#727)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-10T12:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fcd8d6d6be3c1b53722f9bee2c485cd6f47cc0b",
"body": "Signed-off-by: Doug Davis <duglin@gmail.com>",
"is_bot": false,
"headline": "try to fix release 4.0.2 (#726)",
"author_name": "Doug Davis",
"author_login": "duglin",
"committed_at": "2026-04-10T11:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58aff57e302ddd3fdd304689d9b4fd1b00aac7c2",
"body": "Signed-off-by: GitHub <noreply@github.com>\nCo-authored-by: duglin <duglin@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 4.0.2 (#723)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-10T11:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91dd9c1b4eeb09a3cf37b2165f96d764e49cef1c",
"body": "Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.8.0 to 0.10.0.\n- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.sonatype.central:central-\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": "Bump org.sonatype.central:central-publishing-maven-plugin (#719)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-09T15:37:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13824c4358be2c0bdd7915804fc068aa04da0e3d",
"body": "Bumps `maven-surefire-plugin.version` from 3.5.2 to 3.5.5.\n\nUpdates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.5\n- [Release notes](https://github.com/apache/maven-surefire/releases)\n- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.5)\n\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": "Bump maven-surefire-plugin.version from 3.5.2 to 3.5.5 (#720)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-09T15:36:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "70eae675534d50915ca9a239986dfaea97a2e104",
"body": "Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.1 to 2.9.0.\n- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.1...addressable-2.9.0)\n\n---\nupdated-dependencies:\n- dep\n[…]\nble\n dependency-version: 2.9.0\n dependency-type: indirect\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": "Bump addressable from 2.8.1 to 2.9.0 in /docs (#721)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-09T15:25:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d16f9ba794fa65d3e7e65005d3090405661c1a8d",
"body": "Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 2.4 to 3.4.2.\n- [Release notes](https://github.com/apache/maven-jar-plugin/releases)\n- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-2.4...maven-jar-plugin-3.4.2)\n\n---\nu\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": "Bump org.apache.maven.plugins:maven-jar-plugin from 2.4 to 3.4.2 (#642)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T19:07:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "57222952129c8bf043ab17046fe9276446a4f84a",
"body": "…1 (#583)\n\nBumps [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 2.6 to 3.3.1.\n- [Release notes](https://github.com/apache/maven-resources-plugin/releases)\n- [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-pl\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": "Bump org.apache.maven.plugins:maven-resources-plugin from 2.6 to 3.3.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T18:58:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75975f472aceafeeba4d1642b18666a67269c1f3",
"body": "Bumps `protobuf.version` from 3.21.10 to 4.26.1.\n\nUpdates `com.google.protobuf:protobuf-bom` from 3.21.10 to 4.26.1\n- [Release notes](https://github.com/protocolbuffers/protobuf/releases)\n- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)\n- [Commits](https://gi\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": "Bump protobuf.version from 3.21.10 to 4.26.1 (#633)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T18:50:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6b438cc6036c7a0574d61c97ec122729505e9b64",
"body": "Bumps `maven-surefire-plugin.version` from 2.17 to 3.5.2.\n\nUpdates `org.apache.maven.plugins:maven-surefire-plugin` from 2.17 to 3.5.2\n- [Release notes](https://github.com/apache/maven-surefire/releases)\n- [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.17...surefire-3.5.2)\n\nUp\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": "Bump maven-surefire-plugin.version from 2.17 to 3.5.2 (#684)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T18:39:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f4192f5f2b59d5fc11dba7950cf3d6502d6e4967",
"body": "Bumps [activesupport](https://github.com/rails/rails) from 6.0.6.1 to 7.2.3.1.\n- [Release notes](https://github.com/rails/rails/releases)\n- [Changelog](https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md)\n- [Commits](https://github.com/rails/rails/compare/v6.0.6.1...v7.2.3.1)\n\n---\n\n[…]\nt\n dependency-version: 7.2.3.1\n dependency-type: indirect\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": "Bump activesupport from 6.0.6.1 to 7.2.3.1 in /docs (#715)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T18:12:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d59d6a7b06906c549c38a926bccffc241a1e48bc",
"body": "Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.3 to 1.19.1.\n- [Release notes](https://github.com/sparklemotion/nokogiri/releases)\n- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18\n[…]\nri\n dependency-version: 1.19.1\n dependency-type: indirect\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": "Bump nokogiri from 1.18.3 to 1.19.1 in /docs (#716)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T17:33:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d1d9d0d161e44a1936316986d6716e5fbeb54d2",
"body": "Bumps [io.vertx:vertx-core](https://github.com/eclipse/vert.x) from 4.3.3 to 4.5.24.\n- [Commits](https://github.com/eclipse/vert.x/compare/4.3.3...4.5.24)\n\n---\nupdated-dependencies:\n- dependency-name: io.vertx:vertx-core\n dependency-version: 4.5.24\n dependency-type: direct:development\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": "Bump io.vertx:vertx-core (#714)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T17:07:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df654c13ffa29ab3e2dbc1e7c57628d6775d3d41",
"body": "Bumps [faraday](https://github.com/lostisland/faraday) from 1.1.0 to 1.10.5.\n- [Release notes](https://github.com/lostisland/faraday/releases)\n- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/lostisland/faraday/compare/v1.1.0...v1.10.5)\n\n---\n\n[…]\nay\n dependency-version: 1.10.5\n dependency-type: indirect\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": "Bump faraday from 1.1.0 to 1.10.5 in /docs (#713)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T16:57:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "44924ffcdd5d5abf0b21bfd9de47f5e29fcc4936",
"body": "Bumps org.apache.kafka:kafka-clients from 3.7.1 to 3.9.1.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.kafka:kafka-clients\n dependency-version: 3.9.1\n dependency-type: direct:production\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": "Bump org.apache.kafka:kafka-clients from 3.7.1 to 3.9.1 in /kafka (#693)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T16:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2c0234eb45f22310864dd07571f1e1dab08e580",
"body": "Bumps [rexml](https://github.com/ruby/rexml) from 3.3.9 to 3.4.2.\n- [Release notes](https://github.com/ruby/rexml/releases)\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\n- [Commits](https://github.com/ruby/rexml/compare/v3.3.9...v3.4.2)\n\n---\nupdated-dependencies:\n- dependency-name\n[…]\nxml\n dependency-version: 3.4.2\n dependency-type: indirect\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": "Bump rexml from 3.3.9 to 3.4.2 in /docs (#700)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T16:47:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e57a8dfdfe72818aec986ccb84e19e19d151ce6b",
"body": "Signed-off-by: András Kerekes <akerekes@google.com>",
"is_bot": false,
"headline": "Update Jackson version to 2.21.2 (#712)",
"author_name": "Andras Kerekes",
"author_login": "akerekes",
"committed_at": "2026-03-30T16:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d96691f6da9dbd83e61e00ddc6331cd28d7d3a3",
"body": "Ref: https://central.sonatype.org/publish/publish-portal-maven/\n\nSigned-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": false,
"headline": "Migrate from OSSRH to Central Portal (#698)",
"author_name": "Pierangelo Di Pilato",
"author_login": "pierDipi",
"committed_at": "2025-06-26T07:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8a22b51752021f64180c21a4456115ff05cfd35",
"body": "Signed-off-by: Sleiman <sleiman.jneidi@apple.com>\nCo-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": false,
"headline": "build: upgrage to protobuf sdk 4.31.1 (#695)",
"author_name": "Sleiman Jneidi",
"author_login": "SleimanJneidi",
"committed_at": "2025-06-20T12:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57f9867a5c856d98df500e1f8fc13477a6b14ac2",
"body": "Signed-off-by: Sleiman <sleiman.jneidi@apple.com>",
"is_bot": false,
"headline": "build: remove maven cache (#696)",
"author_name": "Sleiman Jneidi",
"author_login": "SleimanJneidi",
"committed_at": "2025-06-20T07:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43f0d5b138efa5de8123ab0705f69609eea23bd6",
"body": "Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.5 to 1.18.3.\n- [Release notes](https://github.com/sparklemotion/nokogiri/releases)\n- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md)\n- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1\n[…]\nes:\n- dependency-name: nokogiri\n dependency-type: indirect\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": "Bump nokogiri from 1.16.5 to 1.18.3 in /docs (#685)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-12T07:18:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "efe7e01b75600ac9284b2c3254842b3bb0245723",
"body": "… (#682)\n\nBumps [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 3.0.0 to 3.1.0.\n- [Commits](https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-3.0.0...maven-antrun-plugin-3.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: or\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": "Bump org.apache.maven.plugins:maven-antrun-plugin from 3.0.0 to 3.1.0…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-27T09:03:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "188c3c70859d192986818c6226c958dd7bd5cad0",
"body": "Bumps org.apache.qpid:proton-j from 0.33.7 to 0.34.1.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.qpid:proton-j\n dependency-type: direct: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": "Bump org.apache.qpid:proton-j from 0.33.7 to 0.34.1 (#678)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-20T12:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "659bb8cc01a800b807599098186c8e363a9a9f5a",
"body": "Bumps org.apache.kafka:kafka-clients from 3.0.0 to 3.7.1.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.kafka:kafka-clients\n dependency-type: direct:production\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": "Bump org.apache.kafka:kafka-clients from 3.0.0 to 3.7.1 in /kafka (#681)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-20T12:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9981635e7d47d9dca03968f72024313c199ec8a9",
"body": "Specification clearly states that 'subject' is optional but if present, MUST be non-empty\r\n(spec at https://github.com/cloudevents/spec/blob/v1.0/spec.md#subject)\r\n\r\nSigned-off-by: Kristiyan Marinov <kristiyanm@gmail.com>",
"is_bot": false,
"headline": "fix: disallow empty 'subject' context attribute (#679)",
"author_name": "Kristiyan Marinov",
"author_login": "pnt",
"committed_at": "2024-11-04T08:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54df5ca0c3c4b85a03b76caa705e3834a47b8f9",
"body": "Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.5.1 to 3.6.11.\r\n- [Release notes](https://github.com/reactor/reactor-core/releases)\r\n- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.1...v3.6.11)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: \n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump io.projectreactor:reactor-core from 3.5.1 to 3.6.11 (#677)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-30T05:47:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a3decf768c75e7e97924f8bb96b53f8b83c57739",
"body": "Bumps org.slf4j:slf4j-simple from 1.7.36 to 2.0.16.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.slf4j:slf4j-simple\r\n dependency-type: direct:development\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.16 (#674)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-29T07:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "215e67f2c34d248aef080423a1fd1e7b3062f544",
"body": "Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9.\r\n- [Release notes](https://github.com/ruby/rexml/releases)\r\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\r\n- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rexml\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump rexml from 3.3.6 to 3.3.9 in /docs (#675)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-29T07:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "514e00d75b465b34d8484f3e8be889dc9101bb5b",
"body": "Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.6.\r\n- [Release notes](https://github.com/ruby/rexml/releases)\r\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\r\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.8...v3.3.6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rexml\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump rexml from 3.2.8 to 3.3.6 in /docs (#665)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-22T12:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7ac215bf12e7b642ca42bee9a24141b9d27c832",
"body": "Bumps org.eclipse.jetty:jetty-server from 9.4.51.v20230217 to 9.4.55.v20240627.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.eclipse.jetty:jetty-server\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.eclipse.jetty:jetty-server in /examples/basic-http (#672)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-22T12:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f4abd144a87473beef5e8489bc7919dceeb4ef7",
"body": "…act (#671)\n\nBumps org.apache.avro:avro from 1.11.3 to 1.11.4.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.avro:avro\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.avro:avro from 1.11.3 to 1.11.4 in /formats/avro-comp…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-08T15:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d59d29bb15229ca8b35471e8bc79aa9bb06858b",
"body": "Signed-off-by: GitHub <noreply@github.com>\r\nCo-authored-by: pierDipi <pierDipi@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 4.0.1 (#656)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-10-02T17:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ab42de0078a3240daf32563ec1c203ab80b2906",
"body": "Signed-off-by: Rohan R Mallya <bangalorerohan@gmail.com>",
"is_bot": false,
"headline": "docs: correcting import to EventFormatProvider (#658)",
"author_name": "Rohan Mallya",
"author_login": "rohanrmallya",
"committed_at": "2024-10-02T17:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e87988d0cc11b9f4de982acf1fa48faabf6ea3f",
"body": "…3 (#664)\n\nBumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 2.5.1 to 3.1.3.\r\n- [Release notes](https://github.com/apache/maven-install-plugin/releases)\r\n- [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-2\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-install-plugin from 2.5.1 to 3.1.…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-02T17:48:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d958b69d472d095b9b1837b5c756cf831f4fafb",
"body": "Signed-off-by: David Simansky <dsimansk@redhat.com>",
"is_bot": false,
"headline": "Fix cloudevents-sql artifactId in bom (#669)",
"author_name": "David Simansky",
"author_login": "dsimansk",
"committed_at": "2024-10-02T17:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1de03ad38a41475ac654048606a95c965cc3265b",
"body": "Bumps [org.apache.rocketmq:rocketmq-client-java](https://github.com/apache/rocketmq-clients) from 5.0.4 to 5.0.7.\r\n- [Release notes](https://github.com/apache/rocketmq-clients/releases)\r\n- [Commits](https://github.com/apache/rocketmq-clients/compare/java-5.0.4...java-5.0.7)\r\n\r\n---\r\nupdated-dependenc\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.rocketmq:rocketmq-client-java from 5.0.4 to 5.0.7 (#653)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-03T12:48:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c5d0efb89226ecfe3d1455eb2c7007e33953c35",
"body": "Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": false,
"headline": "Make CloudEventValidatorProvider thread safe (#650)",
"author_name": "Pierangelo Di Pilato",
"author_login": "pierDipi",
"committed_at": "2024-07-02T15:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a9111d8bccb43569613bb8072484d6fe25d2f2",
"body": "Signed-off-by: GitHub <noreply@github.com>\r\nCo-authored-by: pierDipi <pierDipi@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 4.0.0 in docs (#649)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-07-01T18:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e056d1b2d8168ba714490ccedd9d55a07aa5469c",
"body": "This will allow changing the version in the documentation website\r\nwhen a new release is published.\r\n\r\nSigned-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": false,
"headline": "Allow bumping versions in `/docs` only (#648)",
"author_name": "Pierangelo Di Pilato",
"author_login": "pierDipi",
"committed_at": "2024-07-01T15:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efdf0ba8660006ec24d71d0ba9224b8aa5d9a15e",
"body": "Signed-off-by: GitHub <noreply@github.com>\r\nCo-authored-by: pierDipi <pierDipi@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 4.1.0-SNAPSHOT (#645)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-07-01T10:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd90d903ced42af2997ee4a27c92faa0d2d1f277",
"body": "Signed-off-by: GitHub <noreply@github.com>\r\nCo-authored-by: pierDipi <pierDipi@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 4.0.0-SNAPSHOT (#644)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-07-01T09:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52a98d778c92cff92b23227d5345946319167b3f",
"body": "Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.\r\n- [Release notes](https://github.com/ruby/rexml/releases)\r\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\r\n- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rexml\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump rexml from 3.2.5 to 3.2.8 in /docs (#635)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-01T08:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "010627e7841c38a78b6c9db2741590f5edc01e9d",
"body": "- add exception factory for cesql exceptions\r\n- extend EvaluationResult to be usable internally\r\n- expressions use results instead of a thrower interface\r\n- functions use results instead of a thrower interface\r\n- parser handles not equals correctly, does not eagerly evaluate when there may be an err\n[…]\n parser handles integer literals properly\r\n- updated test files to test v1 spec\r\n\r\nSigned-off-by: Calum Murray <cmurray@redhat.com>\r\nCo-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>",
"is_bot": false,
"headline": "CE SQL v1 (#641)",
"author_name": "Calum Murray",
"author_login": "Cali0707",
"committed_at": "2024-06-21T15:28:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a7904823c3a4e0f629da068df0228b2244e37308",
"body": "Inspired by [Automatic-Module-Name: Calling All Java Library Maintainers](https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers), I added the module names for the non-specified modules on their respective `pom.xml` file\r\n\r\nSigned-off-by: Juan MARTINEZ <Jummartinezro@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: invalid automatic module name (#639)",
"author_name": "Juan Martinez",
"author_login": "Jummartinezro",
"committed_at": "2024-06-21T07:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5a35ac472779d4d18fd723694bafb114de2c0eb",
"body": "Signed-off-by: Mickaël Schoentgen <Mickael.Schoentgen@hyland.com>",
"is_bot": false,
"headline": "doc: update & uniformize package version (#640)",
"author_name": "Mickaël Schoentgen",
"author_login": "BoboTiG",
"committed_at": "2024-06-20T10:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d204cef89f6f4fb217a3488869bb0e24454fb93",
"body": "…631)\n\nBumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.0 to 2.10.0.\r\n- [Release notes](https://github.com/xmlunit/xmlunit/releases)\r\n- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)\r\n- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.9\n[…]\nnit:xmlunit-core\r\n dependency-type: direct:development\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.xmlunit:xmlunit-core from 2.9.0 to 2.10.0 in /formats/xml (#…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-14T09:04:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "43afb6ceaa348bbda71ab36f185cbf240492985f",
"body": "Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.3 to 1.16.5.\r\n- [Release notes](https://github.com/sparklemotion/nokogiri/releases)\r\n- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1\n[…]\n dependency-name: nokogiri\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump nokogiri from 1.16.3 to 1.16.5 in /docs (#632)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-14T09:03:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c6e7fd11e1076e6f2947cce2ce3238e4ccd3a4b",
"body": "Bumps [io.vertx:vertx-core](https://github.com/eclipse/vert.x) from 4.3.7 to 4.5.3.\r\n- [Commits](https://github.com/eclipse/vert.x/compare/4.3.7...4.5.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: io.vertx:vertx-core\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump io.vertx:vertx-core from 4.3.7 to 4.5.3 in /http/vertx (#622)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-09T08:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98deac15994ec25e4373790fd0c8e203b48af700",
"body": "Signed-off-by: GitHub <noreply@github.com>\r\nCo-authored-by: pierDipi <pierDipi@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 3.1.0-SNAPSHOT (#613)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-03-26T08:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05baf9be8a215e7d5c7b5d2ac462c11b52eb8198",
"body": "Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": false,
"headline": "Run workflows on any major version branch (#615)",
"author_name": "Pierangelo Di Pilato",
"author_login": "pierDipi",
"committed_at": "2024-03-26T07:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3add823e00f0e40c760128ae9d872ddd51f935a1",
"body": "Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": false,
"headline": "Run workflows on any major version branch (#614)",
"author_name": "Pierangelo Di Pilato",
"author_login": "pierDipi",
"committed_at": "2024-03-26T07:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a03173ddea68b30275b01f4e7fe199d8e615c0a",
"body": "… (#608)\n\nBumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 2.2.1 to 3.3.0.\r\n- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-2.2.1...maven-source-plugin-3.3.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-nam\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-source-plugin from 2.2.1 to 3.3.0…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-26T07:12:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9ee16fb48c393ee949a4ae1856afdb2e5432c769",
"body": "Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 to 1.16.3.\r\n- [Release notes](https://github.com/sparklemotion/nokogiri/releases)\r\n- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/sparklemotion/nokogiri/compare/v\n[…]\n dependency-name: nokogiri\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump nokogiri from 1.13.10 to 1.16.3 in /docs (#609)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-26T07:11:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0db4446163aac3c11ef6ff0177c68f1ee50ed8e8",
"body": "Bumps [com.github.hanleyt:jersey-junit](https://github.com/hanleyt/jersey-junit) from 2.1.0 to 2.2.0.\r\n- [Release notes](https://github.com/hanleyt/jersey-junit/releases)\r\n- [Commits](https://github.com/hanleyt/jersey-junit/compare/2.1.0...2.2.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com\n[…]\n\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": true,
"headline": "Bump com.github.hanleyt:jersey-junit from 2.1.0 to 2.2.0 (#584)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-11T14:57:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "111fb55cfdf4dccc1e2f07b91a4f9aa65689ddbc",
"body": "Add SPI for custom CloudEvent validation.\r\n\r\nSigned-off-by: vbhat6 <vinayas_bhat@intuit.com>",
"is_bot": false,
"headline": "feat: Customizing Cloudevents validation (#594)",
"author_name": "touchkey",
"author_login": "touchkey",
"committed_at": "2024-02-15T06:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55fddb35fcde565282e088a554e6c4850222790d",
"body": "Signed-off-by: Matej Vašek <mvasek@redhat.com>",
"is_bot": false,
"headline": "feat: JSON format to assume JSON content-type where possible (#604)",
"author_name": "Matej Vasek",
"author_login": "matejvasek",
"committed_at": "2024-02-08T08:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b9d020acc5de3177e42cd310d8a4e631a260cf4",
"body": "Signed-off-by: Calum Murray <cmurray@redhat.com>",
"is_bot": false,
"headline": "Update cesql TCK tests (#603)",
"author_name": "Calum Murray",
"author_login": "Cali0707",
"committed_at": "2024-01-31T10:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb11b94f2b534858f698fce3b122fa6625f2d184",
"body": "Signed-off-by: Doug Davis <dug@microsoft.com>",
"is_bot": false,
"headline": "Add link to CloudEvent security mailing list (#599)",
"author_name": "Doug Davis",
"author_login": "duglin",
"committed_at": "2023-10-16T13:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaef3becdd87f82bf53a5ed8f2be3c70958cb6d6",
"body": "Signed-off-by: Boris Stumm <bs@boris-stumm.de>",
"is_bot": false,
"headline": "#588 Update jackson to 2.15.2 (#589)",
"author_name": "Boris Stumm",
"author_login": "stummb",
"committed_at": "2023-10-02T08:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b30324e916362f494e542e110957455cbf96ccfc",
"body": "…act (#593)\n\nBumps org.apache.avro:avro from 1.11.2 to 1.11.3.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.avro:avro\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump org.apache.avro:avro from 1.11.2 to 1.11.3 in /formats/avro-comp…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-02T08:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f9fa1323137508221f9a6edb36ffe0209ea4147",
"body": "Related to https://github.com/cloudevents/spec/pull/1226\r\n\r\nSigned-off-by: Doug Davis <dug@microsoft.com>",
"is_bot": false,
"headline": "Align SDK governance docs (#590)",
"author_name": "Doug Davis",
"author_login": "duglin",
"committed_at": "2023-09-28T07:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a135755ec693ac2ce0b6b0f0e78205f7e4215fe0",
"body": "Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.11.2 to 2.15.2.\r\n- [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.11.2...jackson-dataformats-text-2.15.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name\n[…]\ndevelopment\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump jackson-dataformat-yaml from 2.11.2 to 2.15.2 (#577)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-21T07:19:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "677a2c2628ebde69655c3c4c9b7dd34ce58e9f28",
"body": "Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 9.4.51.v20230217.\r\n- [Release notes](https://github.com/eclipse/jetty.project/releases)\r\n- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.41.v20210516...jetty-9.4.51.v20230217)\r\n\r\n---\r\nupdat\n[…]\netty:jetty-server\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump jetty-server in /examples/basic-http (#579)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-21T07:19:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "826e099fc09ebdeb8189af934e25a8a22480681b",
"body": "…it (#582)\n\nBumps [io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit](https://github.com/OpenLiberty/arquillian-liberty-dependencies) from 2.1.0 to 2.1.4.\r\n- [Release notes](https://github.com/OpenLiberty/arquillian-liberty-dependencies/releases)\r\n- [Commits](https://github.com/Open\n[…]\ndevelopment\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump io.openliberty.arquillian:arquillian-liberty-managed-jakarta-jun…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-21T07:18:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "76366338fcf4d2cbdede42eb07cee6d7073167ef",
"body": "Bumps truth-proto-extension from 1.1 to 1.1.5.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com.google.truth.extensions:truth-proto-extension\r\n dependency-type: direct:development\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump truth-proto-extension from 1.1 to 1.1.5 (#580)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-20T16:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ef304115aea7d20ff1dcfea045a028a4642c077",
"body": "Add support for working-draft spec Avro compact format: https://github.com/cloudevents/spec/commit/777d0c0398b1b6eb49bedc5913c651f7ccb73757\r\n\r\nSigned-off-by: Alex Collins <alex_collins@intuit.com>",
"is_bot": false,
"headline": "[working-draft] Support Avro Compact Format (#578)",
"author_name": "Alex Collins",
"author_login": "alexec",
"committed_at": "2023-07-20T16:02:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582feed5207f7ff7cdfa1b585cea119183744194",
"body": "Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.1.0.\r\n- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-1.6...maven-gpg-plugin-3.1.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.plugins:maven-gpg-plugin\r\n depend\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump maven-gpg-plugin from 1.6 to 3.1.0 (#564)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-05-23T10:08:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ef1088a19c27b6df142547323d80858bf80e156",
"body": "Signed-off-by: GitHub <noreply@github.com>\r\nCo-authored-by: pierDipi <pierDipi@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump to 3.0.0-SNAPSHOT (#571)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-05-23T08:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "698cdf7ad4db2c11c26d6eb6167939951755e95c",
"body": "Spec details: https://github.com/apache/rocketmq-externals/blob/a6978cf562db9aab00062704dc15bddf947df9bc/rocketmq-cloudevents-binding/rocketmq-transport-binding.md\r\n\r\nSigned-off-by: Aaron Ai <yangkun.ayk@alibaba-inc.com>",
"is_bot": false,
"headline": "feat: add rocketmq binding (#554)",
"author_name": "Aaron Ai",
"author_login": "aaron-ai",
"committed_at": "2023-05-23T08:49:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ebeab0e0ff8d0c507c47b32dd7ec2da95dc87cb",
"body": "…entFormat (#539)\n\n- Introduce ContentType enum\r\n- Resolve formats by using the ContentType enum\r\n\r\nSigned-off-by: Randi Sheaffer-Klass <97033958+skepticoitusInteruptus@users.noreply.github.com>",
"is_bot": false,
"headline": "Refactor to Facilitate Decoupling from Concrete Implementations of Ev…",
"author_name": "skepticoitusInteruptus",
"author_login": "skepticoitusInteruptus",
"committed_at": "2023-04-21T08:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c81f3eacc9fa2bec415480f912320cc10eb803e",
"body": "Modified ProtoCloudEventData to always return a \r\nProtobuf Any object - this ensures it is coherent with\r\nthe Protobuf CloudEvent format specification.\r\n\r\nIt remains possible to wrap any Protobuf 'Message'\r\nobject directly (which includes an 'Any') as a\r\nconvienience to reduce application code.\r\n\r\nSigned-off-by: Jem Day <Jem.Day@cliffhanger.com>",
"is_bot": false,
"headline": "Make ProtoCloudEventData consistent (#535)",
"author_name": "Jem Day",
"author_login": "JemDay",
"committed_at": "2023-03-10T08:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "569e025cf013e8d38c38cab04cc0599c4d0ba71f",
"body": "Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": false,
"headline": "Fix javadoc build (#529) (#534)",
"author_name": "Pierangelo Di Pilato",
"author_login": "pierDipi",
"committed_at": "2023-03-06T17:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3614a4f5f4982e6ed38332c2cc73b1a558326274",
"body": "… several times (#524)\n\nFixed issue where mutiple serialize/de-serialize operations\r\nwould result in corrupted data if the data was a protobuf\r\nmessage object.\r\n\r\n- Introduced equality checks for ProtoDataWrapper.\r\n- Refactored and cleaned up data-wrappers.\r\n\r\nFixes https://github.com/cloudevents/sdk-java/issues/523\r\n\r\nSigned-off-by: Jem Day <Jem.Day@cliffhanger.com>",
"is_bot": false,
"headline": "Fixed Protobuf data corruption for CloudEvent serialized/deserialized…",
"author_name": "Jem Day",
"author_login": "JemDay",
"committed_at": "2023-02-27T10:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d64aff7327ba3b2d102ad658af009ab76f925a77",
"body": "Signed-off-by: mxsm <ljbmxsm@gmail.com>",
"is_bot": false,
"headline": "[#521] Remove unused imports (#522)",
"author_name": "mxsm",
"author_login": "mxsm",
"committed_at": "2023-02-20T17:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1cff7523038a1c02ab3221b7ae5876b56083b8c",
"body": "Bumps [activesupport](https://github.com/rails/rails) from 6.0.6 to 6.0.6.1.\r\n- [Release notes](https://github.com/rails/rails/releases)\r\n- [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md)\r\n- [Commits](https://github.com/rails/rails/compare/v6.0.6...v6.0.6.1)\r\n\r\n-\n[…]\nndency-name: activesupport\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump activesupport from 6.0.6 to 6.0.6.1 in /docs (#517)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-20T07:42:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1591cb337ad10f066525b46930aae6bfc61ab850",
"body": "Signed-off-by: ruromero <rromerom@redhat.com>",
"is_bot": false,
"headline": "[#465] Upgrade Quarkus examples with binary and structured events (#515)",
"author_name": "Ruben Romero Montes",
"author_login": "ruromero",
"committed_at": "2023-01-24T15:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f71303b7b72bac72d4e1b1d53db3f554bed63bb3",
"body": "Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": false,
"headline": "Switch default branch to main (#506)",
"author_name": "Pierangelo Di Pilato",
"author_login": "pierDipi",
"committed_at": "2023-01-12T18:03:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d59b33307ae12dc89b1da06b5ac49c7dd07dc72a",
"body": "Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": false,
"headline": "Run tests before deploy on Java 17 (#504)",
"author_name": "Pierangelo Di Pilato",
"author_login": "pierDipi",
"committed_at": "2023-01-10T15:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d1961f3589b2d532124610c0b41d1c3337aa2e",
"body": "Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10.\r\n- [Release notes](https://github.com/sparklemotion/nokogiri/releases)\r\n- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/sparklemotion/nokogiri/compare/v\n[…]\n\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#496)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-10T15:41:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7c6b52ab30009b0c0c8186fe382175e196cec7fb",
"body": "Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.21 to 3.5.1.\r\n- [Release notes](https://github.com/reactor/reactor-core/releases)\r\n- [Commits](https://github.com/reactor/reactor-core/compare/v3.4.21...v3.5.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: io.projectreactor:\n[…]\n\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump reactor-core from 3.4.21 to 3.5.1 (#499)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-10T15:10:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "433ec5b2744b478ccb7e1566272c0e26b29871a4",
"body": "Signed-off-by: Day, Jeremy(jday) <jday@paypal.com>\r\nSigned-off-by: Jem Day <Jem.Day@cliffhanger.com>",
"is_bot": false,
"headline": "Initial Implementation of XML Format (#448)",
"author_name": "Jem Day",
"author_login": "JemDay",
"committed_at": "2023-01-10T08:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40fe91a5e02bded9a0a9f2710bbf4df2897388ce",
"body": "Closes #488\r\n\r\nSigned-off-by: Doug Davis <dug@microsoft.com>",
"is_bot": false,
"headline": "Use UTF-8 when using getBytes (#491)",
"author_name": "Doug Davis",
"author_login": "duglin",
"committed_at": "2023-01-05T17:01:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a43f90f4e27bdf96bdc6491bbd44c5383aec8dd6",
"body": null,
"is_bot": false,
"headline": "Create dependabot.yml",
"author_name": "Pierangelo Di Pilato",
"author_login": "pierDipi",
"committed_at": "2023-01-02T14:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e488269510991fc7591975c640325ed7aacb4721",
"body": "Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9.\r\n- [Release notes](https://github.com/sparklemotion/nokogiri/releases)\r\n- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1\n[…]\n\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump nokogiri from 1.13.6 to 1.13.9 in /docs (#486)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-02T14:11:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7d50c7fc7a329c521c83a2a55939d0d5d67688b7",
"body": "The following vulnerabilities are fixed with an upgrade:\r\n- https://snyk.io/vuln/SNYK-JAVA-IONETTY-3167773\r\n\r\nCo-authored-by: snyk-bot <snyk-bot@snyk.io>",
"is_bot": false,
"headline": "Bump Vertx to 4.3.7 (#495)",
"author_name": "Fabio José",
"author_login": "fabiojose",
"committed_at": "2023-01-02T14:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a86af656f13f3e3db30cb7f47e84251ff93be9",
"body": "Signed-off-by: Averi Kitsch <akitsch@google.com>",
"is_bot": false,
"headline": "Fix curl command for Spring example (#478)",
"author_name": "Averi Kitsch",
"author_login": "averikitsch",
"committed_at": "2023-01-02T12:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "354f7a16ef411940a390a0ac935e431cdc938e1a",
"body": "Closes #489\r\n\r\nSigned-off-by: Doug Davis <dug@microsoft.com>",
"is_bot": false,
"headline": "Upgrade kafka, protobuf, and vert.x versions (#492)",
"author_name": "Doug Davis",
"author_login": "duglin",
"committed_at": "2022-12-09T11:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9132a13d81190bfe48c275345bc12c08301312e1",
"body": "Fixes #482\r\n\r\nSigned-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>",
"is_bot": false,
"headline": "Remove deprecated constructor usage for JsonCloudEventData (#483)",
"author_name": "Pierangelo Di Pilato",
"author_login": "pierDipi",
"committed_at": "2022-10-12T06:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a491c85eb21c52a4fb450fc257b719e67ad64a55",
"body": "Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.8 to 1.2.10.\r\n- [Release notes](https://github.com/tzinfo/tzinfo/releases)\r\n- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md)\r\n- [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.8...v1.2.10)\r\n\r\n---\r\nupdated-depende\n[…]\n\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump tzinfo from 1.2.8 to 1.2.10 in /docs (#467)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-10-12T06:56:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6362bfbcd67f41bc3b9fbb977796e0ebeafc80c0",
"body": "…t (#484)\n\nSigned-off-by: Frederic Delechamp <fdelechamp@guidewire.com>",
"is_bot": false,
"headline": "Strip parameters from data content types to assess if it's JSON forma…",
"author_name": "Frédéric Déléchamp",
"author_login": "fredoboulo",
"committed_at": "2022-10-06T08:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f08a099ed9728d1c98380f95496c0b9cd87adfa0",
"body": "* Replace javax restful-ws namespace usage with jakarata in own module\r\n* Add microprofile with openliberty example using new jar\r\n* Update gitignore to cover all copied directories\r\n* Update Jersey Version to support jakarta.* namespace packages\r\n* Port jersey integration tests from javax.* to jaka\n[…]\npackage names\r\n* Add Integration test for Microprofile/Liberty for Jee9 package\r\n* Add documentation for new Jakarta package\r\n\r\nSigned-off-by: alex-butcher <21243172+abutch3r@users.noreply.github.com>",
"is_bot": false,
"headline": "Restful-ws jakarta ee9 namespace support (#469)",
"author_name": "Alex Butcher",
"author_login": "abutch3r",
"committed_at": "2022-09-27T07:16:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4139fb7e5765ff1c6be8bc2ca1733c3885c51b17",
"body": "Signed-off-by: Vikram Vuppla <naga.vicky@gmail.com>",
"is_bot": false,
"headline": "Fix typo in word Covert (#480)",
"author_name": "Vikram Vuppla",
"author_login": "VikramVuppla",
"committed_at": "2022-09-19T15:31:31Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 28,
"commits_last_year": 25,
"latest_release_at": "2026-07-16T19:47:45Z",
"latest_release_tag": "v5.0.0",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 8,
"days_since_latest_release": 7,
"mean_days_between_releases": 142.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "io.cloudevents:cloudevents-api",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.cloudevents/cloudevents-api",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": null,
"versions_count": 36,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T19:30:36Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
},
{
"name": "io.cloudevents:cloudevents-sql",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.cloudevents/cloudevents-sql",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": null,
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T19:30:43Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
},
{
"name": "io.cloudevents:cloudevents-amqp-proton",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.cloudevents/cloudevents-amqp-proton",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": null,
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T19:30:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
},
{
"name": "io.cloudevents:cloudevents-core",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.cloudevents/cloudevents-core",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": null,
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T19:30:40Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
},
{
"name": "io.cloudevents:cloudevents-kafka",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.cloudevents/cloudevents-kafka",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": null,
"versions_count": 29,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T19:30:40Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
},
{
"name": "io.cloudevents:cloudevents-spring",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.cloudevents/cloudevents-spring",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": null,
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T19:30:54Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
},
{
"name": "io.cloudevents:cloudevents-rocketmq",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/io.cloudevents/cloudevents-rocketmq",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": null,
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T19:30:40Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 173,
"stars": 442,
"watchers": 21,
"fork_history": {
"days": [
{
"date": "2018-10-06",
"count": 1
},
{
"date": "2018-12-04",
"count": 1
},
{
"date": "2018-12-21",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-03-20",
"count": 1
},
{
"date": "2019-04-18",
"count": 1
},
{
"date": "2019-05-31",
"count": 1
},
{
"date": "2019-06-28",
"count": 1
},
{
"date": "2019-06-30",
"count": 1
},
{
"date": "2019-07-23",
"count": 1
},
{
"date": "2019-08-07",
"count": 1
},
{
"date": "2019-08-08",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-09-28",
"count": 1
},
{
"date": "2019-10-03",
"count": 1
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2019-12-10",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2020-01-02",
"count": 1
},
{
"date": "2020-01-28",
"count": 2
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-02-28",
"count": 1
},
{
"date": "2020-03-13",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-23",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-04-23",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-05-02",
"count": 1
},
{
"date": "2020-05-05",
"count": 1
},
{
"date": "2020-06-11",
"count": 1
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-06-16",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-08-18",
"count": 2
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-20",
"count": 1
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-10-28",
"count": 2
},
{
"date": "2020-11-01",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-11-19",
"count": 1
},
{
"date": "2020-11-23",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-12-15",
"count": 2
},
{
"date": "2021-01-31",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-02-13",
"count": 1
},
{
"date": "2021-03-13",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-23",
"count": 1
},
{
"date": "2021-05-02",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2021-06-25",
"count": 2
},
{
"date": "2021-07-09",
"count": 1
},
{
"date": "2021-07-12",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-08-31",
"count": 2
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-10-25",
"count": 1
},
{
"date": "2021-11-01",
"count": 2
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-03",
"count": 1
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2022-01-18",
"count": 2
},
{
"date": "2022-02-01",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-04-04",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-17",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-05-23",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-11",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-24",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-09-11",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-17",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-09-28",
"count": 2
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-10-14",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2022-12-19",
"count": 1
},
{
"date": "2022-12-20",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-18",
"count": 1
},
{
"date": "2023-03-23",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-07-20",
"count": 1
},
{
"date": "2023-09-18",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-21",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-11-11",
"count": 1
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-10",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-05-30",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-19",
"count": 1
},
{
"date": "2024-08-28",
"count": 2
},
{
"date": "2024-10-02",
"count": 1
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 169,
"total_forks": 173
},
"star_history": null,
"open_issues_and_prs": 79
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"formats/protobuf/src/main/proto/spec.proto",
"formats/protobuf/src/test/proto/test.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"amqp/pom.xml",
"api/pom.xml",
"benchmarks/pom.xml",
"bom/pom.xml",
"core/pom.xml",
"examples/amqp-proton/pom.xml",
"examples/basic-http/pom.xml",
"examples/kafka/pom.xml",
"examples/pom.xml",
"examples/restful-ws-microprofile-liberty/pom.xml",
"examples/restful-ws-quarkus/pom.xml",
"examples/restful-ws-spring-boot/pom.xml",
"examples/rocketmq/pom.xml",
"examples/spring-reactive/pom.xml",
"examples/spring-rsocket/pom.xml",
"examples/vertx/pom.xml",
"formats/avro-compact/pom.xml",
"formats/json-jackson/pom.xml",
"formats/protobuf/pom.xml",
"formats/xml/pom.xml",
"http/basic/pom.xml",
"http/restful-ws-jakarta-integration-tests/pom.xml",
"http/restful-ws-jakarta-integration-tests/restful-ws-jakarta-common/pom.xml",
"http/restful-ws-jakarta-integration-tests/restful-ws-jersey/pom.xml",
"http/restful-ws-jakarta-integration-tests/restful-ws-liberty/pom.xml",
"http/restful-ws-jakarta-integration-tests/restful-ws-resteasy/pom.xml",
"http/restful-ws-jakarta-integration-tests/restful-ws-spring/pom.xml",
"http/restful-ws-jakarta/pom.xml",
"http/vertx/pom.xml",
"kafka/pom.xml",
"pom.xml",
"rocketmq/pom.xml",
"spring/pom.xml",
"sql/pom.xml"
],
"largest_source_bytes": 14854,
"source_files_sampled": 305,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"amqp/pom.xml",
"api/pom.xml",
"benchmarks/pom.xml",
"bom/pom.xml",
"core/pom.xml",
"docs/Gemfile",
"examples/pom.xml",
"kafka/pom.xml",
"pom.xml",
"rocketmq/pom.xml",
"spring/pom.xml",
"sql/pom.xml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.3.6",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6wx8-w4f5-wwcr",
"GHSA-h8w8-99g7-qmvj",
"GHSA-wv3x-4vxv-whpp"
],
"fixed_version": "1.3.7",
"advisory_count": 3,
"oldest_advisory_days": 34
},
{
"name": "faraday",
"direct": false,
"version": "1.10.5",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-98m9-hrrm-r99r"
],
"fixed_version": "2.14.3",
"advisory_count": 1,
"oldest_advisory_days": 34
},
{
"name": "nokogiri",
"direct": false,
"version": "1.19.1",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-5prr-v3j2-97mh",
"GHSA-5v8h-3h3q-446p",
"GHSA-8678-w3jw-xfc2",
"GHSA-9cv2-cfxc-v4v2",
"GHSA-c4rq-3m3g-8wgx",
"GHSA-p67v-3w7g-wjg7",
"GHSA-phwj-rprq-35pp",
"GHSA-v2fc-qm4h-8hqv",
"GHSA-wfpw-mmfh-qq69",
"GHSA-wjv4-x9w8-wm3h"
],
"fixed_version": "1.19.4",
"advisory_count": 10,
"oldest_advisory_days": 78
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3
},
"advisory_count": 14,
"affected_count": 3,
"assessed_count": 173,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 31,
"direct_affected_count": 0
},
"ecosystems": [
"maven",
"rubygems"
],
"dependencies": [
{
"name": "org.apache.qpid:proton-j",
"manifest": "amqp/pom.xml",
"ecosystem": "maven",
"version_constraint": "${protonj.version}"
},
{
"name": "io.cloudevents:cloudevents-core",
"manifest": "amqp/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-api",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-core",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-json-jackson",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-protobuf",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-amqp-proton",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-http-basic",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-http-vertx",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-kafka",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-spring",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-sql",
"manifest": "bom/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-api",
"manifest": "core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-core",
"manifest": "kafka/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.apache.kafka:kafka-clients",
"manifest": "kafka/pom.xml",
"ecosystem": "maven",
"version_constraint": "${kafka.version}"
},
{
"name": "jakarta.platform:jakarta.jakartaee-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${jakartaee.version}"
},
{
"name": "io.cloudevents:cloudevents-core",
"manifest": "rocketmq/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.apache.rocketmq:rocketmq-client-java",
"manifest": "rocketmq/pom.xml",
"ecosystem": "maven",
"version_constraint": "${rocketmq.version}"
},
{
"name": "org.springframework.boot:spring-boot-dependencies",
"manifest": "spring/pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "org.springframework:spring-webmvc",
"manifest": "spring/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework:spring-webflux",
"manifest": "spring/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework:spring-messaging",
"manifest": "spring/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.cloudevents:cloudevents-core",
"manifest": "spring/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "io.cloudevents:cloudevents-http-basic",
"manifest": "spring/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.apache.tomcat.embed:tomcat-embed-core",
"manifest": "spring/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.cloudevents:cloudevents-api",
"manifest": "sql/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.antlr:antlr4-runtime",
"manifest": "sql/pom.xml",
"ecosystem": "maven",
"version_constraint": "${antlr.version}"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "io.cloudevents:cloudevents-amqp-proton",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-api",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-core",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-http-basic",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-http-vertx",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-json-jackson",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-kafka",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-protobuf",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-spring",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-sql",
"direct": true,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "jakarta.platform:jakarta.jakartaee-bom",
"direct": true,
"version": "10.0.0",
"ecosystem": "maven"
},
{
"name": "org.antlr:antlr4-runtime",
"direct": true,
"version": "4.9.3",
"ecosystem": "maven"
},
{
"name": "org.apache.kafka:kafka-clients",
"direct": true,
"version": "4.3.0",
"ecosystem": "maven"
},
{
"name": "org.apache.qpid:proton-j",
"direct": true,
"version": "0.34.1",
"ecosystem": "maven"
},
{
"name": "org.apache.rocketmq:rocketmq-client-java",
"direct": true,
"version": "5.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat.embed:tomcat-embed-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-dependencies",
"direct": true,
"version": "3.5.14",
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-messaging",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-webflux",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-webmvc",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml",
"direct": false,
"version": "2.15.2",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson:jackson-bom",
"direct": false,
"version": "2.21.3",
"ecosystem": "maven"
},
{
"name": "com.google.code.findbugs:jsr305",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.protobuf:protobuf-bom",
"direct": false,
"version": "4.34.1",
"ecosystem": "maven"
},
{
"name": "com.google.protobuf:protobuf-java",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.protobuf:protobuf-java-util",
"direct": false,
"version": "4.34.1",
"ecosystem": "maven"
},
{
"name": "com.google.truth.extensions:truth-proto-extension",
"direct": false,
"version": "1.4.4",
"ecosystem": "maven"
},
{
"name": "dev.resteasy.vertx:resteasy-vertx-client",
"direct": false,
"version": "1.0.1",
"ecosystem": "maven"
},
{
"name": "dev.resteasy.vertx:resteasy-vertx-embedded-server",
"direct": false,
"version": "1.0.1",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-http-restful-ws-jakarta",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-http-restful-ws-jakarta",
"direct": false,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-http-restful-ws-jakarta-integration-tests-common",
"direct": false,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.cloudevents:cloudevents-rocketmq",
"direct": false,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit5",
"direct": false,
"version": "2.1.4",
"ecosystem": "maven"
},
{
"name": "io.openliberty.tools:liberty-maven-plugin",
"direct": false,
"version": "3.12.0",
"ecosystem": "maven"
},
{
"name": "io.projectreactor:reactor-core",
"direct": false,
"version": "3.6.11",
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-junit",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-maven-plugin",
"direct": false,
"version": "3.36.1",
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-rest-client",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-rest-jackson",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-scheduler",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.quarkus:quarkus-universe-bom",
"direct": false,
"version": "3.36.1",
"ecosystem": "maven"
},
{
"name": "io.rest-assured:rest-assured",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.vertx:vertx-core",
"direct": false,
"version": "4.5.28",
"ecosystem": "maven"
},
{
"name": "io.vertx:vertx-junit5",
"direct": false,
"version": "4.5.28",
"ecosystem": "maven"
},
{
"name": "io.vertx:vertx-proton",
"direct": false,
"version": "4.5.28",
"ecosystem": "maven"
},
{
"name": "io.vertx:vertx-web-client",
"direct": false,
"version": "4.5.28",
"ecosystem": "maven"
},
{
"name": "jakarta.activation:jakarta.activation-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.platform:jakarta.jakartaee-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.ws.rs:jakarta.ws.rs-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.xml.bind:jakarta.xml.bind-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.antlr:antlr4-maven-plugin",
"direct": false,
"version": "4.9.3",
"ecosystem": "maven"
},
{
"name": "org.apache.avro:avro",
"direct": false,
"version": "1.11.4",
"ecosystem": "maven"
},
{
"name": "org.apache.avro:avro-maven-plugin",
"direct": false,
"version": "1.11.5",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-dependency-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-dependency-plugin",
"direct": false,
"version": "3.10.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-failsafe-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-failsafe-plugin",
"direct": false,
"version": "3.5.5",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-gpg-plugin",
"direct": false,
"version": "3.2.8",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-jar-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-jar-plugin",
"direct": false,
"version": "3.5.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-javadoc-plugin",
"direct": false,
"version": "3.12.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-resources-plugin",
"direct": false,
"version": "3.5.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-shade-plugin",
"direct": false,
"version": "3.6.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-source-plugin",
"direct": false,
"version": "3.4.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "3.5.5",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-war-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-war-plugin",
"direct": false,
"version": "3.5.1",
"ecosystem": "maven"
},
{
"name": "org.assertj:assertj-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.ec4j.maven:editorconfig-maven-plugin",
"direct": false,
"version": "0.2.0",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-server",
"direct": false,
"version": "12.1.10",
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile:microprofile",
"direct": false,
"version": "5.0",
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile:microprofile",
"direct": false,
"version": "6.0",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jersey.inject:jersey-hk2",
"direct": false,
"version": "3.1.11",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty",
"direct": false,
"version": "3.1.11",
"ecosystem": "maven"
},
{
"name": "org.glassfish:jakarta.json",
"direct": false,
"version": "2.0.1",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian:arquillian-bom",
"direct": false,
"version": "1.6.0",
"ecosystem": "maven"
},
{
"name": "org.jboss.resteasy:resteasy-client",
"direct": false,
"version": "6.2.16",
"ecosystem": "maven"
},
{
"name": "org.jboss.resteasy:resteasy-json-binding-provider",
"direct": false,
"version": "6.2.16",
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap:shrinkwrap-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.openjdk.jmh:jmh-core",
"direct": false,
"version": "1.23",
"ecosystem": "maven"
},
{
"name": "org.openjdk.jmh:jmh-generator-annprocess",
"direct": false,
"version": "1.23",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-simple",
"direct": false,
"version": "2.0.16",
"ecosystem": "maven"
},
{
"name": "org.sonatype.central:central-publishing-maven-plugin",
"direct": false,
"version": "0.10.0",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-maven-plugin",
"direct": false,
"version": "3.5.14",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-jersey",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-rsocket",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-test",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-webflux",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.xmlunit:xmlunit-core",
"direct": false,
"version": "2.10.0",
"ecosystem": "maven"
},
{
"name": "org.xolstice.maven.plugins:protobuf-maven-plugin",
"direct": false,
"version": "0.6.1",
"ecosystem": "maven"
},
{
"name": "activesupport",
"direct": false,
"version": "7.2.3.1",
"ecosystem": "rubygems"
},
{
"name": "addressable",
"direct": false,
"version": "2.9.0",
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": "0.3.0",
"ecosystem": "rubygems"
},
{
"name": "benchmark",
"direct": false,
"version": "0.5.0",
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": false,
"version": "4.1.0",
"ecosystem": "rubygems"
},
{
"name": "coffee-script",
"direct": false,
"version": "2.4.1",
"ecosystem": "rubygems"
},
{
"name": "coffee-script-source",
"direct": false,
"version": "1.11.1",
"ecosystem": "rubygems"
},
{
"name": "colorator",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "commonmarker",
"direct": false,
"version": "0.23.12",
"ecosystem": "rubygems"
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.3.6",
"ecosystem": "rubygems"
},
{
"name": "connection_pool",
"direct": false,
"version": "3.0.2",
"ecosystem": "rubygems"
},
{
"name": "dnsruby",
"direct": false,
"version": "1.61.5",
"ecosystem": "rubygems"
},
{
"name": "drb",
"direct": false,
"version": "2.2.3",
"ecosystem": "rubygems"
},
{
"name": "em-websocket",
"direct": false,
"version": "0.5.2",
"ecosystem": "rubygems"
},
{
"name": "ethon",
"direct": false,
"version": "0.12.0",
"ecosystem": "rubygems"
},
{
"name": "eventmachine",
"direct": false,
"version": "1.2.7",
"ecosystem": "rubygems"
},
{
"name": "execjs",
"direct": false,
"version": "2.7.0",
"ecosystem": "rubygems"
},
{
"name": "faraday",
"direct": false,
"version": "1.10.5",
"ecosystem": "rubygems"
},
{
"name": "faraday-em_http",
"direct": false,
"version": "1.0.0",
"ecosystem": "rubygems"
},
{
"name": "faraday-em_synchrony",
"direct": false,
"version": "1.0.1",
"ecosystem": "rubygems"
},
{
"name": "faraday-excon",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "faraday-httpclient",
"direct": false,
"version": "1.0.1",
"ecosystem": "rubygems"
},
{
"name": "faraday-multipart",
"direct": false,
"version": "1.2.0",
"ecosystem": "rubygems"
},
{
"name": "faraday-net_http",
"direct": false,
"version": "1.0.2",
"ecosystem": "rubygems"
},
{
"name": "faraday-net_http_persistent",
"direct": false,
"version": "1.2.0",
"ecosystem": "rubygems"
},
{
"name": "faraday-patron",
"direct": false,
"version": "1.0.0",
"ecosystem": "rubygems"
},
{
"name": "faraday-rack",
"direct": false,
"version": "1.0.0",
"ecosystem": "rubygems"
},
{
"name": "faraday-retry",
"direct": false,
"version": "1.0.4",
"ecosystem": "rubygems"
},
{
"name": "ffi",
"direct": false,
"version": "1.13.1",
"ecosystem": "rubygems"
},
{
"name": "forwardable-extended",
"direct": false,
"version": "2.6.0",
"ecosystem": "rubygems"
},
{
"name": "gemoji",
"direct": false,
"version": "3.0.1",
"ecosystem": "rubygems"
},
{
"name": "github-pages",
"direct": false,
"version": "228",
"ecosystem": "rubygems"
},
{
"name": "github-pages-health-check",
"direct": false,
"version": "1.17.9",
"ecosystem": "rubygems"
},
{
"name": "html-pipeline",
"direct": false,
"version": "2.14.3",
"ecosystem": "rubygems"
},
{
"name": "http_parser.rb",
"direct": false,
"version": "0.6.0",
"ecosystem": "rubygems"
},
{
"name": "i18n",
"direct": false,
"version": "1.14.8",
"ecosystem": "rubygems"
},
{
"name": "jekyll",
"direct": false,
"version": "3.9.3",
"ecosystem": "rubygems"
},
{
"name": "jekyll-avatar",
"direct": false,
"version": "0.7.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-coffeescript",
"direct": false,
"version": "1.1.1",
"ecosystem": "rubygems"
},
{
"name": "jekyll-commonmark",
"direct": false,
"version": "1.4.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-commonmark-ghpages",
"direct": false,
"version": "0.4.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-default-layout",
"direct": false,
"version": "0.1.4",
"ecosystem": "rubygems"
},
{
"name": "jekyll-feed",
"direct": false,
"version": "0.15.1",
"ecosystem": "rubygems"
},
{
"name": "jekyll-gist",
"direct": false,
"version": "1.5.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-github-metadata",
"direct": false,
"version": "2.13.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-include-cache",
"direct": false,
"version": "0.2.1",
"ecosystem": "rubygems"
},
{
"name": "jekyll-mentions",
"direct": false,
"version": "1.6.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-optional-front-matter",
"direct": false,
"version": "0.3.2",
"ecosystem": "rubygems"
},
{
"name": "jekyll-paginate",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-readme-index",
"direct": false,
"version": "0.3.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-redirect-from",
"direct": false,
"version": "0.16.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-relative-links",
"direct": false,
"version": "0.6.1",
"ecosystem": "rubygems"
},
{
"name": "jekyll-remote-theme",
"direct": false,
"version": "0.4.3",
"ecosystem": "rubygems"
},
{
"name": "jekyll-sass-converter",
"direct": false,
"version": "1.5.2",
"ecosystem": "rubygems"
},
{
"name": "jekyll-seo-tag",
"direct": false,
"version": "2.8.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-sitemap",
"direct": false,
"version": "1.4.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-swiss",
"direct": false,
"version": "1.0.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-architect",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-cayman",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-dinky",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-hacker",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-leap-day",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-merlot",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-midnight",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-minimal",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-modernist",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-primer",
"direct": false,
"version": "0.6.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-slate",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-tactile",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-theme-time-machine",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "jekyll-titles-from-headings",
"direct": false,
"version": "0.5.3",
"ecosystem": "rubygems"
},
{
"name": "jekyll-watch",
"direct": false,
"version": "2.2.1",
"ecosystem": "rubygems"
},
{
"name": "jemoji",
"direct": false,
"version": "0.12.0",
"ecosystem": "rubygems"
},
{
"name": "just-the-docs",
"direct": false,
"version": "0.3.3",
"ecosystem": "rubygems"
},
{
"name": "kramdown",
"direct": false,
"version": "2.3.2",
"ecosystem": "rubygems"
},
{
"name": "kramdown-parser-gfm",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "liquid",
"direct": false,
"version": "4.0.4",
"ecosystem": "rubygems"
},
{
"name": "listen",
"direct": false,
"version": "3.7.1",
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": "1.7.0",
"ecosystem": "rubygems"
},
{
"name": "mercenary",
"direct": false,
"version": "0.3.6",
"ecosystem": "rubygems"
},
{
"name": "mini_portile2",
"direct": false,
"version": "2.8.9",
"ecosystem": "rubygems"
},
{
"name": "minima",
"direct": false,
"version": "2.5.1",
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": "5.27.0",
"ecosystem": "rubygems"
},
{
"name": "multipart-post",
"direct": false,
"version": "2.4.1",
"ecosystem": "rubygems"
},
{
"name": "nokogiri",
"direct": false,
"version": "1.19.1",
"ecosystem": "rubygems"
},
{
"name": "octokit",
"direct": false,
"version": "4.19.0",
"ecosystem": "rubygems"
},
{
"name": "pathutil",
"direct": false,
"version": "0.16.2",
"ecosystem": "rubygems"
},
{
"name": "public_suffix",
"direct": false,
"version": "4.0.7",
"ecosystem": "rubygems"
},
{
"name": "racc",
"direct": false,
"version": "1.8.1",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": "13.0.1",
"ecosystem": "rubygems"
},
{
"name": "rb-fsevent",
"direct": false,
"version": "0.10.4",
"ecosystem": "rubygems"
},
{
"name": "rb-inotify",
"direct": false,
"version": "0.10.1",
"ecosystem": "rubygems"
},
{
"name": "rexml",
"direct": false,
"version": "3.4.2",
"ecosystem": "rubygems"
},
{
"name": "rouge",
"direct": false,
"version": "3.26.0",
"ecosystem": "rubygems"
},
{
"name": "ruby2_keywords",
"direct": false,
"version": "0.0.5",
"ecosystem": "rubygems"
},
{
"name": "rubyzip",
"direct": false,
"version": "2.3.0",
"ecosystem": "rubygems"
},
{
"name": "safe_yaml",
"direct": false,
"version": "1.0.5",
"ecosystem": "rubygems"
},
{
"name": "sass",
"direct": false,
"version": "3.7.4",
"ecosystem": "rubygems"
},
{
"name": "sass-listen",
"direct": false,
"version": "4.0.0",
"ecosystem": "rubygems"
},
{
"name": "sawyer",
"direct": false,
"version": "0.8.2",
"ecosystem": "rubygems"
},
{
"name": "securerandom",
"direct": false,
"version": "0.4.1",
"ecosystem": "rubygems"
},
{
"name": "simpleidn",
"direct": false,
"version": "0.1.1",
"ecosystem": "rubygems"
},
{
"name": "terminal-table",
"direct": false,
"version": "1.8.0",
"ecosystem": "rubygems"
},
{
"name": "typhoeus",
"direct": false,
"version": "1.4.0",
"ecosystem": "rubygems"
},
{
"name": "tzinfo",
"direct": false,
"version": "2.0.6",
"ecosystem": "rubygems"
},
{
"name": "unf",
"direct": false,
"version": "0.1.4",
"ecosystem": "rubygems"
},
{
"name": "unf_ext",
"direct": false,
"version": "0.0.7.7",
"ecosystem": "rubygems"
},
{
"name": "unicode-display_width",
"direct": false,
"version": "1.7.0",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 204,
"direct_count": 20,
"indirect_count": 184
}
},
"maintainership": {
"issues": {
"open_prs": 24,
"merged_prs": 388,
"open_issues": 55,
"closed_ratio": 0.751,
"closed_issues": 166,
"closed_unmerged_prs": 112
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "fabiojose",
"commits": 413,
"avatar_url": "https://avatars.githubusercontent.com/u/1252022?v=4"
},
{
"type": "User",
"login": "slinkydeveloper",
"commits": 129,
"avatar_url": "https://avatars.githubusercontent.com/u/6706544?v=4"
},
{
"type": "User",
"login": "matzew",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/157646?v=4"
},
{
"type": "User",
"login": "pierDipi",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/33736985?v=4"
},
{
"type": "User",
"login": "ruromero",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/637557?v=4"
},
{
"type": "User",
"login": "matejvasek",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/2386241?v=4"
},
{
"type": "User",
"login": "jponge",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/25961?v=4"
},
{
"type": "User",
"login": "JemDay",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/2165324?v=4"
},
{
"type": "User",
"login": "Alfusainey",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/2141415?v=4"
},
{
"type": "User",
"login": "duglin",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1944671?v=4"
}
],
"contributors_sampled": 59,
"top_contributor_share": 0.566
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"branch.yaml",
"bump.yaml",
"pr.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.lock"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "22 out of 30 merged PRs checked by a CI test -- score normalized to 7",
"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": 7,
"reason": "Found 6/8 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 31 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": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": "37 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "be28b03dc7a25b75f5242b82fc051aee11ee781c",
"ran_at": "2026-07-24T11:27:16Z",
"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-16T19:49:04Z",
"oldest_open_prs": [
{
"number": 364,
"created_at": "2021-03-26T22:00:23Z",
"last_comment_at": "2024-11-29T10:24:38Z",
"last_comment_author": "dsyer"
},
{
"number": 407,
"created_at": "2021-07-16T02:26:12Z",
"last_comment_at": "2022-03-31T03:34:46Z",
"last_comment_author": "sunng87"
},
{
"number": 411,
"created_at": "2021-08-11T15:37:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 414,
"created_at": "2021-08-23T03:09:35Z",
"last_comment_at": "2022-08-31T16:13:18Z",
"last_comment_author": "eddumelendez"
},
{
"number": 513,
"created_at": "2023-01-18T17:42:27Z",
"last_comment_at": "2023-03-10T21:10:09Z",
"last_comment_author": "JemDay"
},
{
"number": 559,
"created_at": "2023-04-29T03:35:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 561,
"created_at": "2023-04-29T06:18:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 574,
"created_at": "2023-05-23T16:53:04Z",
"last_comment_at": "2024-02-13T16:20:32Z",
"last_comment_author": "aalmiray"
},
{
"number": 606,
"created_at": "2024-02-10T17:46:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 673,
"created_at": "2024-10-22T12:25:49Z",
"last_comment_at": "2026-03-30T19:08:11Z",
"last_comment_author": "duglin"
},
{
"number": 702,
"created_at": "2025-10-16T16:09:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 705,
"created_at": "2026-01-08T12:47:24Z",
"last_comment_at": "2026-04-24T15:01:17Z",
"last_comment_author": "jacekbilski"
},
{
"number": 707,
"created_at": "2026-01-20T07:09:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 717,
"created_at": "2026-03-30T23:29:02Z",
"last_comment_at": "2026-04-09T15:39:09Z",
"last_comment_author": "duglin"
},
{
"number": 718,
"created_at": "2026-03-30T23:29:06Z",
"last_comment_at": "2026-04-09T15:38:47Z",
"last_comment_author": "duglin"
},
{
"number": 724,
"created_at": "2026-04-09T23:22:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 725,
"created_at": "2026-04-09T23:22:50Z",
"last_comment_at": "2026-04-10T12:20:42Z",
"last_comment_author": "duglin"
},
{
"number": 728,
"created_at": "2026-04-13T19:33:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 740,
"created_at": "2026-06-23T07:23:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 741,
"created_at": "2026-06-23T07:44:15Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-16T19:10:44Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 110,
"created_at": "2020-04-14T16:43:09Z",
"last_comment_at": "2020-04-29T06:42:17Z",
"last_comment_author": "slinkydeveloper"
},
{
"number": 115,
"created_at": "2020-04-15T13:16:51Z",
"last_comment_at": "2021-07-16T06:25:14Z",
"last_comment_author": "sunng87"
},
{
"number": 207,
"created_at": "2020-08-11T09:40:42Z",
"last_comment_at": "2024-03-26T10:33:58Z",
"last_comment_author": "pierDipi"
},
{
"number": 276,
"created_at": "2020-11-13T17:31:34Z",
"last_comment_at": "2020-11-17T13:47:52Z",
"last_comment_author": "Alfusainey"
},
{
"number": 308,
"created_at": "2020-11-26T13:09:21Z",
"last_comment_at": "2021-04-27T13:13:32Z",
"last_comment_author": "slinkydeveloper"
},
{
"number": 335,
"created_at": "2020-12-24T23:20:34Z",
"last_comment_at": "2021-01-07T08:58:06Z",
"last_comment_author": "slinkydeveloper"
},
{
"number": 340,
"created_at": "2021-01-28T16:11:38Z",
"last_comment_at": "2021-01-28T16:45:52Z",
"last_comment_author": "dansiviter"
},
{
"number": 359,
"created_at": "2021-03-15T13:36:28Z",
"last_comment_at": "2024-11-29T08:40:10Z",
"last_comment_author": "lucarota"
},
{
"number": 408,
"created_at": "2021-07-17T00:49:49Z",
"last_comment_at": "2021-08-06T08:22:43Z",
"last_comment_author": "dsyer"
},
{
"number": 412,
"created_at": "2021-08-11T20:20:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 413,
"created_at": "2021-08-19T16:52:15Z",
"last_comment_at": "2024-05-20T20:36:47Z",
"last_comment_author": "rvowles"
},
{
"number": 416,
"created_at": "2021-08-31T10:33:13Z",
"last_comment_at": "2022-08-09T11:57:21Z",
"last_comment_author": "zaza"
},
{
"number": 422,
"created_at": "2021-10-28T20:58:00Z",
"last_comment_at": "2022-04-01T13:27:17Z",
"last_comment_author": "pierDipi"
},
{
"number": 427,
"created_at": "2021-12-06T17:03:19Z",
"last_comment_at": "2023-04-17T09:49:30Z",
"last_comment_author": "pierDipi"
},
{
"number": 442,
"created_at": "2022-01-17T16:17:28Z",
"last_comment_at": "2022-07-18T14:16:28Z",
"last_comment_author": "BramMeerten"
},
{
"number": 452,
"created_at": "2022-03-24T07:38:59Z",
"last_comment_at": "2022-05-02T02:56:53Z",
"last_comment_author": "matejvasek"
},
{
"number": 465,
"created_at": "2022-07-14T16:04:14Z",
"last_comment_at": "2023-03-03T11:12:29Z",
"last_comment_author": "pierDipi"
},
{
"number": 487,
"created_at": "2022-11-01T16:14:51Z",
"last_comment_at": "2023-01-03T18:28:38Z",
"last_comment_author": "JemDay"
},
{
"number": 533,
"created_at": "2023-03-03T13:11:26Z",
"last_comment_at": "2023-07-25T14:08:56Z",
"last_comment_author": "cardil"
},
{
"number": 540,
"created_at": "2023-03-23T19:55:39Z",
"last_comment_at": "2023-03-24T18:45:02Z",
"last_comment_author": "skepticoitusInteruptus"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cloudevents/sdk-java",
"host": "github.com",
"name": "sdk-java",
"owner": "cloudevents"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"security": 62,
"vitality": 70,
"community": 69,
"governance": 69,
"engineering": 81
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 25,
"human_commit_share": 0.44,
"days_since_last_push": 7,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "25 commits in the last year",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 25
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 84,
"inputs": {
"releases_count": 28,
"latest_release_tag": "v5.0.0",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 142.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "28 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 28
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~142.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 142.3
}
}
],
"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": 21,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 21 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 21
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 69,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"forks": 173,
"stars": 442,
"watchers": 21,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "442 stars",
"points": 42.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 442
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "173 forks",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 173
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "21 watchers",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 21
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 59,
"top_contributor_share": 0.566
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 57% of commits",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "59 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 59
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 31 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"merged_prs": 388,
"open_issues": 55,
"closed_issues": 166,
"issue_closed_ratio": 0.751,
"closed_unmerged_prs": 112
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "388/500 decided PRs merged",
"points": 29.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 388,
"decided": 500
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/8 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 666,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "cloudevents",
"public_repos": 13,
"account_age_days": 3230
},
"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": "666 followers of cloudevents",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 666,
"login": "cloudevents"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "13 public repos, account ~8 yr old",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 13
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"io.cloudevents:cloudevents-api",
"io.cloudevents:cloudevents-sql",
"io.cloudevents:cloudevents-amqp-proton",
"io.cloudevents:cloudevents-core",
"io.cloudevents:cloudevents-kafka",
"io.cloudevents:cloudevents-spring",
"io.cloudevents:cloudevents-rocketmq"
],
"ecosystems": "maven",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "7 package(s) on maven",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 7,
"ecosystems": "maven"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "36 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 36
}
}
],
"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": 81,
"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": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "22 out of 30 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"cloudevents",
"java-api",
"kafka",
"sdk-java",
"hacktoberfest"
],
"has_wiki": true,
"homepage": "https://cloudevents.github.io/sdk-java/",
"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://cloudevents.github.io/sdk-java/",
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"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): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "22 out of 30 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"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 6/8 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 31 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": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"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": "37 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 173 resolved dependencies against OSV; 31 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": 173
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 31
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 14,
"affected_packages": 3,
"assessed_packages": 173,
"unassessed_packages": 31,
"affected_by_severity": "high 3",
"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": 173,
"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": 18
},
"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": "moderate",
"name": "AI Readiness",
"value": 65,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.955,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "42 of 44 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 44
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"amqp/pom.xml",
"api/pom.xml",
"benchmarks/pom.xml",
"bom/pom.xml",
"core/pom.xml",
"examples/amqp-proton/pom.xml",
"examples/basic-http/pom.xml",
"examples/kafka/pom.xml",
"examples/pom.xml",
"examples/restful-ws-microprofile-liberty/pom.xml",
"examples/restful-ws-quarkus/pom.xml",
"examples/restful-ws-spring-boot/pom.xml",
"examples/rocketmq/pom.xml",
"examples/spring-reactive/pom.xml",
"examples/spring-rsocket/pom.xml",
"examples/vertx/pom.xml",
"formats/avro-compact/pom.xml",
"formats/json-jackson/pom.xml",
"formats/protobuf/pom.xml",
"formats/xml/pom.xml",
"http/basic/pom.xml",
"http/restful-ws-jakarta-integration-tests/pom.xml",
"http/restful-ws-jakarta-integration-tests/restful-ws-jakarta-common/pom.xml",
"http/restful-ws-jakarta-integration-tests/restful-ws-jersey/pom.xml",
"http/restful-ws-jakarta-integration-tests/restful-ws-liberty/pom.xml",
"http/restful-ws-jakarta-integration-tests/restful-ws-resteasy/pom.xml",
"http/restful-ws-jakarta-integration-tests/restful-ws-spring/pom.xml",
"http/restful-ws-jakarta/pom.xml",
"http/vertx/pom.xml",
"kafka/pom.xml",
"pom.xml",
"rocketmq/pom.xml",
"spring/pom.xml",
"sql/pom.xml"
],
"dependency_bot_commit_share": 0.43
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "amqp/pom.xml, api/pom.xml, benchmarks/pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "amqp/pom.xml, api/pom.xml, benchmarks/pom.xml"
}
}
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "43 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 43,
"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": 14854,
"source_files_sampled": 305,
"oversized_source_files": 0
},
"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": "0/305 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 305,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"formats/protobuf/src/main/proto/spec.proto",
"formats/protobuf/src/test/proto/test.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "formats/protobuf/src/main/proto/spec.proto, formats/protobuf/src/test/proto/test.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "formats/protobuf/src/main/proto/spec.proto, formats/protobuf/src/test/proto/test.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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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"
],
"report_type": "repository",
"generated_at": "2026-07-24T11:27:45.958902Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cloudevents/sdk-java.svg",
"full_name": "cloudevents/sdk-java",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}