Alex Boyko
Alex Boyko
The Gradle project turns out to work as expected: executing `processAot` task results in new source folders added in the IDE. (the project needs `org.graalvm.buildtools.native` in addition to `org.springframework.boot` plugin...
I looked at this again and for Maven we need some kind of m2e support to automatically make aot generated artifacts Eclipse java project source folders. Alternatively we'd need a...
This is going to be rather easy... A few hours of work mainly on tests
I don't think we were hoping to support Kotlin right out of the box. We had some vague plans to support Kotlin but don't think we'v been able to make...
Okay, this one i understand how it might occur. Java and Boot extensions are installed. Java is activated but Boot is not. Yet the JDT LS extension from boot is...
I'm thinking of logging this NPE with the type name that failed to resolve with an NPE.
Without the user's project URI it is unclear what can be done for this aside from avoiding to throw an exception.
We are to put links on https://spring.io/tools very soon... The VSCode 5.0.0 Spring Tools extension you can easily try by switching to pre-release version of the extension. Or are you...
I was only able to see when this got broken but I wasn't able to see what exactly is broken... Still investigating... I've created this PR to run tests via...
Let me explain a bit what I'm trying to fix. I'm upgrading spring-petclinic 2.7.x to 3.0.x. The upgrade process should add the dreaded XML Bind API dependency. It works fine...