BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

Regression: http packages fail to install

Description

Previously and according to docs you should be able to install packages by pointing directly to the zip file for the package instead of using a version number to pull the package from forgebox.

https://commandbox.ortusbooks.com/package-management/code-endpoints/http-s

For example box.json:

"devDependencies": { "commandbox-cflint": "https://hs-docker-assets.s3.amazonaws.com/cfmodules/commandbox-cflint-2.4.0.zip" }

Used to install correctly when running On commandbox 6.1.0+00813

box install commandbox-cflint

Now it errors with:

Exact version [https://hs-docker-assets.s3.amazonaws.com/cfmodules/commandbox-cflint-2.4.0.zip] not found for package [commandbox-cflint]. Example versions are [ 2.4.0, 2.3.0, 2.2.0, 2.1.1, 2.1.0, 2.0.1, 2.0.0, 1.2.1, 1.2.0, 1.1.0, 1.0.0, 0.5.0, 0.4.0, 0.3.0]

 

The example file does exist and is publicly accessible to use as a test case.

Activity

Show:

Jordan ClarkJanuary 31, 2025 at 1:52 AM

Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Priority

Sentry

Created January 31, 2025 at 1:48 AM
Updated January 31, 2025 at 1:52 AM

Flag notifications