Commit Graph

11 Commits

Author SHA1 Message Date
BoykoAlex
fcb97ab13e [IDEA] Gradle wrapper 2019-03-25 14:31:26 -04:00
gayanper
74505e647a Add support for InLays generic API
Improved the version handling of the gradle files for IDEA SDK

Signed-off-by: gayanper <gayanper@gmail.com>
2019-03-25 21:14:09 +05:30
Alex Boyko
e5fd15e66b Merge pull request #261 from gayanper/inlays
Implement Inlays and improve logging
2019-03-24 22:26:24 -04:00
gayanper
4b3f3917ad Add support to starting lang server on windows
Signed-off-by: gayanper <gayanper@gmail.com>
2019-03-24 12:10:33 +05:30
gayanper
10bfe98293 Fix for windows java.exe issue in executable path.
Signed-off-by: gayanper <gayanper@gmail.com>
2019-03-24 00:29:21 +05:30
gayanper
6d5f997f96 Add support for loading server outside plugin jar and gradleize
When the server jar is inside classpath the final packaged plugin cause
the server jar to be packaged inside the plugin jar which cause it to
fail. Now the server jar is packed outside with the support of gradle.

Signed-off-by: gayanper <gayanper@gmail.com>
2019-03-23 14:39:45 +05:30
gayanper
3ab426bddc Implement Inlays and improve logging
Signed-off-by: gayanper <gayanper@gmail.com>
2019-03-22 20:59:43 +05:30
Spring Operator
e2d604f023 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://my.repository.com/repo/path (200) with 1 occurrences could not be migrated:
   ([https](https://my.repository.com/repo/path) result SSLHandshakeException).

These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://sha256timestamp.ws.symantec.com/sha256/timestamp (InvalidMediaTypeException) with 3 occurrences migrated to:
  https://sha256timestamp.ws.symantec.com/sha256/timestamp ([https](https://sha256timestamp.ws.symantec.com/sha256/timestamp) result ConnectTimeoutException).
* http://www.myhost.com/maven/jdk14 (500) with 1 occurrences migrated to:
  https://www.myhost.com/maven/jdk14 ([https](https://www.myhost.com/maven/jdk14) result 500).

These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://dist.springsource.com/release/TOOLS/third-party/misc-p2-repo/ with 1 occurrences migrated to:
  https://dist.springsource.com/release/TOOLS/third-party/misc-p2-repo/ ([https](https://dist.springsource.com/release/TOOLS/third-party/misc-p2-repo/) result 200).
* http://maven.apache.org/xsd/settings-1.0.0.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/settings-1.0.0.xsd ([https](https://maven.apache.org/xsd/settings-1.0.0.xsd) result 200).
* http://spring.io/tools with 3 occurrences migrated to:
  https://spring.io/tools ([https](https://spring.io/tools) result 200).
* http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html with 1 occurrences migrated to:
  https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html ([https](https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html) result 200).
* http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html with 1 occurrences migrated to:
  https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html ([https](https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* http://www.pivotal.io with 1 occurrences migrated to:
  https://www.pivotal.io ([https](https://www.pivotal.io) result 301).

These URLs were intentionally ignored.

* http://maven.apache.org/SETTINGS/1.0.0 with 2 occurrences
* http://www.springframework.org/schema/beans with 2 occurrences
* http://www.springframework.org/schema/p with 1 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 2 occurrences

Revert timestamp switch
2019-03-20 13:45:27 -04:00
gayanper
2f5b5ad286 Add support for code highlights
Update the highlighparams to latest LSP contract.

Signed-off-by: gayanper <gayanper@gmail.com>
2019-03-15 22:39:37 -04:00
Kris De Volder
d86becebe7 http -> https 2019-03-08 15:48:38 -08:00
BoykoAlex
9b8a650902 IntelliJ Boot-Java plugin based on IntelliJ LSP client plugin 2018-01-16 19:38:53 -05:00