You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
Currently, vendor filtering is based on the value 'Bundle-Vendor' in the MANIFEST.MF. This works well if the value of the directive is given in the MANIFEST directly. However, if the MANIFEST is localized, it may be the case that the manifst contains a variable and the actual value is given in an additional property file. This case is not handled correctly in the LicenseScout (it uses the name of the variable as the value for the vendor). For such a constellation, reading of the actual value from a property file should be implemented.
Feature request
Expected Behavior - What where you expecting to happen?