-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring integration tests not running because resources are not present in the classpath junit command #155
Comments
nvm, you're right :D i had to delete my jdtls cache as that was causing troubles. But now i have an issue where i cannot run my spring integration tests, have you tried using the new version for integration tests that override beans etc? |
I did. (This might be related #153 (comment)) |
https://github.com/qverkk/neotest-java-debug just made a repo where you can reproduce it. The tests run fine through gradle & the intellij runner but i've got issues when running them through neotest-java even on the latest version 0.17.1. The issue you mentioned doesn't fix the case i have sadly. Here's the stack trace
|
Thanks for the repro! This also happens when using nvim-jdtls. I'm adding a patch for that. |
Should be fixed with #156 |
Works awesome, thanks! 💯 😄 |
Hey, i'm getting the following error:
my jdtls is working fine with lombok, are there any requirements to get it working with a project using lombok?
The text was updated successfully, but these errors were encountered: