-
What can I do to solve that Exception? I don't want to add these Dependencies. For example jakarta.el is needed for jakarta.validation. But I don't want to add jakarta.el So now I am scanning jakarta.validation and there exists a dependency to jakarta.el and then the MemberNotFoundException occurs |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
tasty-query requires a valid classpath to function. Depending on what methods you call (notably the ones without a |
Beta Was this translation helpful? Give feedback.
-
Hmmm... But it is quite often, that not all dependencies are provided. I only scanned the Classpath with context.findSymbolsByClasspathEntry(entry) and there the exception occurs Why it can't be implemented? |
Beta Was this translation helpful? Give feedback.
-
Here is the full stack trace:
It throws an exception because of Hibernate Validator
|
Beta Was this translation helpful? Give feedback.
-
I believe all the issues mentioned here have been fixed in recent versions. On addition, since v1.0.0, classpath entries are an interface that can have alternative implementations in user space. |
Beta Was this translation helpful? Give feedback.
@sjrd I have now a own Classloading mechanism.
I only load classes, that are required by a package. So I left out all classes, that are not used.