Shi Chen
Shi Chen
Fixes #1125 ### Context This PR enables compatibility check in `GradleBuild.synchronize()`, it will help buildship detect the TAPI compatibility issue in advance and return a specific status. The TAPI compatibility...
For different Gradle versions, different range of Java versions are supported. Lots of users may encounter this issue when working on a new repository. It would be very helpful if...
Steps to reproduce: 1. git clone https://github.com/spring-projects/spring-boot 2. git checkout 77c1f5a 3. Import/Synchronize the project in buildship. e.g. use VS Code to open the project 4. See the errors: >...
When running or debugging a test from Java Project Manager, if there is no error exists the user should have a proper way to aware of the result. (by status...
Steps to reproduce: 1. follow the steps in #1376 to setup test project 2. in **BaseTest.java**, change `assertTrue(false)` to `assertTrue(true)`, and run test class: **BaseTest** 3. in **BaseTest.java**, rollback from...
When I open a Java project without build tool, **Enable Java Tests** feature always help me to setup my test framework, it saves my life. But if there is something...
If the users have both `redhat.java` and `vscode-gradle` installed, for a new project, the two extensions are trying to import (or synchronize) the project at the same time, which might...