jfrog / artifactory-user-plugins

Sample Artifactory User Plugins
http://wiki.jfrog.org/confluence/display/RTF/User+Plugins
Apache License 2.0
371 stars 470 forks source link

Update filestoreIntegrity.groovy #430

Closed davidshinjfrog closed 1 year ago

davidshinjfrog commented 1 year ago

We are encountering this error in Artifactory 7.49.5

file:/opt/jfrog/artifactory/var/etc/artifactory/plugins/filestoreIntegrity.groovy: 2: unable to resolve class org.artifactory.storage.db.binstore.dao.BinariesDao @ line 2, column 1. import org.artifactory.storage.db.binstore.dao.BinariesDao

Now, we must use this new path as following. import org.jfrog.storage.binstore.db.dao.BinariesDao

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

davidshinjfrog commented 1 year ago

I have read the CLA Document and I hereby sign the CLA