Alex Boyko

Results 63 issues of 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...

bug
performance
parser-java

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...

enhancement
discovery
performance
parser-java

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...

bug
extension-start

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....

type: enhancement
for: eclipse
for: vscode
theme: testjars-support

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...

type: enhancement
status: in-progress
for: eclipse
for: vscode

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...

type: enhancement
for: eclipse
for: vscode
theme: code completion

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...

type: enhancement
for: eclipse
theme: live-data
for: vscode

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...

type: enhancement
for: vscode
theme: refactoring

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

type: enhancement
for: eclipse
for: vscode
theme: refactoring

Highlight exposed classes with some special color in the PE in Eclipse and Java explorer in VSCode

type: enhancement
for: eclipse
for: vscode
theme: validation