Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Only scan requirement package for classes with Impl annotation #88

Merged
merged 1 commit into from
Jul 12, 2019
Merged

Only scan requirement package for classes with Impl annotation #88

merged 1 commit into from
Jul 12, 2019

Conversation

hlxid
Copy link
Member

@hlxid hlxid commented Jul 12, 2019

The annotation scanner tries to scan every single file on the classpath, including the gui. Obviously not all of this files are *.class files, which results in errors from the classloader. These errors alone make up about 1500 lines of log if enabled and is one of the main reasons why the log of MelanX was so big.
By only scanning the package of the requirements this issue is fixed and it's required anyway to fix #31 which is also done by this pr.

@sebinside sebinside merged commit b92e2c8 into codeoverflow-org:develop Jul 12, 2019
@sebinside
Copy link
Member

sebinside commented Jul 12, 2019

Thank you!

@hlxid hlxid deleted the fix/31-filter-impl-reflects branch July 13, 2019 07:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants