Alex Boyko
Alex Boyko
An internal error occurred during: "Send Classpath Notifications". org/eclipse/lsp4e/LanguageServers
It looks to me more as you don't have DB url specified... What's the value of `spring.datasource.url` property? What's you DB implementation? Anything like `jdbc:postgresql://localhost/petclinic`? Do you see it in...
An internal error occurred during: "Send Classpath Notifications". org/eclipse/lsp4e/LanguageServers
@shubhamkundal are you getting exception similar to the one above. What is your JVM used to launch Boot langiage server? Once STS4 is up and running and classpath notifications exceptions...
The plan is the following: 1. Launch creation is initiated on the IDE client side. 2. IDE client executes a command on the LS side to receive a list of...
TestJars support is for maven projects only so far: 52dd4d2ff51bdceae7045b578a6fe14e0f0121c3
Preference setting went in with d3af0a32f90dd90a5e529bf0881273c0d46ef37f. Gradle projects GAV and hence the TestJars support to be delivered with #1201 in 4.22.1. The rest is done for 4.22.0
You can tag projects in the dashboard and search by tags would only show projects with certain tags... seems similar to grouping
@eric-creekside I have looked at the `/classes/META-INF/spring-configuration-metadata.json` file (`target` is the `` for maven - this is the file generated by spring boot via the `spring-boot-configuration-processor`. This is the metadata...
@eric-creekside The metadata file `/classes/META-INF/spring-configuration-metadata.json` is generated by Spring Boot - we have no control over the contents of this file. However, we use the content of the file for...
The warning under the property in the metadata json has a quickfix which adds this property to the custom metadata JSON file. I think the quickfix just adds the skeleton...
@eric-creekside I'd re-confirm with the boot team at least that no getter properties will be supported going forward to the same extent as today. If they "shut this door" all...