-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
After we solved problem with leaking dependencies (avoid adding duplicated entries on classpath) in some cases some classes couldn't be found because users didn't explicitly add necessary dependencies on classpath. If we can't find classes on the classpath, we should ignore registering their properties (the same as we did here).
To Reproduce
Described in this issue: #745
Expected behavior
If the classpath contains all necessary dependencies, the test should pass.
If there is missing dependencies we should ignore ClassNotFoundException
in config providers (later, if that was really missing, we will fail with the proper error message)
System Info (please complete the following information):
- OS: [all]
- GraalVM Version [all]
- Java Version [all]
- Plugin version [
native-gradle-plugin:0.11.0
]
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working