Issues

Select view

Select search mode

 

false update notification for Lucee MariaDB extension in admin

Description

mailing list:

Environment

None

Details

Assignee

Reporter

Priority

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

Created 18 January 2023 at 12:04
Updated 4 June 2024 at 10:47

Activity

Show:

Pothys - MitrahSoft4 June 2024 at 10:45

I checked this ticket and it is still a issue with Lucee version 6.1.0.175-BETA.

Brad Wood20 January 2023 at 19:29

This boils down to poor semver handling on Lucee’s part. Lucee needs to use an existing library for parsing semver and stop just doing basic string compares on them. Semantic versions are NOT just strings. They have “semantic” meaning which requires them to be parsed. For example,

All represent the same semantic version.

  • major version = 1

  • minor version = 2

  • patch/revision = 0

  • build = 0

  • Prerelease identifier = <none>

There are many Java libraries for semver. Here is the CF one:

Flag notifications