public class PluginLocalDependenciesDenylist 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 denylist, the check was added in a separate class.
| Constructor and Description |
|---|
PluginLocalDependenciesDenylist() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDenylisted(BundleDescriptor pluginDescriptor)
Checks if the
BundleDescriptor is denylisted. |
public static boolean isDenylisted(BundleDescriptor pluginDescriptor)
BundleDescriptor is denylisted. It means that exists a denylisted 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 denylist.BundleDescriptor is denylisted, or false otherwise.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.