Issues
2 of 2
false update notification for Lucee MariaDB extension in admin
Description
Environment
None
Details
Assignee
UnassignedUnassignedReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
NewNew 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
Details
Details
Assignee
Unassigned
UnassignedReporter
Pothys - MitrahSoft
Pothys - MitrahSoftPriority
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:
mailing list: