jenkinsci / extension-filter-plugin

https://plugins.jenkins.io/extension-filter/
MIT License
2 stars 7 forks source link

Fix Error. Class not found for class not visible by plugin class loader #70

Closed jonesbusy closed 6 months ago

jonesbusy commented 6 months ago

Use uberClassloader from plugin manager and all loaded plugins

Testing done

Manual tests and run automated tests

Screenshot from 2024-03-02 19-09-59

Screenshot from 2024-03-02 19-10-16

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
jonesbusy commented 6 months ago

Test failing due to bad implementation