jqassistant-archive / jqa-core-framework

The core framework of jQAssistant providing the infrastructure for scanners, rules, analysis and reports.
http://jqassistant.org/
GNU General Public License v3.0
23 stars 6 forks source link

Functions and Procedures registered by plugins cannot be executed #82

Closed DirkMahler closed 7 months ago

DirkMahler commented 1 year ago

The APOC plugin currently only works if specified as a direct dependency to the Maven plugin instead of the intented plugin provisioning in .jqassistant.yml. In the latter case registration of the functions and procedures suceeds, but actual use fails with ClassNotFound execptions.

The reason behind seems to be using the separated plugin classloader, we should evaluate, if the original CL of Maven or the CLI can be used instead.