Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 637729,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 1231,
"HTML": 253517,
"Java": 17734616,
"Shell": 43055,
"Kotlin": 141,
"Python": 8760,
"AspectJ": 697200,
"Batchfile": 1447
},
"pushed_at": "2026-03-05T01:03:02Z",
"created_at": "2020-07-30T15:54:51Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T15:27:08Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": null,
"name": "Eclipse Aspectj",
"type": "Organization",
"login": "eclipse-aspectj",
"company": null,
"location": null,
"followers": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/130459920?v=4",
"created_at": "2023-04-11T10:59:23Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 1206
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "V1_9_25_1",
"kind": "other",
"published_at": "2025-12-17T19:17:00Z"
},
{
"tag": "V1_9_25",
"kind": "other",
"published_at": "2025-11-04T03:57:22Z"
},
{
"tag": "V1_9_24",
"kind": "other",
"published_at": "2025-04-11T23:34:04Z"
},
{
"tag": "V1_9_23",
"kind": "other",
"published_at": "2025-03-13T20:21:29Z"
},
{
"tag": "V1_9_22_1",
"kind": "other",
"published_at": "2024-05-11T07:12:12Z"
},
{
"tag": "V1_9_22",
"kind": "other",
"published_at": "2024-03-24T07:53:53Z"
},
{
"tag": "V1_9_21_2",
"kind": "other",
"published_at": "2024-03-13T09:42:25Z"
},
{
"tag": "V1_9_21_1",
"kind": "other",
"published_at": "2024-02-14T02:33:37Z"
},
{
"tag": "V1_9_21",
"kind": "other",
"published_at": "2023-12-11T03:13:05Z"
},
{
"tag": "V1_9_21_RC1",
"kind": "other",
"published_at": "2023-12-02T02:55:50Z"
},
{
"tag": "V1_9_21_M1",
"kind": "other",
"published_at": "2023-12-02T02:54:52Z"
},
{
"tag": "V1_9_20_1",
"kind": "other",
"published_at": "2023-09-04T04:54:59Z"
},
{
"tag": "V1_9_20",
"kind": "other",
"published_at": "2023-08-16T07:04:59Z"
},
{
"tag": "V1_9_19",
"kind": "other",
"published_at": "2022-12-21T16:02:28Z"
},
{
"tag": "V1_9_9_1",
"kind": "other",
"published_at": "2022-03-31T12:29:57Z"
},
{
"tag": "V1_9_9",
"kind": "other",
"published_at": "2022-03-31T12:25:41Z"
},
{
"tag": "V1_9_8",
"kind": "other",
"published_at": "2022-02-26T23:40:13Z"
},
{
"tag": "V1_9_7",
"kind": "other",
"published_at": "2021-06-24T23:29:41Z"
},
{
"tag": "V1_9_6",
"kind": "other",
"published_at": "2020-08-14T21:29:56Z"
}
],
"recent_commits": [
{
"oid": "1df213a52043b82fc4ee5dd3757dd96022b8a584",
"body": "…nside a module\n\n**Root Cause**\n\nThe `ClassCastException` occurs in `ClassFile.generateLocalVariableTableAttribute()` where JDT unconditionally casts `MethodBinding.declaringClass` to `SourceTypeBinding`. For synthetic methods generated by `pertypewithin` aspects (and potentially other per-clause va\n[…]\n fix, and existing module tests (`Ajc190Tests`) and `PerTypeWithinTests` show no regressions.\n\nai-in-use: Fix and tests developed in conjunction with AI: Cursor using claude-4.6-opus model\n\nFixes #344",
"is_bot": false,
"headline": "Fixes #344 - Internal compiler error compiling pertypewithin aspect i…",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2026-03-05T00:52:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54b2f7802e23a8fc5c70f86f4cb59b5501590c51",
"body": "…emurin JDK25 on the github CI",
"is_bot": false,
"headline": "More defensive handling in the test that will currently fail on the T…",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-12-19T16:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ece5aa8339cbaf6656228d899e6a4d299ad555d",
"body": null,
"is_bot": false,
"headline": "Script and maven changes to build the bundle for publishing in one go",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-12-17T23:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5813dd52fe919b07e37fa5ce035d59b243325086",
"body": "…d stack!\n\nSimilar to other fixes for related problems - make sure we record\nthat a variable is in use so the code generation isnt surprised by\na load instruction for one of them.",
"is_bot": false,
"headline": "Fixes #350 - java.lang.AssertionError: Attempt to push null on operan…",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-11-26T22:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80012ca1e11b230aec8231776073f74b318192c8",
"body": null,
"is_bot": false,
"headline": "Moving to 1.9.26-SNAPSHOT version",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-11-04T03:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764850104177dc1eb0db6f20bcf73f8a4880f76f",
"body": null,
"is_bot": false,
"headline": "poms fixed to version 1.9.25",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-11-04T03:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fb87806d270a1bd73471d8776e900410850fa17",
"body": null,
"is_bot": false,
"headline": "Remove rogue class file",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-10-25T23:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "415f472e6227adcb2c4db3ea9e6a3c600cf34324",
"body": "Nothing too complicated here. AnnotationResolved was moved in JDT from TagBits\nto ExtendedTagBits but that was an easy change to include. Migrated some tests\nfrom 1924tests to 1925tests because strictly speaking they were fixes after 1.9.24\nwere released but there was no 1.9.24.1 to include them. S\n[…]\nthods\n(added some basic tests for that and the weaving of such types). Add some\nweaving tests for the less strict constructor format too (super() calls don't\nhave to be first in the constructor now).",
"is_bot": false,
"headline": "Upgrading to Java25",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-10-25T23:51:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b0e11d8633c84e8b0827e0eb77b4639fe0914e4",
"body": "This change fixes more cases in the *Declaration classes that generate code.\nBoth #336 and #337 are due to the same piece of code not correctly computing\nthe resolved position because of copying it from a source method when it needs\nrecomputing for the method being generated. In particular primitive types\nand/or double slot types (like long or double) cause the code to miscompute\nthe resolved positions or set the wrong type of expected type on the stack.\n\nFixes #336\nFixes #337",
"is_bot": false,
"headline": "Fix more \"Attempt to push null on operand stack\" variants",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-04-15T22:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d2b60288f20d00071cf5e0134a31b5758bb006",
"body": null,
"is_bot": false,
"headline": "Move to 1.9.25-SNAPSHOT builds",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-04-13T16:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30a2a039031a82275e5841163408e9c11ee5af16",
"body": null,
"is_bot": false,
"headline": "1.9.24 release",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-04-10T19:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "796f794c85150db35c32197248b97bda4a3949af",
"body": null,
"is_bot": false,
"headline": "Adapt to 1.9.24 release of AspectJ Eclipse JDT Compiler variant",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-04-09T21:56:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc46e12f52fabad64e91041d37bfb0dc43333eb0",
"body": "…ting in 97% of memory allocated in Pattern.compile\n\nI say 'fixes' but all I did was use a different implementation. I don't have\na testcase that gives the memory problem but the new implementation\ndoesn't use Pattern so it can't give the same behaviour.\n\nPerhaps Pattern matching is better for some situation I'm unaware of but\nmy microbenchmarks on this approach seem to suggest it is much faster and\nthe tests all seem to pass.\n\nFixes #323",
"is_bot": false,
"headline": "Fixes #323: UnresolvedType#getDimensions uses uncompiled regex, resul…",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-25T23:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9e22803ad2772a704547aa46f45eeb1cd66c3ef",
"body": "… be cast to class SourceTypeBinding\n\nModified EclipseResolvedMember such that if it finds it is dealing with a ParameterizedTypeBinding\nit resolves it to the base type binding before attempting the cast. Testcode added.\n\nFixes #326",
"is_bot": false,
"headline": "Fixes #326: ClassCastException: class ParameterizedTypeBinding cannot…",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-25T19:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc327cb06940d4d134ab9e03d93ae2ce3d8ebc9",
"body": "This change adds tests for multiple related scenarios where the code\ngeneration was not including correct variable information, leading\nto these 'push null' problems. The new trackers for stack/variable usage\nwhen working with recent versions of Java are more careful in that it is\nnot possible to ma\n[…]\nand fixing (for example the code takes a different path for\nstatic vs non-static and private vs non-private).\n\nA snapshot build with these changes in seems to pass the Xwiki build\nprocess.\n\nFixes #327",
"is_bot": false,
"headline": "Fixed #327 - Attempt to push null on operand stack",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-24T23:54:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "30b83b00ebc7f6ed8c568341d1d435c50388dcaa",
"body": "…thod access\n\nThe Eclipse compiler has become more strict and we need to be informing\nthe code generator about variables before we use them otherwise it will\nnot allow them to be manipulated (even though they are there in the bytecode).\n\nThis fixes ensures sensible names are passed through from the \n[…]\nl the way to the\nmethod binding that the generator is inspecting. These can then be used\nto inform the code generator. This seems preferable to creating simply\nfake entries on the backend.\n\nFixes #328",
"is_bot": false,
"headline": "Fix for GH328 - problem with generating supporting code for inline me…",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-21T18:03:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f9332a313792a0d3742112a49fd8cde98179d28",
"body": null,
"is_bot": false,
"headline": "Fix formatting for list",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-13T20:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c06466aa5ec25a76f1e8963f3e0df4fa4ce68168",
"body": null,
"is_bot": false,
"headline": "Set versions to AspectJ 1.9.24-SNAPSHOT",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-13T20:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b07f144720d496bad27019298db9f451eb99df6",
"body": null,
"is_bot": false,
"headline": "Set pom versions to 1.9.23 for release",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-13T20:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e060774e260965c704d7ff079c26fe8492fd01",
"body": null,
"is_bot": false,
"headline": "Add more correct date",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-10T16:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16aa8fd4849bdee8992ca7b4a4f0560a71766a70",
"body": null,
"is_bot": false,
"headline": "Add Java 23 to list",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-10T16:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fe8da0e307a4618c5cebd575ae55d2b6a3de170",
"body": null,
"is_bot": false,
"headline": "Add readme to index",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-07T23:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b39f3525bfc0e32906f74f2162a9a9cf65a9a51",
"body": null,
"is_bot": false,
"headline": "Readme for 1.9.23",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-07T23:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb56b6e84e24e58f318fb92479f9d9e6fa4c866f",
"body": "The huge change with adopting Java23 is that 1.1 > 1.7 Java are now considered unsupported\nby Eclipse JDT, so the many thousands of tests we have that were specifying java versions\nlower than 1.8 were all failing with an unsupported version error. All those tests have\nhad their versions bumped to 1.\n[…]\nth needing to bump up the java versions, these classes had to be brought up to date with\nAST.JLS20 rather than only supporting versions 2/3. This was mostly copying patterns for\nthe Eclipse classes.
",
"is_bot": false,
"headline": "Add Java23 support",
"author_name": "Andrew Clement",
"author_login": "aclement",
"committed_at": "2025-03-07T18:43:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8044fa120adc1f7370b09c1dbf906eff62e1da62",
"body": "Some links should point to eclipse.dev/aspectj/doc/latest/\r\nrather than link to GitHub pages.\r\n\r\nCloses #321.",
"is_bot": false,
"headline": "Update documentation links in README.md",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2025-01-21T01:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c6e30bdd9a8cda263dbfc73a529af96f2b01e40",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Set version to 1.9.23-SNAPSHOT",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-05-11T07:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34bddb2153211f3f3af508a7cfb04dca3bfcadb9",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Release AspectJ 1.9.22.1",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-05-11T06:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b86bc0a92ee29990f9d9dc505472cea8de8ae6",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Add 1.9.22.1 release notes",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-05-11T06:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e75604071d80dd0719ac0199d8d12287172efb1d",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "ClasspathManagerTestCase cosmetics",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-26T07:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975671fa81f823643adf892f2af0e8120322e682",
"body": "Fixes #306 and adds a few small optimisations.\n\nCo-authored-by: Alexander Kriegisch <Alexander@Kriegisch.name>\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Improve ClassPathManager performance, caching unfound entries",
"author_name": "Ric Harris",
"author_login": "harrisric",
"committed_at": "2024-04-26T07:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c398a2105d7bf8153c2ef13dea372bcfa6c33a48",
"body": "Performance regression test for #306, failing before the enhancement and\npassing afterward.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Add ClasspathManagerTestCase::testUnfoundClassPerformance",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-26T07:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d19004b111542c878120636da406a6c47f686aa",
"body": " ones\n\nafter Miika Vesti provided copies of the old plugin versions. Thanks,\nMiika.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "IDE.md: Remove old repo.t5.fi M2E update sites, add two more aspectj.dev",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-17T08:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6e5f902da9604c5b7ad79dd1180e081e0c0a252",
"body": "Instead of creating dedicated ITs for #218, just use the new matching\ncapabilities like this for good measure:\n\n<message kind=\"weave\" aspectFile=\"MyAspect.java\" aspectLine=\"8\" .../>\n\nTests affected:\n - Ajc165Tests::testFunkyPointcut_pr272233_2\n - Bugs1920Tests::test_GitHub_214\n\nRelates to #218.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Use aspect file/line matching for weave messages in some tests",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-13T11:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3f62b57ca9d7f1ef728b6c3647a613875057aee",
"body": "reference\n\nExperimental code leading to undesired ripple effects elsewhere,\nrequiring more rework which now I do not feel inclined to invest to\nperfect source file string representation for post-compile binary\nclasses and aspects.\n\nRelates to #218.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "BcelObjectType: Add experimental code to set source file name for",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-13T11:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b48e5d71a9f8141ca4fb275a7e4bb99b389c5d37",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Minor code cosmetics",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-13T11:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc826197736d3246e87b5b8fe4286ce3553e692",
"body": "Remove leading \"weaveInfo\", add missing \"see also:\" to weave messages.\n\nRelates to #218.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Fix expected weave messages after previous changes",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-13T11:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a700fc6eb8793d7bfa08a31a4529eb2e49b84c",
"body": "WIP (work in progress).\n\nCloses #218.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Implement source location matching for weave messages in XML tests",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-13T11:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "287ec8f5ef52510b36b05331e69b7dd579c01ecf",
"body": "Add more funky pointcuts concerning 'void[]' and pointcuts matching\narrays of generic types. Remove TODO after previously committed bugfix.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Improve Ajc165Tests.testFunkyPointcut_pr272233_2",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8c2f57913042c6ceeeeac010e2c6658fcb3c147",
"body": "- Improvement: Also add CompilationAndWeavingContext for constructor\n with causing exception\n- Remove home-brew stack trace printing, just call super constructors\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Further streamline BCException",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bd0a45144b8cd2fe57432e572d0c8339fecd61f",
"body": "- Bugfix: Flush stream.\n- Adjust format to more closely resemble JVM format. E.g., do not print\n the causing exception name twice.\n- Add TODO, because this whole custom stack trace printing can just go\n away. The JVM format should do just fine. This commit is merely meant\n to document the decision to remove the cruft in the next commit.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Improve stack trace printing in BCException",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f97f77c030534c870168f490710d9110bea32a02",
"body": "The test needs to expect the lately introduced Xlint:arrayCannotBeVoid\nwarning to be thrown, because one of the pointcuts in\ntests/bugs165/pr272233/Iffy2.java contains a 'void[]' return type in a\nmethod signature.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Make Ajc165Tests.testFunkyPointcut_pr272233_2 pass",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed0a8ea17b691489057b670f1b6859e025d6c7c8",
"body": "Because void arrays are illegal (and nonsensical), now there is a new\nXlint warning whenever World.resolve resolves a new 'void[]'. Because\nin the World class we do not have any source context, no path + line\nnumber are logged. The user only sees something like:\n\n [warning] arrays cannot have a voi\n[…]\nach advice pointcut could be\nheuristically scanned for the literal substring 'void[]', logging the\nXlint message if it is found anywhere.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "New Xlint warning 'arrayCannotBeVoid' when resolving 'void[]'",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:32:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cad9346701b4ef3884283886948b0c2504e00e17",
"body": "In generic type lists, after a '*' in any type parameter list, sometimes\nthe '*' (which should be converted to '?') itself and always the\nsubsequent parameters would be missing from the signature:\n\n - '[Pjava/util/Collection<*>;' yielded\n 'java.util.Collection<>[]', but should be\n 'java.util.\n[…]\ner;>;>;' yielded\n 'java.util.Map<?>[]', but should be\n 'java.util.Map<?,java.util.List<java.lang.Integer[]>>[]'\n\nThis is now fixed.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "UnresolvedType.signatureToName: fix '*' case for generic type '?'",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:32:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a1ec081e1958afa47a884cad4766e6ca88571aa",
"body": "For array reference types, match type parameters on component type, not\non array type itself.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "WildTypePattern: match generic type params correctly for array types",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "397796d67610961245eea74f4aba5f479bf1ebd5",
"body": "It is unnecessary to represent a pattern list 'A,B,C' as '(A,B,C)'. Not\nonly does it look ugly in a type signature like 'org.acme.Foo<(A,B,C)>',\nbut also is it not valid Java syntax. While the latter might not be\nstrictly necessary in a String representation, it certainly is\ndesirable, if such representations are ever used to generate code or\n@AspectJ pointcut annotations.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "WildTypePattern.toString: do not parenthesesise generic type list",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "742d4d7ea04617bedfe9259f4279053ccf00ce3b",
"body": "Method visit(WildAnnotationTypePattern, Object) used to descend into\nnode.getTypePattern().accept(this, data), which since commit 6585b9ef46\nis unnecessary, because WildAnnotationTypePattern::traverse already\ntraverses its type pattern.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "SignaturePattern.TypePatternVisitor: remove redundant visit method",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03442820048bdb1fe667e52c8895a10e15272c0f",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "SignaturePattern: minor structural refactoring",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2acbdf9ea5056219e177b54ff08d0d1b38b0c95",
"body": "Upon meta annotation usage in signature patterns, lint warnings like the\nfollowing were issued during type parameter traversal:\n\n does not match because annotation @java.lang.annotation.Inherited\n has @Target{ElementType.ANNOTATION_TYPE} [Xlint:unmatchedTargetKind]\n\nTo avoid this, we now heuristically check if we are in a meta annotation\nsituation and, if so, permit it.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "SignaturePattern: Add exception for meta annotations",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5ff0942c3c5bb3e734a6c3b0c7a1dc367dadd51",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Lint: minor structural refactoring",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T13:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb13d8bf4c77d9100ce7cd1674ba3b5e4eb0ff55",
"body": "Due to the latest improvements, an error which was previously not thrown\nunexpectedly according to a source code comment in test aspect\nParameterizedTypesInAnnotationPatterns.aj is now thrown for this kind\nof pointcut:\n\n staticinitialization(@(Foo || List<String>) String)\n\nNow the compiler correctly says:\n\n no static initialization join points for parameterized types,\n use raw type instead\n\nRelates to #221.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Fix test after node traversal was improved",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T12:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59fef88ca15bf9b90758067dee2e3b1e321645f2",
"body": "Fixes #211. Previously, '?' was not converted to '*' in\nUnresolvedType.nameToSignature, but kept as-is. That is why - falsely -\nit was necessary to handle the '?' case in UnresolvedType.forSignature\nat all, reading this kind of bogus signature and creating a type for it\nin TypeFactory.createTypeFrom\n[…]\n led to correct\nJVM generic type signatures containing '*' not being handled at all.\n\nThe conversion should now work correctly both ways.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "UnresolvedType: fix JVM signature conversion",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T12:19:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "97d8f7339e18af21927065509e549cb2e3cad393",
"body": "Closes #221\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Enable type parameter traversal in exact type patterns",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-12T12:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f3e9900912b98fca25df24fac521b0986d6891e",
"body": "No functionality was changed.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "JoinPointImpl minor structural refactoring",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-10T11:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a454761097fc22918861c53db1f09445b685bb",
"body": "Avoid potential ThreadLocalMap.Entry accumulation. Entry is a\nWeakReference. When JoinPointImpl objects are collected by GC, Entry\ninstances are still be referenced by ThreadLocalMap, which leads to\nmemory pressure and potentially more full GCs. So, we proactively remove\nThreadLocal<Integer> arcInde\n[…]\n to some degree.\n\nFixes #302.\n\nCo-authored-by: Alexander Kriegisch <Alexander@Kriegisch.name>\nSigned-off-by: KimmingLau <294001791@qq.com>\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "JoinPointImpl: Remove thread-locals after usage, where possible",
"author_name": "KimmingLau",
"author_login": "KimmingLau",
"committed_at": "2024-04-10T09:23:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "856db5d97f329041751418b2cc43d7574e26144d",
"body": "Relates to #302.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Add IT reproducing JoinPointImpl thread-locals memory leak",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-10T09:23:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e54ae565842527ac8cd55807649a32d17dec627e",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "IDE.md: update M2E connector info for aspectj.dev update site",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-09T13:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "966326ea32f3ff0160e8d04f2b7d1b1830c62433",
"body": "This was introduced in commit 8a4aa03845 of PR #278 contribution as part\nof the #279 fix. The contributor thought that the generated closure\nclass entries were never used, but in fact AJDT class OSGiWeavingAdaptor\nrelies on the presence of those entries.\n\nTo the best of my present knowledge, it look\n[…]\ns/57.\nTherefore, I reverted it, simultaneously refactoring Iterator::remove\nusage to delete entries from the map to Collection::removeIf.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Revert WeavingAdaptor generated class map optimisation",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-08T12:51:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a97bb76a14c0f8d0712c9db57de81643adb1666a",
"body": "- Add some code comments and javadoc for SimpleCache::getAndInitialize\n- Add TODO to migrate from using ClassLoader::defineClass to the class\n definition strategy used in ClassLoaderWeavingAdaptor\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "SimpleCache: structural refactoring, better docs",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-08T08:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f020e0d244f2904488c82d01bd9ca4621d27436",
"body": "Relates to #117. In commit f986c3d183, the asm-commons dependency became\nnecessary to pull off the new trick to define classes in arbitrary class\nloaders during LTW. The dependency was added to aspectjweaver, but not\nto aspectjtools due to an oversight. As aspectjtools is meant to be a\nsuper set of aspectjweaver, add the dependency to the assembly\ndescriptor.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Add missing asm-commons to aspectjtools",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-07T09:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3531ed77f519d4e45b9a41abe2293349e0ede6e6",
"body": "Relates to https://github.com/eclipse-aspectj/ajdt/issues/57 and it a\nprecondition for refactoring phase 2 of child class\nOSGiWeavingAdaptor::defineClass, which can now directly call the super\nmethods instead of using reflection.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Raise ClassLoaderWeavingAdaptor::defineClass visibility to protected",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-04-04T10:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16525c0043906c20b7bb82157387c45bc136c52",
"body": "Relates to #299.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "README.md: Fix word order from comment in previous commit",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-28T10:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4e2049086b9074ef9272454e77e341288e8caf2",
"body": "Closes #299.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "README.md: Add hint about project root folder name requirement",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-28T10:26:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d59217a841b5d01ab68aca780af624098d2b2c66",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Implement remaining 'AspectJ_JDK_Update' tasks for 1.9.22",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-23T19:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a86ed456e06d1a10431dccc533fe6153ca8ee840",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Set version to 1.9.23-SNAPSHOT",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-23T19:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b286c22171bd88619fed43762394c986b523a29",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Release AspectJ 1.9.22",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-23T19:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c164e30595cf310e26be33bd2976556de5cc2fe",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Bump JDT Core to 1.9.22",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-23T19:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34cd85d02a861462d84056e13d6acb173ce3c19a",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Add 1.9.22 release notes",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-23T19:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6555674d1e5404e8836e53ceb149fc5629d6c6eb",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Remove some TODOs from Java feature tests",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-23T19:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a223d492823aeb1d5d655792193675811deb84a",
"body": "The tests from Java 21 were copied to 22. Inactive ones were activated\nafter their features under test were fixed/implemented. Preview ones\nwere promotes to final ones for unnamed variables and patterns.\n\nTODO: Add tests for new Java 22 features and maybe adjust or\namend existing feature tests, if preview or final characteristics have\nchanged since Java 21.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Switch to Java 22 + add basic test suite",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-23T19:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc2fd168c30a6d4293f3ceade2e95d822e67e36",
"body": "Initially, these tests made sure that an old AJC bug causing\nincompatibility to ECJ when using `-proceedOnError` was fixed and there\nwere no regressions. See also:\n\nhttps://bugs.eclipse.org/bugs/show_bug.cgi?id=102733\n\nNow with the Java 22 changes for JEP 463 \"Implicitly Declared Classes\nand Instanc\n[…]\nd by\nECJ/AJC now.\n\nTODO: Revert/adjust after this upstream bug has been\nfixed:\nhttps://github.com/eclipse-jdt/eclipse.jdt.core/issues/2205\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Adjust 1.6.1 'testRunningBrokenCode_pr102733*' tests ECJ Java 22",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-23T19:22:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85b91b2f8427b654876b4511a16e9c5e2fa0e8a3",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "CI build: add Temurin JDK 22",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-23T19:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45e306198efcc61826176e72fc4a591d91a35bf5",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Bump JDT Core to 1.9.22-SNAPSHOT",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-23T19:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82e82821d805cc6159a9816fdc764a59258d4f8e",
"body": "Add hint: \"As of AspectJ 1.9.21.1, '--add-opens' is no longer necessary.\nPlease upgrade, if it bothers you too much.\"\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Update release notes 1.9.7 to 1.9.21",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-16T10:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc0c1c07879cf98ce628576f8a0c6ca249e78836",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Asciidoctor: Do not copy target/** to aj-build/dist",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-16T09:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db9aa89125d2a6e102180e1e30e3a51737625b8b",
"body": "The default is 2 in Asciidoctor. A higher TOC level enables developers\nand users to post more precise deep-links into docs. In PDF versions, it\nis also easier now to navigate from the TOC to a specific subchapter.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Asciidoctor: Create HTML/PDF with TOC level 5",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-16T09:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f03e287f9f06c58982d15d11c692c30d04ce2cee",
"body": "If any of the old Ant builds, e.g. tests/profiling/build.xml, which\nhave never been mavenised, need JDT Core, they should be converted to\nMaven builds and refer to it as a regular dependency. As is, the Ant\nbuilds would not run anyway, because other dependency locations have\nchanged as well.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Remove lib/jdtcore-aj",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-15T18:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39f2ea0642ab89d9357bc4e89d82ad9cf3ca05a4",
"body": "The jarjar library seems to be unused.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Remove lib/jarjar",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-15T18:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ddcfc633ecb3fca8166ae3fffcd224a753ac797",
"body": "The library seems to be unused.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Remove lib/regexp",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-15T18:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17795394ff051ddfe02d717f6df327e63835a270",
"body": "It looks as if the source code is never built and never used either.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Remove bcel-builder/verifier-src",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-15T18:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df260e17a040b03cdb9b8451e022f6d88eb83d5",
"body": "In AtAjAnnotationGenTests.testRuntimePointcutsReferencingCompiledPointcuts,\nthe classpath issues mentioned in the comments do not seem to exist\nanymore, with or without the removed lib/bcel/bcel.jar.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Reactivate test in AtAjAnnotationGenTests",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-15T18:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d17d255a921dfe6f41ccc529fca0486ecc7fb9f",
"body": "Both bcel.jar and bcel-verifier.jar seem to be obsolete.\n\nPossible next step: Remove bcel-builder/verifier-src.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Remove BCEL files from 'lib' module",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-15T18:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acdc2858833d87395c32037e4b7dcc2601189350",
"body": "Of beanutils, collections, digester and logging actually only digester\nand logging are directly used in AspectJ code. Therefore, remove the\nunused ones and upgrade the remaining libraries' versions to ones which\nalso have source JARs on Maven Central. This makes downloading sources\nfrom GitHub and packaging separate commons.jar and commons-src.zip\nartifacts superfluous. Hence, we can get rid of them completely.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Remove Apache Commons from 'lib' module, update remaining dependencies",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-15T18:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8447ab23c547b553325e65d3dc24b8f8d2a780b",
"body": "When running AJC, throw an AbortException(MINIMAL_JRE_VERSION) instead\nof just logging an error, if the minimal JRE version requirement is\nviolated. Otherwise, in-process compilation would not fail due to the\nskipped System.exit(-1) that was used before. In-process compilation is,\nfor example, relev\n[…]\nor an aborted compilation process and\nhere compilation has not even started yet, but it seems to work fine.\n\nRelates to #269.\nFixes #292.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Throw exception for minimal AJC runtime version violation",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-15T08:46:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d27943749cc35864ff4565a444b21851915307ab",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Add links for AspectJ 1.9.21.2",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-13T09:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16b14b007cd774f3f115039ef7559f043339f4bb",
"body": null,
"is_bot": false,
"headline": "Set version to 1.9.22-SNAPSHOT",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-13T08:51:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a357991d673fd8eb02f060d7e884b4b3ffa39a56",
"body": null,
"is_bot": false,
"headline": "Release AspectJ 1.9.21.2",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-13T08:48:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25175216ab388b76b33f8cd910c343126f31360b",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Add release notes for AspectJ 1.9.21.2",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-13T08:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43df701a10a80306dd98da8644a9bbfbf5d17089",
"body": "according to https://rules.sonarsource.com/java/tag/leak/RSPEC-5164/.\nNow, there no longer is a thread-local stack of AroundClosure instances,\nbut rather a list of them, which can only grow but never shrink.\nInstead, we now have a thread-local (integer) list index, for every\nthread being initialised\n[…]\nted around\nadvice execution functionally on par with native ones, but at least for\ncurrent scenarios it seems to work.\n\nFixes #288, #141.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Avoid ThreadLocal memory leak in JoinPointImpl",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-12T07:21:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "966397e3bfe0d38aeca28c6aec0f543d62a0e2ea",
"body": "Leak was introduced in commit 3c80a36527, fixing #128, but introducing\n#288 instead, which was the lesser of two evils, but still bad for some\nusers unwilling to use native AspectJ syntax for their aspects, avoiding\nthe problem.\n\nRelates to #288.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Add regression tests for inheritable thread-local memory leak",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-12T07:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512d3fc281d2e56227e487dbf8ccee28cb63e589",
"body": "- Recognise more \"fork-worthy\" JVM parameters\n- Pass on program arguments to program in forked JVM\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "AjcTestCase: Improve forked JVM parameter handling",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-12T07:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f1d429752fd3ace6bc62f1aabea83e56e5818e4",
"body": "1. Write SAME_BYTES to cacheMap when woven bytes are null\n2. Fix TODO in SimpleCache::getAndInitialize, using Optional to help\n indicate cache hit for unwoven class\n3. Improve test coverage (cache miss, cache hit for unwoven class)\n\nRelates to #285.\n\nCo-authored-by: Alexander Kriegisch <Alexander@Kriegisch.name>\nSigned-off-by: KimmingLau <294001791@qq.com>\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Improved fix for #285",
"author_name": "KimmingLau",
"author_login": "KimmingLau",
"committed_at": "2024-03-04T09:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cdf71119c5e3434772f3b51705b7bb8ba5980fe",
"body": "Also update lib/aspectj/aspectjweaver.jar to fix integration tests.\n\nFixes #285.\n\nCo-authored-by: Kimming Lau <294001791@qq.com>\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Improve unwoven class file handling in SimpleCache",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-02T09:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f14f4d6ffa6bf5cc79fec29fbddf9274a6ad5f",
"body": "This is an additional reproducer for regression bug #285.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Add Bugs1921Tests::testGitHub_285",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-02T09:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fa6a868509fc636088fac51945c37858da19ad1",
"body": "While fixing #285, I noticed that *.ajc171.NewFeatures was never\nexecuted as part of the AspectJ test suite, because since 2012 falsely\n*.ajc1610.NewFeatures was imported and executed a second time instead.\nIn addition to an outdated AspetJ weaver library in 'lib', this was one\nmore factor why the regression bug was never spotted.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Fix: AllTestsAspectJ171 runs correct NewFeatures suite",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-02T09:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ace39a415bf78f8cfbb68f2bb6e36aba7f8512b",
"body": "This reproduces regression bug #285 when running\norg.aspectj.systemtest.ajc171.NewFeatures::testSharedCache.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Bump AspectJ libraries in 'lib' subfolders to 1.9.21.1",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-03-02T09:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd77e04e8a7221af03bb5235ebae036e0d21ba6",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Further improve '-xmlConfigured' docs",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-02-24T01:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ce3dd8f7381d945ed25831c30b7c067349a2eb3",
"body": "https://bugs.openjdk.org/browse/JDK-8326483\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Add link to JDK-8326483 for \"generated by javadoc (n)\" issue",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-02-24T01:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b93b6867d84279faf29b63bb53f3ea48bcc55c7",
"body": "and turn into javadoc.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Rephrase docs for WeavingXmlConfig::excludesType",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-02-23T10:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad99b202d9033547d1c6beff3910346d599881c3",
"body": "Also reformat compiler usage page to adhere to 80-character limit again.\n\nSigned-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "Fix typos: '-xmlConfigured', not '-xmlConfig'",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-02-22T03:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9dcdebdb4df392da052e8694786fc4c48f7d98f",
"body": "Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>",
"is_bot": false,
"headline": "ajc.adoc: Fix typo ('-xmlConfigured', not '-xmlConfig')",
"author_name": "Alexander Kriegisch",
"author_login": "kriegaex",
"committed_at": "2024-02-22T03:40:59Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 8,
"latest_release_at": "2025-12-17T19:17:00Z",
"latest_release_tag": "V1_9_25_1",
"releases_from_tags": false,
"days_since_last_push": 147,
"active_weeks_last_year": 6,
"days_since_latest_release": 225,
"mean_days_between_releases": 83
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 102,
"stars": 392,
"watchers": 10,
"fork_history": {
"days": [
{
"date": "2020-08-01",
"count": 1
},
{
"date": "2020-08-08",
"count": 1
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2020-09-16",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-10-16",
"count": 1
},
{
"date": "2020-11-01",
"count": 1
},
{
"date": "2020-11-17",
"count": 1
},
{
"date": "2020-11-29",
"count": 1
},
{
"date": "2020-12-02",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-02-20",
"count": 3
},
{
"date": "2021-02-28",
"count": 1
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-14",
"count": 1
},
{
"date": "2021-05-11",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-09-05",
"count": 1
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2021-10-09",
"count": 1
},
{
"date": "2021-10-16",
"count": 1
},
{
"date": "2021-11-20",
"count": 1
},
{
"date": "2021-12-12",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2022-01-05",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-04-10",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-06-05",
"count": 1
},
{
"date": "2022-07-10",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-13",
"count": 1
},
{
"date": "2022-09-08",
"count": 1
},
{
"date": "2022-09-12",
"count": 1
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2023-01-06",
"count": 1
},
{
"date": "2023-01-08",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-03-08",
"count": 2
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-30",
"count": 1
},
{
"date": "2023-04-08",
"count": 1
},
{
"date": "2023-05-09",
"count": 1
},
{
"date": "2023-05-27",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2023-09-03",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-02-29",
"count": 1
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-26",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-22",
"count": 1
},
{
"date": "2025-05-27",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-27",
"count": 1
}
],
"complete": true,
"collected": 102,
"total_forks": 102
},
"star_history": null,
"open_issues_and_prs": 76
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"demos",
"example",
"examples",
"sample",
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"docs/examples/spacewar/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"ajde.core/pom.xml",
"ajde/pom.xml",
"ajdoc/pom.xml",
"asm/pom.xml",
"aspectjmatcher/pom.xml",
"aspectjrt/pom.xml",
"aspectjtools/pom.xml",
"aspectjweaver/pom.xml",
"bcel-builder/pom.xml",
"bridge/pom.xml",
"build/pom.xml",
"docs/pom.xml",
"installer/pom.xml",
"lib/pom.xml",
"loadtime/pom.xml",
"org.aspectj.ajdt.core/pom.xml",
"org.aspectj.matcher/pom.xml",
"pom.xml",
"run-all-junit-tests/pom.xml",
"runtime/pom.xml",
"taskdefs/pom.xml",
"testing-client/pom.xml",
"testing-drivers/pom.xml",
"testing-util/pom.xml",
"testing/pom.xml",
"tests/bugs1612/pr328099/pom.xml",
"tests/pom.xml",
"util/pom.xml",
"weaver/pom.xml"
],
"largest_source_bytes": 778528,
"source_files_sampled": 7119,
"oversized_source_files": 26,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"ajde.core/pom.xml",
"ajde/pom.xml",
"ajdoc/pom.xml",
"asm/pom.xml",
"aspectjmatcher/pom.xml",
"aspectjrt/pom.xml",
"aspectjtools/pom.xml",
"aspectjweaver/pom.xml",
"bcel-builder/pom.xml",
"bridge/pom.xml",
"build/pom.xml",
"docs/pom.xml",
"installer/pom.xml",
"lib/pom.xml",
"loadtime/pom.xml",
"org.aspectj.ajdt.core/pom.xml",
"org.aspectj.matcher/pom.xml",
"pom.xml",
"run-all-junit-tests/pom.xml",
"runtime/pom.xml",
"taskdefs/pom.xml",
"testing-client/pom.xml",
"testing-drivers/pom.xml",
"testing-util/pom.xml",
"testing/pom.xml",
"tests/pom.xml",
"util/pom.xml",
"weaver/pom.xml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 54,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 28,
"direct_affected_count": 0
},
"ecosystems": [
"maven"
],
"dependencies": [
{
"name": "org.aspectj:lib",
"manifest": "ajde.core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:util",
"manifest": "ajde.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "ajde.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:asm",
"manifest": "ajde.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.ajdt.core",
"manifest": "ajde.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.eclipse.jdt.core",
"manifest": "ajde.core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm",
"manifest": "ajde.core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "ajde.core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:util",
"manifest": "ajde/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "ajde/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:asm",
"manifest": "ajde/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.ajdt.core",
"manifest": "ajde/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.ow2.asm:asm",
"manifest": "ajde/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "ajde/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:org.eclipse.jdt.core",
"manifest": "ajde/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:ajde.core",
"manifest": "ajde/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:util",
"manifest": "ajdoc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "ajdoc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:asm",
"manifest": "ajdoc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.ajdt.core",
"manifest": "ajdoc/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.ow2.asm:asm",
"manifest": "ajdoc/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "ajdoc/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.github.olivergondza:maven-jdk-tools-wrapper",
"manifest": "ajdoc/pom.xml",
"ecosystem": "maven",
"version_constraint": "0.1"
},
{
"name": "org.aspectj:util",
"manifest": "asm/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "asm/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:util",
"manifest": "aspectjmatcher/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "aspectjmatcher/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.matcher",
"manifest": "aspectjmatcher/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:runtime",
"manifest": "aspectjrt/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.eclipse.jdt.core",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:runtime",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:weaver",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:util",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:asm",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.matcher",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bcel-builder",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:loadtime",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:ajde",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:ajde.core",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:ajdoc",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.ajdt.core",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:taskdefs",
"manifest": "aspectjtools/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:weaver",
"manifest": "aspectjweaver/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:loadtime",
"manifest": "aspectjweaver/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.ow2.asm:asm",
"manifest": "aspectjweaver/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "aspectjweaver/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:lib",
"manifest": "bcel-builder/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:util",
"manifest": "bridge/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:lib",
"manifest": "build/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ant:ant",
"manifest": "build/pom.xml",
"ecosystem": "maven",
"version_constraint": "${lib.ant.version}"
},
{
"name": "org.aspectj:aspectjrt",
"manifest": "installer/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:aspectjweaver",
"manifest": "installer/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:aspectjtools",
"manifest": "installer/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:build",
"manifest": "installer/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:docs",
"manifest": "installer/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:runtime",
"manifest": "installer/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.eclipse.jdt.core",
"manifest": "lib/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:bridge",
"manifest": "loadtime/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:runtime",
"manifest": "loadtime/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:util",
"manifest": "loadtime/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:weaver",
"manifest": "loadtime/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.matcher",
"manifest": "loadtime/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.ow2.asm:asm",
"manifest": "loadtime/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "loadtime/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:bcel-builder",
"manifest": "loadtime/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "org.aspectj.ajdt.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:weaver",
"manifest": "org.aspectj.ajdt.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:asm",
"manifest": "org.aspectj.ajdt.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:util",
"manifest": "org.aspectj.ajdt.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:runtime",
"manifest": "org.aspectj.ajdt.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bcel-builder",
"manifest": "org.aspectj.ajdt.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.eclipse.jdt.core",
"manifest": "org.aspectj.ajdt.core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:org.aspectj.matcher",
"manifest": "org.aspectj.ajdt.core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.ow2.asm:asm",
"manifest": "org.aspectj.ajdt.core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "org.aspectj.ajdt.core/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:util",
"manifest": "org.aspectj.matcher/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "org.aspectj.matcher/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "commons-logging:commons-logging",
"manifest": "org.aspectj.matcher/pom.xml",
"ecosystem": "maven",
"version_constraint": "${commons.logging.version}"
},
{
"name": "org.asciidoctor:asciidoctorj-pdf",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "2.3.10"
},
{
"name": "org.junit:junit-bom",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "5.7.1"
},
{
"name": "org.aspectj:org.eclipse.jdt.core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${jdt.core.version}"
},
{
"name": "org.ow2.asm:asm",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${asm.version}"
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${asm.version}"
},
{
"name": "org.aspectj:lib",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:util",
"manifest": "taskdefs/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "taskdefs/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:ajdoc",
"manifest": "taskdefs/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.ajdt.core",
"manifest": "taskdefs/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.ow2.asm:asm",
"manifest": "taskdefs/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "taskdefs/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ant:ant",
"manifest": "taskdefs/pom.xml",
"ecosystem": "maven",
"version_constraint": "${lib.ant.version}"
},
{
"name": "org.aspectj:util",
"manifest": "testing-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "testing-client/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "testing-drivers/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:util",
"manifest": "testing-drivers/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.ajdt.core",
"manifest": "testing-drivers/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.ow2.asm:asm",
"manifest": "testing-drivers/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "testing-drivers/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:lib",
"manifest": "testing-util/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:util",
"manifest": "testing-util/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "testing-util/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "junit:junit",
"manifest": "testing-util/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:util",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:asm",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.matcher",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:ajde.core",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bcel-builder",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.ow2.asm:asm",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.aspectj:testing-client",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.ajdt.core",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:testing-util",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:taskdefs",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:weaver",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:loadtime",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "ant:ant",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${lib.ant.version}"
},
{
"name": "org.aspectj:ajde.core",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.ajdt.core",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "xerces:xmlParserAPIs",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${lib.ant.xerces.version}"
},
{
"name": "org.apache.commons:commons-digester3",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${commons.digester.version}"
},
{
"name": "org.aspectj:ajdoc",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "commons-logging:commons-logging",
"manifest": "testing/pom.xml",
"ecosystem": "maven",
"version_constraint": "${commons.logging.version}"
},
{
"name": "org.aspectj:util",
"manifest": "weaver/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:runtime",
"manifest": "weaver/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bridge",
"manifest": "weaver/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:asm",
"manifest": "weaver/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:org.aspectj.matcher",
"manifest": "weaver/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.aspectj:bcel-builder",
"manifest": "weaver/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.ow2.asm:asm",
"manifest": "weaver/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.ow2.asm:asm-commons",
"manifest": "weaver/pom.xml",
"ecosystem": "maven",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ant:ant",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.github.olivergondza:maven-jdk-tools-wrapper",
"direct": true,
"version": "0.1",
"ecosystem": "maven"
},
{
"name": "commons-logging:commons-logging",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "junit:junit",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "junit:junit",
"direct": true,
"version": "4.13.2",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-digester3",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.asciidoctor:asciidoctorj-pdf",
"direct": true,
"version": "2.3.10",
"ecosystem": "maven"
},
{
"name": "org.aspectj:ajde",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:ajde.core",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:ajdoc",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:asm",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:aspectjrt",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:aspectjtools",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:aspectjweaver",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:bcel-builder",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:bridge",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:build",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:docs",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:lib",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.aspectj:lib",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:loadtime",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:org.aspectj.ajdt.core",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:org.aspectj.matcher",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:org.eclipse.jdt.core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.aspectj:org.eclipse.jdt.core",
"direct": true,
"version": "1.9.25",
"ecosystem": "maven"
},
{
"name": "org.aspectj:runtime",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:taskdefs",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:testing-client",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:testing-util",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:util",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:weaver",
"direct": true,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.junit:junit-bom",
"direct": true,
"version": "5.7.1",
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm",
"direct": true,
"version": "9.9",
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm-commons",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.ow2.asm:asm-commons",
"direct": true,
"version": "9.9",
"ecosystem": "maven"
},
{
"name": "xerces:xmlParserAPIs",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "ant:ant-launcher",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.googlecode.maven-download-plugin:download-maven-plugin",
"direct": false,
"version": "1.6.7",
"ecosystem": "maven"
},
{
"name": "io.github.bmuskalla:scoped-system-properties",
"direct": false,
"version": "1.1.0",
"ecosystem": "maven"
},
{
"name": "net.nicoulaj.maven.plugins:checksum-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "net.nicoulaj.maven.plugins:checksum-maven-plugin",
"direct": false,
"version": "1.11",
"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.1.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": "3.1.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-clean-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-clean-plugin",
"direct": false,
"version": "3.1.0",
"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.8.1",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-dependency-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-dependency-plugin",
"direct": false,
"version": "3.1.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-enforcer-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-enforcer-plugin",
"direct": false,
"version": "3.0.0-M3",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-gpg-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-gpg-plugin",
"direct": false,
"version": "1.6",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-help-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-help-plugin",
"direct": false,
"version": "3.2.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-install-plugin",
"direct": false,
"version": "2.5.2",
"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.2.0",
"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.6.3",
"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-shade-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-shade-plugin",
"direct": false,
"version": "3.3.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-source-plugin",
"direct": false,
"version": "3.2.0",
"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": "2.22.2",
"ecosystem": "maven"
},
{
"name": "org.asciidoctor:asciidoctor-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.asciidoctor:asciidoctor-maven-plugin",
"direct": false,
"version": "2.2.5",
"ecosystem": "maven"
},
{
"name": "org.aspectj:testing",
"direct": false,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:testing-drivers",
"direct": false,
"version": "1.9.26-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "org.aspectj:tests",
"direct": false,
"version": "1.9.26-SNAPSHOT",
"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.2.0",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:flatten-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:flatten-maven-plugin",
"direct": false,
"version": "1.2.2",
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:truezip-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.codehaus.mojo:truezip-maven-plugin",
"direct": false,
"version": "1.2",
"ecosystem": "maven"
},
{
"name": "org.eclipse.m2e:lifecycle-mapping",
"direct": false,
"version": "1.0.0",
"ecosystem": "maven"
}
],
"collected": true,
"truncated": false,
"total_count": 82,
"direct_count": 37,
"indirect_count": 45
}
},
"maintainership": {
"issues": {
"open_prs": 26,
"merged_prs": 128,
"open_issues": 50,
"closed_ratio": 0.713,
"closed_issues": 124,
"closed_unmerged_prs": 30
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "aclement",
"commits": 5560,
"avatar_url": "https://avatars.githubusercontent.com/u/226298?v=4"
},
{
"type": "User",
"login": "larsgrefer",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/6069961?v=4"
},
{
"type": "User",
"login": "turbanoff",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/741251?v=4"
},
{
"type": "User",
"login": "hsestupin",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/1468392?v=4"
},
{
"type": "User",
"login": "jamesjer",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/5866306?v=4"
},
{
"type": "User",
"login": "urisimchoni",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/10113228?v=4"
},
{
"type": "User",
"login": "MrBagheera",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/954015?v=4"
},
{
"type": "User",
"login": "eli-fin",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/29652985?v=4"
},
{
"type": "User",
"login": "ebourg",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/54304?v=4"
},
{
"type": "User",
"login": "KimmingLau",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/49543702?v=4"
}
],
"contributors_sampled": 18,
"top_contributor_share": 0.983
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"maven.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 0,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"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": 0,
"reason": "Found 1/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1df213a52043b82fc4ee5dd3757dd96022b8a584",
"ran_at": "2026-07-30T23:26:22Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-03-05T01:22:25Z",
"oldest_open_prs": [
{
"number": 88,
"created_at": "2021-09-15T11:50:53Z",
"last_comment_at": "2022-03-25T04:52:22Z",
"last_comment_author": "kriegaex"
},
{
"number": 90,
"created_at": "2021-09-18T17:19:11Z",
"last_comment_at": "2023-03-26T23:20:01Z",
"last_comment_author": "cb4"
},
{
"number": 137,
"created_at": "2022-03-07T04:26:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 138,
"created_at": "2022-03-07T04:26:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 156,
"created_at": "2022-04-12T21:16:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 159,
"created_at": "2022-04-13T16:05:45Z",
"last_comment_at": "2025-07-30T23:54:24Z",
"last_comment_author": "jafarre-bi"
},
{
"number": 163,
"created_at": "2022-04-20T19:55:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 166,
"created_at": "2022-04-21T20:19:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 203,
"created_at": "2022-12-26T21:03:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 213,
"created_at": "2023-01-19T20:05:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 225,
"created_at": "2023-02-23T21:59:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 229,
"created_at": "2023-03-20T21:58:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 231,
"created_at": "2023-04-11T11:34:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 232,
"created_at": "2023-04-11T11:34:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 235,
"created_at": "2023-04-11T11:34:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 239,
"created_at": "2023-05-08T21:23:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 244,
"created_at": "2023-06-20T22:07:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 315,
"created_at": "2024-07-18T07:37:53Z",
"last_comment_at": "2024-07-19T17:30:35Z",
"last_comment_author": "kriegaex"
},
{
"number": 345,
"created_at": "2025-07-15T15:55:45Z",
"last_comment_at": "2025-07-18T13:55:47Z",
"last_comment_author": "jafarre-bi"
},
{
"number": 354,
"created_at": "2026-05-07T04:55:44Z",
"last_comment_at": "2026-05-09T06:30:53Z",
"last_comment_author": "kriegaex"
}
],
"last_merged_pr_at": "2024-04-26T07:58:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 25,
"created_at": "2020-11-01T04:06:57Z",
"last_comment_at": "2020-11-11T02:33:49Z",
"last_comment_author": "kriegaex"
},
{
"number": 28,
"created_at": "2020-12-21T13:57:15Z",
"last_comment_at": "2021-03-10T21:55:30Z",
"last_comment_author": "aclement"
},
{
"number": 43,
"created_at": "2021-04-26T04:50:22Z",
"last_comment_at": "2021-06-08T02:49:33Z",
"last_comment_author": "kriegaex"
},
{
"number": 57,
"created_at": "2021-05-24T00:51:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 60,
"created_at": "2021-05-26T03:52:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 61,
"created_at": "2021-05-27T09:34:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 72,
"created_at": "2021-06-25T01:20:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2021-06-27T07:07:06Z",
"last_comment_at": "2024-02-16T03:00:28Z",
"last_comment_author": "kriegaex"
},
{
"number": 78,
"created_at": "2021-06-30T02:55:10Z",
"last_comment_at": "2021-07-01T00:03:46Z",
"last_comment_author": "kriegaex"
},
{
"number": 81,
"created_at": "2021-07-30T16:41:20Z",
"last_comment_at": "2021-08-04T10:07:23Z",
"last_comment_author": "quaff"
},
{
"number": 118,
"created_at": "2022-01-21T05:07:34Z",
"last_comment_at": "2022-01-22T04:54:51Z",
"last_comment_author": "kriegaex"
},
{
"number": 119,
"created_at": "2022-01-22T00:41:01Z",
"last_comment_at": "2022-01-22T04:56:06Z",
"last_comment_author": "kriegaex"
},
{
"number": 142,
"created_at": "2022-03-24T16:37:40Z",
"last_comment_at": "2022-07-31T10:17:30Z",
"last_comment_author": "kriegaex"
},
{
"number": 143,
"created_at": "2022-03-24T19:15:05Z",
"last_comment_at": "2022-03-24T23:14:54Z",
"last_comment_author": "aclement"
},
{
"number": 154,
"created_at": "2022-04-10T00:50:46Z",
"last_comment_at": "2023-01-14T17:17:53Z",
"last_comment_author": "FedericoBruzzone"
},
{
"number": 180,
"created_at": "2022-09-05T08:42:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 194,
"created_at": "2022-11-20T12:08:14Z",
"last_comment_at": "2022-11-20T12:28:05Z",
"last_comment_author": "kriegaex"
},
{
"number": 195,
"created_at": "2022-11-27T10:40:31Z",
"last_comment_at": "2025-01-10T05:30:13Z",
"last_comment_author": "kriegaex"
},
{
"number": 199,
"created_at": "2022-12-09T01:35:00Z",
"last_comment_at": "2023-01-05T09:33:24Z",
"last_comment_author": "kriegaex"
},
{
"number": 200,
"created_at": "2022-12-12T03:24:31Z",
"last_comment_at": "2022-12-18T09:03:52Z",
"last_comment_author": "kriegaex"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/eclipse-aspectj/aspectj",
"host": "github.com",
"name": "aspectj",
"owner": "eclipse-aspectj"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 48,
"vitality": 39,
"community": 71,
"governance": 48,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 39,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 1,
"days_since_last_push": 147,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 147 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 147
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"releases_count": 19,
"latest_release_tag": "V1_9_25_1",
"releases_from_tags": false,
"days_since_latest_release": 225,
"mean_days_between_releases": 83
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 225 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 225
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~83 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 83
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 147,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 147 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 147
}
}
],
"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": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 102,
"stars": 392,
"watchers": 10,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "392 stars",
"points": 42,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 392
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "102 forks",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 102
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "10 watchers",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 10
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 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": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 18,
"top_contributor_share": 0.983
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 98% of commits",
"points": 0.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "18 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 18
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"merged_prs": 128,
"open_issues": 50,
"closed_issues": 124,
"issue_closed_ratio": 0.713,
"closed_unmerged_prs": 30
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "71% of issues closed",
"points": 33.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 71
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "128/158 decided PRs merged",
"points": 31,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 128,
"decided": 158
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"followers": 10,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "eclipse-aspectj",
"public_repos": 6,
"account_age_days": 1206
},
"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": "10 followers of eclipse-aspectj",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 10,
"login": "eclipse-aspectj"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~3 yr old",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 1/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 54 resolved dependencies against OSV; 28 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 54
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 28
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 54,
"unassessed_packages": 28,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 54,
"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": 10
},
"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": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.58,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "58 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 30.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 58,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"docs/examples/spacewar/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"ajde.core/pom.xml",
"ajde/pom.xml",
"ajdoc/pom.xml",
"asm/pom.xml",
"aspectjmatcher/pom.xml",
"aspectjrt/pom.xml",
"aspectjtools/pom.xml",
"aspectjweaver/pom.xml",
"bcel-builder/pom.xml",
"bridge/pom.xml",
"build/pom.xml",
"docs/pom.xml",
"installer/pom.xml",
"lib/pom.xml",
"loadtime/pom.xml",
"org.aspectj.ajdt.core/pom.xml",
"org.aspectj.matcher/pom.xml",
"pom.xml",
"run-all-junit-tests/pom.xml",
"runtime/pom.xml",
"taskdefs/pom.xml",
"testing-client/pom.xml",
"testing-drivers/pom.xml",
"testing-util/pom.xml",
"testing/pom.xml",
"tests/bugs1612/pr328099/pom.xml",
"tests/pom.xml",
"util/pom.xml",
"weaver/pom.xml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "docs/examples/spacewar/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/examples/spacewar/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Java (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 778528,
"source_files_sampled": 7119,
"oversized_source_files": 26
},
"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": "26/7119 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7119,
"oversized": 26
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"demos",
"example",
"examples",
"sample",
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "demos, example, examples, sample, samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "demos, example, examples, sample, samples"
}
}
],
"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",
"Could not fetch maven package 'org.aspectj:asm' from its registry",
"Could not fetch maven package 'org.aspectj:lib' from its registry",
"Could not fetch maven package 'org.aspectj:ajde' from its registry",
"Could not fetch maven package 'org.aspectj:util' from its registry",
"Could not fetch maven package 'org.aspectj:ajdoc' from its registry",
"Could not fetch maven package 'org.aspectj:build' from its registry",
"Could not fetch maven package 'org.aspectj:bridge' from its registry",
"Could not fetch maven package 'org.aspectj:weaver' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-30T23:26:40.435648Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/eclipse-aspectj/aspectj.svg",
"full_name": "eclipse-aspectj/aspectj",
"license_state": "custom",
"license_spdx": null
}