diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e413/category.xml b/eclipse-distribution/org.springframework.boot.ide.product.e413/category.xml index 492d9b336..4a600281e 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e413/category.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e413/category.xml @@ -112,9 +112,14 @@ --> + + + + + diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e414/category.xml b/eclipse-distribution/org.springframework.boot.ide.product.e414/category.xml index 492d9b336..19166db2f 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e414/category.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e414/category.xml @@ -112,9 +112,14 @@ --> + + + + + diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e415/category.xml b/eclipse-distribution/org.springframework.boot.ide.product.e415/category.xml index 492d9b336..4a600281e 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e415/category.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e415/category.xml @@ -112,9 +112,14 @@ --> + + + + + diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index 77bc2dfe5..36cbfe26f 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -69,12 +69,12 @@ nightly ${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix} - + https://dist.springsource.com/snapshot/TOOLS/eclipse-integration-commons/nightly + https://dist.springframework.org/snapshot/IDE/nightly - https://dist.springsource.com/release/TOOLS/eclipse-integration-commons/3.9.12.RELEASE/ - https://dist.springframework.org/release/IDE/3.9.12.RELEASE + https://dist.springsource.com/${dist.type}/TOOLS/sts4-language-server-integrations/${sts4-language-servers-version} diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls/META-INF/MANIFEST.MF b/eclipse-language-servers/org.springframework.tooling.boot.ls/META-INF/MANIFEST.MF index 25e8c88d7..b8026123a 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls/META-INF/MANIFEST.MF +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls/META-INF/MANIFEST.MF @@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0", org.eclipse.jdt.ui;bundle-version="3.13.0", org.eclipse.tm4e.core;bundle-version="0.1.0", org.eclipse.tm4e.ui;bundle-version="0.1.0", - org.eclipse.lsp4e;bundle-version="0.13.1", + org.eclipse.lsp4e;bundle-version="0.13.1.202003021135", org.eclipse.lsp4j;bundle-version="0.9.0", org.eclipse.lsp4j.jsonrpc;bundle-version="0.9.0", org.eclipse.ui.workbench, diff --git a/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/category.xml b/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/category.xml index 84a48d0c6..b79a34061 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/category.xml +++ b/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/category.xml @@ -24,6 +24,10 @@ + + + + diff --git a/eclipse-language-servers/pom.xml b/eclipse-language-servers/pom.xml index 7c85bafb8..f59dc9fb2 100644 --- a/eclipse-language-servers/pom.xml +++ b/eclipse-language-servers/pom.xml @@ -136,16 +136,16 @@ p2 https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository - - e-i-commons - p2 - https://dist.springframework.org/release/IDE/3.9.12.RELEASE - + + e-i-commons + p2 + https://dist.springframework.org/snapshot/IDE/nightly + mylyn-markdown p2 @@ -186,16 +186,16 @@ p2 https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository - - e-i-commons - p2 - https://dist.springframework.org/release/IDE/3.9.12.RELEASE - + + e-i-commons + p2 + https://dist.springframework.org/snapshot/IDE/nightly + mylyn-markdown p2 @@ -241,16 +241,16 @@ p2 https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository - - e-i-commons - p2 - https://dist.springframework.org/release/IDE/3.9.12.RELEASE - + + e-i-commons + p2 + https://dist.springframework.org/snapshot/IDE/nightly + mylyn-markdown p2 diff --git a/vscode-extensions/vscode-bosh/CHANGELOG.md b/vscode-extensions/vscode-bosh/CHANGELOG.md index a7014197c..e1893dc1a 100644 --- a/vscode-extensions/vscode-bosh/CHANGELOG.md +++ b/vscode-extensions/vscode-bosh/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2020-03-19 (4.6.0 RELEASE) + +* no major changes + ## 2020-01-22 (4.5.1 RELEASE) * no major changes diff --git a/vscode-extensions/vscode-concourse/CHANGELOG.md b/vscode-extensions/vscode-concourse/CHANGELOG.md index d151be662..0bbd3d507 100644 --- a/vscode-extensions/vscode-concourse/CHANGELOG.md +++ b/vscode-extensions/vscode-concourse/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2020-03-19 (4.6.0 RELEASE) + +* no major changes + ## 2020-01-22 (4.5.1 RELEASE) * no major changes diff --git a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md index 694b3eeb8..d7bf9cf8e 100644 --- a/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md +++ b/vscode-extensions/vscode-manifest-yaml/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2020-03-19 (4.6.0 RELEASE) + +* no major changes + ## 2020-01-22 (4.5.1 RELEASE) * no major changes diff --git a/vscode-extensions/vscode-spring-boot/CHANGELOG.md b/vscode-extensions/vscode-spring-boot/CHANGELOG.md index 703437c1f..2b0eead3a 100644 --- a/vscode-extensions/vscode-spring-boot/CHANGELOG.md +++ b/vscode-extensions/vscode-spring-boot/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2020-03-19 (4.6.0 RELEASE) + +* _(Spring Boot)_ performance: improved performance while scanning projects for symbols +* _(Spring Boot)_ performance: improved performance when multiple files change at once (e.g. after a switch to a different branch or a git pull + refresh) + ## 2020-01-22 (4.5.1 RELEASE) * _(Spring Boot)_ improvement: live hover mechanism now reports connection failures