add update provider endpoint /latest/{version}/{type}/{distribution}/{format}

Description

add an endpoint to get the latest lucee version by filter

  • version

  • type (rc,snapshot,stable or all ““)

  • distribution “lco,war,zero,light, etc”

  • format “string, url ,info, filename, redirect (cdn default)

restpath="latest/{version}/{type}/{distribution}/{format}"

i.e.

https://update.lucee.org/rest/update/provider/latest/5.3/stable/jar/info

{ version: "5.3.11.5", filename: "lucee-5.3.11.5.jar", url: "https://cdn.lucee.org/lucee-5.3.11.5.jar" }

https://update.lucee.org/rest/update/provider/latest/5.4/rc/jar/string

"5.4.2.14-RC"

https://update.lucee.org/rest/update/provider/latest/6.0/rc/jar/url

"https://cdn.lucee.org/lucee-6.0.0.519-RC.jar"

https://update.lucee.org/rest/update/provider/latest/6.0/all/lco/info

{ version: "6.0.0.523-SNAPSHOT", filename: "6.0.0.523-SNAPSHOT.lco", url: "https://cdn.lucee.org/6.0.0.523-SNAPSHOT.lco" }

Activity

Show:

Pothys - MitrahSoft 7 August 2023 at 09:55

I checked this ticket and Now the update provider endpoint is getting the latest version of lucee through the filter.

Fixed

Details

Assignee

Reporter

Labels

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Priority

Created 5 August 2023 at 10:36
Updated 11 March 2025 at 13:25
Resolved 7 August 2023 at 09:56