ARTIFACTORY: How to allow numeric sort in the treebrowser?

ARTIFACTORY: How to allow numeric sort in the treebrowser?

AuthorFullName__c
Elina Floim
articleNumber
000005272
ft:sourceType
Salesforce
FirstPublishedDate
2022-05-18T05:47:36Z
lastModifiedDate
2024-04-04T12:01:41Z
VersionNumber
4

Due to performance considerations, the artifact tree browser is not sorted by numeric order by default. Since Artifactory version 7.37.13, it is possible to control this behavior by applying the following system property to the $JFROG_HOME/artifactory/etc/artifactory/artifactory.system.properties file:

artifactory.treebrowser.numeric.sort=true
A restart of Artifactory is required for the change to take effect.

Enabling the property will allow numeric sorting in the Artifactory tree browser. This was the folder sort order before the property was applied:

User-added image

And here is the folder sort order after the property is applied:

User-added image

Note: The “.” version delimiter is supported, other version delimiters are not guaranteed.