Archive Search Deprecation Notice
The Archive Search feature in JFrog Artifactory has been deprecated as of December, 31, 2021. The Archive Search feature affects Java workloads by searching through archived JARs and other files. As a result of the deprecation, your Artifactory performance will be improved due to a reduction of upload-related events and a decrease in database-related activities. Browsing JAR archives and associated files will still be available via API or the product UI.
Archive search performs a search for all the files that match your search parameters and are located in the archive folder. Typical examples are azip
orjar
file, however, all file types defined in the MIME types configuration are supported. You can specify the following parameters for your search.
Name | The term to search for within the file name. |
Path | Allows you to specify a path filter for the search. For example, |
Search Class Resources Only | When selected, only class resources are searched. Any other file type is filtered out of the search. |
Exclude Inner Classes | When selected, inner classes are excluded from the search. |
Repositories | Limits search to the specified repositories. |
View the source file
You can hover over a class file and select View to view the corresponding source file if it's available.