From b82990b0e3b3aa48210f014eb2c1f58910ea0885 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 16 Mar 2020 10:53:43 +0100 Subject: [PATCH 1/5] added changelog details for 4.6.0 release --- vscode-extensions/vscode-bosh/CHANGELOG.md | 4 ++++ vscode-extensions/vscode-concourse/CHANGELOG.md | 4 ++++ vscode-extensions/vscode-manifest-yaml/CHANGELOG.md | 4 ++++ vscode-extensions/vscode-spring-boot/CHANGELOG.md | 5 +++++ 4 files changed, 17 insertions(+) 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 From ddef76f1825366a76c75ddbc72b6d2631f94bf61 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 17 Mar 2020 10:30:19 +0100 Subject: [PATCH 2/5] switch back to nightly CI builds of dependencies while fixing remaining bugs for the 4.6.0 release --- eclipse-language-servers/pom.xml | 36 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) 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 From 2aee8b223b89f29e57416d3430e18d9eef57b1d2 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 17 Mar 2020 10:31:04 +0100 Subject: [PATCH 3/5] added mylyn docs feature to language server update repo to allow latest lsp4e version to be installed/updated --- .../org.springframework.tooling.boot.ls/META-INF/MANIFEST.MF | 2 +- .../category.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@ + + + + From 75709cf63f2607ce2c6786e3a83a2871aac83076 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 17 Mar 2020 10:31:54 +0100 Subject: [PATCH 4/5] switch back to nightly CI builds of dependencies while fixing remaining bugs for the 4.6.0 release --- eclipse-distribution/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} From e23c85b814de6b29aa5aada1bf68064e1a1e7cfa Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 17 Mar 2020 16:19:27 +0100 Subject: [PATCH 5/5] added mylyn docs feature to product update repo to allow latest lsp4e version to be installed/updated --- .../org.springframework.boot.ide.product.e413/category.xml | 5 +++++ .../org.springframework.boot.ide.product.e414/category.xml | 5 +++++ .../org.springframework.boot.ide.product.e415/category.xml | 5 +++++ 3 files changed, 15 insertions(+) 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 @@ --> + + + + +