Conversation
Auto-generated from release 2026.8.26
PR Summary by QodoPackage Node.js 26.7.0 for Bearsampp
AI Description
Diagram
High-Level Assessment
Files changed (5)
|
Code Review by Qodo
1. Historical versions become unbuildable
|
| @@ -1,8 +0,0 @@ | |||
| nodejsVersion = "26.3.0" | |||
There was a problem hiding this comment.
1. Historical versions become unbuildable 🐞 Bug ≡ Correctness
Deleting the 26.3.0 bundle metadata removes that version—and likewise 22.22.1, 24.14.x, and 25.x versions deleted in this PR—from both bin/ and bin/archived/, so `gradle release -PbundleVersion=26.3.0` now rejects a version that remains in the release registry. The build explicitly supports historical bundles through bin/archived/, so these directories must be moved there rather than removed.
Agent Prompt
## Issue description
The PR deletes bundle overlays for previously released Node.js versions, making those versions unavailable to the Gradle release task even though historical bundles are supported and still registered.
## Issue Context
Preserve each removed version by moving its complete configuration overlay under `bin/archived/nodejs<version>/` rather than deleting it. Avoid duplicating versions that already have a complete archived overlay.
## Fix Focus Areas
- bin/nodejs22.22.1/bearsampp.conf[1-8]
- bin/nodejs24.14.0/bearsampp.conf[1-8]
- bin/nodejs24.14.1/bearsampp.conf[1-8]
- bin/nodejs25.2.1/bearsampp.conf[1-8]
- bin/nodejs25.3.0/etc/npmrc[1-4]
- bin/nodejs25.8.0/bearsampp.conf[1-8]
- bin/nodejs25.9.0/bearsampp.conf[1-8]
- bin/nodejs26.3.0/bearsampp.conf[1-8]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
No description provided.