public class PluginLocalDependenciesBlacklist extends Object
The check was added to provide backward compatibility for artifacts that use the bug fixed in MULE-17112 as a feature.
In order to have a way to add new artifacts to the blacklist, the check was added in a separate class.
| Constructor and Description |
|---|
PluginLocalDependenciesBlacklist() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBlacklisted(BundleDescriptor pluginDescriptor)
Checks if the
BundleDescriptor is blacklisted. |
public static boolean isBlacklisted(BundleDescriptor pluginDescriptor)
BundleDescriptor is blacklisted. It means that exists a blacklisted bundle descriptor such that the
group id and artifact id match with the artifact bundle descriptor, and which version is greater than or equal to the
artifact version.pluginDescriptor - BundleDescriptor to search in the blacklist.BundleDescriptor is blacklisted, or false otherwise.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.