Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"network-server",
"java",
"tomee",
"jakarta-ee",
"microprofile"
],
"is_fork": false,
"size_kb": 124567,
"has_wiki": false,
"homepage": "https://tomee.apache.org/",
"languages": {
"CSS": 5977,
"HTML": 26609,
"Java": 30122123,
"Shell": 22606,
"Groovy": 40249,
"Batchfile": 26789,
"JavaScript": 39205
},
"pushed_at": "2026-07-24T11:54:20Z",
"created_at": "2013-01-22T08:00:16Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T19:06:30Z",
"description": "Apache TomEE",
"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://www.apache.org/",
"name": "The Apache Software Foundation",
"type": "Organization",
"login": "apache",
"company": null,
"location": null,
"followers": 23561,
"avatar_url": "https://avatars.githubusercontent.com/u/47359?v=4",
"created_at": "2009-01-17T20:14:40Z",
"is_verified": null,
"public_repos": 3147,
"account_age_days": 6397
},
"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": "tomee-project-10.2.0",
"kind": "other",
"published_at": "2026-07-17T10:54:26Z"
},
{
"tag": "tomee-project-11.0.0-M1",
"kind": "other",
"published_at": "2026-07-02T05:34:44Z"
},
{
"tag": "tomee-project-10.1.5",
"kind": "other",
"published_at": "2026-05-22T10:56:29Z"
},
{
"tag": "tomee-project-10.1.4",
"kind": "other",
"published_at": "2026-01-30T06:09:41Z"
},
{
"tag": "tomee-project-10.1.3",
"kind": "other",
"published_at": "2025-12-07T15:24:40Z"
},
{
"tag": "tomee-project-10.1.2",
"kind": "other",
"published_at": "2025-09-20T07:54:52Z"
},
{
"tag": "tomee-project-10.1.1",
"kind": "other",
"published_at": "2025-09-11T17:14:17Z"
},
{
"tag": "tomee-project-10.1.0",
"kind": "other",
"published_at": "2025-06-10T14:18:53Z"
},
{
"tag": "tomee-project-10.0.1",
"kind": "other",
"published_at": "2025-03-27T21:39:51Z"
},
{
"tag": "tomee-project-10.0.0",
"kind": "other",
"published_at": "2024-12-16T08:19:05Z"
}
],
"recent_commits": [
{
"oid": "a3e8806a9da8dc47023c9d96701cee5c3d0e019a",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb9\n[…]\n- dependency-name: actions/checkout\n dependency-version: 7.0.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 7.0.0 to 7.0.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-21T12:43:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a3c5cc5e3c1ba13df42a149cb6c2267bbb114bf",
"body": "…uber-jar\n\nPlume shipped org.eclipse.persistence:eclipselink, a monolithic artifact that\nbundles MOXy alongside the JPA runtime and registers a\njakarta.xml.bind.JAXBContextFactory service. MOXy therefore won the\nServiceLoader lookup over the JAXB RI that Plume also ships, and MOXy cannot\nunmarshal t\n[…]\nn a clean build: the plume work dir keeps\npreviously staged jars, so an incremental build can still package the old\nuber-jar.\n\nboms/tomee-plume/pom.xml is regenerated by GenerateBoms during the build.",
"is_bot": false,
"headline": "TOMEE-4657 - use the modular EclipseLink JPA artifact instead of the …",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-07-21T08:32:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "848902f88c5fe72e8194d43f7e5691edb3c0156e",
"body": "The Jakarta Data TCK 1.0.1 StandaloneExtension calls\nArquillianExtension.handleTestExecutionException(ExtensionContext, Throwable),\nwhich was removed in arquillian-junit5 1.10.0.Final. The dependabot bump from\n1.9.1.Final to 1.10.1.Final (a0346ac309) made every EntityTests method error\nwith a NoSuchMethodError before any query ran; it went unnoticed because no CI\njob activates the tck-data profile. With 1.9.1.Final restored, EntityTests\npasses 73/73 against TomEE Plume (EclipseLink).",
"is_bot": false,
"headline": "TOMEE-4640 - Pin data-standalone TCK Arquillian to 1.9.1.Final",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-07-20T18:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db404fcf241d9d94e9fe812409ab436fd1381d2a",
"body": "Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.5.0 to 5.6.0.\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/0f481fcb613427c0f801b606911222b5b6f3083a...03ad4de0992f5dab5e18fcb136590ce7c4a0ac95)\n\n---\n[…]\ndependency-name: actions/setup-java\n dependency-version: 5.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "bump actions/setup-java from 5.5.0 to 5.6.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T10:57:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "08b8c5390505619077db277e688fcc2313d89e96",
"body": null,
"is_bot": false,
"headline": "enable UriInfo40ClientIT again",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-07-13T18:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58136d6dfd00850017eab2cc7647abd397a4ff38",
"body": "Bumps [org.apache.activemq:activemq-broker](https://github.com/apache/activemq) from 6.2.5 to 6.2.6.\n- [Release notes](https://github.com/apache/activemq/releases)\n- [Commits](https://github.com/apache/activemq/compare/activemq-6.2.5...activemq-6.2.6)\n\n---\nupdated-dependencies:\n- dependency-name: or\n[…]\nndency-version: 6.2.6\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 org.apache.activemq:activemq-broker (#2822)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T17:41:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e0794f6495745bcd0235ded47b18d696dc3aeb00",
"body": "Bumps [org.apache.activemq:activemq-broker](https://github.com/apache/activemq) from 6.2.5 to 6.2.6.\n- [Release notes](https://github.com/apache/activemq/releases)\n- [Commits](https://github.com/apache/activemq/compare/activemq-6.2.5...activemq-6.2.6)\n\n---\nupdated-dependencies:\n- dependency-name: or\n[…]\nendency-version: 6.2.6\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.activemq:activemq-broker (#2823)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T17:41:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5debbfe579431b5414a84b5897dd0d7af06d1785",
"body": "Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.4.0 to 5.5.0.\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/1bcf9fb12cf4aa7d266a90ae39939e61372fe520...0f481fcb613427c0f801b606911222b5b6f3083a)\n\n---\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 actions/setup-java from 5.4.0 to 5.5.0 (#2821)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T17:40:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bf39193976a7b15ada78812a7eefcf6019e12083",
"body": null,
"is_bot": false,
"headline": "TOMEE-4634 remove tomee-webaccess",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-07-11T20:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec9382492c736ea6de29393178298fed5f614c1",
"body": null,
"is_bot": false,
"headline": "microprofile health don't evaluate health checks twice",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-07-11T19:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e9a53ca5c8fa11adc398a119692bd57a5b3afc9",
"body": null,
"is_bot": false,
"headline": "TOMEE-4633 - XBean 4.31",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-07-07T12:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a92a8a283bd7ce8f9ecb28008afb03f521c5db89",
"body": "Caused by bloody dependabot which messes up our build each time :(",
"is_bot": false,
"headline": "fix broken dependency setup for joda",
"author_name": "Mark Struberg",
"author_login": "struberg",
"committed_at": "2026-07-05T22:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d85143c25574e369095e59e6e2d6a36e2b19547",
"body": null,
"is_bot": false,
"headline": "fix missing httpclient dependency for unit tests",
"author_name": "Mark Struberg",
"author_login": "struberg",
"committed_at": "2026-07-05T22:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c1801caef4d77c1f5cd8236fa39a763d23c44f1",
"body": "java.lang.ClassNotFoundException: org.apache.http.conn.SchemePortResolver",
"is_bot": false,
"headline": "Fix broken test",
"author_name": "Mark Struberg",
"author_login": "struberg",
"committed_at": "2026-07-05T21:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8dd2bfffe33ff4283c984cdb6e4d8cc1ad04002",
"body": "Those tests refer to dependencie versions which are not available after a fresh\nnotebook setup.",
"is_bot": false,
"headline": "fix further tomee-maven-plugin tests",
"author_name": "Mark Struberg",
"author_login": "struberg",
"committed_at": "2026-07-05T19:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "135d4d06d2e33e8ade56a73c21ec3e96d4e4f1f2",
"body": null,
"is_bot": false,
"headline": "improve ClasspathCustomizationTest",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-07-05T19:06:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23e55fea9feb25f44a9e264566318c3b49f84afc",
"body": "RoutedDataSource has multiple constructors with a 'router' named parameter.\nThat leads to randomly picking up one of those 2 ct.\nOne of them works, the other won't - means we have stochastic test errors",
"is_bot": false,
"headline": "fix FailOverRouterErrorHandlerTest and others",
"author_name": "Mark Struberg",
"author_login": "struberg",
"committed_at": "2026-07-05T15:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84cf2418c5228b25132d78a3687c037b027372f2",
"body": "…Manager bootstrap (#2816)\n\nRemoteTomEEExtension guarded container registration behind a JVM-static\nAtomicBoolean latch. Arquillian instantiates the extension and calls\nregister() once per Manager bootstrap, so the latch let only the first\nManager in a JVM fork register its DeployableContainer. Any \n[…]\nremains as the guard against a\ngenuine double-registration within a single builder.\n\nAdds RemoteTomEEExtensionReRegistrationTest covering re-registration\nacross two Manager bootstraps in the same JVM.",
"is_bot": false,
"headline": "TOMEE-4631 - arquillian-tomee-remote: re-register container on every …",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-07-02T09:53:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "45a565d44e90c51ff1879435fa7bdbf304178bb1",
"body": "…(#2819)\n\nSigned-off-by: GitHub <noreply@github.com>\nCo-authored-by: jungm <jungm@users.noreply.github.com>",
"is_bot": true,
"headline": "Minor: Regenerated BOMs for 4a12914a60014953111cc22f932a7cf462c22556 …",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-02T09:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a12914a60014953111cc22f932a7cf462c22556",
"body": "Bumps org.eclipse.persistence:eclipselink from 5.0.0 to 5.0.1.\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.persistence:eclipselink\n dependency-version: 5.0.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "TOMEE-4632 build(deps): bump org.eclipse.persistence:eclipselink (#2818)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-02T05:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b891ff1c2213a5cd480a1d9b21fdaa08107fa2c",
"body": "…(#2815)\n\nSigned-off-by: GitHub <noreply@github.com>\nCo-authored-by: rzo1 <rzo1@users.noreply.github.com>",
"is_bot": true,
"headline": "Minor: Regenerated BOMs for c34a063b92ae37040af618d6755da7e2d4f6d5c8 …",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-29T09:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c34a063b92ae37040af618d6755da7e2d4f6d5c8",
"body": "Bumps `version.hibernate.orm` from 7.4.2.Final to 7.4.3.Final.\n\nUpdates `org.hibernate.orm:hibernate-core` from 7.4.2.Final to 7.4.3.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.3/changelog.txt)\n- [Comm\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 version.hibernate.orm from 7.4.2.Final to 7.4.3.Final (#2810)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T09:39:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d059a3ef619a6340d65f6f1f41ca1c0828a26330",
"body": "Bumps `version.activemq` from 6.2.6 to 6.2.7.\n\nUpdates `org.apache.activemq:activemq-jdbc-store` from 6.2.6 to 6.2.7\n- [Release notes](https://github.com/apache/activemq/releases)\n- [Commits](https://github.com/apache/activemq/compare/activemq-6.2.6...activemq-6.2.7)\n\nUpdates `org.apache.activemq:ac\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": "TOMEE-4630 - Bump version.activemq from 6.2.6 to 6.2.7 (#2808)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T09:38:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4649f2ed9f8b5266c6db17084c3d78d158c9f8e5",
"body": "Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent) from 38 to 39.\n- [Release notes](https://github.com/apache/maven-apache-parent/releases)\n- [Commits](https://github.com/apache/maven-apache-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache:apache\n depen\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:apache from 38 to 39 (#2812)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T09:37:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9ed1ae33920cf1aa27b0991f80e5438d8fb73cd3",
"body": "Bumps `junit.jupiter.version` from 5.12.0 to 6.1.1.\n\nUpdates `org.junit.jupiter:junit-jupiter-api` from 5.12.0 to 6.1.1\n- [Release notes](https://github.com/junit-team/junit-framework/releases)\n- [Commits](https://github.com/junit-team/junit-framework/compare/r5.12.0...r6.1.1)\n\nUpdates `org.junit.ju\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 junit.jupiter.version from 5.12.0 to 6.1.1 (#2811)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T09:37:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e962436935024884bc4c4fc4e715712df871d20",
"body": "Bumps [actions/cache](https://github.com/actions/cache) from 6.0.0 to 6.1.0.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/2c8a9bd7457de244a408f35966fab2fb45fda9c\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 actions/cache from 6.0.0 to 6.1.0 (#2803)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-28T17:30:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "82291820637ac87bc2f55411a98a819c7a170a7e",
"body": "…(#2801)\n\nSigned-off-by: GitHub <noreply@github.com>\nCo-authored-by: rzo1 <rzo1@users.noreply.github.com>",
"is_bot": true,
"headline": "Minor: Regenerated BOMs for 67001f47ba4dc556f17e51413f8f3acfbd97f123 …",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-26T12:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67001f47ba4dc556f17e51413f8f3acfbd97f123",
"body": "Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.3.0 to 5.4.0.\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/ad2b38190b15e4d6bdf0c97fb4fca8412226d287...1bcf9fb12cf4aa7d266a90ae39939e61372fe520)\n\n---\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 actions/setup-java from 5.3.0 to 5.4.0 (#2798)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T12:44:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "974aec5da8856ae845025dbde87250ec1a403fcd",
"body": "session-timeout (and the other xsd:integer / numeric / temporal / enum\ndescriptor values) use a whitespace=\"collapse\" facet, so a value such as\n\n <session-timeout>\n 30\n </session-timeout>\n\nis valid and must parse. The SXC-generated accessors fed the raw element\ntext straight into Integer.valu\n[…]\n 0.10 (which collapses whitespace in the generator) and\nregenerate the affected accessors, applying only the resulting .trim()\nadditions so the change stays limited to the fix. Adds a regression test.",
"is_bot": false,
"headline": "TOMEE-4589 - Trim whitespace in numeric/enum descriptor values (#2795)",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-06-26T12:43:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "099744d8cbb57853e6d596eb9c3229f6cfd3a52d",
"body": "Bumps [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) from 1.55.0 to 1.62.0.\n- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)\n- [Commi\n[…]\nndency-version: 1.62.0\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 io.opentelemetry:opentelemetry-api (#2793)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T08:55:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d61d5157385143a7542bf6681f9edf6ca247dcec",
"body": "…(#2791)\n\nSigned-off-by: GitHub <noreply@github.com>\nCo-authored-by: rzo1 <rzo1@users.noreply.github.com>",
"is_bot": true,
"headline": "Minor: Regenerated BOMs for 2bd478c8bc0781d76c3a74757956b5dc67893e23 …",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-25T08:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bd478c8bc0781d76c3a74757956b5dc67893e23",
"body": null,
"is_bot": false,
"headline": "TOMEE-4623 - Jackson 2.22.0",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-06-25T06:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f418352bc21a055cd094135b6b03f277ba20c90",
"body": "…3.0.6 (#2788)\n\nBumps com.sun.xml.messaging.saaj:saaj-impl from 3.0.5 to 3.0.6.\n\n---\nupdated-dependencies:\n- dependency-name: com.sun.xml.messaging.saaj:saaj-impl\n dependency-version: 3.0.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "TOMEE-4629 - Bump com.sun.xml.messaging.saaj:saaj-impl from 3.0.5 to …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518e92bd8ea551c66fef2acb4d04a4abed50229e",
"body": "….0 to 2.15.1 (#2771)\n\nBumps `version.microprofile.impl.opentelemetry` from 2.14.0 to 2.15.1.\n\nUpdates `io.smallrye.opentelemetry:smallrye-opentelemetry-api` from 2.14.0 to 2.15.1\n- [Release notes](https://github.com/smallrye/smallrye-opentelemetry/releases)\n- [Commits](https://github.com/smallrye/s\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": " TOMEE-4628 - Bump version.microprofile.impl.opentelemetry from 2.14…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:52:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2792f4a97bd4ded543992ce02d5b1c0746b8e931",
"body": "… (#2766)\n\nBumps [commons-logging:commons-logging](https://github.com/apache/commons-logging) from 1.3.6 to 1.4.0.\n- [Changelog](https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt)\n- [Commits](https://github.com/apache/commons-logging/compare/rel/commons-logging-1.3.6...rel/comm\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": "TOMEE-4627 - Bump commons-logging:commons-logging from 1.3.6 to 1.4.0…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:51:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4867f607cb53cfc9e993a9cc671eaa7e72ae44d",
"body": "Bumps `version.cxf` from 4.2.1 to 4.2.2.\n\nUpdates `org.apache.cxf:cxf-core` from 4.2.1 to 4.2.2\n\nUpdates `org.apache.cxf:cxf-rt-transports-http` from 4.2.1 to 4.2.2\n\nUpdates `org.apache.cxf:cxf-rt-rs-client` from 4.2.1 to 4.2.2\n\nUpdates `org.apache.cxf:cxf-rt-frontend-jaxrs` from 4.2.1 to 4.2.2\n\nUpd\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "TOMEE-4625 - Bump version.cxf from 4.2.1 to 4.2.2 (#2774)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:49:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "26e0bd1046f1c2dc1407185fc1ceb04201cf6486",
"body": "Bumps `tomcat.version` from 11.0.22 to 11.0.23.\n\nUpdates `org.apache.tomcat:tomcat-catalina` from 11.0.22 to 11.0.23\n\nUpdates `org.apache.tomcat:tomcat-juli` from 11.0.22 to 11.0.23\n\nUpdates `org.apache.tomcat:tomcat-jasper` from 11.0.22 to 11.0.23\n\nUpdates `org.apache.tomcat:tomcat-jasper-el` from \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": "TOMEE-4624 - Bump tomcat.version from 11.0.22 to 11.0.23 (#2769)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:49:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "907044540134264b6ecdb42b7fa9919451d1faeb",
"body": "Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 9.1.0.Final to 9.1.1.Final.\n- [Release notes](https://github.com/hibernate/hibernate-validator/releases)\n- [Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.1.Final/changelo\n[…]\nvalidator:hibernate-validator\n dependency-version: 9.1.1.Final\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.hibernate.validator:hibernate-validator",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:12:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "638759ea6309b53559f564518d637ba39af6eab3",
"body": "Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.14 to 0.8.15.\n- [Release notes](https://github.com/jacoco/jacoco/releases)\n- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.14...v0.8.15)\n\n---\nupdated-dependencies:\n- dependency-name: org.jacoco:jacoco-maven-plugin\n dependency-version: 0.8.15\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.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "238066996be4b2a54056a1e0d1e231b6c8998d71",
"body": "Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.11.0 to 4.12.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\n- [Commi\n[…]\nrg.codehaus.plexus:plexus-archiver\n dependency-version: 4.12.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.plexus:plexus-archiver from 4.11.0 to 4.12.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:07:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51e0d036d213ffd5b07e6da9c6573571b47aea07",
"body": "Bumps [org.codehaus.jettison:jettison](https://github.com/jettison-json/jettison) from 1.5.5 to 1.5.6.\n- [Release notes](https://github.com/jettison-json/jettison/releases)\n- [Commits](https://github.com/jettison-json/jettison/compare/jettison-1.5.5...jettison-1.5.6)\n\n---\nupdated-dependencies:\n- dep\n[…]\nme: org.codehaus.jettison:jettison\n dependency-version: 1.5.6\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.jettison:jettison from 1.5.5 to 1.5.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:07:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e33720d84613807d466cc9eaead23aae23d2d45c",
"body": "Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.4.2 to 5.4.3.\n- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.3/RELEASE_NOTES.txt)\n- [Commits](https://github.com/apache/httpcomponents-core/compare/rel/v5.4.2...rel/v5.4\n[…]\nche.httpcomponents.core5:httpcore5\n dependency-version: 5.4.3\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.apache.httpcomponents.core5:httpcore5 from 5.4.2 to 5.4.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:04:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb8b4214c37ffead8a0ca95f4deda68db2bd6765",
"body": "Bumps `version.spring-boot` from 4.0.6 to 4.1.0.\n\nUpdates `org.springframework.boot:spring-boot-starter-web` from 4.0.6 to 4.1.0\n- [Release notes](https://github.com/spring-projects/spring-boot/releases)\n- [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0)\n\nUpdates `or\n[…]\nwork.boot:spring-boot-starter-test\n dependency-version: 4.1.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump version.spring-boot from 4.0.6 to 4.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:04:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dd3dfe2d51795a5c8aba8daef78fd5ce5628c9bf",
"body": "Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.0.0.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fcca\n[…]\ns:\n- dependency-name: actions/cache\n dependency-version: 6.0.0\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 actions/cache from 5.0.5 to 6.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:04:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "276d57ba956d76d2a7a68d6f48c4f971d394fca9",
"body": "Bumps `version.hibernate.orm` from 7.4.0.Final to 7.4.2.Final.\n\nUpdates `org.hibernate.orm:hibernate-core` from 7.4.0.Final to 7.4.2.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.2/changelog.txt)\n- [Comm\n[…]\nibernate.orm:hibernate-jcache\n dependency-version: 7.4.2.Final\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 version.hibernate.orm from 7.4.0.Final to 7.4.2.Final",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T06:03:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16a8cf32b5ab72229b4f45a38238edc6ce55fccc",
"body": null,
"is_bot": false,
"headline": "TOMEE-4620 - fix access_token typo",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-06-23T08:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb44659affb2f06d9c98d95c6e762607863b786",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b43\n[…]\n- dependency-name: actions/checkout\n dependency-version: 7.0.0\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 actions/checkout from 6.0.3 to 7.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-21T10:53:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ce08fb39cd3a3cd434d8ea693590c12b9c5d768",
"body": "Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.2.0 to 5.3.0.\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/be666c2fcd27ec809703dec50e508c2fdc7f6654...ad2b38190b15e4d6bdf0c97fb4fca8412226d287)\n\n---\n[…]\ndependency-name: actions/setup-java\n dependency-version: 5.3.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-java from 5.2.0 to 5.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-18T07:37:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3406104bedc152d1fba751a6f1fe7ed8784c4ef0",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-06-16T09:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "777b6159b02ace507c340cfd8317396ff3652398",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release tomee-project-11.0.0-M1",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-06-16T09:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43fbc356fd85b4ebcbfaffec30de1c83a059bac4",
"body": null,
"is_bot": false,
"headline": "Another example pointing to a wrong EE API artifact",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-06-16T09:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "912e1cfc28d1f9a743c32d320c07aaa4b849deec",
"body": null,
"is_bot": false,
"headline": "Another example pointing to a wrong EE API artifact",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-06-16T09:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0847b3360b77b6885d5c1344ebd029d61259ffb",
"body": "The earlier examples bump only updated poms referencing the version via\na property; 127 example pom blocks hardcode the jakartaee-api version\ninline and were still at 11.0.0-SNAPSHOT, breaking release:prepare.",
"is_bot": false,
"headline": "Bump hardcoded jakartaee-api to 11.0.0-M1 in examples",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-06-16T09:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f57d36cdfaab8b462d2bbab43b033433db998a4",
"body": null,
"is_bot": false,
"headline": "Bump jakartaee-api to 11.0.0-M1 in examples",
"author_name": "Richard Zowalla",
"author_login": "rzo1",
"committed_at": "2026-06-16T09:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45a5a0ff2689803bf60fa1c2abe639df065d8d5f",
"body": null,
"is_bot": false,
"headline": "copyright 2026",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-06-11T10:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95ffd012828e04aa9de8064a8d6f3251209841e",
"body": "Signed-off-by: GitHub <noreply@github.com>",
"is_bot": false,
"headline": "Minor: Regenerated BOMs for 983489538e05301a2839cfc4b8368c2393ffd21f",
"author_name": "jungm",
"author_login": "jungm",
"committed_at": "2026-06-08T11:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "983489538e05301a2839cfc4b8368c2393ffd21f",
"body": null,
"is_bot": false,
"headline": "jakartaee-api 11.0.0-M1 released",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-06-08T11:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb75619d625a77e859b097fccc7faee8629bb66c",
"body": null,
"is_bot": false,
"headline": "fix BasicSlf4jWebappTest after dependency updates",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-06-05T18:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f7000616c929ed73a55354aa478ad3a513091a9",
"body": "…(#2710)\n\nSigned-off-by: GitHub <noreply@github.com>\nCo-authored-by: jungm <jungm@users.noreply.github.com>",
"is_bot": true,
"headline": "Minor: Regenerated BOMs for 9d27b18e152e335fdc2d486fd67574aa925cddad …",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-05T11:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58d247d292c86c9af4174c00381cdb953117745e",
"body": "Bumps [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 4.3.1 to 5.0.0.\n- [Release notes](https://github.com/groovy/GMavenPlus/releases)\n- [Commits](https://github.com/groovy/GMavenPlus/compare/4.3.1...5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin\n dependency-version: 5.0.0\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.3.1 to 5.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T08:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f475de258fa3c498d6ca01669bb598b9d5d9cd1c",
"body": "Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.42 to 1.18.46.\n- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)\n- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.42...v1.18.46)\n\n---\nupdated-dependencies:\n- d\n[…]\ny-name: org.projectlombok:lombok\n dependency-version: 1.18.46\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.projectlombok:lombok from 1.18.42 to 1.18.46",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T08:00:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "59b457d0fd80f74e2f0ee531bf7bf257149f8012",
"body": "Bumps `surefire.version` from 3.5.5 to 3.5.6.\n\nUpdates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6\n- [Release notes](https://github.com/apache/maven-surefire/releases)\n- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6)\n\nUpdates `org\n[…]\nlugins:maven-surefire-report-plugin\n dependency-version: 3.5.6\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 surefire.version from 3.5.5 to 3.5.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T08:00:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d27b18e152e335fdc2d486fd67574aa925cddad",
"body": "Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.9 to 1.18.10.\n- [Release notes](https://github.com/raphw/byte-buddy/releases)\n- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)\n- [Commits](https://github.com/raphw/byte-buddy/compare/byte-b\n[…]\ncy-name: net.bytebuddy:byte-buddy\n dependency-version: 1.18.10\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 net.bytebuddy:byte-buddy from 1.18.9 to 1.18.10",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:59:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cce5ef222e84c6eb89b2b20effe1d06ba6cba70d",
"body": "Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.10.0 to 3.11.0.\n- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)\n- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plug\n[…]\nen.plugins:maven-dependency-plugin\n dependency-version: 3.11.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-dependency-plugin",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:58:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4444369bfcbd82782bf3eb59be92ae7ea1f86f07",
"body": "Bumps [org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom](https://github.com/shrinkwrap/resolver) from 3.3.5 to 3.3.7.\n- [Release notes](https://github.com/shrinkwrap/resolver/releases)\n- [Commits](https://github.com/shrinkwrap/resolver/compare/3.3.5...3.3.7)\n\n---\nupdated-dependencies:\n- depende\n[…]\nap.resolver:shrinkwrap-resolver-bom\n dependency-version: 3.3.7\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.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:58:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "191773a55c269275bfd708382397e1850ddd3743",
"body": "Bumps org.slf4j:slf4j-simple from 2.0.17 to 2.0.18.\n\n---\nupdated-dependencies:\n- dependency-name: org.slf4j:slf4j-simple\n dependency-version: 2.0.18\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.slf4j:slf4j-simple from 2.0.17 to 2.0.18",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ad8c5b8738842bb1589c476482789f5c1c5a228",
"body": "Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.9 to 10.9.1.\n- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9.1..10.9)\n\n---\nupdate\n[…]\nname: com.nimbusds:nimbus-jose-jwt\n dependency-version: 10.9.1\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 com.nimbusds:nimbus-jose-jwt from 10.9 to 10.9.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:57:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd11ca4c915828ea88818ad765bbf8eca4d956ea",
"body": null,
"is_bot": false,
"headline": "reduce dependabot noise for asm updates",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-06-05T07:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ac974aa75b7bc2d353c9922d0b3b2032296e0bb",
"body": "Bumps org.ow2.asm:asm-util from 9.9.1 to 9.10.1.\n\n---\nupdated-dependencies:\n- dependency-name: org.ow2.asm:asm-util\n dependency-version: 9.10.1\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.ow2.asm:asm-util from 9.9.1 to 9.10.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc544a9c65b3e28889f0ce2efda841504830914",
"body": "Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.14.0 to 2.14.2.\n- [Release notes](https://github.com/JodaOrg/joda-time/releases)\n- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)\n- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.14.0..\n[…]\nendency-name: joda-time:joda-time\n dependency-version: 2.14.2\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 joda-time:joda-time from 2.14.0 to 2.14.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:40:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7fc3fa58ed27b21e7c988b61acc86fe5a3e41fd5",
"body": "Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from 2.17.1 to 2.18.0.\n- [Release notes](https://github.com/apache/mina-sshd/releases)\n- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)\n- [Commits](https://github.com/apache/mina-sshd/compare/sshd-2.17.1.\n[…]\ncy-name: org.apache.sshd:sshd-core\n dependency-version: 2.18.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.sshd:sshd-core from 2.17.1 to 2.18.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:40:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b2bc764be3a6d6c1596f7d380c6a67e5558d79d9",
"body": "Bumps [org.codehaus.jettison:jettison](https://github.com/jettison-json/jettison) from 1.3.4 to 1.5.5.\n- [Release notes](https://github.com/jettison-json/jettison/releases)\n- [Commits](https://github.com/jettison-json/jettison/compare/jettison-1.3.4...jettison-1.5.5)\n\n---\nupdated-dependencies:\n- dep\n[…]\nme: org.codehaus.jettison:jettison\n dependency-version: 1.5.5\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.jettison:jettison from 1.3.4 to 1.5.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:40:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3b737ccf6e7e14b0a72c45a9b12d0b63a99bbb01",
"body": "Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.5.0 to 3.6.3.\n- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)\n- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.0...3.6.3)\n\n---\nupdated-dependencies:\n- depe\n[…]\norg.codehaus.mojo:exec-maven-plugin\n dependency-version: 3.6.3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:39:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d42abb3e0d916226d2930108f97fe7319dd4db6e",
"body": "Bumps [org.jboss.logging:jboss-logging](https://github.com/jboss-logging/jboss-logging) from 3.6.2.Final to 3.6.3.Final.\n- [Release notes](https://github.com/jboss-logging/jboss-logging/releases)\n- [Commits](https://github.com/jboss-logging/jboss-logging/compare/v3.6.2.Final...v3.6.3.Final)\n\n---\nupd\n[…]\ng.jboss.logging:jboss-logging\n dependency-version: 3.6.3.Final\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.jboss.logging:jboss-logging from 3.6.2.Final to 3.6.3.Final",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:37:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e5f88b9826df40befa1ad2662df9f3dfaacea9a7",
"body": "Bumps org.ow2.asm:asm from 9.9.1 to 9.10.1.\n\n---\nupdated-dependencies:\n- dependency-name: org.ow2.asm:asm\n dependency-version: 9.10.1\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.ow2.asm:asm from 9.9.1 to 9.10.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a40aeebcde5ac4d328663de22d9201d572fab251",
"body": "Bumps commons-io:commons-io from 2.21.0 to 2.22.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n dependency-version: 2.22.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump commons-io:commons-io from 2.21.0 to 2.22.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7999b17e4a4bb03c9379d0e10737f6a2b3f3a9a",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67\n[…]\n- dependency-name: actions/checkout\n dependency-version: 6.0.3\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 actions/checkout from 6.0.2 to 6.0.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T07:33:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "758d6cdc8e0e6912033463cdfc5dc123fc6b1b13",
"body": null,
"is_bot": false,
"headline": "update SECURITY.md with feedback from ASF Security team",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-06-03T08:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc211398e0ebcb75ea801d2a8050a982a13b311c",
"body": "Bumps com.sun.xml.messaging.saaj:saaj-impl from 3.0.4 to 3.0.5.\n\n---\nupdated-dependencies:\n- dependency-name: com.sun.xml.messaging.saaj:saaj-impl\n dependency-version: 3.0.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 com.sun.xml.messaging.saaj:saaj-impl from 3.0.4 to 3.0.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T14:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced85289b447cad9ade4f3cf3b7ea2efb84c38d0",
"body": "Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent) from 37 to 38.\n- [Release notes](https://github.com/apache/maven-apache-parent/releases)\n- [Commits](https://github.com/apache/maven-apache-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache:apache\n dependency-version: '38'\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.apache:apache from 37 to 38",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T13:51:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ed43a48cb88286df567ab6d6b34bc34ef426f80",
"body": "Bumps `version.activemq` from 6.2.5 to 6.2.6.\n\nUpdates `org.apache.activemq:activemq-jdbc-store` from 6.2.5 to 6.2.6\n- [Release notes](https://github.com/apache/activemq/releases)\n- [Commits](https://github.com/apache/activemq/compare/activemq-6.2.5...activemq-6.2.6)\n\nUpdates `org.apache.activemq:ac\n[…]\ne.activemq:activemq-openwire-legacy\n dependency-version: 6.2.6\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 version.activemq from 6.2.5 to 6.2.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T13:50:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c38de8b21a0930101037813ad48ac16e73aeb244",
"body": "Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.2.4 to 2.14.0.\n- [Release notes](https://github.com/google/gson/releases)\n- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/google/gson/compare/gson-2.2.4...gson-parent-2.14.0)\n\n[…]\ncy-name: com.google.code.gson:gson\n dependency-version: 2.14.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump com.google.code.gson:gson from 2.2.4 to 2.14.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T13:50:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cadc55d58cf384217551b3de90f40f4cf20bf614",
"body": "Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.8 to 1.18.9.\n- [Release notes](https://github.com/raphw/byte-buddy/releases)\n- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)\n- [Commits](https://github.com/raphw/byte-buddy/compare/byte-bu\n[…]\nncy-name: net.bytebuddy:byte-buddy\n dependency-version: 1.18.9\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 net.bytebuddy:byte-buddy from 1.18.8 to 1.18.9",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T13:48:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "62f516ecf98ef5f595102717ee14b48853334c07",
"body": "Bumps `version.hibernate.orm` from 7.3.0.Final to 7.4.0.Final.\n\nUpdates `org.hibernate.orm:hibernate-core` from 7.3.0.Final to 7.4.0.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.0/changelog.txt)\n- [Comm\n[…]\nibernate.orm:hibernate-jcache\n dependency-version: 7.4.0.Final\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump version.hibernate.orm from 7.3.0.Final to 7.4.0.Final",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T13:45:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9bb65a8bbf41581fc8a65e9a156df6318e9b83c4",
"body": "Bumps `version.johnzon` from 2.0.2 to 2.1.0.\n\nUpdates `org.apache.johnzon:johnzon-core` from 2.0.2 to 2.1.0\n\nUpdates `org.apache.johnzon:johnzon-mapper` from 2.0.2 to 2.1.0\n\nUpdates `org.apache.johnzon:johnzon-jaxrs` from 2.0.2 to 2.1.0\n\nUpdates `org.apache.johnzon:johnzon-jsonb` from 2.0.2 to 2.1.0\n[…]\ne: org.apache.johnzon:johnzon-jsonb\n dependency-version: 2.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump version.johnzon from 2.0.2 to 2.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T13:45:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "894ee79741f010c6e4da4b027612c3847595155e",
"body": "Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.8.0 to 3.10.1.\n- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)\n- [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.8.0...maven\n[…]\naven.plugins:maven-invoker-plugin\n dependency-version: 3.10.1\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.10.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T13:44:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc182ec6cf8684b670f3ed3a7060f3d23d3648de",
"body": "Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.22.0 to 5.23.0.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.22.0...v5.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n dependency-version: 5.23.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.mockito:mockito-core from 5.22.0 to 5.23.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T12:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "884b960c3c222ca46e7cf5c1e1f96719c07509bb",
"body": "Bumps `version.microprofile.impl.opentelemetry` from 2.12.0 to 2.14.0.\n\nUpdates `io.smallrye.opentelemetry:smallrye-opentelemetry-api` from 2.12.0 to 2.14.0\n- [Release notes](https://github.com/smallrye/smallrye-opentelemetry/releases)\n- [Commits](https://github.com/smallrye/smallrye-opentelemetry/c\n[…]\nsmallrye-opentelemetry-propagation\n dependency-version: 2.14.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump version.microprofile.impl.opentelemetry from 2.12.0 to 2.14.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T12:50:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "70fae736d1ff7cce816aed8bc7cb50c2d2617a07",
"body": null,
"is_bot": false,
"headline": "Mojarra 4.1.9",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-06-02T12:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02946bb97130e36ed0f12a30f9a3d147c82bfbef",
"body": "Bumps info.cukes:cucumber-core from 1.2.5 to 1.2.6.\n\n---\nupdated-dependencies:\n- dependency-name: info.cukes:cucumber-core\n dependency-version: 1.2.6\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 info.cukes:cucumber-core from 1.2.5 to 1.2.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T12:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25011b5ec8423bc1109abfe84b9161e19f729eac",
"body": "Bumps [org.codehaus.plexus:plexus-classworlds](https://github.com/codehaus-plexus/plexus-classworlds) from 2.9.0 to 2.12.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-classworlds/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-classworlds/compare/plexus-classworlds-2\n[…]\ncodehaus.plexus:plexus-classworlds\n dependency-version: 2.12.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.codehaus.plexus:plexus-classworlds from 2.9.0 to 2.12.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T12:19:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6e34fdb57aa4e8ab507f3c0bdd67ae72f76c2896",
"body": "Bumps `version.shrinkwrap.resolver.bom` from 3.3.5 to 3.3.7.\n\nUpdates `org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven` from 3.3.5 to 3.3.7\n- [Release notes](https://github.com/shrinkwrap/resolver/releases)\n- [Commits](https://github.com/shrinkwrap/resolver/compare/3.3.5...3.3.7)\n\nUpdat\n[…]\nap.resolver:shrinkwrap-resolver-bom\n dependency-version: 3.3.7\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 version.shrinkwrap.resolver.bom from 3.3.5 to 3.3.7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T12:17:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c06712eb86835821b48d5d58bfc065d10e61ad5",
"body": null,
"is_bot": false,
"headline": "initial AGENTS.md/SECURITY.md",
"author_name": "Markus Jung",
"author_login": "jungm",
"committed_at": "2026-06-02T10:06:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "954b87062feb15333088face550160e1f22bb7ef",
"body": "Bumps [org.ehcache:ehcache](https://github.com/ehcache/ehcache3) from 3.11.1 to 3.12.0.\n- [Release notes](https://github.com/ehcache/ehcache3/releases)\n- [Commits](https://github.com/ehcache/ehcache3/compare/v3.11.1...v3.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.ehcache:ehcache\n dependency-version: 3.12.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.ehcache:ehcache from 3.11.1 to 3.12.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T06:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "985ae9648e4f6934d926da0dfad5d8fb9dd81e7f",
"body": "Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.21.0 to 1.22.0.\n- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)\n- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.21.0...rel/commons-codec-1.22.0)\n\n-\n[…]\n-name: commons-codec:commons-codec\n dependency-version: 1.22.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump commons-codec:commons-codec from 1.21.0 to 1.22.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T06:26:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c5a311d930460404d46b7cf85854ea7a6a03609",
"body": "Bumps `version.myfaces` from 4.1.2 to 4.1.3.\n\nUpdates `org.apache.myfaces.core:myfaces-api` from 4.1.2 to 4.1.3\n\nUpdates `org.apache.myfaces.core:myfaces-impl` from 4.1.2 to 4.1.3\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.myfaces.core:myfaces-api\n dependency-version: 4.1.3\n dependen\n[…]\ng.apache.myfaces.core:myfaces-impl\n dependency-version: 4.1.3\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 version.myfaces from 4.1.2 to 4.1.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T06:17:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c00985ded5e2f581eec990581dee9325459ea527",
"body": "Bumps `version.slf4j` from 2.0.17 to 2.0.18.\n\nUpdates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18\n\nUpdates `org.slf4j:slf4j-jdk14` from 2.0.17 to 2.0.18\n\n---\nupdated-dependencies:\n- dependency-name: org.slf4j:slf4j-api\n dependency-version: 2.0.18\n dependency-type: direct:development\n update-type:\n[…]\nndency-name: org.slf4j:slf4j-jdk14\n dependency-version: 2.0.18\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 version.slf4j from 2.0.17 to 2.0.18",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T06:17:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bc636ff03925b99746c65a9b508148fcd63d885e",
"body": "Bumps org.apache.rat:apache-rat-plugin from 0.17 to 0.18.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.rat:apache-rat-plugin\n dependency-version: '0.18'\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.rat:apache-rat-plugin from 0.17 to 0.18",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T06:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc1823a38b18a31086a579e11825e4464ec83fe6",
"body": "Bumps [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.4.0 to 3.5.0.\n- [Release notes](https://github.com/apache/maven-resources-plugin/releases)\n- [Commits](https://github.com/apache/maven-resources-plugin/compare/v3.4.0...maven-resources-pl\n[…]\naven.plugins:maven-resources-plugin\n dependency-version: 3.5.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T05:58:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "79cb3f97fe73914ce97f56aa87202cc5e2d7e646",
"body": "Bumps `version.groovy` from 5.0.5 to 5.0.6.\n\nUpdates `org.apache.groovy:groovy-jsr223` from 5.0.5 to 5.0.6\n- [Commits](https://github.com/apache/groovy/commits)\n\nUpdates `org.apache.groovy:groovy-json` from 5.0.5 to 5.0.6\n- [Commits](https://github.com/apache/groovy/commits)\n\n---\nupdated-dependencie\n[…]\name: org.apache.groovy:groovy-json\n dependency-version: 5.0.6\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 version.groovy from 5.0.5 to 5.0.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T05:41:22Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 514,
"latest_release_at": "2026-07-17T10:54:26Z",
"latest_release_tag": "tomee-project-10.2.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 50,
"days_since_latest_release": 7,
"mean_days_between_releases": 64.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "org.apache.tomee:mp-jwt",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "maven",
"matches_repo": null,
"registry_url": "https://central.sonatype.com/artifact/org.apache.tomee/mp-jwt",
"is_deprecated": false,
"latest_version": "11.0.0-M1",
"repository_url": null,
"versions_count": 45,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T10:51:26Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 693,
"stars": 476,
"watchers": 51,
"fork_history": {
"days": [
{
"date": "2013-02-13",
"count": 1
},
{
"date": "2013-03-08",
"count": 1
},
{
"date": "2013-03-10",
"count": 1
},
{
"date": "2013-03-13",
"count": 1
},
{
"date": "2013-04-10",
"count": 1
},
{
"date": "2013-04-17",
"count": 1
},
{
"date": "2013-04-23",
"count": 1
},
{
"date": "2013-04-25",
"count": 1
},
{
"date": "2013-05-07",
"count": 1
},
{
"date": "2013-05-22",
"count": 1
},
{
"date": "2013-05-24",
"count": 2
},
{
"date": "2013-05-26",
"count": 1
},
{
"date": "2013-06-03",
"count": 1
},
{
"date": "2013-06-24",
"count": 1
},
{
"date": "2013-07-05",
"count": 1
},
{
"date": "2013-07-11",
"count": 1
},
{
"date": "2013-07-17",
"count": 1
},
{
"date": "2013-07-18",
"count": 1
},
{
"date": "2013-07-31",
"count": 1
},
{
"date": "2013-08-01",
"count": 1
},
{
"date": "2013-08-02",
"count": 1
},
{
"date": "2013-08-04",
"count": 2
},
{
"date": "2013-08-05",
"count": 1
},
{
"date": "2013-08-07",
"count": 1
},
{
"date": "2013-08-16",
"count": 1
},
{
"date": "2013-08-19",
"count": 1
},
{
"date": "2013-08-20",
"count": 1
},
{
"date": "2013-08-28",
"count": 1
},
{
"date": "2013-09-11",
"count": 1
},
{
"date": "2013-09-18",
"count": 1
},
{
"date": "2013-09-25",
"count": 1
},
{
"date": "2013-10-02",
"count": 1
},
{
"date": "2013-10-11",
"count": 1
},
{
"date": "2013-10-13",
"count": 1
},
{
"date": "2013-10-21",
"count": 1
},
{
"date": "2013-10-26",
"count": 1
},
{
"date": "2013-11-04",
"count": 1
},
{
"date": "2013-11-07",
"count": 1
},
{
"date": "2013-11-17",
"count": 1
},
{
"date": "2013-11-23",
"count": 1
},
{
"date": "2013-11-24",
"count": 1
},
{
"date": "2013-12-06",
"count": 2
},
{
"date": "2013-12-08",
"count": 1
},
{
"date": "2013-12-09",
"count": 1
},
{
"date": "2013-12-10",
"count": 2
},
{
"date": "2013-12-19",
"count": 1
},
{
"date": "2014-01-11",
"count": 1
},
{
"date": "2014-01-23",
"count": 2
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-01-30",
"count": 1
},
{
"date": "2014-02-04",
"count": 1
},
{
"date": "2014-02-05",
"count": 1
},
{
"date": "2014-02-12",
"count": 1
},
{
"date": "2014-02-14",
"count": 2
},
{
"date": "2014-02-27",
"count": 2
},
{
"date": "2014-03-01",
"count": 1
},
{
"date": "2014-03-04",
"count": 1
},
{
"date": "2014-03-10",
"count": 1
},
{
"date": "2014-03-12",
"count": 1
},
{
"date": "2014-03-13",
"count": 1
},
{
"date": "2014-04-18",
"count": 1
},
{
"date": "2014-04-19",
"count": 1
},
{
"date": "2014-04-25",
"count": 2
},
{
"date": "2014-05-04",
"count": 1
},
{
"date": "2014-05-12",
"count": 1
},
{
"date": "2014-05-15",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-05-17",
"count": 1
},
{
"date": "2014-05-24",
"count": 1
},
{
"date": "2014-05-25",
"count": 1
},
{
"date": "2014-06-01",
"count": 1
},
{
"date": "2014-06-02",
"count": 1
},
{
"date": "2014-06-04",
"count": 1
},
{
"date": "2014-06-13",
"count": 1
},
{
"date": "2014-07-03",
"count": 1
},
{
"date": "2014-07-15",
"count": 1
},
{
"date": "2014-07-21",
"count": 1
},
{
"date": "2014-07-22",
"count": 1
},
{
"date": "2014-07-25",
"count": 1
},
{
"date": "2014-07-27",
"count": 1
},
{
"date": "2014-07-28",
"count": 1
},
{
"date": "2014-07-29",
"count": 1
},
{
"date": "2014-07-30",
"count": 1
},
{
"date": "2014-07-31",
"count": 2
},
{
"date": "2014-08-06",
"count": 1
},
{
"date": "2014-08-08",
"count": 1
},
{
"date": "2014-08-10",
"count": 1
},
{
"date": "2014-08-11",
"count": 1
},
{
"date": "2014-08-12",
"count": 3
},
{
"date": "2014-08-13",
"count": 2
},
{
"date": "2014-08-15",
"count": 1
},
{
"date": "2014-08-25",
"count": 1
},
{
"date": "2014-09-03",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-09-09",
"count": 1
},
{
"date": "2014-09-17",
"count": 1
},
{
"date": "2014-09-18",
"count": 1
},
{
"date": "2014-09-22",
"count": 1
},
{
"date": "2014-09-25",
"count": 1
},
{
"date": "2014-09-28",
"count": 1
},
{
"date": "2014-09-29",
"count": 1
},
{
"date": "2014-10-07",
"count": 1
},
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2014-10-10",
"count": 1
},
{
"date": "2014-10-12",
"count": 1
},
{
"date": "2014-10-19",
"count": 1
},
{
"date": "2014-10-28",
"count": 1
},
{
"date": "2014-10-31",
"count": 2
},
{
"date": "2014-11-02",
"count": 1
},
{
"date": "2014-11-18",
"count": 1
},
{
"date": "2014-11-19",
"count": 1
},
{
"date": "2014-11-20",
"count": 1
},
{
"date": "2014-11-26",
"count": 1
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-02",
"count": 1
},
{
"date": "2014-12-10",
"count": 2
},
{
"date": "2014-12-11",
"count": 1
},
{
"date": "2014-12-15",
"count": 1
},
{
"date": "2015-01-02",
"count": 1
},
{
"date": "2015-01-04",
"count": 1
},
{
"date": "2015-01-12",
"count": 1
},
{
"date": "2015-01-13",
"count": 1
},
{
"date": "2015-01-14",
"count": 1
},
{
"date": "2015-01-25",
"count": 1
},
{
"date": "2015-01-29",
"count": 1
},
{
"date": "2015-01-30",
"count": 1
},
{
"date": "2015-02-11",
"count": 1
},
{
"date": "2015-02-14",
"count": 1
},
{
"date": "2015-02-26",
"count": 1
},
{
"date": "2015-03-01",
"count": 1
},
{
"date": "2015-03-03",
"count": 1
},
{
"date": "2015-03-04",
"count": 1
},
{
"date": "2015-03-05",
"count": 1
},
{
"date": "2015-03-10",
"count": 1
},
{
"date": "2015-03-12",
"count": 4
},
{
"date": "2015-03-15",
"count": 1
},
{
"date": "2015-03-16",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-03-27",
"count": 1
},
{
"date": "2015-03-28",
"count": 1
},
{
"date": "2015-03-31",
"count": 1
},
{
"date": "2015-04-01",
"count": 2
},
{
"date": "2015-04-05",
"count": 1
},
{
"date": "2015-04-06",
"count": 1
},
{
"date": "2015-04-10",
"count": 1
},
{
"date": "2015-04-21",
"count": 1
},
{
"date": "2015-04-22",
"count": 1
},
{
"date": "2015-04-24",
"count": 1
},
{
"date": "2015-04-29",
"count": 1
},
{
"date": "2015-05-02",
"count": 1
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-05-14",
"count": 1
},
{
"date": "2015-05-17",
"count": 1
},
{
"date": "2015-05-20",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-05-29",
"count": 1
},
{
"date": "2015-06-10",
"count": 1
},
{
"date": "2015-06-11",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-06-22",
"count": 1
},
{
"date": "2015-06-23",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-08",
"count": 1
},
{
"date": "2015-07-10",
"count": 2
},
{
"date": "2015-07-20",
"count": 1
},
{
"date": "2015-07-21",
"count": 1
},
{
"date": "2015-07-28",
"count": 1
},
{
"date": "2015-07-29",
"count": 1
},
{
"date": "2015-08-02",
"count": 1
},
{
"date": "2015-08-04",
"count": 3
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-09",
"count": 1
},
{
"date": "2015-08-25",
"count": 1
},
{
"date": "2015-08-27",
"count": 1
},
{
"date": "2015-09-02",
"count": 1
},
{
"date": "2015-09-15",
"count": 1
},
{
"date": "2015-09-22",
"count": 2
},
{
"date": "2015-09-23",
"count": 1
},
{
"date": "2015-09-24",
"count": 1
},
{
"date": "2015-09-29",
"count": 1
},
{
"date": "2015-10-03",
"count": 1
},
{
"date": "2015-10-04",
"count": 1
},
{
"date": "2015-10-18",
"count": 1
},
{
"date": "2015-10-20",
"count": 1
},
{
"date": "2015-10-30",
"count": 1
},
{
"date": "2015-11-03",
"count": 1
},
{
"date": "2015-11-04",
"count": 1
},
{
"date": "2015-11-08",
"count": 1
},
{
"date": "2015-11-09",
"count": 1
},
{
"date": "2015-11-20",
"count": 2
},
{
"date": "2015-12-05",
"count": 1
},
{
"date": "2015-12-09",
"count": 1
},
{
"date": "2015-12-10",
"count": 1
},
{
"date": "2015-12-18",
"count": 2
},
{
"date": "2015-12-20",
"count": 1
},
{
"date": "2015-12-21",
"count": 1
},
{
"date": "2015-12-27",
"count": 1
},
{
"date": "2016-01-04",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-07",
"count": 1
},
{
"date": "2016-01-08",
"count": 1
},
{
"date": "2016-01-12",
"count": 1
},
{
"date": "2016-01-25",
"count": 1
},
{
"date": "2016-01-27",
"count": 1
},
{
"date": "2016-01-31",
"count": 1
},
{
"date": "2016-02-03",
"count": 1
},
{
"date": "2016-02-13",
"count": 1
},
{
"date": "2016-02-25",
"count": 1
},
{
"date": "2016-02-26",
"count": 2
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-03-10",
"count": 1
},
{
"date": "2016-04-08",
"count": 1
},
{
"date": "2016-04-24",
"count": 1
},
{
"date": "2016-04-26",
"count": 1
},
{
"date": "2016-05-02",
"count": 1
},
{
"date": "2016-05-03",
"count": 1
},
{
"date": "2016-05-05",
"count": 1
},
{
"date": "2016-05-11",
"count": 1
},
{
"date": "2016-05-12",
"count": 1
},
{
"date": "2016-05-15",
"count": 1
},
{
"date": "2016-05-20",
"count": 1
},
{
"date": "2016-05-24",
"count": 1
},
{
"date": "2016-05-26",
"count": 1
},
{
"date": "2016-06-01",
"count": 2
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-07",
"count": 1
},
{
"date": "2016-06-10",
"count": 1
},
{
"date": "2016-06-16",
"count": 1
},
{
"date": "2016-06-24",
"count": 1
},
{
"date": "2016-06-26",
"count": 1
},
{
"date": "2016-07-06",
"count": 1
},
{
"date": "2016-07-08",
"count": 1
},
{
"date": "2016-07-10",
"count": 1
},
{
"date": "2016-07-26",
"count": 1
},
{
"date": "2016-07-28",
"count": 1
},
{
"date": "2016-08-01",
"count": 2
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-10",
"count": 1
},
{
"date": "2016-08-17",
"count": 1
},
{
"date": "2016-08-18",
"count": 2
},
{
"date": "2016-08-22",
"count": 1
},
{
"date": "2016-08-23",
"count": 1
},
{
"date": "2016-08-24",
"count": 2
},
{
"date": "2016-09-01",
"count": 1
},
{
"date": "2016-09-02",
"count": 2
},
{
"date": "2016-09-14",
"count": 1
},
{
"date": "2016-09-17",
"count": 1
},
{
"date": "2016-09-19",
"count": 1
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2016-09-23",
"count": 1
},
{
"date": "2016-09-24",
"count": 1
},
{
"date": "2016-10-01",
"count": 1
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-10-12",
"count": 1
},
{
"date": "2016-10-31",
"count": 1
},
{
"date": "2016-11-07",
"count": 1
},
{
"date": "2016-11-11",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-11-18",
"count": 1
},
{
"date": "2016-11-23",
"count": 1
},
{
"date": "2016-11-29",
"count": 1
},
{
"date": "2016-12-05",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2017-01-09",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-01-29",
"count": 1
},
{
"date": "2017-02-03",
"count": 2
},
{
"date": "2017-02-05",
"count": 1
},
{
"date": "2017-02-07",
"count": 2
},
{
"date": "2017-02-08",
"count": 1
},
{
"date": "2017-02-09",
"count": 1
},
{
"date": "2017-02-11",
"count": 1
},
{
"date": "2017-02-21",
"count": 1
},
{
"date": "2017-02-24",
"count": 1
},
{
"date": "2017-03-02",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-03-10",
"count": 1
},
{
"date": "2017-03-14",
"count": 1
},
{
"date": "2017-03-24",
"count": 1
},
{
"date": "2017-04-06",
"count": 1
},
{
"date": "2017-04-14",
"count": 1
},
{
"date": "2017-04-16",
"count": 1
},
{
"date": "2017-04-27",
"count": 1
},
{
"date": "2017-05-01",
"count": 1
},
{
"date": "2017-05-04",
"count": 1
},
{
"date": "2017-05-06",
"count": 1
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-05-12",
"count": 1
},
{
"date": "2017-05-13",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-06-07",
"count": 1
},
{
"date": "2017-06-08",
"count": 1
},
{
"date": "2017-06-16",
"count": 1
},
{
"date": "2017-06-19",
"count": 1
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-06-22",
"count": 1
},
{
"date": "2017-07-24",
"count": 1
},
{
"date": "2017-08-05",
"count": 1
},
{
"date": "2017-09-10",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-09-24",
"count": 1
},
{
"date": "2017-10-01",
"count": 1
},
{
"date": "2017-10-02",
"count": 1
},
{
"date": "2017-10-07",
"count": 1
},
{
"date": "2017-10-10",
"count": 2
},
{
"date": "2017-10-17",
"count": 2
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-10-30",
"count": 1
},
{
"date": "2017-10-31",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-04",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-12-12",
"count": 1
},
{
"date": "2017-12-14",
"count": 1
},
{
"date": "2017-12-22",
"count": 1
},
{
"date": "2018-01-10",
"count": 1
},
{
"date": "2018-01-15",
"count": 1
},
{
"date": "2018-01-24",
"count": 1
},
{
"date": "2018-02-01",
"count": 1
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-02-20",
"count": 1
},
{
"date": "2018-03-20",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-04-07",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-26",
"count": 1
},
{
"date": "2018-05-29",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-06-05",
"count": 2
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-18",
"count": 1
},
{
"date": "2018-06-20",
"count": 1
},
{
"date": "2018-07-02",
"count": 2
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2018-07-23",
"count": 1
},
{
"date": "2018-07-27",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-08-28",
"count": 1
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2018-09-11",
"count": 2
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2018-09-18",
"count": 1
},
{
"date": "2018-10-13",
"count": 1
},
{
"date": "2018-10-30",
"count": 2
},
{
"date": "2018-11-17",
"count": 2
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2018-11-29",
"count": 2
},
{
"date": "2018-12-01",
"count": 2
},
{
"date": "2018-12-02",
"count": 1
},
{
"date": "2018-12-03",
"count": 3
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-07",
"count": 2
},
{
"date": "2018-12-09",
"count": 1
},
{
"date": "2018-12-11",
"count": 1
},
{
"date": "2018-12-12",
"count": 1
},
{
"date": "2018-12-15",
"count": 1
},
{
"date": "2018-12-17",
"count": 2
},
{
"date": "2018-12-18",
"count": 2
},
{
"date": "2018-12-19",
"count": 3
},
{
"date": "2018-12-23",
"count": 1
},
{
"date": "2018-12-24",
"count": 2
},
{
"date": "2018-12-26",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2018-12-29",
"count": 1
},
{
"date": "2018-12-30",
"count": 1
},
{
"date": "2018-12-31",
"count": 2
},
{
"date": "2019-01-01",
"count": 1
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-01-10",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-02-26",
"count": 1
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-03-05",
"count": 1
},
{
"date": "2019-03-06",
"count": 2
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-03-12",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-03-15",
"count": 1
},
{
"date": "2019-03-17",
"count": 2
},
{
"date": "2019-03-19",
"count": 1
},
{
"date": "2019-03-25",
"count": 1
},
{
"date": "2019-03-28",
"count": 3
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2019-04-11",
"count": 2
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-04-14",
"count": 1
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-05-09",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-26",
"count": 1
},
{
"date": "2019-05-31",
"count": 1
},
{
"date": "2019-06-02",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-07-02",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-07-25",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-08-13",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-09-07",
"count": 22
},
{
"date": "2019-09-09",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-09-27",
"count": 2
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-10-31",
"count": 1
},
{
"date": "2019-11-06",
"count": 1
},
{
"date": "2019-11-16",
"count": 1
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2019-11-23",
"count": 1
},
{
"date": "2019-11-28",
"count": 1
},
{
"date": "2019-11-29",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2019-12-10",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2019-12-17",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-01-15",
"count": 1
},
{
"date": "2020-01-25",
"count": 1
},
{
"date": "2020-01-26",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-07",
"count": 2
},
{
"date": "2020-02-09",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-02-20",
"count": 2
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-03-19",
"count": 1
},
{
"date": "2020-03-28",
"count": 2
},
{
"date": "2020-04-06",
"count": 1
},
{
"date": "2020-04-15",
"count": 2
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-05-26",
"count": 1
},
{
"date": "2020-06-04",
"count": 1
},
{
"date": "2020-06-27",
"count": 1
},
{
"date": "2020-06-28",
"count": 1
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-07-11",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-08-02",
"count": 1
},
{
"date": "2020-09-03",
"count": 1
},
{
"date": "2020-09-20",
"count": 1
},
{
"date": "2020-11-06",
"count": 1
},
{
"date": "2020-12-07",
"count": 1
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-04-03",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-11",
"count": 1
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-05-11",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-06-28",
"count": 2
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-09-08",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-11-20",
"count": 1
},
{
"date": "2021-11-24",
"count": 1
},
{
"date": "2021-11-28",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-07",
"count": 2
},
{
"date": "2022-01-17",
"count": 1
},
{
"date": "2022-02-18",
"count": 1
},
{
"date": "2022-02-27",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-28",
"count": 2
},
{
"date": "2022-04-10",
"count": 1
},
{
"date": "2022-04-12",
"count": 1
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-07-01",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-08-27",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-11-06",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-12",
"count": 1
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-05-23",
"count": 2
},
{
"date": "2023-07-04",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-08-30",
"count": 1
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-11-03",
"count": 1
},
{
"date": "2023-12-03",
"count": 1
},
{
"date": "2023-12-09",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-05",
"count": 1
},
{
"date": "2024-05-05",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-12-25",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-02-27",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-07-06",
"count": 2
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
}
],
"complete": true,
"collected": 683,
"total_forks": 693
},
"star_history": null,
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples",
"sample"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"examples/mp-openapi-reader/src/main/webapp/openapi/openapi.yaml"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"arquillian/arquillian-common/pom.xml",
"arquillian/arquillian-openejb-embedded/pom.xml",
"arquillian/arquillian-openejb-transaction-provider/pom.xml",
"arquillian/arquillian-tck/pom.xml",
"arquillian/arquillian-tomee-common/pom.xml",
"arquillian/arquillian-tomee-embedded/pom.xml",
"arquillian/arquillian-tomee-moviefun-example/pom.xml",
"arquillian/arquillian-tomee-remote/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-config-tests/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-data-tests/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml",
"arquillian/arquillian-tomee-tests/pom.xml",
"arquillian/functional-tests/pom.xml",
"arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml",
"arquillian/pom.xml",
"arquillian/ziplock/pom.xml",
"assembly/openejb-lite/pom.xml",
"assembly/openejb-standalone/pom.xml",
"assembly/pom.xml",
"boms/jaxb-runtime/pom.xml",
"boms/pom.xml",
"boms/tomee-microprofile-api/pom.xml",
"boms/tomee-microprofile/pom.xml",
"boms/tomee-plume-api/pom.xml",
"boms/tomee-plume/pom.xml",
"boms/tomee-plus-api/pom.xml",
"boms/tomee-plus/pom.xml",
"boms/tomee-webprofile-api/pom.xml",
"boms/tomee-webprofile/pom.xml",
"container/mbean-annotation-api/pom.xml",
"container/openejb-api/pom.xml",
"container/openejb-core/pom.xml",
"container/openejb-jakarta-data/pom.xml",
"container/openejb-javaagent/pom.xml",
"container/openejb-jee-accessors/pom.xml",
"container/openejb-jee/pom.xml",
"container/openejb-jpa-integration/pom.xml",
"container/openejb-junit/pom.xml",
"container/openejb-junit5-backward/pom.xml",
"container/openejb-junit5/pom.xml",
"container/openejb-loader/pom.xml",
"container/pom.xml",
"deps/commons-dbcp2-shade/pom.xml",
"deps/pom.xml",
"deps/taglibs-shade/pom.xml",
"examples/access-timeout-meta/pom.xml",
"examples/access-timeout/pom.xml",
"examples/activemq-multiple-brokers/pom.xml",
"examples/alternate-descriptors/pom.xml",
"examples/application-composer/pom.xml",
"examples/applicationcomposer-jaxws-cdi/pom.xml",
"examples/applicationexception/pom.xml",
"examples/arquillian-jpa/pom.xml",
"examples/async-methods/pom.xml",
"examples/async-postconstruct/pom.xml",
"examples/async-servlet/pom.xml",
"examples/bean-validation-design-by-contract/pom.xml",
"examples/bval-evaluation-redeployment/WebApp1/pom.xml",
"examples/bval-evaluation-redeployment/WebApp2/pom.xml",
"examples/bval-evaluation-redeployment/pom.xml",
"examples/bval-evaluation-redeployment/runner/pom.xml",
"examples/cdi-alternative-and-stereotypes/pom.xml",
"examples/cdi-application-scope/pom.xml",
"examples/cdi-basic/pom.xml",
"examples/cdi-dynamic-inject/pom.xml",
"examples/cdi-ejbcontext-jaas/pom.xml",
"examples/cdi-events/pom.xml",
"examples/cdi-interceptors/pom.xml",
"examples/cdi-produces-disposes/pom.xml",
"examples/cdi-produces-field/pom.xml",
"examples/cdi-qualifier/pom.xml",
"examples/cdi-realm/pom.xml",
"examples/cdi-request-scope/pom.xml",
"examples/cdi-session-scope/pom.xml",
"examples/change-jaxws-url/pom.xml",
"examples/client-resource-lookup-preview/pom.xml",
"examples/cloud-tomee-azure/pom.xml",
"examples/component-interfaces/pom.xml",
"examples/concurrency-utils/pom.xml",
"examples/connector-ear/connector-sample-api/pom.xml",
"examples/connector-ear/connector-sample-ear/pom.xml",
"examples/connector-ear/connector-sample-functional-tests/pom.xml",
"examples/connector-ear/connector-sample-impl/pom.xml",
"examples/connector-ear/connector-sample-rar/pom.xml",
"examples/connector-ear/connector-sample-war/pom.xml",
"examples/connector-ear/pom.xml",
"examples/connector-war/pom.xml",
"examples/cucumber-jvm/pom.xml",
"examples/custom-injection/pom.xml",
"examples/datasource-ciphered-password/pom.xml",
"examples/datasource-definition/pom.xml",
"examples/datasource-versioning/pom.xml",
"examples/decorators/pom.xml",
"examples/dynamic-dao-implementation/pom.xml",
"examples/dynamic-datasource-routing/pom.xml",
"examples/dynamic-implementation/pom.xml",
"examples/dynamic-proxy-to-access-mbean/pom.xml",
"examples/ear-testing/business-logic/pom.xml",
"examples/ear-testing/business-model/pom.xml",
"examples/ear-testing/pom.xml",
"examples/ejb-examples/pom.xml",
"examples/ejb-remote-call-2/pom.xml",
"examples/ejb-remote-call/pom.xml",
"examples/ejb-webservice/pom.xml",
"examples/groovy-cdi/pom.xml",
"examples/groovy-jpa/pom.xml",
"examples/helloworld-weblogic/pom.xml",
"examples/import-database-flyway-maven/pom.xml",
"examples/import-database-flyway/pom.xml",
"examples/import-database-liquibase-maven/pom.xml",
"examples/import-database-liquibase/pom.xml",
"examples/injection-of-connectionfactory/pom.xml",
"examples/injection-of-datasource/pom.xml",
"examples/injection-of-ejbs/pom.xml",
"examples/injection-of-entitymanager/pom.xml",
"examples/injection-of-env-entry/pom.xml",
"examples/interceptors/pom.xml",
"examples/jakarta-data-repository/pom.xml",
"examples/java-modules/pom.xml",
"examples/javamail-velocity/pom.xml",
"examples/javamail/pom.xml",
"examples/jaxrs-filter/pom.xml",
"examples/jaxrs-json-provider-jettison/pom.xml",
"examples/jpa-and-jakarta-data/pom.xml",
"examples/jpa-eclipselink/pom.xml",
"examples/jpa-enumerated/pom.xml",
"examples/jpa-hibernate-arquillian/pom.xml",
"examples/jpa-hibernate/pom.xml",
"examples/jsf-cdi-and-ejb/pom.xml",
"examples/jsonb-configuration/pom.xml",
"examples/jsonb-custom-serializer/pom.xml",
"examples/junit5-application-composer/pom.xml",
"examples/junit5-arquillian-multiple-tomee/pom.xml",
"examples/junit5-arquillian-simple-websockets/pom.xml",
"examples/lookup-of-ejbs-with-descriptor/pom.xml",
"examples/lookup-of-ejbs/pom.xml",
"examples/moviefun-rest/pom.xml",
"examples/moviefun/pom.xml",
"examples/movies-complete-meta/pom.xml",
"examples/movies-complete/pom.xml",
"examples/mp-config-example/pom.xml",
"examples/mp-config-source-database/pom.xml",
"examples/mp-custom-healthcheck/pom.xml",
"examples/mp-faulttolerance-fallback/pom.xml",
"examples/mp-faulttolerance-retry/pom.xml",
"examples/mp-faulttolerance-timeout/pom.xml",
"examples/mp-jsonb-configuration/pom.xml",
"examples/mp-jwt-bean-validation-strongly-typed/pom.xml",
"examples/mp-jwt-bean-validation/pom.xml",
"examples/mp-openapi-reader/pom.xml",
"examples/mp-opentelemetry-metrics/pom.xml",
"examples/mp-rest-client/pom.xml",
"examples/mp-rest-jwt-jwk/pom.xml",
"examples/mp-rest-jwt-principal/pom.xml",
"examples/mp-rest-jwt-public-key/pom.xml",
"examples/mtom/pom.xml",
"examples/multi-jpa-provider-testing/pom.xml",
"examples/multiple-arquillian-adapters/pom.xml",
"examples/multiple-tomee-arquillian/pom.xml",
"examples/persistence-fragment/pom.xml",
"examples/pojo-webservice/pom.xml",
"examples/polling-parent/polling-client/pom.xml",
"examples/polling-parent/polling-core/pom.xml",
"examples/polling-parent/polling-domain/pom.xml",
"examples/polling-parent/polling-web/pom.xml",
"examples/polling-parent/pom.xml",
"examples/pom.xml",
"examples/quartz-app/pom.xml",
"examples/quartz-app/quartz-beans/pom.xml",
"examples/quartz-app/quartz-ra/pom.xml",
"examples/realm-in-tomee/pom.xml",
"examples/reload-persistence-unit-properties/pom.xml",
"examples/resources-declared-in-webapp/pom.xml",
"examples/resources-jmx-example/pom.xml",
"examples/resources-jmx-example/resources-jmx-ear/pom.xml",
"examples/resources-jmx-example/resources-jmx-ejb/pom.xml",
"examples/rest-applicationcomposer-mockito/pom.xml",
"examples/rest-applicationcomposer/pom.xml",
"examples/rest-cdi/pom.xml",
"examples/rest-example-with-application/pom.xml",
"examples/rest-example/pom.xml",
"examples/rest-jaas/pom.xml",
"examples/rest-on-ejb/pom.xml",
"examples/rest-sse-example/pom.xml",
"examples/rest-xml-json/pom.xml",
"examples/scala-basic/pom.xml",
"examples/schedule-events/pom.xml",
"examples/schedule-expression/pom.xml",
"examples/schedule-methods-meta/pom.xml",
"examples/schedule-methods/pom.xml",
"examples/security-custom-identitystore/pom.xml",
"examples/security-openid/pom.xml",
"examples/security-tomcat-user-identitystore/pom.xml",
"examples/server-events/pom.xml",
"examples/serverless-builder/pom.xml",
"examples/serverless-tomee-microprofile/pom.xml",
"examples/serverless-tomee-plume/pom.xml",
"examples/serverless-tomee-plus/pom.xml",
"examples/serverless-tomee-webprofile/pom.xml",
"examples/simple-cdi-interceptor/pom.xml",
"examples/simple-cmp2/pom.xml",
"examples/simple-ear/moviefun-business-logic/pom.xml",
"examples/simple-ear/moviefun-business-model/pom.xml",
"examples/simple-ear/moviefun-ear/pom.xml",
"examples/simple-ear/moviefun-functional-tests/pom.xml",
"examples/simple-ear/moviefun-webapp/pom.xml",
"examples/simple-ear/pom.xml",
"examples/simple-jms-context/pom.xml",
"examples/simple-jms/pom.xml",
"examples/simple-mdb-and-cdi/pom.xml",
"examples/simple-mdb-with-descriptor/pom.xml",
"examples/simple-mdb/pom.xml",
"examples/simple-remote-tomcatusers/pom.xml",
"examples/simple-rest/pom.xml",
"examples/simple-singleton/pom.xml",
"examples/simple-stateful-callbacks/pom.xml",
"examples/simple-stateful/pom.xml",
"examples/simple-stateless-callbacks/pom.xml",
"examples/simple-stateless-with-descriptor/pom.xml",
"examples/simple-stateless/pom.xml",
"examples/simple-webservice-without-interface/pom.xml",
"examples/simple-webservice/pom.xml",
"examples/singleton-startup-ordering/pom.xml",
"examples/struts/pom.xml",
"examples/telephone-stateful/pom.xml",
"examples/testcase-injection/pom.xml",
"examples/testing-security-2/pom.xml",
"examples/testing-security-3/pom.xml",
"examples/testing-security-4/pom.xml",
"examples/testing-security-meta/pom.xml",
"examples/testing-security/pom.xml",
"examples/testing-transactions-bmt/pom.xml",
"examples/testing-transactions/pom.xml",
"examples/tomee-jersey-eclipselink/pom.xml",
"examples/tomee-jms-portability/pom.xml",
"examples/transaction-rollback/pom.xml",
"examples/troubleshooting/pom.xml",
"examples/webservice-attachments/pom.xml",
"examples/webservice-handlerchain/pom.xml",
"examples/webservice-holder/pom.xml",
"examples/webservice-inheritance/pom.xml",
"examples/webservice-security/pom.xml",
"examples/webservice-ssl-client-cert/pom.xml",
"examples/webservice-ws-security/pom.xml",
"examples/webservice-ws-with-resources-config/pom.xml",
"examples/websocket-jms/pom.xml",
"examples/websocket-tls-basic-auth/pom.xml",
"examples/xa-datasource/pom.xml",
"gradle/gradle-tomee-embedded/pom.xml",
"gradle/pom.xml",
"itests/ejb/pom.xml",
"itests/failover-ejb/pom.xml",
"itests/failover/pom.xml",
"itests/itest-common/pom.xml",
"itests/itest-util/pom.xml",
"itests/jaxrs/pom.xml",
"itests/legacy-client/pom.xml",
"itests/legacy-server/pom.xml",
"itests/microprofile-jwt-itests/pom.xml",
"itests/openejb-itests-app/pom.xml",
"itests/openejb-itests-beans/pom.xml",
"itests/openejb-itests-client/pom.xml",
"itests/openejb-itests-interceptor-beans/pom.xml",
"itests/openejb-itests-optional-classes/3rdpartydep/pom.xml",
"itests/openejb-itests-optional-classes/app/pom.xml",
"itests/openejb-itests-optional-classes/lib_with_optional_dep/pom.xml",
"itests/openejb-itests-optional-classes/pom.xml",
"itests/openejb-itests-servlets/pom.xml",
"itests/openejb-itests-web/pom.xml",
"itests/pom.xml",
"itests/tomee-microprofile-itests/pom.xml",
"itests/tomee-security-itests/pom.xml",
"itests/tomee-server-composer/pom.xml",
"itests/tomee-server-version/pom.xml",
"maven/applicationcomposer-maven-plugin/pom.xml",
"maven/jarstxt-maven-plugin/pom.xml",
"maven/maven-util/pom.xml",
"maven/openejb-embedded-maven-plugin/pom.xml",
"maven/pom.xml",
"maven/tomee-embedded-maven-plugin/pom.xml",
"maven/tomee-maven-plugin/pom.xml",
"maven/tomee-webapp-archetype/pom.xml",
"maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml",
"mp-jwt/pom.xml",
"pom.xml",
"server/openejb-activemq/pom.xml",
"server/openejb-bonecp/pom.xml",
"server/openejb-client/pom.xml",
"server/openejb-common-cli/pom.xml",
"server/openejb-cxf-rs/pom.xml",
"server/openejb-cxf-transport/pom.xml",
"server/openejb-cxf/pom.xml",
"server/openejb-daemon/pom.xml",
"server/openejb-derbynet/pom.xml",
"server/openejb-ejbd/pom.xml",
"server/openejb-hessian/pom.xml",
"server/openejb-hsql/pom.xml",
"server/openejb-http/pom.xml",
"server/openejb-multicast/pom.xml",
"server/openejb-rest/pom.xml",
"server/openejb-server/pom.xml",
"server/openejb-ssh/pom.xml",
"server/openejb-webservices/pom.xml",
"server/pom.xml",
"tck/bval-embedded/pom.xml",
"tck/bval-signature-test/pom.xml",
"tck/bval-tomee/pom.xml",
"tck/cdi-embedded/pom.xml",
"tck/cdi-signature-test/pom.xml",
"tck/cdi-tomee/pom.xml",
"tck/concurrency-signature-test/pom.xml",
"tck/concurrency-standalone/pom.xml",
"tck/data-signature-test/pom.xml",
"tck/data-standalone/pom.xml",
"tck/jax-rs/jax-rs-signature-test/pom.xml",
"tck/jax-rs/jax-rs-tests-embedded/pom.xml",
"tck/jax-rs/jax-rs-tests/pom.xml",
"tck/jax-rs/pom.xml",
"tck/jsonb-signature-test/pom.xml",
"tck/jsonb-standalone/pom.xml",
"tck/jsonp-signature-test/pom.xml",
"tck/jsonp-standalone/pom.xml",
"tck/microprofile-tck/config/pom.xml",
"tck/microprofile-tck/fault-tolerance/pom.xml",
"tck/microprofile-tck/health/pom.xml",
"tck/microprofile-tck/jwt/pom.xml",
"tck/microprofile-tck/metrics/pom.xml",
"tck/microprofile-tck/openapi/pom.xml",
"tck/microprofile-tck/opentelemetry/logs/pom.xml",
"tck/microprofile-tck/opentelemetry/metrics/pom.xml",
"tck/microprofile-tck/opentelemetry/pom.xml",
"tck/microprofile-tck/opentelemetry/tracing/pom.xml",
"tck/microprofile-tck/pom.xml",
"tck/microprofile-tck/rest-client/pom.xml",
"tck/pom.xml",
"tck/security-standalone/pom.xml",
"tck/tck-common/pom.xml",
"tomee/apache-tomee/pom.xml",
"tomee/pom.xml",
"tomee/tomee-bootstrap/pom.xml",
"tomee/tomee-catalina/pom.xml",
"tomee/tomee-common/pom.xml",
"tomee/tomee-config/pom.xml",
"tomee/tomee-deb/pom.xml",
"tomee/tomee-embedded/pom.xml",
"tomee/tomee-jaxrs/pom.xml",
"tomee/tomee-jdbc/pom.xml",
"tomee/tomee-juli/pom.xml",
"tomee/tomee-loader/pom.xml",
"tomee/tomee-microprofile/mp-common/pom.xml",
"tomee/tomee-microprofile/pom.xml",
"tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml",
"tomee/tomee-mojarra/pom.xml",
"tomee/tomee-myfaces/pom.xml",
"tomee/tomee-overlay-runner/pom.xml",
"tomee/tomee-plume-webapp/pom.xml",
"tomee/tomee-plus-webapp/pom.xml",
"tomee/tomee-security/pom.xml",
"tomee/tomee-util/pom.xml",
"tomee/tomee-webapp/pom.xml",
"tomee/tomee-webservices/pom.xml",
"utils/livereload-tomee/pom.xml",
"utils/log4j2-tomee/pom.xml",
"utils/openejb-core-eclipselink/pom.xml",
"utils/openejb-core-hibernate/pom.xml",
"utils/openejb-mockito/pom.xml",
"utils/openejb-provisionning/pom.xml",
"utils/pom.xml",
"utils/webdeployer/pom.xml"
],
"largest_source_bytes": 599278,
"source_files_sampled": 6386,
"oversized_source_files": 27,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 192
},
"dependencies": {
"manifests": [
"arquillian/pom.xml",
"assembly/pom.xml",
"boms/pom.xml",
"container/pom.xml",
"deps/pom.xml",
"examples/pom.xml",
"gradle/pom.xml",
"itests/pom.xml",
"maven/pom.xml",
"mp-jwt/pom.xml",
"pom.xml",
"server/pom.xml",
"tck/pom.xml",
"tomee/pom.xml",
"utils/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": 101,
"malicious_count": 0,
"assessed_package": "maven:org.apache.tomee:mp-jwt@11.0.0-M1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"maven"
],
"dependencies": [
{
"name": "org.apache.maven.plugin-tools:maven-plugin-annotations",
"manifest": "maven/pom.xml",
"ecosystem": "maven",
"version_constraint": "3.15.2"
},
{
"name": "org.codehaus.plexus:plexus-utils",
"manifest": "maven/pom.xml",
"ecosystem": "maven",
"version_constraint": "3.0.24"
},
{
"name": "org.apache.maven:maven-plugin-api",
"manifest": "maven/pom.xml",
"ecosystem": "maven",
"version_constraint": "${maven.version}"
},
{
"name": "org.apache.maven:maven-project",
"manifest": "maven/pom.xml",
"ecosystem": "maven",
"version_constraint": "${maven.version}"
},
{
"name": "org.apache.maven:maven-core",
"manifest": "maven/pom.xml",
"ecosystem": "maven",
"version_constraint": "${maven.version}"
},
{
"name": "org.apache.maven:maven-artifact",
"manifest": "maven/pom.xml",
"ecosystem": "maven",
"version_constraint": "${maven.version}"
},
{
"name": "org.sonatype.aether:aether-api",
"manifest": "maven/pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.aether}"
},
{
"name": "org.apache.tomee:openejb-core",
"manifest": "maven/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.apache.tomee:openejb-client",
"manifest": "maven/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "junit:junit",
"manifest": "maven/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.bitbucket.b_c:jose4j",
"manifest": "mp-jwt/pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jose4j}"
},
{
"name": "io.churchkey:churchkey",
"manifest": "mp-jwt/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.22"
},
{
"name": "org.codehaus.plexus:plexus-archiver",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "4.12.0"
},
{
"name": "org.apache.tomee.patch:tomee-patch-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.tomee-patch-plugin}"
},
{
"name": "org.eclipse.microprofile.config:microprofile-config-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.microprofile.config}"
},
{
"name": "org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.microprofile.fault-tolerance}"
},
{
"name": "org.eclipse.microprofile.health:microprofile-health-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.microprofile.health}"
},
{
"name": "org.eclipse.microprofile.jwt:microprofile-jwt-auth-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.microprofile.jwt}"
},
{
"name": "org.eclipse.microprofile.openapi:microprofile-openapi-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.microprofile.openapi}"
},
{
"name": "org.eclipse.microprofile.opentracing:microprofile-opentracing-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.microprofile.opentracing}"
},
{
"name": "org.eclipse.microprofile.rest.client:microprofile-rest-client-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.microprofile.rest-client}"
},
{
"name": "io.opentracing:opentracing-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.io.opentracing}"
},
{
"name": "io.opentracing:opentracing-mock",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.io.opentracing}"
},
{
"name": "org.jboss.logging:jboss-logging",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "3.6.3.Final"
},
{
"name": "${project.groupId}:jakartaee-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jakartaee-api}"
},
{
"name": "${project.groupId}:jakartaee-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jakartaee-api}"
},
{
"name": "jakarta.xml.bind:jakarta.xml.bind-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jaxb-api}"
},
{
"name": "jakarta.xml.ws:jakarta.xml.ws-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jaxws-api}"
},
{
"name": "jakarta.jws:jakarta.jws-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jws-api}"
},
{
"name": "jakarta.xml.soap:jakarta.xml.soap-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.soap-api}"
},
{
"name": "xml-resolver:xml-resolver",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.2"
},
{
"name": "org.eclipse.jetty:jetty-server",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jetty}"
},
{
"name": "org.eclipse.jetty.ee11:jetty-ee11-apache-jsp",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jetty}"
},
{
"name": "org.eclipse.jetty.ee11:jetty-ee11-plus",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jetty}"
},
{
"name": "org.eclipse.jetty:jetty-jndi",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jetty}"
},
{
"name": "org.eclipse.jetty.ee11:jetty-ee11-webapp",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jetty}"
},
{
"name": "org.eclipse.jetty:jetty-io",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jetty}"
},
{
"name": "org.eclipse.jetty:jetty-http",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jetty}"
},
{
"name": "org.eclipse.jetty:jetty-security",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jetty}"
},
{
"name": "org.eclipse.jetty:jetty-util",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jetty}"
},
{
"name": "org.apache.bval:bval-jsr",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.bval}"
},
{
"name": "org.apache.cxf:cxf-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.cxf}"
},
{
"name": "org.apache.cxf:cxf-rt-transports-http",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.cxf}"
},
{
"name": "org.apache.cxf:cxf-rt-rs-client",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.cxf}"
},
{
"name": "org.apache.cxf:cxf-rt-frontend-jaxrs",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.cxf}"
},
{
"name": "org.apache.cxf:cxf-rt-frontend-jaxws",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.cxf}"
},
{
"name": "org.apache.cxf:cxf-rt-ws-security",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.cxf}"
},
{
"name": "org.apache.cxf:cxf-rt-rs-sse",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.cxf}"
},
{
"name": "org.apache.cxf:cxf-rt-management",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.cxf}"
},
{
"name": "org.apache.cxf:cxf-rt-rs-service-description",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.cxf}"
},
{
"name": "org.apache.cxf:cxf-rt-rs-extension-providers",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.cxf}"
},
{
"name": "commons-cli:commons-cli",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.commons-cli}"
},
{
"name": "commons-logging:commons-logging",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.commons-logging}"
},
{
"name": "org.hsqldb:hsqldb",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.hsqldb}"
},
{
"name": "idb:idb",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "3.26"
},
{
"name": "org.apache.activemq:activemq-jdbc-store",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.activemq}"
},
{
"name": "org.apache.activemq:activemq-ra",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.activemq}"
},
{
"name": "org.apache.activemq:activemq-client",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.activemq}"
},
{
"name": "org.apache.activemq:activemq-broker",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.activemq}"
},
{
"name": "org.apache.activemq:activemq-openwire-legacy",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.activemq}"
},
{
"name": "xalan:xalan",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.xalan}"
},
{
"name": "xalan:serializer",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.xalan}"
},
{
"name": "org.apache.geronimo.components:geronimo-connector",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.geronimo.components}"
},
{
"name": "org.apache.geronimo.components:geronimo-transaction",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.geronimo.components}"
},
{
"name": "org.objectweb.howl:howl",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.0.1-1"
},
{
"name": "org.apache.geronimo.specs:geronimo-mail_2.1_spec",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.geronimo-mail_2.1_spec}"
},
{
"name": "org.apache.geronimo.mail:geronimo-mail_2.1_provider",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.geronimo-mail_2.1_provider}"
},
{
"name": "org.apache.openjpa:openjpa",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.openjpa}"
},
{
"name": "org.apache.xbean:xbean-finder-shaded",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.xbean}"
},
{
"name": "org.apache.xbean:xbean-asm9-shaded",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.xbean}"
},
{
"name": "org.apache.xbean:xbean-naming",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.xbean}"
},
{
"name": "org.apache.xbean:xbean-bundleutils",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.xbean}"
},
{
"name": "org.apache.xbean:xbean-spring",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.xbean}"
},
{
"name": "org.apache.xbean:xbean-reflect",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.xbean}"
},
{
"name": "org.tomitribe:swizzle",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.3"
},
{
"name": "org.apache.tomee:commons-dbcp2-shade",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.apache.commons:commons-pool2",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.commons-pool}"
},
{
"name": "org.apache.santuario:xmlsec",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.xmlsec}"
},
{
"name": "io.github.librewsdl4j:libre-wsdl4j",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.12.0"
},
{
"name": "org.apache.tomcat:tomcat-catalina",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${tomcat.version}"
},
{
"name": "org.apache.tomcat:tomcat-juli",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${tomcat.version}"
},
{
"name": "org.apache.tomee.shade:tomee-quartz-shade",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.tomee-quartz-shade}"
},
{
"name": "org.osgi:org.osgi.core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.osgi.framework}"
},
{
"name": "org.osgi:org.osgi.compendium",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.osgi.framework}"
},
{
"name": "org.apache.neethi:neethi",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "3.2.2"
},
{
"name": "org.apache.sshd:sshd-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "2.18.0"
},
{
"name": "jline:jline",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "2.14.6"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.slf4j}"
},
{
"name": "org.slf4j:slf4j-jdk14",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.slf4j}"
},
{
"name": "log4j:log4j",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.log4j}"
},
{
"name": "commons-codec:commons-codec",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.commons-codec}"
},
{
"name": "org.apache.commons:commons-fileupload2-jakarta-servlet6",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.commons-fileupload}"
},
{
"name": "org.apache.commons:commons-fileupload2-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.commons-fileupload}"
},
{
"name": "commons-discovery:commons-discovery",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.commons-discovery}"
},
{
"name": "org.apache.openwebbeans:openwebbeans-impl",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.openwebbeans}"
},
{
"name": "org.apache.openwebbeans:openwebbeans-jsf",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.openwebbeans}"
},
{
"name": "org.apache.openwebbeans:openwebbeans-spi",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.openwebbeans}"
},
{
"name": "org.apache.openwebbeans:openwebbeans-ejb",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.openwebbeans}"
},
{
"name": "org.apache.openwebbeans:openwebbeans-ee",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.openwebbeans}"
},
{
"name": "org.apache.openwebbeans:openwebbeans-web",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.openwebbeans}"
},
{
"name": "org.apache.openwebbeans:openwebbeans-el22",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.openwebbeans}"
},
{
"name": "org.apache.openwebbeans:openwebbeans-ee-common",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.openwebbeans}"
},
{
"name": "org.apache.johnzon:johnzon-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.johnzon}"
},
{
"name": "org.apache.johnzon:johnzon-mapper",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.johnzon}"
},
{
"name": "org.apache.johnzon:johnzon-jaxrs",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.johnzon}"
},
{
"name": "org.apache.johnzon:johnzon-jsonb",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.johnzon}"
},
{
"name": "org.apache.commons:commons-compress",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.28.0"
},
{
"name": "org.codehaus.plexus:plexus-archiver",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "4.12.0"
},
{
"name": "org.apache.commons:commons-lang3",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.commons-lang3}"
},
{
"name": "commons-io:commons-io",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.commons-io}"
},
{
"name": "org.ehcache:ehcache",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.ehcache}"
},
{
"name": "org.apache.derby:derbynet",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.derby}"
},
{
"name": "org.apache.derby:derbyclient",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.derby}"
},
{
"name": "org.codehaus.groovy:groovy-all",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.groovy}"
},
{
"name": "io.github.rzo1.org.metatype.sxc:sxc-jaxb-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.sxc}"
},
{
"name": "org.hibernate.orm:hibernate-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.hibernate.orm}"
},
{
"name": "org.hibernate.validator:hibernate-validator",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.hibernate.validator}"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.jpa",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.eclipselink}"
},
{
"name": "org.apache.tomee.bom:jaxb-runtime",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.fusesource.jansi:jansi",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.16"
},
{
"name": "com.google.code.gson:gson",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "2.14.0"
},
{
"name": "org.apache.tomee:taglibs-shade",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jackson}"
},
{
"name": "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.jackson}"
},
{
"name": "org.yaml:snakeyaml",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.snakeyaml}"
},
{
"name": "junit:junit",
"manifest": "server/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "${project.groupId}:openejb-core",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "${project.groupId}:openejb-core",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "${project.groupId}:openejb-core-hibernate",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "jakarta.servlet:jstl",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.2"
},
{
"name": "org.apache.velocity:velocity-engine-core",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.4.1"
},
{
"name": "org.apache.geronimo.specs:geronimo-j2ee-deployment_1.1_spec",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.1"
},
{
"name": "org.apache.ant:ant-nodeps",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.8.1"
},
{
"name": "org.apache.tomcat:tomcat-jdbc",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${tomcat.version}"
},
{
"name": "org.apache.tomcat:tomcat-dbcp",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${tomcat.version}"
},
{
"name": "org.apache.tomcat:tomcat-catalina",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${tomcat.version}"
},
{
"name": "org.apache.tomcat:tomcat-catalina-ha",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${tomcat.version}"
},
{
"name": "org.apache.tomcat:tomcat-coyote",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${tomcat.version}"
},
{
"name": "org.apache.tomcat:tomcat-jasper",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${tomcat.version}"
},
{
"name": "org.apache.openwebbeans:openwebbeans-jsf",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.openwebbeans}"
},
{
"name": "org.apache.myfaces.core:myfaces-api",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.myfaces}"
},
{
"name": "org.apache.myfaces.core:myfaces-impl",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.myfaces}"
},
{
"name": "${project.groupId}:openejb-client",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:openejb-core",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.apache.tomcat:tomcat",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${tomcat.version}"
},
{
"name": "${project.groupId}:openejb-server",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:openejb-ejbd",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:openejb-rest",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:openejb-cxf-rs",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:openejb-http",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.apache.tomcat:tomcat-websocket",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${tomcat.version}"
},
{
"name": "${project.groupId}:openejb-cxf-transport",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:openejb-loader",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:openejb-jee",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.glassfish:jakarta.faces",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.mojarra}"
},
{
"name": "${project.groupId}:openejb-webservices",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:openejb-cxf",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "${project.groupId}:openejb-core-eclipselink",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "junit:junit",
"manifest": "tomee/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "junit:junit",
"manifest": "utils/pom.xml",
"ecosystem": "maven",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": "2.22.0",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml",
"direct": true,
"version": "2.22.0",
"ecosystem": "maven"
},
{
"name": "com.google.code.gson:gson",
"direct": true,
"version": "2.14.0",
"ecosystem": "maven"
},
{
"name": "commons-cli:commons-cli",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "commons-cli:commons-cli",
"direct": true,
"version": "1.11.0",
"ecosystem": "maven"
},
{
"name": "commons-codec:commons-codec",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "commons-codec:commons-codec",
"direct": true,
"version": "1.22.0",
"ecosystem": "maven"
},
{
"name": "commons-discovery:commons-discovery",
"direct": true,
"version": "0.5",
"ecosystem": "maven"
},
{
"name": "commons-io:commons-io",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "commons-io:commons-io",
"direct": true,
"version": "2.0.1",
"ecosystem": "maven"
},
{
"name": "commons-io:commons-io",
"direct": true,
"version": "2.21.0",
"ecosystem": "maven"
},
{
"name": "commons-io:commons-io",
"direct": true,
"version": "2.22.0",
"ecosystem": "maven"
},
{
"name": "commons-logging:commons-logging",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "commons-logging:commons-logging",
"direct": true,
"version": "1.4.0",
"ecosystem": "maven"
},
{
"name": "idb:idb",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "idb:idb",
"direct": true,
"version": "3.26",
"ecosystem": "maven"
},
{
"name": "io.churchkey:churchkey",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.churchkey:churchkey",
"direct": true,
"version": "1.22",
"ecosystem": "maven"
},
{
"name": "io.github.librewsdl4j:libre-wsdl4j",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.github.librewsdl4j:libre-wsdl4j",
"direct": true,
"version": "1.12.0",
"ecosystem": "maven"
},
{
"name": "io.github.rzo1.org.metatype.sxc:sxc-jaxb-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.github.rzo1.org.metatype.sxc:sxc-jaxb-core",
"direct": true,
"version": "0.10",
"ecosystem": "maven"
},
{
"name": "io.opentracing:opentracing-api",
"direct": true,
"version": "0.33.0",
"ecosystem": "maven"
},
{
"name": "io.opentracing:opentracing-mock",
"direct": true,
"version": "0.33.0",
"ecosystem": "maven"
},
{
"name": "jakarta.jws:jakarta.jws-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.jws:jakarta.jws-api",
"direct": true,
"version": "3.0.0",
"ecosystem": "maven"
},
{
"name": "jakarta.servlet:jstl",
"direct": true,
"version": "1.2",
"ecosystem": "maven"
},
{
"name": "jakarta.xml.bind:jakarta.xml.bind-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.xml.bind:jakarta.xml.bind-api",
"direct": true,
"version": "2.3.2",
"ecosystem": "maven"
},
{
"name": "jakarta.xml.bind:jakarta.xml.bind-api",
"direct": true,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "jakarta.xml.bind:jakarta.xml.bind-api",
"direct": true,
"version": "4.0.2",
"ecosystem": "maven"
},
{
"name": "jakarta.xml.soap:jakarta.xml.soap-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.xml.soap:jakarta.xml.soap-api",
"direct": true,
"version": "3.0.0",
"ecosystem": "maven"
},
{
"name": "jakarta.xml.ws:jakarta.xml.ws-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.xml.ws:jakarta.xml.ws-api",
"direct": true,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "jline:jline",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "jline:jline",
"direct": true,
"version": "0.9.94",
"ecosystem": "maven"
},
{
"name": "jline:jline",
"direct": true,
"version": "2.14.6",
"ecosystem": "maven"
},
{
"name": "junit:junit",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "junit:junit",
"direct": true,
"version": "4.13.2",
"ecosystem": "maven"
},
{
"name": "log4j:log4j",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "log4j:log4j",
"direct": true,
"version": "1.2.17",
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-broker",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-broker",
"direct": true,
"version": "6.2.6",
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-broker",
"direct": true,
"version": "6.2.7",
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-client",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-client",
"direct": true,
"version": "6.2.7",
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-jdbc-store",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-jdbc-store",
"direct": true,
"version": "6.2.7",
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-openwire-legacy",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-openwire-legacy",
"direct": true,
"version": "6.2.7",
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-ra",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-ra",
"direct": true,
"version": "6.2.7",
"ecosystem": "maven"
},
{
"name": "org.apache.ant:ant-nodeps",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.ant:ant-nodeps",
"direct": true,
"version": "1.8.1",
"ecosystem": "maven"
},
{
"name": "org.apache.bval:bval-jsr",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.bval:bval-jsr",
"direct": true,
"version": "3.0.1",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-compress",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-compress",
"direct": true,
"version": "1.28.0",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-fileupload2-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-fileupload2-core",
"direct": true,
"version": "2.0.0-M5",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-fileupload2-jakarta-servlet6",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-fileupload2-jakarta-servlet6",
"direct": true,
"version": "2.0.0-M5",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-lang3",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-lang3",
"direct": true,
"version": "3.18.0",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-lang3",
"direct": true,
"version": "3.19.0",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-lang3",
"direct": true,
"version": "3.20.0",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-pool2",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-pool2",
"direct": true,
"version": "2.13.1",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-core",
"direct": true,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-frontend-jaxrs",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-frontend-jaxrs",
"direct": true,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-frontend-jaxws",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-frontend-jaxws",
"direct": true,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-management",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-management",
"direct": true,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-rs-client",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-rs-client",
"direct": true,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-rs-extension-providers",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-rs-extension-providers",
"direct": true,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-rs-service-description",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-rs-service-description",
"direct": true,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-rs-sse",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-rs-sse",
"direct": true,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-transports-http",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-transports-http",
"direct": true,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-ws-security",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-ws-security",
"direct": true,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.derby:derbyclient",
"direct": true,
"version": "10.15.2.0",
"ecosystem": "maven"
},
{
"name": "org.apache.derby:derbynet",
"direct": true,
"version": "10.15.2.0",
"ecosystem": "maven"
},
{
"name": "org.apache.geronimo.components:geronimo-connector",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.geronimo.components:geronimo-connector",
"direct": true,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.geronimo.components:geronimo-transaction",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.geronimo.components:geronimo-transaction",
"direct": true,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.geronimo.mail:geronimo-mail_2.1_provider",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.geronimo.mail:geronimo-mail_2.1_provider",
"direct": true,
"version": "1.0.2",
"ecosystem": "maven"
},
{
"name": "org.apache.geronimo.specs:geronimo-j2ee-deployment_1.1_spec",
"direct": true,
"version": "1.1",
"ecosystem": "maven"
},
{
"name": "org.apache.geronimo.specs:geronimo-mail_2.1_spec",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.geronimo.specs:geronimo-mail_2.1_spec",
"direct": true,
"version": "1.0.2",
"ecosystem": "maven"
},
{
"name": "org.apache.johnzon:johnzon-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.johnzon:johnzon-core",
"direct": true,
"version": "2.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.johnzon:johnzon-jaxrs",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.johnzon:johnzon-jaxrs",
"direct": true,
"version": "2.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.johnzon:johnzon-jsonb",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.johnzon:johnzon-jsonb",
"direct": true,
"version": "2.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.johnzon:johnzon-mapper",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.johnzon:johnzon-mapper",
"direct": true,
"version": "2.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugin-tools:maven-plugin-annotations",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugin-tools:maven-plugin-annotations",
"direct": true,
"version": "3.15.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-artifact",
"direct": true,
"version": "2.2.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-core",
"direct": true,
"version": "2.2.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-core",
"direct": true,
"version": "3.2.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-plugin-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-plugin-api",
"direct": true,
"version": "2.2.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-project",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-project",
"direct": true,
"version": "2.2.1",
"ecosystem": "maven"
},
{
"name": "org.apache.myfaces.core:myfaces-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.myfaces.core:myfaces-api",
"direct": true,
"version": "4.1.2",
"ecosystem": "maven"
},
{
"name": "org.apache.myfaces.core:myfaces-api",
"direct": true,
"version": "4.1.3",
"ecosystem": "maven"
},
{
"name": "org.apache.myfaces.core:myfaces-impl",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.myfaces.core:myfaces-impl",
"direct": true,
"version": "4.1.2",
"ecosystem": "maven"
},
{
"name": "org.apache.myfaces.core:myfaces-impl",
"direct": true,
"version": "4.1.3",
"ecosystem": "maven"
},
{
"name": "org.apache.neethi:neethi",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.neethi:neethi",
"direct": true,
"version": "3.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.openjpa:openjpa",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openjpa:openjpa",
"direct": true,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.openjpa:openjpa",
"direct": true,
"version": "4.1.1",
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-ee",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-ee",
"direct": true,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-ee-common",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-ee-common",
"direct": true,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-ejb",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-ejb",
"direct": true,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-el22",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-el22",
"direct": true,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-impl",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-impl",
"direct": true,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-jsf",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-jsf",
"direct": true,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-spi",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-spi",
"direct": true,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-web",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-web",
"direct": true,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.santuario:xmlsec",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.santuario:xmlsec",
"direct": true,
"version": "4.0.3",
"ecosystem": "maven"
},
{
"name": "org.apache.sshd:sshd-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.sshd:sshd-core",
"direct": true,
"version": "2.18.0",
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-catalina",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-catalina",
"direct": true,
"version": "11.0.23",
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-catalina-ha",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-coyote",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-dbcp",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-jasper",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-jdbc",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-jdbc",
"direct": true,
"version": "11.0.14",
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-juli",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-juli",
"direct": true,
"version": "11.0.23",
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-websocket",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-websocket",
"direct": true,
"version": "11.0.14",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:jaxb-runtime",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:jaxb-runtime",
"direct": true,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:jaxb-runtime",
"direct": true,
"version": "8.0.10",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.patch:tomee-patch-core",
"direct": true,
"version": "0.10",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.shade:tomee-quartz-shade",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.shade:tomee-quartz-shade",
"direct": true,
"version": "2.5.1",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:commons-dbcp2-shade",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:commons-dbcp2-shade",
"direct": true,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-client",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-client",
"direct": true,
"version": "10.1.3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-client",
"direct": true,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-core",
"direct": true,
"version": "10.1.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-core",
"direct": true,
"version": "10.1.3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-core",
"direct": true,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:taglibs-shade",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:taglibs-shade",
"direct": true,
"version": "10.1.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:taglibs-shade",
"direct": true,
"version": "10.1.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:taglibs-shade",
"direct": true,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.velocity:velocity-engine-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.velocity:velocity-engine-core",
"direct": true,
"version": "2.4.1",
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-asm9-shaded",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-asm9-shaded",
"direct": true,
"version": "4.31",
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-bundleutils",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-bundleutils",
"direct": true,
"version": "4.31",
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-finder-shaded",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-finder-shaded",
"direct": true,
"version": "4.31",
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-naming",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-naming",
"direct": true,
"version": "4.31",
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-reflect",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-reflect",
"direct": true,
"version": "4.31",
"ecosystem": "maven"
},
{
"name": "org.apache.xbean:xbean-spring",
"direct": true,
"version": "4.31",
"ecosystem": "maven"
},
{
"name": "org.bitbucket.b_c:jose4j",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.bitbucket.b_c:jose4j",
"direct": true,
"version": "0.9.6",
"ecosystem": "maven"
},
{
"name": "org.codehaus.groovy:groovy-all",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.groovy:groovy-all",
"direct": true,
"version": "2.4.21",
"ecosystem": "maven"
},
{
"name": "org.codehaus.plexus:plexus-archiver",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.plexus:plexus-archiver",
"direct": true,
"version": "4.12.0",
"ecosystem": "maven"
},
{
"name": "org.codehaus.plexus:plexus-utils",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.plexus:plexus-utils",
"direct": true,
"version": "3.0.10",
"ecosystem": "maven"
},
{
"name": "org.codehaus.plexus:plexus-utils",
"direct": true,
"version": "3.0.24",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty.ee11:jetty-ee11-apache-jsp",
"direct": true,
"version": "12.1.8",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty.ee11:jetty-ee11-plus",
"direct": true,
"version": "12.1.8",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty.ee11:jetty-ee11-webapp",
"direct": true,
"version": "12.1.8",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-http",
"direct": true,
"version": "11.0.24",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-http",
"direct": true,
"version": "12.1.8",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-io",
"direct": true,
"version": "11.0.24",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-io",
"direct": true,
"version": "12.1.8",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-jndi",
"direct": true,
"version": "12.1.8",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-security",
"direct": true,
"version": "11.0.24",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-security",
"direct": true,
"version": "12.1.8",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-server",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-server",
"direct": true,
"version": "11.0.24",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-server",
"direct": true,
"version": "12.1.8",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-util",
"direct": true,
"version": "11.0.24",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-util",
"direct": true,
"version": "12.1.8",
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.config:microprofile-config-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.config:microprofile-config-api",
"direct": true,
"version": "3.1",
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api",
"direct": true,
"version": "4.1",
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.health:microprofile-health-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.health:microprofile-health-api",
"direct": true,
"version": "4.0.1",
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.jwt:microprofile-jwt-auth-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.jwt:microprofile-jwt-auth-api",
"direct": true,
"version": "2.1",
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.openapi:microprofile-openapi-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.openapi:microprofile-openapi-api",
"direct": true,
"version": "4.1",
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.opentracing:microprofile-opentracing-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.rest.client:microprofile-rest-client-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.rest.client:microprofile-rest-client-api",
"direct": true,
"version": "4.0",
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.jpa",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.jpa",
"direct": true,
"version": "3.0.3",
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.jpa",
"direct": true,
"version": "5.0.1",
"ecosystem": "maven"
},
{
"name": "org.ehcache:ehcache",
"direct": true,
"version": "3.12.0",
"ecosystem": "maven"
},
{
"name": "org.fusesource.jansi:jansi",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.fusesource.jansi:jansi",
"direct": true,
"version": "1.16",
"ecosystem": "maven"
},
{
"name": "org.glassfish:jakarta.faces",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.glassfish:jakarta.faces",
"direct": true,
"version": "4.1.9",
"ecosystem": "maven"
},
{
"name": "org.hibernate.orm:hibernate-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.hibernate.orm:hibernate-core",
"direct": true,
"version": "7.4.3",
"ecosystem": "maven"
},
{
"name": "org.hibernate.validator:hibernate-validator",
"direct": true,
"version": "9.1.1",
"ecosystem": "maven"
},
{
"name": "org.hsqldb:hsqldb",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.hsqldb:hsqldb",
"direct": true,
"version": "2.7.3",
"ecosystem": "maven"
},
{
"name": "org.hsqldb:hsqldb",
"direct": true,
"version": "2.7.4",
"ecosystem": "maven"
},
{
"name": "org.jboss.logging:jboss-logging",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.logging:jboss-logging",
"direct": true,
"version": "3.6.3",
"ecosystem": "maven"
},
{
"name": "org.objectweb.howl:howl",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.objectweb.howl:howl",
"direct": true,
"version": "1.0.1-1",
"ecosystem": "maven"
},
{
"name": "org.osgi:org.osgi.compendium",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.osgi:org.osgi.compendium",
"direct": true,
"version": "4.2.0",
"ecosystem": "maven"
},
{
"name": "org.osgi:org.osgi.core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.osgi:org.osgi.core",
"direct": true,
"version": "4.2.0",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-api",
"direct": true,
"version": "2.0.17",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-api",
"direct": true,
"version": "2.0.18",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-jdk14",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-jdk14",
"direct": true,
"version": "2.0.17",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-jdk14",
"direct": true,
"version": "2.0.18",
"ecosystem": "maven"
},
{
"name": "org.sonatype.aether:aether-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.tomitribe:swizzle",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.tomitribe:swizzle",
"direct": true,
"version": "1.3",
"ecosystem": "maven"
},
{
"name": "org.yaml:snakeyaml",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.yaml:snakeyaml",
"direct": true,
"version": "2.6",
"ecosystem": "maven"
},
{
"name": "xalan:serializer",
"direct": true,
"version": "2.7.3",
"ecosystem": "maven"
},
{
"name": "xalan:xalan",
"direct": true,
"version": "2.7.3",
"ecosystem": "maven"
},
{
"name": "xml-resolver:xml-resolver",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "xml-resolver:xml-resolver",
"direct": true,
"version": "1.2",
"ecosystem": "maven"
},
{
"name": "antlr:antlr",
"direct": false,
"version": "2.7.7",
"ecosystem": "maven"
},
{
"name": "cglib:cglib",
"direct": false,
"version": "3.3.0",
"ecosystem": "maven"
},
{
"name": "ch.qos.logback:logback-classic",
"direct": false,
"version": "1.5.21",
"ecosystem": "maven"
},
{
"name": "com.agical.rmock:rmock",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.agical.rmock:rmock",
"direct": false,
"version": "2.0.2",
"ecosystem": "maven"
},
{
"name": "com.caucho:hessian",
"direct": false,
"version": "4.0.66",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-annotations",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-annotations",
"direct": false,
"version": "2.22",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-core",
"direct": false,
"version": "2.22.0",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.woodstox:woodstox-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.fasterxml.woodstox:woodstox-core",
"direct": false,
"version": "7.2.0",
"ecosystem": "maven"
},
{
"name": "com.github.dasniko:testcontainers-keycloak",
"direct": false,
"version": "3.9.0",
"ecosystem": "maven"
},
{
"name": "com.github.testdriven:cfgagent",
"direct": false,
"version": "1.0.1",
"ecosystem": "maven"
},
{
"name": "com.googlecode.jslint4java:jslint4java-maven-plugin",
"direct": false,
"version": "2.0.5",
"ecosystem": "maven"
},
{
"name": "com.googlecode.t7mp:maven-t7-plugin",
"direct": false,
"version": "0.9.18",
"ecosystem": "maven"
},
{
"name": "com.h2database:h2",
"direct": false,
"version": "2.4.240",
"ecosystem": "maven"
},
{
"name": "com.icegreen:greenmail",
"direct": false,
"version": "2.1.7",
"ecosystem": "maven"
},
{
"name": "com.microsoft.azure:azure-webapp-maven-plugin",
"direct": false,
"version": "2.14.1",
"ecosystem": "maven"
},
{
"name": "com.nimbusds:nimbus-jose-jwt",
"direct": false,
"version": "10.6",
"ecosystem": "maven"
},
{
"name": "com.nimbusds:nimbus-jose-jwt",
"direct": false,
"version": "10.9.1",
"ecosystem": "maven"
},
{
"name": "com.sun.istack:istack-commons-runtime",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.sun.istack:istack-commons-runtime",
"direct": false,
"version": "4.1.2",
"ecosystem": "maven"
},
{
"name": "com.sun.jersey:jersey-bundle",
"direct": false,
"version": "1.12",
"ecosystem": "maven"
},
{
"name": "com.sun.xml.messaging.saaj:saaj-impl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.sun.xml.messaging.saaj:saaj-impl",
"direct": false,
"version": "3.0.6",
"ecosystem": "maven"
},
{
"name": "com.sun.xml.parsers:jaxp-ri",
"direct": false,
"version": "1.4.5",
"ecosystem": "maven"
},
{
"name": "com.zaxxer:HikariCP",
"direct": false,
"version": "6.0.0",
"ecosystem": "maven"
},
{
"name": "commons-daemon:commons-daemon",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "commons-daemon:commons-daemon",
"direct": false,
"version": "1.1.0",
"ecosystem": "maven"
},
{
"name": "commons-dbutils:commons-dbutils",
"direct": false,
"version": "1.8.1",
"ecosystem": "maven"
},
{
"name": "commons-httpclient:commons-httpclient",
"direct": false,
"version": "3.1",
"ecosystem": "maven"
},
{
"name": "commons-lang:commons-lang",
"direct": false,
"version": "2.6",
"ecosystem": "maven"
},
{
"name": "info.cukes:cucumber-core",
"direct": false,
"version": "1.2.6",
"ecosystem": "maven"
},
{
"name": "io.cucumber:cucumber-jakarta-openejb",
"direct": false,
"version": "7.31.0",
"ecosystem": "maven"
},
{
"name": "io.cucumber:cucumber-java",
"direct": false,
"version": "7.31.0",
"ecosystem": "maven"
},
{
"name": "io.cucumber:cucumber-junit",
"direct": false,
"version": "7.31.0",
"ecosystem": "maven"
},
{
"name": "io.github.rzo1.org.metatype.sxc:sxc-jaxb-maven-plugin",
"direct": false,
"version": "0.10",
"ecosystem": "maven"
},
{
"name": "io.github.rzo1.org.metatype.sxc:sxc-jaxb-maven-plugin",
"direct": false,
"version": "4.0.5",
"ecosystem": "maven"
},
{
"name": "io.github.rzo1.org.metatype.sxc:sxc-runtime",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.github.rzo1.org.metatype.sxc:sxc-runtime",
"direct": false,
"version": "0.10",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations",
"direct": false,
"version": "2.27.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations-support",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations-support",
"direct": false,
"version": "2.27.0-alpha",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api",
"direct": false,
"version": "2.27.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator",
"direct": false,
"version": "2.27.0-alpha",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry",
"direct": false,
"version": "2.27.0-alpha",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java8",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java8",
"direct": false,
"version": "2.27.0-alpha",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.semconv:opentelemetry-semconv",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.semconv:opentelemetry-semconv",
"direct": false,
"version": "1.32.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.semconv:opentelemetry-semconv-incubating",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry.semconv:opentelemetry-semconv-incubating",
"direct": false,
"version": "1.40.0-alpha",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-api",
"direct": false,
"version": "1.62.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-api-incubator",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-api-incubator",
"direct": false,
"version": "1.61.0-alpha",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-common",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-common",
"direct": false,
"version": "1.62.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-context",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-context",
"direct": false,
"version": "1.62.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-exporter-logging",
"direct": false,
"version": "1.49.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk",
"direct": false,
"version": "1.62.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-common",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-common",
"direct": false,
"version": "1.62.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure",
"direct": false,
"version": "1.49.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure",
"direct": false,
"version": "1.62.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi",
"direct": false,
"version": "1.62.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-logs",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-logs",
"direct": false,
"version": "1.62.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-metrics",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-metrics",
"direct": false,
"version": "1.62.0",
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-trace",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.opentelemetry:opentelemetry-sdk-trace",
"direct": false,
"version": "1.62.0",
"ecosystem": "maven"
},
{
"name": "io.smallrye.common:smallrye-common-annotation",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.common:smallrye-common-annotation",
"direct": false,
"version": "2.17.1",
"ecosystem": "maven"
},
{
"name": "io.smallrye.common:smallrye-common-classloader",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.common:smallrye-common-classloader",
"direct": false,
"version": "2.17.1",
"ecosystem": "maven"
},
{
"name": "io.smallrye.common:smallrye-common-constraint",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.common:smallrye-common-constraint",
"direct": false,
"version": "2.17.1",
"ecosystem": "maven"
},
{
"name": "io.smallrye.common:smallrye-common-expression",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.common:smallrye-common-expression",
"direct": false,
"version": "2.17.1",
"ecosystem": "maven"
},
{
"name": "io.smallrye.common:smallrye-common-function",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.common:smallrye-common-function",
"direct": false,
"version": "2.17.1",
"ecosystem": "maven"
},
{
"name": "io.smallrye.config:smallrye-config",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.config:smallrye-config",
"direct": false,
"version": "3.17.2",
"ecosystem": "maven"
},
{
"name": "io.smallrye.config:smallrye-config-common",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.config:smallrye-config-common",
"direct": false,
"version": "3.17.2",
"ecosystem": "maven"
},
{
"name": "io.smallrye.config:smallrye-config-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.config:smallrye-config-core",
"direct": false,
"version": "3.17.2",
"ecosystem": "maven"
},
{
"name": "io.smallrye.opentelemetry:smallrye-opentelemetry-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.opentelemetry:smallrye-opentelemetry-api",
"direct": false,
"version": "2.15.1",
"ecosystem": "maven"
},
{
"name": "io.smallrye.opentelemetry:smallrye-opentelemetry-cdi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.opentelemetry:smallrye-opentelemetry-cdi",
"direct": false,
"version": "2.15.1",
"ecosystem": "maven"
},
{
"name": "io.smallrye.opentelemetry:smallrye-opentelemetry-config",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.opentelemetry:smallrye-opentelemetry-config",
"direct": false,
"version": "2.15.1",
"ecosystem": "maven"
},
{
"name": "io.smallrye.opentelemetry:smallrye-opentelemetry-propagation",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.opentelemetry:smallrye-opentelemetry-propagation",
"direct": false,
"version": "2.15.1",
"ecosystem": "maven"
},
{
"name": "io.smallrye.opentelemetry:smallrye-opentelemetry-rest",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye.opentelemetry:smallrye-opentelemetry-rest",
"direct": false,
"version": "2.15.1",
"ecosystem": "maven"
},
{
"name": "io.smallrye:jandex",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:jandex",
"direct": false,
"version": "3.5.3",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance",
"direct": false,
"version": "6.11.0",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance-api",
"direct": false,
"version": "6.11.0",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance-apiimpl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance-apiimpl",
"direct": false,
"version": "6.11.0",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance-autoconfig-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance-autoconfig-core",
"direct": false,
"version": "6.11.0",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-fault-tolerance-core",
"direct": false,
"version": "6.11.0",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-health",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-health",
"direct": false,
"version": "4.0.4",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-health-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-open-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-open-api",
"direct": false,
"version": "4.2.4",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-open-api-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-open-api-core",
"direct": false,
"version": "4.2.4",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-open-api-jaxrs",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-open-api-jaxrs",
"direct": false,
"version": "4.2.4",
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-open-api-model",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "io.smallrye:smallrye-open-api-model",
"direct": false,
"version": "4.2.4",
"ecosystem": "maven"
},
{
"name": "jakarta.data:jakarta.data-api",
"direct": false,
"version": "1.0.1",
"ecosystem": "maven"
},
{
"name": "jakarta.data:jakarta.data-tck",
"direct": false,
"version": "1.0.1",
"ecosystem": "maven"
},
{
"name": "jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api",
"direct": false,
"version": "3.1.0",
"ecosystem": "maven"
},
{
"name": "jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-tck",
"direct": false,
"version": "3.1.1",
"ecosystem": "maven"
},
{
"name": "jakarta.enterprise:cdi-tck-core-impl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.enterprise:cdi-tck-web-impl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.json.bind:jakarta.json.bind-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.json:jakarta.json-tck-tests",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api",
"direct": false,
"version": "3.0.2",
"ecosystem": "maven"
},
{
"name": "jakarta.servlet:jakarta.servlet-api",
"direct": false,
"version": "6.1.0",
"ecosystem": "maven"
},
{
"name": "jakarta.tck:sigtest-maven-plugin",
"direct": false,
"version": "2.3",
"ecosystem": "maven"
},
{
"name": "jakarta.transaction:jakarta.transaction-api",
"direct": false,
"version": "2.0.1",
"ecosystem": "maven"
},
{
"name": "jakarta.validation:validation-tck-tests",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "jakarta.websocket:jakarta.websocket-api",
"direct": false,
"version": "2.2.0",
"ecosystem": "maven"
},
{
"name": "jakarta.ws.rs:jakarta-restful-ws-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "javax.cache:cache-api",
"direct": false,
"version": "1.1.1",
"ecosystem": "maven"
},
{
"name": "javax.servlet:jstl",
"direct": false,
"version": "1.2",
"ecosystem": "maven"
},
{
"name": "joda-time:joda-time",
"direct": false,
"version": "2.14.2",
"ecosystem": "maven"
},
{
"name": "mysql:mysql-connector-java",
"direct": false,
"version": "5.1.13",
"ecosystem": "maven"
},
{
"name": "net.alchim31.maven:scala-maven-plugin",
"direct": false,
"version": "4.9.7",
"ecosystem": "maven"
},
{
"name": "net.bytebuddy:byte-buddy",
"direct": false,
"version": "1.18.10",
"ecosystem": "maven"
},
{
"name": "net.minidev:json-smart",
"direct": false,
"version": "1.3.3",
"ecosystem": "maven"
},
{
"name": "net.shibboleth:shib-networking",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "net.shibboleth:shib-networking",
"direct": false,
"version": "9.1.3",
"ecosystem": "maven"
},
{
"name": "net.shibboleth:shib-security",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "net.shibboleth:shib-security",
"direct": false,
"version": "9.1.3",
"ecosystem": "maven"
},
{
"name": "net.shibboleth:shib-support",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "net.shibboleth:shib-support",
"direct": false,
"version": "9.1.3",
"ecosystem": "maven"
},
{
"name": "net.shibboleth:shib-velocity",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "net.shibboleth:shib-velocity",
"direct": false,
"version": "9.1.3",
"ecosystem": "maven"
},
{
"name": "net.sourceforge.htmlunit:htmlunit",
"direct": false,
"version": "2.33",
"ecosystem": "maven"
},
{
"name": "net.sourceforge.htmlunit:htmlunit",
"direct": false,
"version": "2.50.0",
"ecosystem": "maven"
},
{
"name": "net.sourceforge.htmlunit:htmlunit",
"direct": false,
"version": "2.70.0",
"ecosystem": "maven"
},
{
"name": "net.sourceforge.htmlunit:htmlunit",
"direct": false,
"version": "2.8",
"ecosystem": "maven"
},
{
"name": "net.sourceforge.serp:serp",
"direct": false,
"version": "1.15.1",
"ecosystem": "maven"
},
{
"name": "org.apache.activemq.protobuf:activemq-protobuf",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.activemq.protobuf:activemq-protobuf",
"direct": false,
"version": "1.1",
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-kahadb-store",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.activemq:activemq-kahadb-store",
"direct": false,
"version": "6.2.7",
"ecosystem": "maven"
},
{
"name": "org.apache.axis2:axis2-saaj",
"direct": false,
"version": "1.8.2",
"ecosystem": "maven"
},
{
"name": "org.apache.batchee:batchee-jbatch",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.batchee:batchee-jbatch",
"direct": false,
"version": "2.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-bindings-soap",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-bindings-soap",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-bindings-xml",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-bindings-xml",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-databinding-jaxb",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-databinding-jaxb",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-frontend-simple",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-frontend-simple",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-rs-mp-client",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-rs-mp-client",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-security",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-security",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-security-saml",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-security-saml",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-ws-addr",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-ws-addr",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-ws-policy",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-ws-policy",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-wsdl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.cxf:cxf-rt-wsdl",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.deltaspike.core:deltaspike-core-api",
"direct": false,
"version": "2.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.deltaspike.core:deltaspike-core-impl",
"direct": false,
"version": "2.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.derby:derby",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.derby:derby",
"direct": false,
"version": "10.15.2.0",
"ecosystem": "maven"
},
{
"name": "org.apache.derby:derbyshared",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.derby:derbytools",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.felix:maven-bundle-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.felix:maven-bundle-plugin",
"direct": false,
"version": "6.0.2",
"ecosystem": "maven"
},
{
"name": "org.apache.geronimo.buildsupport:geronimo-property-plugin",
"direct": false,
"version": "3.0.1",
"ecosystem": "maven"
},
{
"name": "org.apache.httpcomponents.core5:httpcore5",
"direct": false,
"version": "5.4.3",
"ecosystem": "maven"
},
{
"name": "org.apache.httpcomponents:fluent-hc",
"direct": false,
"version": "4.5.7",
"ecosystem": "maven"
},
{
"name": "org.apache.httpcomponents:httpclient",
"direct": false,
"version": "4.2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.httpcomponents:httpclient",
"direct": false,
"version": "4.3.6",
"ecosystem": "maven"
},
{
"name": "org.apache.httpcomponents:httpclient",
"direct": false,
"version": "4.5.14",
"ecosystem": "maven"
},
{
"name": "org.apache.httpcomponents:httpcore",
"direct": false,
"version": "4.4.16",
"ecosystem": "maven"
},
{
"name": "org.apache.logging.log4j:log4j-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.logging.log4j:log4j-jul",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-antrun-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-antrun-plugin",
"direct": false,
"version": "3.2.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-assembly-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-assembly-plugin",
"direct": false,
"version": "2.4.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-checkstyle-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-checkstyle-plugin",
"direct": false,
"version": "3.6.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-clover-plugin",
"direct": false,
"version": "2.4",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.13.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.14.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.15.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.5.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.7.0",
"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": "1.0.0.Alpha1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-dependency-plugin",
"direct": false,
"version": "1.0.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-dependency-plugin",
"direct": false,
"version": "10.1.2-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-dependency-plugin",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-dependency-plugin",
"direct": false,
"version": "3.11.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-dependency-plugin",
"direct": false,
"version": "3.8.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-dependency-plugin",
"direct": false,
"version": "6.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-deploy-plugin",
"direct": false,
"version": "3.1.4",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-doap-plugin",
"direct": false,
"version": "1.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-ear-plugin",
"direct": false,
"version": "3.4.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-eclipse-plugin",
"direct": false,
"version": "2.10",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-ejb-plugin",
"direct": false,
"version": "2.3",
"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.6",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-failsafe-plugin",
"direct": false,
"version": "8.0.10",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-install-plugin",
"direct": false,
"version": "3.0.0-M1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-invoker-plugin",
"direct": false,
"version": "3.10.1",
"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.0.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-javadoc-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-javadoc-plugin",
"direct": false,
"version": "3.12.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-jxr-plugin",
"direct": false,
"version": "3.6.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-plugin-plugin",
"direct": false,
"version": "3.15.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-pmd-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-pmd-plugin",
"direct": false,
"version": "3.28.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-release-plugin",
"direct": false,
"version": "3.3.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-resources-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-resources-plugin",
"direct": false,
"version": "3.3.1",
"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": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-shade-plugin",
"direct": false,
"version": "3.6.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "10.0.0-M3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "2.18.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "2.22.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "3.5.3",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "3.5.6",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-report-plugin",
"direct": false,
"version": null,
"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.4.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-war-plugin",
"direct": false,
"version": "3.5.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-war-plugin",
"direct": false,
"version": "3.5.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.wagon:wagon-provider-api",
"direct": false,
"version": "3.5.3",
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-aether-provider",
"direct": false,
"version": "3.3.9",
"ecosystem": "maven"
},
{
"name": "org.apache.maven:maven-archiver",
"direct": false,
"version": "3.6.6",
"ecosystem": "maven"
},
{
"name": "org.apache.openejb.itests:failover-ejb",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.openjpa:openjpa-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openjpa:openjpa-maven-plugin",
"direct": false,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-porting",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.openwebbeans:openwebbeans-se",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.rat:apache-rat-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.rat:apache-rat-plugin",
"direct": false,
"version": "0.18",
"ecosystem": "maven"
},
{
"name": "org.apache.sirona:sirona-api",
"direct": false,
"version": "0.3-incubating",
"ecosystem": "maven"
},
{
"name": "org.apache.sirona:sirona-javaagent",
"direct": false,
"version": "0.3-incubating",
"ecosystem": "maven"
},
{
"name": "org.apache.struts:struts2-core",
"direct": false,
"version": "2.1.8.1",
"ecosystem": "maven"
},
{
"name": "org.apache.struts:struts2-sitemesh-plugin",
"direct": false,
"version": "2.1.8.1",
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat.maven:tomcat7-maven-plugin",
"direct": false,
"version": "2.2",
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-api",
"direct": false,
"version": "11.0.14",
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-coyote-ffm",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-el-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-jasper-el",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-jaspic-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-jni",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-jsp-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-servlet-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-ssi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-storeconfig",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-tribes",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-util",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-util-scan",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-websocket-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat:tomcat-websocket-client-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-microprofile",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-microprofile-api",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-plume",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-plus",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-plus",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-plus-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-plus-api",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-webprofile",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-webprofile",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-webprofile-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.bom:tomee-webprofile-api",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.maven:maven-util",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.maven:tomee-embedded-maven-plugin",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.maven:tomee-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.maven:tomee-maven-plugin",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.patch:tomee-patch-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee.patch:tomee-patch-plugin",
"direct": false,
"version": "0.10",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:apache-tomee",
"direct": false,
"version": "10.0.0-M3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:apache-tomee",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:arquillian-openejb-embedded",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:arquillian-tomee-common",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:arquillian-tomee-embedded",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:arquillian-tomee-embedded",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:arquillian-tomee-remote",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:arquillian-tomee-remote",
"direct": false,
"version": "10.1.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:arquillian-tomee-remote",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:itest-common",
"direct": false,
"version": "10.0.0-M3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:itest-common",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:itest-util",
"direct": false,
"version": "10.0.0-M3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:itest-util",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:jakartaee-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:jakartaee-api",
"direct": false,
"version": "11.0.0-M1",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:mbean-annotation-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:mbean-annotation-api",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:mp-common",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:mp-common",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:mp-jwt",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:mp-jwt",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-api",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-core-eclipselink",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-core-eclipselink",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-core-hibernate",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-cxf",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-cxf",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-cxf-rs",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-cxf-rs",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-cxf-transport",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-cxf-transport",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-ejbd",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-ejbd",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-hsql",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-hsql",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-http",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-http",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-jakarta-data",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-jakarta-data",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-javaagent",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-javaagent",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-jee",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-jee",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-jee-accessors",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-jee-accessors",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-jpa-integration",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-jpa-integration",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-junit",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-junit5",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-loader",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-loader",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-mockito",
"direct": false,
"version": "10.0.0-M3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-mockito",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-provisionning",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-rest",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-rest",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-server",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-server",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-standalone",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-webservices",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:openejb-webservices",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-bootstrap",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-catalina",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-catalina",
"direct": false,
"version": "10.0.0-M3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-catalina",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-common",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-common",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-config",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-config",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-embedded",
"direct": false,
"version": "10.1.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-embedded",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-jaxrs",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-jaxrs",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-jdbc",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-jdbc",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-juli",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-juli",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-loader",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-loader",
"direct": false,
"version": "10.0.0-M3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-loader",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-mojarra",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-mojarra",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-myfaces",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-myfaces",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-security",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-security",
"direct": false,
"version": "10.0.0-M3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-security",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-server-composer",
"direct": false,
"version": "10.0.0-M3-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-server-composer",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-server-version",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-util",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-webservices",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:tomee-webservices",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:ziplock",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomee:ziplock",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.apache.ws.xmlschema:xmlschema-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.ws.xmlschema:xmlschema-core",
"direct": false,
"version": "2.3.2",
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-bindings",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-bindings",
"direct": false,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-policy",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-policy",
"direct": false,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-ws-security-common",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-ws-security-common",
"direct": false,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-ws-security-dom",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-ws-security-dom",
"direct": false,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-ws-security-policy-stax",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-ws-security-policy-stax",
"direct": false,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-ws-security-stax",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.wss4j:wss4j-ws-security-stax",
"direct": false,
"version": "4.0.0",
"ecosystem": "maven"
},
{
"name": "org.arquillian.tck.container:arquillian-tck-container",
"direct": false,
"version": "1.0.0.Alpha1",
"ecosystem": "maven"
},
{
"name": "org.arquillian.universe:arquillian-persistence",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.arquillian.universe:arquillian-transaction-jta",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.arquillian:arquillian-universe",
"direct": false,
"version": "1.2.0.1",
"ecosystem": "maven"
},
{
"name": "org.arquillian:arquillian-universe",
"direct": false,
"version": "1.5.0.0",
"ecosystem": "maven"
},
{
"name": "org.bouncycastle:bcmail-jdk18on",
"direct": false,
"version": "1.84",
"ecosystem": "maven"
},
{
"name": "org.bouncycastle:bcpkix-jdk18on",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.bouncycastle:bcpkix-jdk18on",
"direct": false,
"version": "1.84",
"ecosystem": "maven"
},
{
"name": "org.bouncycastle:bcprov-jdk18on",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.bouncycastle:bcprov-jdk18on",
"direct": false,
"version": "1.84",
"ecosystem": "maven"
},
{
"name": "org.bouncycastle:bcutil-jdk18on",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.bouncycastle:bcutil-jdk18on",
"direct": false,
"version": "1.84",
"ecosystem": "maven"
},
{
"name": "org.codehaus.gmaven:groovy-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.gmaven:groovy-maven-plugin",
"direct": false,
"version": "2.1.1",
"ecosystem": "maven"
},
{
"name": "org.codehaus.gmavenplus:gmavenplus-plugin",
"direct": false,
"version": "4.2.1",
"ecosystem": "maven"
},
{
"name": "org.codehaus.janino:janino",
"direct": false,
"version": "3.1.12",
"ecosystem": "maven"
},
{
"name": "org.codehaus.jettison:jettison",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.jettison:jettison",
"direct": false,
"version": "1.3.4",
"ecosystem": "maven"
},
{
"name": "org.codehaus.jettison:jettison",
"direct": false,
"version": "1.5.6",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:build-helper-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:build-helper-maven-plugin",
"direct": false,
"version": "3.6.1",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:exec-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:exec-maven-plugin",
"direct": false,
"version": "1.2.1",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:exec-maven-plugin",
"direct": false,
"version": "3.6.3",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:jaxb2-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:jaxb2-maven-plugin",
"direct": false,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:templating-maven-plugin",
"direct": false,
"version": "3.1.0",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:tomcat-maven-plugin",
"direct": false,
"version": "1.1",
"ecosystem": "maven"
},
{
"name": "org.codehaus.plexus:plexus-classworlds",
"direct": false,
"version": "2.12.0",
"ecosystem": "maven"
},
{
"name": "org.codehaus.swizzle:dependency-report-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.swizzle:dependency-report-plugin",
"direct": false,
"version": "1.0.2",
"ecosystem": "maven"
},
{
"name": "org.codehaus.swizzle:swizzle-confluence",
"direct": false,
"version": "1.6.2",
"ecosystem": "maven"
},
{
"name": "org.codehaus.woodstox:stax2-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.woodstox:stax2-api",
"direct": false,
"version": "4.3.0",
"ecosystem": "maven"
},
{
"name": "org.cryptacular:cryptacular",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.cryptacular:cryptacular",
"direct": false,
"version": "1.2.7",
"ecosystem": "maven"
},
{
"name": "org.easymock:easymock",
"direct": false,
"version": "5.6.0",
"ecosystem": "maven"
},
{
"name": "org.eclipse.angus:angus-activation",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.angus:angus-activation",
"direct": false,
"version": "2.0.2",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jdt:ecj",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.jdt:ecj",
"direct": false,
"version": "3.45.0",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty.ee11:jetty-ee11-servlet",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.config:microprofile-config-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.health:microprofile-health-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.metrics:microprofile-metrics-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.metrics:microprofile-metrics-api-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.metrics:microprofile-metrics-optional-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.metrics:microprofile-metrics-rest-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.openapi:microprofile-openapi-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.rest.client:microprofile-rest-client-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.telemetry:microprofile-telemetry-logs-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.telemetry:microprofile-telemetry-metrics-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile.telemetry:microprofile-telemetry-tracing-tck",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.microprofile:microprofile",
"direct": false,
"version": "6.0",
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:eclipselink",
"direct": false,
"version": "4.0.8",
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.antlr",
"direct": false,
"version": "3.0.3",
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.asm",
"direct": false,
"version": "3.0.3",
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.core",
"direct": false,
"version": "3.0.3",
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.core",
"direct": false,
"version": "5.0.1",
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.jpa.jpql",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.eclipse.persistence:org.eclipse.persistence.jpa.jpql",
"direct": false,
"version": "5.0.1",
"ecosystem": "maven"
},
{
"name": "org.flywaydb:flyway-core",
"direct": false,
"version": "10.17.3",
"ecosystem": "maven"
},
{
"name": "org.flywaydb:flyway-database-hsqldb",
"direct": false,
"version": "10.17.3",
"ecosystem": "maven"
},
{
"name": "org.flywaydb:flyway-maven-plugin",
"direct": false,
"version": "10.17.3",
"ecosystem": "maven"
},
{
"name": "org.fusesource.hawtbuf:hawtbuf",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.fusesource.hawtbuf:hawtbuf",
"direct": false,
"version": "1.11",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jaxb:jaxb-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.glassfish.jaxb:jaxb-core",
"direct": false,
"version": "4.0.4",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jaxb:jaxb-runtime",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.glassfish.jaxb:jaxb-runtime",
"direct": false,
"version": "4.0.4",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jaxb:jaxb-runtime",
"direct": false,
"version": "4.0.5",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jaxb:txw2",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.glassfish.jaxb:txw2",
"direct": false,
"version": "4.0.4",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jersey.containers:jersey-container-servlet",
"direct": false,
"version": "3.1.9",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jersey.core:jersey-client",
"direct": false,
"version": "3.1.9",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jersey.media:jersey-media-moxy",
"direct": false,
"version": "3.1.9",
"ecosystem": "maven"
},
{
"name": "org.glassfish.main.extras:glassfish-embedded-all",
"direct": false,
"version": "3.1.2.2",
"ecosystem": "maven"
},
{
"name": "org.gradle:gradle-core",
"direct": false,
"version": "3.0",
"ecosystem": "maven"
},
{
"name": "org.hamcrest:hamcrest-all",
"direct": false,
"version": "1.3",
"ecosystem": "maven"
},
{
"name": "org.hamcrest:hamcrest-library",
"direct": false,
"version": "2.2",
"ecosystem": "maven"
},
{
"name": "org.hibernate.common:hibernate-commons-annotations",
"direct": false,
"version": "6.0.4",
"ecosystem": "maven"
},
{
"name": "org.hibernate.orm:hibernate-processor",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.htmlunit:htmlunit",
"direct": false,
"version": "4.4.0",
"ecosystem": "maven"
},
{
"name": "org.jacoco:jacoco-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jacoco:jacoco-maven-plugin",
"direct": false,
"version": "0.8.15",
"ecosystem": "maven"
},
{
"name": "org.jasypt:jasypt",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jasypt:jasypt",
"direct": false,
"version": "1.9.3",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.config:arquillian-config-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.config:arquillian-config-impl-base",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.container:arquillian-container-spi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.container:arquillian-container-test-api",
"direct": false,
"version": "1.10.0",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.container:arquillian-container-test-spi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.container:arquillian-glassfish-embedded-3.1",
"direct": false,
"version": "1.0.2",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.core:arquillian-core-impl-base",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.core:arquillian-core-spi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.extension:arquillian-drone-impl",
"direct": false,
"version": "1.3.1",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.extension:arquillian-drone-selenium",
"direct": false,
"version": "1.3.1",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.extension:arquillian-drone-selenium-server",
"direct": false,
"version": "1.3.1",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.extension:arquillian-transaction-impl-base",
"direct": false,
"version": "2.0.0",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.junit5:arquillian-junit5-container",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.junit5:arquillian-junit5-container",
"direct": false,
"version": "1.10.0",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.junit5:arquillian-junit5-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.junit:arquillian-junit-container",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.junit:arquillian-junit-container",
"direct": false,
"version": "1.10.0",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.junit:arquillian-junit-container",
"direct": false,
"version": "1.7.1",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.test:arquillian-test-spi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.testenricher:arquillian-testenricher-cdi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.testng:arquillian-testng-container",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.testng:arquillian-testng-container",
"direct": false,
"version": "1.10.2",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian.testng:arquillian-testng-core",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian:arquillian-bom",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian:arquillian-bom",
"direct": false,
"version": "1.10.0",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian:arquillian-bom",
"direct": false,
"version": "1.10.1",
"ecosystem": "maven"
},
{
"name": "org.jboss.arquillian:arquillian-bom",
"direct": false,
"version": "1.9.1",
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven",
"direct": false,
"version": "3.3.4",
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom",
"direct": false,
"version": "3.3.4",
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom",
"direct": false,
"version": "3.3.7",
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven",
"direct": false,
"version": "3.3.4",
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven",
"direct": false,
"version": "3.3.4",
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap:shrinkwrap-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap:shrinkwrap-api",
"direct": false,
"version": "1.2.6",
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap:shrinkwrap-impl-base",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap:shrinkwrap-impl-base",
"direct": false,
"version": "1.2.6",
"ecosystem": "maven"
},
{
"name": "org.jboss.shrinkwrap:shrinkwrap-spi",
"direct": false,
"version": "1.2.6",
"ecosystem": "maven"
},
{
"name": "org.jboss:jandex",
"direct": false,
"version": "2.4.5",
"ecosystem": "maven"
},
{
"name": "org.jspecify:jspecify",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jspecify:jspecify",
"direct": false,
"version": "1.0.0",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter",
"direct": false,
"version": "5.13.4",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-api",
"direct": false,
"version": "5.12.0",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-api",
"direct": false,
"version": "6.1.1",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-engine",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-engine",
"direct": false,
"version": "5.12.0",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-engine",
"direct": false,
"version": "6.1.1",
"ecosystem": "maven"
},
{
"name": "org.junit.vintage:junit-vintage-engine",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.vintage:junit-vintage-engine",
"direct": false,
"version": "6.1.1",
"ecosystem": "maven"
},
{
"name": "org.junit:junit-bom",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit:junit-bom",
"direct": false,
"version": "5.12.0",
"ecosystem": "maven"
},
{
"name": "org.jvnet.staxex:stax-ex",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jvnet.staxex:stax-ex",
"direct": false,
"version": "2.1.0",
"ecosystem": "maven"
},
{
"name": "org.liquibase:liquibase-core",
"direct": false,
"version": "4.29.2",
"ecosystem": "maven"
},
{
"name": "org.liquibase:liquibase-maven-plugin",
"direct": false,
"version": "4.29.2",
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-all",
"direct": false,
"version": "1.10.19",
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-core",
"direct": false,
"version": "5.23.0",
"ecosystem": "maven"
},
{
"name": "org.netbeans.tools:sigtest-maven-plugin",
"direct": false,
"version": "1.5",
"ecosystem": "maven"
},
{
"name": "org.netbeans.tools:sigtest-maven-plugin",
"direct": false,
"version": "1.6",
"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.37",
"ecosystem": "maven"
},
{
"name": "org.openjdk.nashorn:nashorn-core",
"direct": false,
"version": "15.7",
"ecosystem": "maven"
},
{
"name": "org.openjfx:javafx-base",
"direct": false,
"version": "11",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-core-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-core-api",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-core-impl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-core-impl",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-profile-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-profile-api",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-saml-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-saml-api",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-saml-impl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-saml-impl",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-security-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-security-api",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-security-impl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-security-impl",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-soap-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-soap-api",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xacml-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xacml-api",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xacml-impl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xacml-impl",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xacml-saml-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xacml-saml-api",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xacml-saml-impl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xacml-saml-impl",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xmlsec-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xmlsec-api",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xmlsec-impl",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.opensaml:opensaml-xmlsec-impl",
"direct": false,
"version": "5.1.3",
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm",
"direct": false,
"version": "9.10.1",
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm",
"direct": false,
"version": "9.8",
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm-commons",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm-commons",
"direct": false,
"version": "9.10",
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm-tree",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm-tree",
"direct": false,
"version": "9.10",
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm-util",
"direct": false,
"version": "9.10.1",
"ecosystem": "maven"
},
{
"name": "org.projectlombok:lombok",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.projectlombok:lombok",
"direct": false,
"version": "1.18.42",
"ecosystem": "maven"
},
{
"name": "org.projectlombok:lombok",
"direct": false,
"version": "1.18.46",
"ecosystem": "maven"
},
{
"name": "org.quartz-scheduler:quartz",
"direct": false,
"version": "2.2.1",
"ecosystem": "maven"
},
{
"name": "org.reactivestreams:reactive-streams",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.reactivestreams:reactive-streams",
"direct": false,
"version": "1.0.4",
"ecosystem": "maven"
},
{
"name": "org.scala-lang:scala-library",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.scalatest:scalatest-maven-plugin",
"direct": false,
"version": "2.2.0",
"ecosystem": "maven"
},
{
"name": "org.scalatest:scalatest_2.13",
"direct": false,
"version": "3.2.14",
"ecosystem": "maven"
},
{
"name": "org.seleniumhq.selenium:selenium-api",
"direct": false,
"version": "2.53.1",
"ecosystem": "maven"
},
{
"name": "org.seleniumhq.selenium:selenium-server",
"direct": false,
"version": "2.53.1",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-simple",
"direct": false,
"version": "2.0.18",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-test",
"direct": false,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-tomcat",
"direct": false,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"direct": false,
"version": "4.1.0",
"ecosystem": "maven"
},
{
"name": "org.superbiz:business-model",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.superbiz:connector-sample-api",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.superbiz:connector-sample-ear",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.superbiz:connector-sample-impl",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.superbiz:connector-sample-rar",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.superbiz:connector-sample-war",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.superbiz:maven-ear-plugin",
"direct": false,
"version": "3.4.0",
"ecosystem": "maven"
},
{
"name": "org.superbiz:moviefun-business-logic",
"direct": false,
"version": "10.1.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.superbiz:moviefun-business-model",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.superbiz:moviefun-ear",
"direct": false,
"version": "10.1.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.superbiz:moviefun-webapp",
"direct": false,
"version": "10.1.1-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.superbiz:resources-jmx-ejb",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.superbiz:resources-jmx-ejb",
"direct": false,
"version": "11.0.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.testcontainers:junit-jupiter",
"direct": false,
"version": "1.21.3",
"ecosystem": "maven"
},
{
"name": "org.testng:testng",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.testng:testng",
"direct": false,
"version": "7.10.2",
"ecosystem": "maven"
},
{
"name": "org.testng:testng",
"direct": false,
"version": "7.5.1",
"ecosystem": "maven"
},
{
"name": "org.tomitribe:tomitribe-util",
"direct": false,
"version": "2.0.0",
"ecosystem": "maven"
},
{
"name": "org.webjars:backbonejs",
"direct": false,
"version": "1.0.0",
"ecosystem": "maven"
},
{
"name": "org.webjars:bootstrap",
"direct": false,
"version": "3.4.0",
"ecosystem": "maven"
},
{
"name": "org.webjars:handlebars",
"direct": false,
"version": "1.2.1",
"ecosystem": "maven"
},
{
"name": "org.webjars:jquery",
"direct": false,
"version": "2.1.0-1",
"ecosystem": "maven"
},
{
"name": "org.webjars:json2",
"direct": false,
"version": "20110223",
"ecosystem": "maven"
},
{
"name": "org.webjars:less",
"direct": false,
"version": "1.6.0-1",
"ecosystem": "maven"
},
{
"name": "org.webjars:requirejs",
"direct": false,
"version": "2.1.10",
"ecosystem": "maven"
},
{
"name": "org.webjars:requirejs-text",
"direct": false,
"version": "2.0.15",
"ecosystem": "maven"
},
{
"name": "org.wiremock:wiremock",
"direct": false,
"version": "3.13.1",
"ecosystem": "maven"
},
{
"name": "org.wiremock:wiremock-standalone",
"direct": false,
"version": "3.13.1",
"ecosystem": "maven"
},
{
"name": "taglibs:standard",
"direct": false,
"version": "1.1.2",
"ecosystem": "maven"
},
{
"name": "uk.co.automatictester:wiremock-maven-plugin",
"direct": false,
"version": "7.3.0",
"ecosystem": "maven"
},
{
"name": "xmlunit:xmlunit",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "xmlunit:xmlunit",
"direct": false,
"version": "1.6",
"ecosystem": "maven"
}
],
"collected": true,
"truncated": false,
"total_count": 937,
"direct_count": 269,
"indirect_count": 668
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 1995,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 837
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "rmannibucau",
"commits": 4927,
"avatar_url": "https://avatars.githubusercontent.com/u/1249546?v=4"
},
{
"type": "User",
"login": "dblevins",
"commits": 2800,
"avatar_url": "https://avatars.githubusercontent.com/u/94926?v=4"
},
{
"type": "User",
"login": "jgallimore",
"commits": 1051,
"avatar_url": "https://avatars.githubusercontent.com/u/548624?v=4"
},
{
"type": "User",
"login": "jeanouii",
"commits": 1042,
"avatar_url": "https://avatars.githubusercontent.com/u/1233474?v=4"
},
{
"type": "User",
"login": "rzo1",
"commits": 710,
"avatar_url": "https://avatars.githubusercontent.com/u/13417392?v=4"
},
{
"type": "User",
"login": "tveronezi",
"commits": 519,
"avatar_url": "https://avatars.githubusercontent.com/u/1918442?v=4"
},
{
"type": "User",
"login": "dain",
"commits": 414,
"avatar_url": "https://avatars.githubusercontent.com/u/58298?v=4"
},
{
"type": "User",
"login": "jaceklaskowski",
"commits": 284,
"avatar_url": "https://avatars.githubusercontent.com/u/62313?v=4"
},
{
"type": "User",
"login": "radcortez",
"commits": 256,
"avatar_url": "https://avatars.githubusercontent.com/u/5796305?v=4"
},
{
"type": "User",
"login": "Daniel-Dos",
"commits": 220,
"avatar_url": "https://avatars.githubusercontent.com/u/8139890?v=4"
}
],
"contributors_sampled": 98,
"top_contributor_share": 0.347
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main-pull-request-build.yml",
"main-push-build.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 2,
"reason": "binaries present in source code",
"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": 8,
"reason": "17 out of 19 merged PRs checked by a CI test -- score normalized to 8",
"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": 2,
"reason": "Found 3/14 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 54 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"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": 10,
"reason": "security policy file 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": "95 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a3e8806a9da8dc47023c9d96701cee5c3d0e019a",
"ran_at": "2026-07-25T09:07:00Z",
"aggregate_score": 5.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T23:03:25Z",
"oldest_open_prs": [
{
"number": 2844,
"created_at": "2026-07-21T06:09:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2846,
"created_at": "2026-07-23T18:45:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2847,
"created_at": "2026-07-23T18:54:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2848,
"created_at": "2026-07-23T19:02:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2849,
"created_at": "2026-07-23T19:06:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2850,
"created_at": "2026-07-23T19:24:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2851,
"created_at": "2026-07-23T19:33:59Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-21T12:43:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/apache/tomee",
"host": "github.com",
"name": "tomee",
"owner": "apache"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"security": 62,
"vitality": 96,
"community": 71,
"governance": 73,
"engineering": 74
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 96,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"commits_last_year": 514,
"human_commit_share": 0.3,
"days_since_last_push": 0,
"active_weeks_last_year": 50
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "50/52 weeks with commits",
"points": 34.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 50
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "514 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 514
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 10,
"latest_release_tag": "tomee-project-10.2.0",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 64.2
},
"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 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 ~64.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 64.2
}
}
],
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 71,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"forks": 693,
"stars": 476,
"watchers": 51,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "476 stars",
"points": 43.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 476
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "693 forks",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 693
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "51 watchers",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 51
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 13.5,
"status": "met",
"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": 73,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 98,
"top_contributor_share": 0.347
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 35% of commits",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 35
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "98 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 98
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 54 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"merged_prs": 1995,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 837
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1995/2832 decided PRs merged",
"points": 26.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1995,
"decided": 2832
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/14 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 23561,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "apache",
"public_repos": 3147,
"account_age_days": 6397
},
"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": "23,561 followers of apache",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 23561,
"login": "apache"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3147 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 3147
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"org.apache.tomee:mp-jwt"
],
"ecosystems": "maven",
"any_deprecated": false,
"min_days_since_publish": 7
},
"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 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "45 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 45
}
}
],
"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": 74,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "17 out of 19 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"network-server",
"java",
"tomee",
"jakarta-ee",
"microprofile"
],
"has_wiki": false,
"homepage": "https://tomee.apache.org/",
"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://tomee.apache.org/",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 1.5,
"status": "partial",
"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": "17 out of 19 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"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 3/14 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 54 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"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 detected",
"points": 5,
"status": "met",
"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": "95 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): No advisories left outstanding. Remaining weights renormalized. Matched the maven:org.apache.tomee:mp-jwt@11.0.0-M1 runtime dependency closure — what installing the published package pulls in — 101 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.apache.tomee:mp-jwt@11.0.0-M1",
"assessed": 101
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 101,
"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": 101,
"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": 17
},
"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": 66,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.233,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 192
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md (stub)",
"points": 18,
"status": "partial",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
},
{
"code": "agent_instructions_stub",
"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": "7 of 30 human commits state their intent (structured subject or explanatory body)",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 7,
"sampled": 30
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"arquillian/arquillian-common/pom.xml",
"arquillian/arquillian-openejb-embedded/pom.xml",
"arquillian/arquillian-openejb-transaction-provider/pom.xml",
"arquillian/arquillian-tck/pom.xml",
"arquillian/arquillian-tomee-common/pom.xml",
"arquillian/arquillian-tomee-embedded/pom.xml",
"arquillian/arquillian-tomee-moviefun-example/pom.xml",
"arquillian/arquillian-tomee-remote/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-config-tests/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-data-tests/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/pom.xml",
"arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml",
"arquillian/arquillian-tomee-tests/pom.xml",
"arquillian/functional-tests/pom.xml",
"arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml",
"arquillian/pom.xml",
"arquillian/ziplock/pom.xml",
"assembly/openejb-lite/pom.xml",
"assembly/openejb-standalone/pom.xml",
"assembly/pom.xml",
"boms/jaxb-runtime/pom.xml",
"boms/pom.xml",
"boms/tomee-microprofile-api/pom.xml",
"boms/tomee-microprofile/pom.xml",
"boms/tomee-plume-api/pom.xml",
"boms/tomee-plume/pom.xml",
"boms/tomee-plus-api/pom.xml",
"boms/tomee-plus/pom.xml",
"boms/tomee-webprofile-api/pom.xml",
"boms/tomee-webprofile/pom.xml",
"container/mbean-annotation-api/pom.xml",
"container/openejb-api/pom.xml",
"container/openejb-core/pom.xml",
"container/openejb-jakarta-data/pom.xml",
"container/openejb-javaagent/pom.xml",
"container/openejb-jee-accessors/pom.xml",
"container/openejb-jee/pom.xml",
"container/openejb-jpa-integration/pom.xml",
"container/openejb-junit/pom.xml",
"container/openejb-junit5-backward/pom.xml",
"container/openejb-junit5/pom.xml",
"container/openejb-loader/pom.xml",
"container/pom.xml",
"deps/commons-dbcp2-shade/pom.xml",
"deps/pom.xml",
"deps/taglibs-shade/pom.xml",
"examples/access-timeout-meta/pom.xml",
"examples/access-timeout/pom.xml",
"examples/activemq-multiple-brokers/pom.xml",
"examples/alternate-descriptors/pom.xml",
"examples/application-composer/pom.xml",
"examples/applicationcomposer-jaxws-cdi/pom.xml",
"examples/applicationexception/pom.xml",
"examples/arquillian-jpa/pom.xml",
"examples/async-methods/pom.xml",
"examples/async-postconstruct/pom.xml",
"examples/async-servlet/pom.xml",
"examples/bean-validation-design-by-contract/pom.xml",
"examples/bval-evaluation-redeployment/WebApp1/pom.xml",
"examples/bval-evaluation-redeployment/WebApp2/pom.xml",
"examples/bval-evaluation-redeployment/pom.xml",
"examples/bval-evaluation-redeployment/runner/pom.xml",
"examples/cdi-alternative-and-stereotypes/pom.xml",
"examples/cdi-application-scope/pom.xml",
"examples/cdi-basic/pom.xml",
"examples/cdi-dynamic-inject/pom.xml",
"examples/cdi-ejbcontext-jaas/pom.xml",
"examples/cdi-events/pom.xml",
"examples/cdi-interceptors/pom.xml",
"examples/cdi-produces-disposes/pom.xml",
"examples/cdi-produces-field/pom.xml",
"examples/cdi-qualifier/pom.xml",
"examples/cdi-realm/pom.xml",
"examples/cdi-request-scope/pom.xml",
"examples/cdi-session-scope/pom.xml",
"examples/change-jaxws-url/pom.xml",
"examples/client-resource-lookup-preview/pom.xml",
"examples/cloud-tomee-azure/pom.xml",
"examples/component-interfaces/pom.xml",
"examples/concurrency-utils/pom.xml",
"examples/connector-ear/connector-sample-api/pom.xml",
"examples/connector-ear/connector-sample-ear/pom.xml",
"examples/connector-ear/connector-sample-functional-tests/pom.xml",
"examples/connector-ear/connector-sample-impl/pom.xml",
"examples/connector-ear/connector-sample-rar/pom.xml",
"examples/connector-ear/connector-sample-war/pom.xml",
"examples/connector-ear/pom.xml",
"examples/connector-war/pom.xml",
"examples/cucumber-jvm/pom.xml",
"examples/custom-injection/pom.xml",
"examples/datasource-ciphered-password/pom.xml",
"examples/datasource-definition/pom.xml",
"examples/datasource-versioning/pom.xml",
"examples/decorators/pom.xml",
"examples/dynamic-dao-implementation/pom.xml",
"examples/dynamic-datasource-routing/pom.xml",
"examples/dynamic-implementation/pom.xml",
"examples/dynamic-proxy-to-access-mbean/pom.xml",
"examples/ear-testing/business-logic/pom.xml",
"examples/ear-testing/business-model/pom.xml",
"examples/ear-testing/pom.xml",
"examples/ejb-examples/pom.xml",
"examples/ejb-remote-call-2/pom.xml",
"examples/ejb-remote-call/pom.xml",
"examples/ejb-webservice/pom.xml",
"examples/groovy-cdi/pom.xml",
"examples/groovy-jpa/pom.xml",
"examples/helloworld-weblogic/pom.xml",
"examples/import-database-flyway-maven/pom.xml",
"examples/import-database-flyway/pom.xml",
"examples/import-database-liquibase-maven/pom.xml",
"examples/import-database-liquibase/pom.xml",
"examples/injection-of-connectionfactory/pom.xml",
"examples/injection-of-datasource/pom.xml",
"examples/injection-of-ejbs/pom.xml",
"examples/injection-of-entitymanager/pom.xml",
"examples/injection-of-env-entry/pom.xml",
"examples/interceptors/pom.xml",
"examples/jakarta-data-repository/pom.xml",
"examples/java-modules/pom.xml",
"examples/javamail-velocity/pom.xml",
"examples/javamail/pom.xml",
"examples/jaxrs-filter/pom.xml",
"examples/jaxrs-json-provider-jettison/pom.xml",
"examples/jpa-and-jakarta-data/pom.xml",
"examples/jpa-eclipselink/pom.xml",
"examples/jpa-enumerated/pom.xml",
"examples/jpa-hibernate-arquillian/pom.xml",
"examples/jpa-hibernate/pom.xml",
"examples/jsf-cdi-and-ejb/pom.xml",
"examples/jsonb-configuration/pom.xml",
"examples/jsonb-custom-serializer/pom.xml",
"examples/junit5-application-composer/pom.xml",
"examples/junit5-arquillian-multiple-tomee/pom.xml",
"examples/junit5-arquillian-simple-websockets/pom.xml",
"examples/lookup-of-ejbs-with-descriptor/pom.xml",
"examples/lookup-of-ejbs/pom.xml",
"examples/moviefun-rest/pom.xml",
"examples/moviefun/pom.xml",
"examples/movies-complete-meta/pom.xml",
"examples/movies-complete/pom.xml",
"examples/mp-config-example/pom.xml",
"examples/mp-config-source-database/pom.xml",
"examples/mp-custom-healthcheck/pom.xml",
"examples/mp-faulttolerance-fallback/pom.xml",
"examples/mp-faulttolerance-retry/pom.xml",
"examples/mp-faulttolerance-timeout/pom.xml",
"examples/mp-jsonb-configuration/pom.xml",
"examples/mp-jwt-bean-validation-strongly-typed/pom.xml",
"examples/mp-jwt-bean-validation/pom.xml",
"examples/mp-openapi-reader/pom.xml",
"examples/mp-opentelemetry-metrics/pom.xml",
"examples/mp-rest-client/pom.xml",
"examples/mp-rest-jwt-jwk/pom.xml",
"examples/mp-rest-jwt-principal/pom.xml",
"examples/mp-rest-jwt-public-key/pom.xml",
"examples/mtom/pom.xml",
"examples/multi-jpa-provider-testing/pom.xml",
"examples/multiple-arquillian-adapters/pom.xml",
"examples/multiple-tomee-arquillian/pom.xml",
"examples/persistence-fragment/pom.xml",
"examples/pojo-webservice/pom.xml",
"examples/polling-parent/polling-client/pom.xml",
"examples/polling-parent/polling-core/pom.xml",
"examples/polling-parent/polling-domain/pom.xml",
"examples/polling-parent/polling-web/pom.xml",
"examples/polling-parent/pom.xml",
"examples/pom.xml",
"examples/quartz-app/pom.xml",
"examples/quartz-app/quartz-beans/pom.xml",
"examples/quartz-app/quartz-ra/pom.xml",
"examples/realm-in-tomee/pom.xml",
"examples/reload-persistence-unit-properties/pom.xml",
"examples/resources-declared-in-webapp/pom.xml",
"examples/resources-jmx-example/pom.xml",
"examples/resources-jmx-example/resources-jmx-ear/pom.xml",
"examples/resources-jmx-example/resources-jmx-ejb/pom.xml",
"examples/rest-applicationcomposer-mockito/pom.xml",
"examples/rest-applicationcomposer/pom.xml",
"examples/rest-cdi/pom.xml",
"examples/rest-example-with-application/pom.xml",
"examples/rest-example/pom.xml",
"examples/rest-jaas/pom.xml",
"examples/rest-on-ejb/pom.xml",
"examples/rest-sse-example/pom.xml",
"examples/rest-xml-json/pom.xml",
"examples/scala-basic/pom.xml",
"examples/schedule-events/pom.xml",
"examples/schedule-expression/pom.xml",
"examples/schedule-methods-meta/pom.xml",
"examples/schedule-methods/pom.xml",
"examples/security-custom-identitystore/pom.xml",
"examples/security-openid/pom.xml",
"examples/security-tomcat-user-identitystore/pom.xml",
"examples/server-events/pom.xml",
"examples/serverless-builder/pom.xml",
"examples/serverless-tomee-microprofile/pom.xml",
"examples/serverless-tomee-plume/pom.xml",
"examples/serverless-tomee-plus/pom.xml",
"examples/serverless-tomee-webprofile/pom.xml",
"examples/simple-cdi-interceptor/pom.xml",
"examples/simple-cmp2/pom.xml",
"examples/simple-ear/moviefun-business-logic/pom.xml",
"examples/simple-ear/moviefun-business-model/pom.xml",
"examples/simple-ear/moviefun-ear/pom.xml",
"examples/simple-ear/moviefun-functional-tests/pom.xml",
"examples/simple-ear/moviefun-webapp/pom.xml",
"examples/simple-ear/pom.xml",
"examples/simple-jms-context/pom.xml",
"examples/simple-jms/pom.xml",
"examples/simple-mdb-and-cdi/pom.xml",
"examples/simple-mdb-with-descriptor/pom.xml",
"examples/simple-mdb/pom.xml",
"examples/simple-remote-tomcatusers/pom.xml",
"examples/simple-rest/pom.xml",
"examples/simple-singleton/pom.xml",
"examples/simple-stateful-callbacks/pom.xml",
"examples/simple-stateful/pom.xml",
"examples/simple-stateless-callbacks/pom.xml",
"examples/simple-stateless-with-descriptor/pom.xml",
"examples/simple-stateless/pom.xml",
"examples/simple-webservice-without-interface/pom.xml",
"examples/simple-webservice/pom.xml",
"examples/singleton-startup-ordering/pom.xml",
"examples/struts/pom.xml",
"examples/telephone-stateful/pom.xml",
"examples/testcase-injection/pom.xml",
"examples/testing-security-2/pom.xml",
"examples/testing-security-3/pom.xml",
"examples/testing-security-4/pom.xml",
"examples/testing-security-meta/pom.xml",
"examples/testing-security/pom.xml",
"examples/testing-transactions-bmt/pom.xml",
"examples/testing-transactions/pom.xml",
"examples/tomee-jersey-eclipselink/pom.xml",
"examples/tomee-jms-portability/pom.xml",
"examples/transaction-rollback/pom.xml",
"examples/troubleshooting/pom.xml",
"examples/webservice-attachments/pom.xml",
"examples/webservice-handlerchain/pom.xml",
"examples/webservice-holder/pom.xml",
"examples/webservice-inheritance/pom.xml",
"examples/webservice-security/pom.xml",
"examples/webservice-ssl-client-cert/pom.xml",
"examples/webservice-ws-security/pom.xml",
"examples/webservice-ws-with-resources-config/pom.xml",
"examples/websocket-jms/pom.xml",
"examples/websocket-tls-basic-auth/pom.xml",
"examples/xa-datasource/pom.xml",
"gradle/gradle-tomee-embedded/pom.xml",
"gradle/pom.xml",
"itests/ejb/pom.xml",
"itests/failover-ejb/pom.xml",
"itests/failover/pom.xml",
"itests/itest-common/pom.xml",
"itests/itest-util/pom.xml",
"itests/jaxrs/pom.xml",
"itests/legacy-client/pom.xml",
"itests/legacy-server/pom.xml",
"itests/microprofile-jwt-itests/pom.xml",
"itests/openejb-itests-app/pom.xml",
"itests/openejb-itests-beans/pom.xml",
"itests/openejb-itests-client/pom.xml",
"itests/openejb-itests-interceptor-beans/pom.xml",
"itests/openejb-itests-optional-classes/3rdpartydep/pom.xml",
"itests/openejb-itests-optional-classes/app/pom.xml",
"itests/openejb-itests-optional-classes/lib_with_optional_dep/pom.xml",
"itests/openejb-itests-optional-classes/pom.xml",
"itests/openejb-itests-servlets/pom.xml",
"itests/openejb-itests-web/pom.xml",
"itests/pom.xml",
"itests/tomee-microprofile-itests/pom.xml",
"itests/tomee-security-itests/pom.xml",
"itests/tomee-server-composer/pom.xml",
"itests/tomee-server-version/pom.xml",
"maven/applicationcomposer-maven-plugin/pom.xml",
"maven/jarstxt-maven-plugin/pom.xml",
"maven/maven-util/pom.xml",
"maven/openejb-embedded-maven-plugin/pom.xml",
"maven/pom.xml",
"maven/tomee-embedded-maven-plugin/pom.xml",
"maven/tomee-maven-plugin/pom.xml",
"maven/tomee-webapp-archetype/pom.xml",
"maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml",
"mp-jwt/pom.xml",
"pom.xml",
"server/openejb-activemq/pom.xml",
"server/openejb-bonecp/pom.xml",
"server/openejb-client/pom.xml",
"server/openejb-common-cli/pom.xml",
"server/openejb-cxf-rs/pom.xml",
"server/openejb-cxf-transport/pom.xml",
"server/openejb-cxf/pom.xml",
"server/openejb-daemon/pom.xml",
"server/openejb-derbynet/pom.xml",
"server/openejb-ejbd/pom.xml",
"server/openejb-hessian/pom.xml",
"server/openejb-hsql/pom.xml",
"server/openejb-http/pom.xml",
"server/openejb-multicast/pom.xml",
"server/openejb-rest/pom.xml",
"server/openejb-server/pom.xml",
"server/openejb-ssh/pom.xml",
"server/openejb-webservices/pom.xml",
"server/pom.xml",
"tck/bval-embedded/pom.xml",
"tck/bval-signature-test/pom.xml",
"tck/bval-tomee/pom.xml",
"tck/cdi-embedded/pom.xml",
"tck/cdi-signature-test/pom.xml",
"tck/cdi-tomee/pom.xml",
"tck/concurrency-signature-test/pom.xml",
"tck/concurrency-standalone/pom.xml",
"tck/data-signature-test/pom.xml",
"tck/data-standalone/pom.xml",
"tck/jax-rs/jax-rs-signature-test/pom.xml",
"tck/jax-rs/jax-rs-tests-embedded/pom.xml",
"tck/jax-rs/jax-rs-tests/pom.xml",
"tck/jax-rs/pom.xml",
"tck/jsonb-signature-test/pom.xml",
"tck/jsonb-standalone/pom.xml",
"tck/jsonp-signature-test/pom.xml",
"tck/jsonp-standalone/pom.xml",
"tck/microprofile-tck/config/pom.xml",
"tck/microprofile-tck/fault-tolerance/pom.xml",
"tck/microprofile-tck/health/pom.xml",
"tck/microprofile-tck/jwt/pom.xml",
"tck/microprofile-tck/metrics/pom.xml",
"tck/microprofile-tck/openapi/pom.xml",
"tck/microprofile-tck/opentelemetry/logs/pom.xml",
"tck/microprofile-tck/opentelemetry/metrics/pom.xml",
"tck/microprofile-tck/opentelemetry/pom.xml",
"tck/microprofile-tck/opentelemetry/tracing/pom.xml",
"tck/microprofile-tck/pom.xml",
"tck/microprofile-tck/rest-client/pom.xml",
"tck/pom.xml",
"tck/security-standalone/pom.xml",
"tck/tck-common/pom.xml",
"tomee/apache-tomee/pom.xml",
"tomee/pom.xml",
"tomee/tomee-bootstrap/pom.xml",
"tomee/tomee-catalina/pom.xml",
"tomee/tomee-common/pom.xml",
"tomee/tomee-config/pom.xml",
"tomee/tomee-deb/pom.xml",
"tomee/tomee-embedded/pom.xml",
"tomee/tomee-jaxrs/pom.xml",
"tomee/tomee-jdbc/pom.xml",
"tomee/tomee-juli/pom.xml",
"tomee/tomee-loader/pom.xml",
"tomee/tomee-microprofile/mp-common/pom.xml",
"tomee/tomee-microprofile/pom.xml",
"tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml",
"tomee/tomee-mojarra/pom.xml",
"tomee/tomee-myfaces/pom.xml",
"tomee/tomee-overlay-runner/pom.xml",
"tomee/tomee-plume-webapp/pom.xml",
"tomee/tomee-plus-webapp/pom.xml",
"tomee/tomee-security/pom.xml",
"tomee/tomee-util/pom.xml",
"tomee/tomee-webapp/pom.xml",
"tomee/tomee-webservices/pom.xml",
"utils/livereload-tomee/pom.xml",
"utils/log4j2-tomee/pom.xml",
"utils/openejb-core-eclipselink/pom.xml",
"utils/openejb-core-hibernate/pom.xml",
"utils/openejb-mockito/pom.xml",
"utils/openejb-provisionning/pom.xml",
"utils/pom.xml",
"utils/webdeployer/pom.xml"
],
"dependency_bot_commit_share": 0.65
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "arquillian/arquillian-common/pom.xml, arquillian/arquillian-openejb-embedded/pom.xml, arquillian/arquillian-openejb-transaction-provider/pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "arquillian/arquillian-common/pom.xml, arquillian/arquillian-openejb-embedded/pom.xml, arquillian/arquillian-openejb-transaction-provider/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": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"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": "65 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 65,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 599278,
"source_files_sampled": 6386,
"oversized_source_files": 27
},
"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": "27/6386 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6386,
"oversized": 27
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example",
"examples",
"sample"
],
"has_mcp_signal": false,
"api_schema_files": [
"examples/mp-openapi-reader/src/main/webapp/openapi/openapi.yaml"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "examples/mp-openapi-reader/src/main/webapp/openapi/openapi.yaml",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/mp-openapi-reader/src/main/webapp/openapi/openapi.yaml"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, examples, sample",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, examples, sample"
}
}
],
"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-25T09:07:37.552572Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/apache/tomee.svg",
"full_name": "apache/tomee",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}