Alex Boyko
Alex Boyko
There are 3 java sources under tests in `spring-data-neo4j` project that are extremely slow to parse with Rewrite Java 17 parser: - `RepositoryIT` - `ReactiveRepositoryIT` - `IssuesIT` Git repo: https://github.com/spring-projects/spring-data-neo4j...
Parsing Java files with OR parsers is slower than JDT. The primary reason for this seems to be resolution of all types by OR parsers while JDT doesn't resolve types...
Exceptions activating vscode-java extension. The spinning wheel just keeps going in the bottom-right corner. ##### Environment - Operating System: OSX 12.3.1 - JDK version: embedded into vscode-java - Visual Studio...
The idea is to make the app having TestJars on the classpath launched via the IDE aware of GAVs, classpath and main classes of projects residing in the same workspace....
Add "Add Starters..." CodeLens/InlayHint in Spring Boot project's pom next to `` tag to to make add boot starters dependencies to project very visible and easily accessible. Adding starters is...
Inject a bean via "member" completion proposal. See https://blog.jetbrains.com/idea/2024/02/intellij-idea-2024-1-eap-5/#enhanced-bean-completion-and-autowiring-for-spring For example: ```java @RestController class RestApi { String hello() { return repo } ``` Should propose beans with id's/types starting with...
Currently to connect to running Spring Boot Apps the Boot LS process uses JVM internal APIs to get all running java processes and then user can select one of these...
Currently LSP allows to specify `needsConfirmation` on a workspace edit to show "Refactor Preview" with all changes unchecked. This is rather annoying because to see the changes for a particular...
1. Modify the recipe to comment out methods that cannot be migrated and include the recipe into Boot 3 upgrade. 2. Handle LDAP and JDBC authentication config cases
Highlight exposed classes with some special color in the PE in Eclipse and Java explorer in VSCode