From 5b85a7e4417e7539d109d817a4bd9064f7c6a4b9 Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Thu, 5 Nov 2020 14:19:21 +0800 Subject: [PATCH] chore: Prepare for 0.26.0 (#1093) --- CHANGELOG.md | 11 +++++++++++ java-extension/build-tools/pom.xml | 2 +- .../com.microsoft.java.test.plugin.site/category.xml | 2 +- .../com.microsoft.java.test.plugin.site/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- java-extension/com.microsoft.java.test.plugin/pom.xml | 2 +- java-extension/com.microsoft.java.test.runner/pom.xml | 2 +- java-extension/pom.xml | 2 +- package-lock.json | 6 +++--- package.json | 6 +++--- 10 files changed, 24 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 371199db..6257b0f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to the "vscode-java-test" extension will be documented in th The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.26.0 +### Added +- Navigate from stacktrace line to proper file in test reports. [#384](https://github.com/microsoft/vscode-java-test/issues/384) + +### Changed +- Only show the `Migrate Deprecated 'launch.test.json'` command when workspace has the deprecated files. [PR#1084](https://github.com/microsoft/vscode-java-test/pull/1084) +- Update the run buttons in the Test Explorer. [PR#1086](https://github.com/microsoft/vscode-java-test/pull/1086) + +### Fixed +- [Bugs fixed](https://github.com/microsoft/vscode-java-test/issues?q=is%3Aissue+is%3Aclosed+label%3Abug+milestone%3A0.26.0) + ## 0.25.0 ### Added - Add new commands `java.test.editor.run` and `java.test.editor.debug` to run and debug tests in current file. [PR#1066](https://github.com/microsoft/vscode-java-test/pull/1066) diff --git a/java-extension/build-tools/pom.xml b/java-extension/build-tools/pom.xml index 1d9ea09f..fc72e777 100644 --- a/java-extension/build-tools/pom.xml +++ b/java-extension/build-tools/pom.xml @@ -7,7 +7,7 @@ com.microsoft.java.test parent - 0.25.0 + 0.26.0 com.microsoft.java.test test-runner-build-tools diff --git a/java-extension/com.microsoft.java.test.plugin.site/category.xml b/java-extension/com.microsoft.java.test.plugin.site/category.xml index aade4d0a..9f2260bc 100644 --- a/java-extension/com.microsoft.java.test.plugin.site/category.xml +++ b/java-extension/com.microsoft.java.test.plugin.site/category.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/java-extension/com.microsoft.java.test.plugin.site/pom.xml b/java-extension/com.microsoft.java.test.plugin.site/pom.xml index aa5ef173..2a4bd915 100644 --- a/java-extension/com.microsoft.java.test.plugin.site/pom.xml +++ b/java-extension/com.microsoft.java.test.plugin.site/pom.xml @@ -4,7 +4,7 @@ parent com.microsoft.java.test - 0.25.0 + 0.26.0 com.microsoft.java.test.plugin.site eclipse-repository diff --git a/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF b/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF index 25ba4f41..e95d1ef2 100644 --- a/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF +++ b/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: com.microsoft.java.test.plugin Bundle-SymbolicName: com.microsoft.java.test.plugin;singleton:=true -Bundle-Version: 0.25.0 +Bundle-Version: 0.26.0 Bundle-Activator: com.microsoft.java.test.plugin.util.JUnitPlugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.eclipse.jdt.core, diff --git a/java-extension/com.microsoft.java.test.plugin/pom.xml b/java-extension/com.microsoft.java.test.plugin/pom.xml index 16bc5c0f..e03665cd 100644 --- a/java-extension/com.microsoft.java.test.plugin/pom.xml +++ b/java-extension/com.microsoft.java.test.plugin/pom.xml @@ -5,7 +5,7 @@ com.microsoft.java.test parent - 0.25.0 + 0.26.0 com.microsoft.java.test.plugin eclipse-plugin diff --git a/java-extension/com.microsoft.java.test.runner/pom.xml b/java-extension/com.microsoft.java.test.runner/pom.xml index 2b97adce..50c9c3c3 100644 --- a/java-extension/com.microsoft.java.test.runner/pom.xml +++ b/java-extension/com.microsoft.java.test.runner/pom.xml @@ -4,7 +4,7 @@ com.microsoft.java.test parent - 0.25.0 + 0.26.0 com.microsoft.java.test.runner jar diff --git a/java-extension/pom.xml b/java-extension/pom.xml index 2138fc13..edae4010 100644 --- a/java-extension/pom.xml +++ b/java-extension/pom.xml @@ -4,7 +4,7 @@ com.microsoft.java.test parent ${base.name} :: Parent - 0.25.0 + 0.26.0 pom Java Test Runner diff --git a/package-lock.json b/package-lock.json index 5f021305..2a998a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-java-test", - "version": "0.25.0", + "version": "0.26.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -9717,7 +9717,7 @@ }, "readable-stream": { "version": "2.3.6", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "requires": { "core-util-is": "~1.0.0", @@ -9731,7 +9731,7 @@ }, "string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "requires": { "safe-buffer": "~5.1.0" diff --git a/package.json b/package.json index 4df2c859..e7a0da42 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "repository": { "url": "https://github.com/Microsoft/vscode-java-test" }, - "version": "0.25.0", + "version": "0.26.0", "publisher": "vscjava", "bugs": { "url": "https://github.com/Microsoft/vscode-java-test/issues" @@ -48,9 +48,9 @@ "main": "./main.js", "contributes": { "javaExtensions": [ - "./server/com.microsoft.java.test.plugin-0.25.0.jar", + "./server/com.microsoft.java.test.plugin-0.26.0.jar", "./server/org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar", - "./server/org.eclipse.jdt.junit5.runtime_1.0.800.v20200214-0716.jar", + "./server/org.eclipse.jdt.junit5.runtime_1.0.900.v20200513-0617.jar", "./server/org.junit.jupiter.api_5.6.0.v20200203-2009.jar", "./server/org.junit.jupiter.engine_5.6.0.v20200203-2009.jar", "./server/org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar",