-
**Describe the issue**
Version ghcr.io/graalvm/graalvm-ce:22.3.1
native-image complains main class cannot be found from classpath or module but java -jar works well
**Steps to reproduce…
-
I am trying to generate code from the async api yaml file, and following the instructions from the readme page.
A valid async api yaml file is located in the `./src/main/resources/asyncapi/sampleapi.…
-
It seems an update has been pushed to mixingradle such that the import feature no longer works on IntelliJ IDEA. Since we are advised on the main page to use the SNAPSHOT, this meant all of a sudden t…
-
### Describe the bug
I have a multi module project, where I get exceptions on hot reload.
If I inly change one module at a time (and hot reload), no exception is thrown.
If i change multiple modu…
-
### Expected behavior
Proper mapping logic exists in mapper implementation.
### Actual behavior
Same Issue as https://github.com/mapstruct/mapstruct/issues/2584
#### Environment
* JDK 8
…
-
I tried to build plugin according to the instructions in README but it failed.
Here is the full stack trace. I need plugin for mongodb, how can I build it?
Stack trace
~~~
Note: class org.pf4j.…
-
## Summary
removeUnusedImports is not working in JDK21.
It seems google-java-format relied on removed method.
I tried to comment out `removeUnusedImports()`, then it works.
## configurations…
-
WebDriver was unable to create a new instance of type class org.openqa.selenium.chrome.ChromeDriver
Chrome - Version 116.0.5845.97
3.9.7
"It was working in chrome v115" After 116 chrome upgra…
-
Sorry, not sure if this belongs in vscode-java-debug. Please close it if so and I'll re-raise.
I am getting Jacksons `InvalidDefinitionException` when it attempts to deserialize a request into my D…
-
### LSP client configuration
Current configuration:
```
local system = os.getenv "OS"
if system == "Windows_NT" then
CONFIG = "win"
else
CONFIG = "linux"
end
local root_markers = { ".…