Граф коммитов

80 Коммитов

Автор SHA1 Сообщение Дата
Jiaming 21f224f050
refactor - Remove redundant files (#1561) 2024-08-06 16:55:51 +08:00
Jiaming 2d816ba345
fix - Gradle server will terminate if generatePipepath error (#1557) 2024-08-05 16:00:50 +08:00
Sheng Chen b71fcb2e1e
fix - Use 'java.import.gradle.java.home' when it's specified (#1552) 2024-08-02 17:18:21 +08:00
Jiaming 702d1cc38a
fix - Language server is not correctly started (#1539) 2024-07-31 12:33:30 +08:00
Jiaming 34e089628a
refactor - Rename to taskServerClient & remove gradle daemon status (#1531) 2024-07-29 14:30:57 +08:00
Jiaming 2243c686f6
doc - Update doc after merge language server (#1528) 2024-07-25 10:18:58 +08:00
Jiaming 8e6e7ac008
refactor - Merge Language Server to Gradle Server (#1525) 2024-07-24 13:56:50 +08:00
Jiaming a8dfb8b8e0
refactor - Merge Task Server & Build Server (#1512) 2024-07-22 16:05:27 +08:00
Sheng Chen 18354a00f7
fix: Enable the gradle task server tests (#1459)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
2023-12-07 12:46:19 +08:00
Jose Luis Leon 48d2eda0d6
feat(compat): Bump Gradle Wrapper to v8.5 and change Java 21 min Gradle version (#1455)
Co-authored-by: Sheng Chen <sheche@microsoft.com>
2023-12-06 15:38:26 +08:00
Jose Luis Leon 1a8013d05a
build: Bump Gradle Wrapper to v8.4 (#1419)
* Update Gradle to v8.4
* Use Version Catalogs to dynamically choose Spotless plugin version
2023-11-13 13:28:29 +08:00
Shi Chen 0f4ce73f34
fix: debug with args not working (#1318) 2023-03-20 15:51:50 +08:00
Shi Chen e1f99608ca
feat: Support java 19 (#1319) 2023-03-07 13:27:28 +08:00
Shi Chen 1c15819a45
chore: Upgrade project Gradle wrapper to 8.0.2 (#1317)
* upgrade wrapper to 8.0.2

* update tapi version
2023-03-07 09:56:05 +08:00
Shi Chen 7eac84b7d7
fix: Use built-in model to query lazy tasks (#1302) 2022-11-28 10:02:28 +08:00
Shi Chen da491331c1
fix: Duplicate temp plugin jars have been created (#1297) 2022-11-17 12:56:55 +08:00
Shi Chen 53174f5dee
chore: Add debug plugin config (#1220) 2022-06-24 11:20:15 +08:00
Shi Chen 12095ef716
fix: Extension generates project with errors (#1209) 2022-04-21 13:01:56 +08:00
Shi Chen b8b018833d
chore: Update dependency (#1199) 2022-03-17 12:56:10 +08:00
Ravishankar Haranath f295c0e57a
feat: Added support for java.jdt.ls.java.home vs-code configuration (#1169) 2022-02-28 10:29:53 +08:00
Shi Chen a1bcd417cf
feat: Merge getBuild and getProject requests (#1152) 2022-02-17 15:13:57 +08:00
Shi Chen b63118547a
chore: retire compatibility check when redhat.java > 1.3.0 (#1165) 2022-01-24 17:15:23 +08:00
Shi Chen df18dec330
feat: Automatically detect debug tasks (#1149) 2022-01-24 09:55:54 +08:00
Shi Chen f4cd0e9700
fix: Support system env GRADLE_HOME (#1140) 2022-01-19 09:53:47 +08:00
Shi Chen 339166ecb3
feat: Get tasks from custom tapi model (#1148) 2022-01-17 15:13:28 +08:00
Shi Chen be1818b3e8
chore: Upgrade project wrapper to 7.3.3 (#1145) 2022-01-11 15:26:59 +08:00
Shi Chen caf792378e
feat: Show task selectors (#1121) 2021-12-17 10:25:09 +08:00
Shi Chen bca479c47a
chore: Revisit java code formatting (#1116) 2021-12-01 15:45:38 +08:00
Shi Chen 4ce03eabd1
chore: Revisit copyright header for source files created by Microsoft (#1112) 2021-12-01 09:49:45 +08:00
Shi Chen 2f35e0a81f
fix: Compatibility issue displays incorrectly (#1103) 2021-11-24 16:00:31 +08:00
Shi Chen 0c16466c90
fix: Check major version of JDKs (#1080) 2021-11-18 11:13:12 +08:00
Shi Chen b877fd8312
fix: Support multiple jvmArguments (#1079) 2021-11-10 14:26:47 +08:00
Shi Chen 15d50c4786
fix: Can't handle gradle version scheme like 7.3-rc-2 (#1056) 2021-10-28 09:40:48 +08:00
Shi Chen c851d477bf
feat: Support deprecated tags (#1058) 2021-10-27 16:11:02 +08:00
Shi Chen 01f3657a36
fix: Throw errors when opening a non wrapper gradle project (#1055) 2021-10-27 09:57:24 +08:00
Shi Chen 493140d11e
fix: Support script classpath and default gradle import (#1039) 2021-10-25 13:31:37 +08:00
Shi Chen 410212dcd3
feat: Gradle Plugin to provide current plugins info (#1023) 2021-10-21 11:25:54 +08:00
Shi Chen 3330162323
fix: Gradle Tasks trace log Chinese garbled (#1034) 2021-10-20 23:41:00 +08:00
Shi Chen 01794c646d
fix: Gradle daemon view shows nothing when using local Gradle installation (#957) 2021-08-26 17:25:45 +08:00
Shi Chen 091ed46b60
chore: Use single jar with classpaths (#954) 2021-08-26 12:52:06 +08:00
Shi Chen 6f952cd527
feat: Support JDK compatibility check (#931)
* support compatibility check

* address comments

* address comments
2021-08-24 15:09:20 +08:00
Shi Chen 7b5531b6a3
feat: Support local Gradle installation (#926) 2021-08-20 13:01:49 +08:00
Shi Chen 0b53cf6ec5
feat: Support cancelling getDependencies (#919)
* support cancelling in getting dependencies

* fix linting

* refine wording
2021-08-19 12:35:10 +08:00
Shi Chen a3df0749d9
feat: Support dependency view (#887) 2021-08-17 13:00:36 +08:00
Shi Chen 5fbdbfe0e0 remove sonarqube part 2021-07-30 11:03:48 +08:00
Richard Willis 618e6680b2 Better method name 2021-03-07 16:35:18 +00:00
Richard Willis b0793ab9b1 Fix race condition on terminal open. Refs #848 2021-03-06 11:06:59 +00:00
dependabot-preview[bot] f215b1d3d4
Bump powermock-module-junit4 from 2.0.7 to 2.0.9 (#776)
Bumps [powermock-module-junit4](https://github.com/powermock/powermock) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.7...powermock-2.0.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-02 15:56:23 +00:00
dependabot-preview[bot] 73acc0b346
Bump junit from 4.13 to 4.13.1 (#751)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-12 15:51:56 +01:00
Richard Willis 3c6ef555bc
Test on Java 15 (#752)
* Fix tests on macos

* Use vscode 1.48.0

* Try match versions

* Test with insiders

* Run tests for 1.45.0 and insiders

* Try 1.50.0

* Try with 1.45.0

* Build with Java 11 and test with Java 8, 11, 15

* Upgrade gradle to suppoer java 15

* Fetch all history

* Fix gradle warnings

* Disable gpu

* Disable macos again

* Fix evented store
2020-10-12 13:04:26 +01:00