Artifactory 7.31.0

JFrog Release Information

ft:sourceType
Paligo

Issue ID

Description

Fix Version

Additional Information

RTFACT-26825

Using a DevExpress NuGet feed as a remote repository in Artifactory can result in a memory leak. The installation of NuGet packages from this remote repository may fail due to timeouts.

7.38

Workaround:

Add the system property below to $JFROG_HOME/artifactory/var/etc/artifactory/artifactory.system.properties file and restart Artifactory for changes to take effect:

 artifactory.nuget.v2.search.page.size=1000 

RTFACT-26710

Artifactory will fail to start up after upgrade if the system property allowExternalConversionScripts is set to true and there is no External Conversion script provided.

artifactory.sql.converter.allowExternalConversionScripts=true

7.31.11

Workaround:

Remove the system property allowExternalConversionScripts or set it to false :

artifactory.sql.converter.allowExternalConversionScripts=false