Merge BootJavaServerParams into BootLanguageServerParams

This also required the removal of duplicated SpringPropertyIndex related
classes that existed in both boot properties and boot java language servers
before.

A single BootLanguageServerParams now contains the same kind of property 
index that should be able to support both uses.
This commit is contained in:
Kris De Volder
2018-02-14 13:04:32 -08:00
parent a1791ea687
commit aa78fe0dcc
31 changed files with 136 additions and 552 deletions

View File

@@ -12,8 +12,6 @@ package org.springframework.ide.vscode.boot;
import java.io.IOException;
import org.springframework.ide.vscode.boot.properties.BootLanguageServer;
import org.springframework.ide.vscode.boot.properties.BootLanguageServerParams;
import org.springframework.ide.vscode.commons.languageserver.LaunguageServerApp;
import org.springframework.ide.vscode.commons.util.LogRedirect;