JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 9239,
"has_wiki": false,
"homepage": "https://codehaus-plexus.github.io/plexus-xml/",
"languages": {
"HTML": 7652,
"Java": 614981
},
"pushed_at": "2026-04-26T11:28:15Z",
"created_at": "2023-04-06T16:27:21Z",
"owner_type": "Organization",
"updated_at": "2026-04-26T11:28:21Z",
"description": "Plexus Xml",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": "https://codehaus-plexus.github.io/",
"name": "Plexus",
"type": "Organization",
"login": "codehaus-plexus",
"company": null,
"location": null,
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/10550350?v=4",
"created_at": "2015-01-15T17:23:17Z",
"is_verified": null,
"public_repos": 27,
"account_age_days": 4214
},
"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": "plexus-xml-4.1.1",
"kind": "other",
"published_at": "2026-01-26T00:02:30Z"
},
{
"tag": "plexus-xml-4.1.0",
"kind": "other",
"published_at": "2025-04-05T16:09:24Z"
},
{
"tag": "plexus-xml-3.0.2",
"kind": "other",
"published_at": "2025-04-05T15:48:59Z"
},
{
"tag": "plexus-xml-3.0.1",
"kind": "other",
"published_at": "2024-05-21T21:19:41Z"
},
{
"tag": "plexus-xml-4.0.4",
"kind": "other",
"published_at": "2024-05-21T21:06:09Z"
},
{
"tag": "plexus-xml-4.0.3",
"kind": "other",
"published_at": "2024-05-21T21:01:40Z"
},
{
"tag": "plexus-xml-3.0.0",
"kind": "other",
"published_at": "2024-05-20T14:43:00Z"
},
{
"tag": "plexus-xml-4.0.2",
"kind": "other",
"published_at": "2023-07-04T08:18:51Z"
},
{
"tag": "plexus-utils-4.1.0",
"kind": "other",
"published_at": "2023-06-30T21:26:18Z"
},
{
"tag": "plexus-xml-4.0.0",
"kind": "other",
"published_at": "2023-05-22T15:17:39Z"
}
],
"recent_commits": [
{
"oid": "c01e076c5cfa2ce27937938ebf7a75b393b08fff",
"body": "Wrap XmlNodeBuilder.build() calls in @SuppressWarnings(\"deprecation\")\nhelper methods. These are only used in deprecated trim methods,\nso the warnings are appropriate but not actionable.\n\nTests: All 217 tests pass",
"is_bot": false,
"headline": "Suppress XmlNodeBuilder deprecation warnings",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2026-04-26T11:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dfb042d457206a755d7b38fd6eae0dbd56b83da",
"body": "Replace deprecated XmlNode.merge() instance method with\nXmlService.merge() static method. Also fix test to use\nXmlNode.newInstance() instead of XmlNodeImpl.\n\nTests: All 217 tests pass\nWarnings remaining:XmlNodeBuilder in deprecated trim methods",
"is_bot": false,
"headline": "Use XmlService.merge() instead of XmlNode.merge()",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2026-04-26T11:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b554f836694f9016792f453eab2b1a7ac0caa7e",
"body": "Replace all instances of deprecated XmlNodeImpl constructors with\nXmlNode.newInstance() static factory methods or XmlNode.newBuilder()\npattern.\n\n- Use XmlNode.newBuilder() for simple name-only constructors\n- Use XmlNode.newInstance() for full parameter constructors\n- Remove XmlNodeImpl import\n\nTests: All 217 tests pass\nWarnings remaining: XmlNode.merge() and XmlNodeBuilder deprecations",
"is_bot": false,
"headline": "Remove XmlNodeImpl usage, use XmlNode.newInstance() and builder",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2026-04-26T11:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7458b3fc897ff033f132efb06dd836f45379151",
"body": "Also replaced deprecated XmlNode accessor methods with fluent alternatives:\n- getName() → name()\n- getValue() → value()\n- getAttributes() → attributes()\n- getChildren() → children()\n- getInputLocation() → inputLocation()\n- getChild() → child()\n- getAttribute() → attribute()",
"is_bot": false,
"headline": "Remove deprecated XmlNode constant references",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2026-04-26T11:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a00700d256aaa460ddde5637e5d2e3a33cda67",
"body": "Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6 to 7.\n- [Release notes](https://github.com/release-drafter/release-drafter/releases)\n- [Commits](https://github.com/release-drafter/release-drafter/compare/v6...v7)\n\n---\nupdated-dependencies:\n- depende\n[…]\nname: release-drafter/release-drafter\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump release-drafter/release-drafter from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-22T10:42:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0adc28a743dc9da6c6782f9e3c4eb7425dcd990a",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2026-01-25T22:28:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8169130cc17b4da584901773a9eaf5d883cd25c9",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release plexus-xml-4.1.1",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2026-01-25T22:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "311f1d2a1dfc5817854d84d03446c0c60e755bf4",
"body": "Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 24 to 25.\n- [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-pom/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus\n dependency-version: '25'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.plexus:plexus from 24 to 25",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-05T21:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a51782f43be2dc1797fd55081bfb96a0a78ef545",
"body": "Bumps org.apache.maven:maven-xml from 4.0.0-rc-4 to 4.0.0-rc-5.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-xml\n dependency-version: 4.0.0-rc-5\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven:maven-xml from 4.0.0-rc-4 to 4.0.0-rc-5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-14T22:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc07169afad91f095cb45f5b662251fa19a02455",
"body": "Co-authored-by: Moderne <team@moderne.io>",
"is_bot": false,
"headline": "JUnit Jupiter best practices",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2025-11-10T17:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a87e5c6d67d7d29961f919c37f59ba3d61d43b7",
"body": "…tion (#68)\n\n* Fix polynomial regex vulnerability in ENCODING_PATTERN\n\nChanged the regex pattern from .* to .*? to use non-greedy matching,\npreventing catastrophic backtracking on malicious input.\n\nAdded test case to validate the fix with various edge cases.\n\n---------\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: slachiewicz <6705942+slachiewicz@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix polynomial regular expression vulnerability in XML encoding detec…",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2025-10-26T07:38:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "303c1a2fe07b4f466be092b47fe79e95aa8b8f6e",
"body": "Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 23 to 24.\n- [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-pom/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus\n dependency-version: '24'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.plexus:plexus from 23 to 24",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-19T13:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2294db68a1035d15a4e9a3ba86f73b28a774a1ad",
"body": "Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 22 to 23.\n- [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-pom/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus\n dependency-version: '23'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.plexus:plexus from 22 to 23",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-19T17:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6b2c7ae97bc97934a935e9bbb504ffb3bc8585f",
"body": "Bumps [org.apache.maven:maven-xml](https://github.com/apache/maven) from 4.0.0-rc-3 to 4.0.0-rc-4.\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-3...maven-4.0.0-rc-4)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-xml\n dependency-version: 4.0.0-rc-4\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven:maven-xml from 4.0.0-rc-3 to 4.0.0-rc-4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-27T21:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bad0a2b466b0700a88b21be80f9c673af32a3606",
"body": null,
"is_bot": false,
"headline": "Declare license info in POM",
"author_name": "Goooler",
"author_login": "Goooler",
"committed_at": "2025-06-03T19:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9434226f83ea3a9091e6b5ef6a3fe87c881d2841",
"body": "Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 21 to 22.\n- [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-pom/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus\n dependency-version: '22'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.plexus:plexus from 21 to 22",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-03T19:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1407ddc87ba515e35fc948535d87884e95ac909b",
"body": "Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 20 to 21.\n- [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-pom/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus\n dependency-version: '21'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.plexus:plexus from 20 to 21",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-29T11:26:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "924660bae07dcc8ec0df3e9b60e1ba7b18855cd1",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2025-04-05T16:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f89131f53747476234b285cfbd6c351aa57f1f9",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release plexus-xml-4.1.0",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2025-04-05T16:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8cf37adbf40c49b5a14870385275ff61dc6059",
"body": "Detected in the course of support-and-care/maven-support-and-care#77.",
"is_bot": false,
"headline": "Apply spotless re-formatting",
"author_name": "Gerd Aschemann",
"author_login": "ascheman",
"committed_at": "2025-03-14T18:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b85a28dbadeb283cff8a63e21d5555165385f81",
"body": "Bumps [org.apache.maven:maven-xml](https://github.com/apache/maven) from 4.0.0-rc-2 to 4.0.0-rc-3.\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-xml\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven:maven-xml from 4.0.0-rc-2 to 4.0.0-rc-3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-11T16:06:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26b97493136bf30d34b9f14c2a97e933b0f59ae5",
"body": "Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 19 to 20.\n- [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-pom/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.plexus:plexus from 19 to 20",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-15T13:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f1ff6f331bd98c326620b8a452657800edfa3a7",
"body": null,
"is_bot": false,
"headline": "Upgrade to Maven 4.0.0-rc-2",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2024-12-27T23:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf0366425bfd7b637b29b30ca2ab203b6d619df2",
"body": null,
"is_bot": false,
"headline": "Cleanup tests and drop dependency to plexus-utils",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2024-12-16T00:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a1f0a35c3fe17d0a3c96648ff85b9f8f596711f",
"body": null,
"is_bot": false,
"headline": "Cleanup tests",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2024-12-16T00:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6fc5ed773395f3c019975c52acab1523f96123e",
"body": null,
"is_bot": false,
"headline": "Bump descriptions to Maven beta-5",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2024-11-02T10:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f411cdd227444f92647b15a130e8aa88d79c7631",
"body": null,
"is_bot": false,
"headline": "Adjust to new model",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2024-11-02T10:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead39ddf9c76295250a29e53c3361015fe624b4a",
"body": "Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 18 to 19.\n- [Release notes](https://github.com/codehaus-plexus/plexus-pom/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-pom/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.plexus:plexus from 18 to 19",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-02T10:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eb30c19b93fc74f89d247e7f2ee0134bae2f6cc",
"body": "Bumps [org.apache.maven:maven-xml-impl](https://github.com/apache/maven) from 4.0.0-beta-4 to 4.0.0-beta-5.\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-4.0.0-beta-4...maven-4.0.0-beta-5)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-xml-impl\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven:maven-xml-impl from 4.0.0-beta-4 to 4.0.0-beta-5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-02T10:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7265457eef7944672f2fdb8e577764b471995a0",
"body": null,
"is_bot": false,
"headline": "Update index.md to beta-4",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2024-10-06T21:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b0c0a2d06743b11d8b03ba961fb650fb80301af",
"body": null,
"is_bot": false,
"headline": "Update README to beta-4",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2024-10-06T21:04:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "356a7785d621e8b222ae5c276ea3a8913c014c86",
"body": "Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 4.0.1 to 4.0.2.\n- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-4.0.1...plexus-utils-4.0.2)\n\n---\n[…]\nendencies:\n- dependency-name: org.codehaus.plexus:plexus-utils\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-27T22:09:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d592f2b0c6ebe5c834bd5e970a39686ba346c82b",
"body": "Bumps [org.apache.maven:maven-xml-impl](https://github.com/apache/maven) from 4.0.0-beta-3 to 4.0.0-beta-4.\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-4.0.0-beta-3...maven-4.0.0-beta-4)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-xml-impl\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven:maven-xml-impl from 4.0.0-beta-3 to 4.0.0-beta-4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-08T08:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec86f0b3b8b354a53289f9671363996ed7d9135",
"body": null,
"is_bot": false,
"headline": "use new Reproducible Central badge endpoint",
"author_name": "Hervé Boutemy",
"author_login": "hboutemy",
"committed_at": "2024-08-19T00:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f3c9fe8680f8bb79f78f61a3b929a7034cda58",
"body": null,
"is_bot": false,
"headline": "Require Java 17 and upgrade maven-xml-impl to 4.0.0-beta-3",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2024-06-21T20:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0890afc673f58f2efa0091cdfa7a2f65d9fc3e3a",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-21T21:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f25521bc31d321c2ffb57cf26ae17f745c2c35a6",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release plexus-xml-4.0.4",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-21T21:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43dbdca6780fd60371e63f7e94d938b482e2edc9",
"body": "https://issues.apache.org/jira/browse/MJAVADOC-793",
"is_bot": false,
"headline": "Allow nulls for write elements in MXSerializer",
"author_name": "Gary Gregory",
"author_login": "garydgregory",
"committed_at": "2024-05-21T20:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bccd346ebe060dc427d8cf16097966eb2e7bf3c",
"body": "updated-dependencies:\r\n- dependency-name: org.codehaus.plexus:plexus\r\n dependency-type: direct: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.codehaus.plexus:plexus from 17 to 18 (#39)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-21T20:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84cafe193583cc1e5295c0ab5c98485fc42b48d",
"body": "updated-dependencies:\r\n- dependency-name: org.codehaus.plexus:plexus\r\n dependency-type: direct: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.codehaus.plexus:plexus from 16 to 17 (#35)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-20T22:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0a18411cd1309c82b5e1867c144008c1dccf0c8",
"body": "updated-dependencies:\r\n- dependency-name: org.codehaus.plexus:plexus-utils\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 org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (#37)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-20T22:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee6e6319ce10d3fba92015e143f59ba1f749d7d",
"body": "updated-dependencies:\n- dependency-name: release-drafter/release-drafter\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "---",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-20T21:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d56dbc91dec6ed4f380b89d5a626777b9a1473ec",
"body": null,
"is_bot": false,
"headline": "Config release-drafter on master",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-20T19:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b97a574847f0769f697cca871983920eae3bd0df",
"body": null,
"is_bot": false,
"headline": "Fix release-drafter config",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-20T16:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14d3067a15b4f444db45efe904fcf6d4ec295b50",
"body": null,
"is_bot": false,
"headline": "Fix release-drafter config",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-20T16:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1977a0b146e54b54820764e3fdcb3d309cf4e22c",
"body": null,
"is_bot": false,
"headline": "Fix release-drafter config",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-20T15:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3fe89dcbdb0d033588036ca65e90fbdc63d9c31",
"body": null,
"is_bot": false,
"headline": "Fix release-drafter global file name",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-20T15:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba61f627b9a56e933e3264cb1217bf19b688bbd6",
"body": null,
"is_bot": false,
"headline": "Separate release-drafter config per branch",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-20T15:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9ce97841e3f5ad6d2392f3f31c7521fd01e59e1",
"body": null,
"is_bot": false,
"headline": "Add dependabot for 3.x branch",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-20T15:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b459efdba485e89fedc9aaba16da4c29bbd7d18c",
"body": null,
"is_bot": false,
"headline": "Release drafter for master and 3.x branch",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-20T14:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d72affa12e1109be3003911af1b12e6d79026a",
"body": "\r\n---------\r\n\r\nCo-authored-by: Michael Osipov <1983-01-06@gmx.net>",
"is_bot": false,
"headline": "Remove special chars from xml output (#28)",
"author_name": "Slawomir Jaranowski",
"author_login": "slawekjaranowski",
"committed_at": "2024-05-20T14:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0407d057cc482589f6e4047c60baa738a4276ffd",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-12-13T20:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "784ff955e0944bea8b3a15254ad7ce06ae72dc20",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release plexus-xml-4.0.3",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-12-13T20:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a6427dd4c1e0b40832ea027f5c102cd739ef85",
"body": null,
"is_bot": false,
"headline": "Upgrade to Maven 4.0.0-alpha-9 (#27)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-12-13T19:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa82ed33a2e8c178fcd2a2106f57023d6947d84e",
"body": "* Update dependencies\r\n\r\nChanges:\r\n* parent POM to 16\r\n* remove sole use of hamcrest\r\n* jmh update\r\n\r\n* nullcheck",
"is_bot": false,
"headline": "Update dependencies (#26)",
"author_name": "Tamas Cservenak",
"author_login": "cstamas",
"committed_at": "2023-12-13T05:57:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bfeb09596b87f4a28add4699bbd663fe6dcbd6e",
"body": null,
"is_bot": false,
"headline": "clarify \"Maven 4-specific\"",
"author_name": "Hervé Boutemy",
"author_login": "hboutemy",
"committed_at": "2023-09-12T06:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07f63919296984b2c5f5d30a433411c0715b2e9e",
"body": null,
"is_bot": false,
"headline": "explain 3 vs 4",
"author_name": "Hervé Boutemy",
"author_login": "hboutemy",
"committed_at": "2023-09-12T06:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf34dcd790955f6381efe442f2d24dbe2b8170e",
"body": null,
"is_bot": false,
"headline": "describe plexus-xml update to maven-xml-impl",
"author_name": "Hervé Boutemy",
"author_login": "hboutemy",
"committed_at": "2023-09-09T12:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72c06a0a2d0793a79b1ea6b68eb453cc1ee9c867",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-07-04T08:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "944197c74386b199857a003160d840fb5593ac29",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release plexus-xml-4.0.2",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-07-04T08:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d99b433a272d8eb1cc7c799410799e8c16ace3",
"body": "…#23)",
"is_bot": false,
"headline": "Upgrade to 4.0.0-alpha-7 and exclude dependency to sisu (fixes #17) (…",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-07-03T08:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a83cefa086c9a5bb8b6674a409016f378b19891e",
"body": null,
"is_bot": false,
"headline": "Cleanup after parent pom upgrade",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2023-07-02T11:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25a00cd9d04ff3ab7acdcebdefdbb19ec5c4560d",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-06-23T19:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb6981e2a9c635d024e0422de2a997a00ffdd8e",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release plexus-xml-4.0.1",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-06-23T19:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d227a49f0f9b552a61b2aaac3bbe2c722ce06fea",
"body": null,
"is_bot": false,
"headline": "Fix detection of invalid spaces in prolog (#20)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-06-23T19:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d6127d3196d09263d8fe0f445b9d83f6ccfb75",
"body": null,
"is_bot": false,
"headline": "pom.mxl and site.xml cleanup",
"author_name": "Hervé Boutemy",
"author_login": "hboutemy",
"committed_at": "2023-05-28T09:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f50bc46c7b51d51a25541dfe0a502063dc1fc3",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-22T15:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cac55e8c167b168c6c36dd4a057dedfadec03c0e",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release plexus-xml-4.0.0",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-22T15:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17787e5ff7dea8acf347fd3f92bd855e110d6dfe",
"body": null,
"is_bot": false,
"headline": "Reformat using spotless",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-22T15:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d58719dc833c66c97d0f2f0d63235931282ffb9c",
"body": null,
"is_bot": false,
"headline": "Upgrade to plexus 13",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-22T15:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9547a2d9c78c78871ce6d372f5141f1b51cb9669",
"body": null,
"is_bot": false,
"headline": "Fix Xpp3DomUtils imports",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-22T14:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1794a39037eb63e0f3ebc8db67f890ce593c1ed",
"body": null,
"is_bot": false,
"headline": "Fix site generation (#15)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-22T14:42:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f38f157a898aa9284606272b992f5219fd13eb",
"body": null,
"is_bot": false,
"headline": "Switch build ci workflow to master branch (#14)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-22T13:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ba44ebfdb3eba3063385197bf6c032b2b61ccd4",
"body": null,
"is_bot": false,
"headline": "Fix SCM urls (#13)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-22T13:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "792f94742e997577cf5fea84ba879115bc9c79c2",
"body": null,
"is_bot": false,
"headline": "MXParser tokenization fails when PI is before first tag (fixes #7) (#12)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-14T20:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85fe71e68e91de21000ba2f0d97ff73e020fd143",
"body": null,
"is_bot": false,
"headline": "Deprecate Xpp3DomUtils (fixes #6) (#9)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-14T20:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8351c4ec5eb6bdeeccdb9bc49c03f167d6c64269",
"body": null,
"is_bot": false,
"headline": "Use a ArrayDeque and enable test only for JDK < 1.8 (#5)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-10T11:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e2c78aaceae90d58770fdaf8dbfb62e3c92a0b",
"body": null,
"is_bot": false,
"headline": "Upgrade plugins and clean build warnings (#4)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-05-10T11:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c0bc623e1bbd4209be2186f5020e0ba50e8567",
"body": null,
"is_bot": false,
"headline": "fix javadoc typo",
"author_name": "Hervé Boutemy",
"author_login": "hboutemy",
"committed_at": "2023-04-20T06:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b341280bc7880479356822509a08bf139c67ef90",
"body": null,
"is_bot": false,
"headline": "Use codehaus-plexus deploy job",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-04-19T05:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3803a07e9f27574ea15c2922df3a9baf7a0a66bd",
"body": null,
"is_bot": false,
"headline": "Add deploy job",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-04-17T11:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1f9f42ce395e96bb6cd07bfe320faa49f06838",
"body": null,
"is_bot": false,
"headline": "Switch to junit 5 (#2)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-04-17T09:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "300a4e490213979e7b91973f206daa0289a2d656",
"body": "* do not try to discover the encoding used when the input is given a Reader\r\n* simplified test-encoding-ISO-8859-1.xml test file\r\n* fixed tests exercising encoding checks. Unsupported tests were skipped\r\n\r\n---------\r\n\r\nCo-authored-by: Gabriel Belingueres <belingueres@gmail.com>",
"is_bot": false,
"headline": "Fix parsing an UTF-8 file without BOM and ISO-8859-1 encoding (#1)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-04-07T15:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31016cd70e9fba66efc151f109ff407aa81ce520",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-04-06T20:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1332277827f6c6edaca9a6a92c476e44389cd42e",
"body": "The behavior has changed with https://github.com/codehaus-plexus/plexus-utils/issues/216 but plexus-utils contains duplicate merge code in Xpp3Dom and Xpp3DomUtils and the two pieces have divered. This duplication is removed by the PR by switching to the XmlNode implementation in both cases, but we now need to fix the expectations.",
"is_bot": false,
"headline": "Fix tests",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-04-05T20:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bcfeb7a783eee7931094ee2d70f8ca086aa11dc",
"body": null,
"is_bot": false,
"headline": "Use maven-api-xml and maven-xml-impl as the Xpp3Dom implementation",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-04-04T12:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03275eff6f0b7f67eeac7e3022d83d6611d65cf5",
"body": null,
"is_bot": false,
"headline": "remove dependency on plexus-utils",
"author_name": "Hervé Boutemy",
"author_login": "hboutemy",
"committed_at": "2023-04-02T17:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c050ae4ca991034f42a886ff97653749335e04",
"body": null,
"is_bot": false,
"headline": "extract xml package for plexus-xml 4",
"author_name": "Hervé Boutemy",
"author_login": "hboutemy",
"committed_at": "2023-04-02T17:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c99355e295957b3b2ecb81bc2e80feceea2cdbde",
"body": "\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: Sylwester Lachiewicz <slachiewicz@apache.org>",
"is_bot": true,
"headline": "Bump maven-resources-plugin from 2.7 to 3.3.1 (#209)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-24T17:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99df1ff01557def7adeebbd593547476d7bfe7e1",
"body": null,
"is_bot": false,
"headline": "Bump shared ci workflow to v0.0.5",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2023-03-24T16:18:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e423b65d61071eac05a1f3f87912e606f8b62ddf",
"body": null,
"is_bot": false,
"headline": "Delete codeql-analysis.yml",
"author_name": "Sylwester Lachiewicz",
"author_login": "slachiewicz",
"committed_at": "2023-03-19T21:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6714fe016acb5a8a503241c5f2b86438f387ac9f",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Olivier Lamy",
"author_login": "olamy",
"committed_at": "2023-03-02T01:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8488ff2200964f47114b9dee5604dc3314a2fe8a",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release plexus-utils-3.5.1",
"author_name": "Olivier Lamy",
"author_login": "olamy",
"committed_at": "2023-03-02T01:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf198ff5d8f3bd5eb90d09826006c4d419884660",
"body": "This reverts commit 89f74c56f4e15b0603c5e8f76cbe4b3c0a1e880a.\r\n\r\n# Conflicts:\r\n#\tsrc/test/java/org/codehaus/plexus/util/xml/Xpp3DomTest.java",
"is_bot": false,
"headline": "Partial revert of \"Support combine.self='remove'\" to fix MNG-7709 (#241)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-03-01T22:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32b72a6e8ff51e7b53510ecfc47ca46eaa4695ba",
"body": "* Fix reading comments with UTF chars (fixes #238)\r\n* Fix printable methods to account for UTF chars",
"is_bot": false,
"headline": "Fix reading comments with UTF chars (fixes #238) (#240)",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2023-03-01T22:01:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d137cdf51aff2fc854eb60c300a9953c0e093d",
"body": "Bumps codehaus-plexus/.github from 0.0.1 to 0.0.4.\n\n---\nupdated-dependencies:\n- dependency-name: codehaus-plexus/.github\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump codehaus-plexus/.github from 0.0.1 to 0.0.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-26T13:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f333f2691873e5ba024991a03390a4e773511e9",
"body": null,
"is_bot": true,
"headline": "Bump actions/checkout from 3.2.0 to 3.3.0 (#231)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-22T04:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9db3ea7f918d3c5612703c6f95f1c2a87337ab05",
"body": "This closes #235",
"is_bot": false,
"headline": "Using Files#write() to implement Files#append()",
"author_name": "Markus KARG",
"author_login": "mkarg",
"committed_at": "2023-01-21T22:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aa1b6fa11f16340757842939ff27a79c937a87f",
"body": "This closes #233",
"is_bot": false,
"headline": "Using Files#readString()/#writeString() on Java 11+",
"author_name": "Markus KARG",
"author_login": "mkarg",
"committed_at": "2023-01-21T21:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c41544820537cc0ab39791f65baa1cb518a33879",
"body": null,
"is_bot": false,
"headline": "Using Files.write instead of OutputStream.write",
"author_name": "Markus KARG",
"author_login": "mkarg",
"committed_at": "2023-01-14T18:54:23Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 13,
"latest_release_at": "2026-01-26T00:02:30Z",
"latest_release_tag": "plexus-xml-4.1.1",
"releases_from_tags": false,
"days_since_last_push": 95,
"active_weeks_last_year": 9,
"days_since_latest_release": 185,
"mean_days_between_releases": 108.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "org.codehaus.plexus:plexus-xml",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/org.codehaus.plexus/plexus-xml",
"is_deprecated": false,
"latest_version": "4.1.1",
"repository_url": "https://github.com/codehaus-plexus/plexus-xml/tree/${project.scm.tag}/",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-01-25T22:31:13Z",
"latest_version_yanked": null,
"days_since_latest_publish": 186
}
]
},
"popularity": {
"forks": 7,
"stars": 4,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"pom.xml",
"src/test/resources/xml/pom.xml"
],
"largest_source_bytes": 139587,
"source_files_sampled": 41,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pom.xml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": "maven:org.codehaus.plexus:plexus-xml@4.1.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"maven"
],
"dependencies": [
{
"name": "org.apache.maven:maven-xml",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "4.0.0-rc-5"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "org.apache.maven:maven-xml",
"direct": true,
"version": "4.0.0-rc-5",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-javadoc-plugin",
"direct": false,
"version": "3.2.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-resources-plugin",
"direct": false,
"version": "2.7",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-scm-publish-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.shared:maven-plugin-testing-harness",
"direct": false,
"version": "1.1",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-params",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.openjdk.jmh:jmh-core",
"direct": false,
"version": "1.26",
"ecosystem": "maven"
},
{
"name": "org.openjdk.jmh:jmh-core",
"direct": false,
"version": "1.37",
"ecosystem": "maven"
},
{
"name": "org.openjdk.jmh:jmh-generator-annprocess",
"direct": false,
"version": "1.26",
"ecosystem": "maven"
},
{
"name": "org.openjdk.jmh:jmh-generator-annprocess",
"direct": false,
"version": "1.37",
"ecosystem": "maven"
}
],
"collected": true,
"truncated": false,
"total_count": 12,
"direct_count": 1,
"indirect_count": 11
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 62,
"open_issues": 3,
"closed_ratio": 0.625,
"closed_issues": 5,
"closed_unmerged_prs": 10
},
"bus_factor": 4,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "krosenvold",
"commits": 99,
"avatar_url": "https://avatars.githubusercontent.com/u/67744?v=4"
},
{
"type": "User",
"login": "olamy",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/19728?v=4"
},
{
"type": "User",
"login": "hboutemy",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/237462?v=4"
},
{
"type": "User",
"login": "gnodet",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/84022?v=4"
},
{
"type": "User",
"login": "slachiewicz",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/6705942?v=4"
},
{
"type": "User",
"login": "mkarg",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/1701815?v=4"
},
{
"type": "User",
"login": "belingueres",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/1631042?v=4"
},
{
"type": "User",
"login": "rfscholte",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/150992?v=4"
},
{
"type": "User",
"login": "slawekjaranowski",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/3578921?v=4"
},
{
"type": "User",
"login": "ChristianSchulte",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/592708?v=4"
}
],
"contributors_sampled": 38,
"top_contributor_share": 0.243
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"maven.yml",
"release-drafter.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 4,
"reason": "9 out of 19 merged PRs checked by a CI test -- score normalized to 4",
"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": 1,
"reason": "Found 2/12 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 44 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c01e076c5cfa2ce27937938ebf7a75b393b08fff",
"ran_at": "2026-07-30T23:34:14Z",
"aggregate_score": 4.5,
"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-30T15:02:54Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-26T11:28:16Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 73,
"created_at": "2025-11-10T17:23:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2026-01-12T20:03:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 82,
"created_at": "2026-05-29T18:42:45Z",
"last_comment_at": "2026-07-03T15:16:09Z",
"last_comment_author": "GuillaumeZhang321"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/codehaus-plexus/plexus-xml",
"host": "github.com",
"name": "plexus-xml",
"owner": "codehaus-plexus"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 56,
"vitality": 44,
"community": 31,
"governance": 75,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 44,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"commits_last_year": 13,
"human_commit_share": 0.79,
"days_since_last_push": 95,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 95 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 95
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "13 commits in the last year",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 13
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 70,
"inputs": {
"releases_count": 10,
"latest_release_tag": "plexus-xml-4.1.1",
"releases_from_tags": false,
"days_since_latest_release": 185,
"mean_days_between_releases": 108.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 185 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 185
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~108.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 108.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 95,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 95 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 95
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 31,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"forks": 7,
"stars": 4,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"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": 0,
"status": "missed",
"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": "good",
"name": "Sustainability & Governance",
"value": 75,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 38,
"top_contributor_share": 0.243
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 24% of commits",
"points": 17,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 24
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "38 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 38
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 44 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"merged_prs": 62,
"open_issues": 3,
"closed_issues": 5,
"issue_closed_ratio": 0.625,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "62% of issues closed",
"points": 29.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 62
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "62/72 decided PRs merged",
"points": 32.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 62,
"decided": 72
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/12 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 17,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "codehaus-plexus",
"public_repos": 27,
"account_age_days": 4214
},
"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": "17 followers of codehaus-plexus",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "codehaus-plexus"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "27 public repos, account ~11 yr old",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 27
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"org.codehaus.plexus:plexus-xml"
],
"ecosystems": "maven",
"any_deprecated": false,
"min_days_since_publish": 186
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on maven",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "maven"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 186 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 186
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 19 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://codehaus-plexus.github.io/plexus-xml/",
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://codehaus-plexus.github.io/plexus-xml/",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "9 out of 19 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"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 2/12 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 44 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the maven:org.codehaus.plexus:plexus-xml@4.1.1 runtime dependency closure — what installing the published package pulls in — 5 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "maven:org.codehaus.plexus:plexus-xml@4.1.1",
"assessed": 5
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 5,
"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": "at_risk",
"name": "AI Readiness",
"value": 49,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.278,
"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": "22 of 79 human commits state their intent (structured subject or explanatory body)",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 79
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"pom.xml",
"src/test/resources/xml/pom.xml"
],
"dependency_bot_commit_share": 0.21
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "pom.xml, src/test/resources/xml/pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "pom.xml, src/test/resources/xml/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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "21 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 21,
"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": 99,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 139587,
"source_files_sampled": 41,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/41 source files over 60KB",
"points": 53.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 41,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"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-30T23:34:38.388835Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/codehaus-plexus/plexus-xml.svg",
"full_name": "codehaus-plexus/plexus-xml",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}