Skip to content

Commit

Permalink
chore: Prepare for 0.37.0 (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Aug 29, 2022
1 parent 8e25a61 commit 786d1e6
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 11 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.37.0
### Added
- Support filtering tests by JUnit 5 tags via setting `java.test.config`. [#1092](https://github.com/microsoft/vscode-java-test/issues/1092)

### Changed
- Scan two levels of directories for activation indicators. [#1460](https://github.com/microsoft/vscode-java-test/issues/1460)

### Fixed
- Add proper error reporting for old testNG. [PR#1459](https://github.com/microsoft/vscode-java-test/pull/1459), contributed by [@gayanper](https://github.com/gayanper)
- Update the reference view extension id. [#1475](https://github.com/microsoft/vscode-java-test/issues/1475)

## 0.36.0
### Added
- Add codicons for test items in Testing explorer. [PR#1408](https://github.com/microsoft/vscode-java-test/pull/1449)
Expand All @@ -21,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## 0.35.0
### Added
- Support to re-run single JUnit 5 parameterized test invocation. [#1408](https://github.com/microsoft/vscode-java-test/issues/1408, contributed by [@fladdimir](https://github.com/fladdimir))
- Support to re-run single JUnit 5 parameterized test invocation. [#1408](https://github.com/microsoft/vscode-java-test/issues/1408), contributed by [@fladdimir](https://github.com/fladdimir)

### Changed
- Simplify the stacktrace in test messages. [#1281](https://github.com/microsoft/vscode-java-test/issues/1281)
Expand Down
2 changes: 1 addition & 1 deletion java-extension/build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.java.test</groupId>
<artifactId>parent</artifactId>
<version>0.36.0</version>
<version>0.37.0</version>
</parent>
<groupId>com.microsoft.java.test</groupId>
<artifactId>test-runner-build-tools</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<bundle id="com.microsoft.java.test.plugin" version="0.36.0"/>
<bundle id="com.microsoft.java.test.plugin" version="0.37.0"/>
</site>
2 changes: 1 addition & 1 deletion java-extension/com.microsoft.java.test.plugin.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.microsoft.java.test</groupId>
<version>0.36.0</version>
<version>0.37.0</version>
</parent>
<artifactId>com.microsoft.java.test.plugin.site</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.36.0
Bundle-Version: 0.37.0
Bundle-Activator: com.microsoft.java.test.plugin.util.JUnitPlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.jdt.core,
Expand Down
2 changes: 1 addition & 1 deletion java-extension/com.microsoft.java.test.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.microsoft.java.test</groupId>
<artifactId>parent</artifactId>
<version>0.36.0</version>
<version>0.37.0</version>
</parent>
<artifactId>com.microsoft.java.test.plugin</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion java-extension/com.microsoft.java.test.runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.java.test</groupId>
<artifactId>parent</artifactId>
<version>0.36.0</version>
<version>0.37.0</version>
</parent>
<artifactId>com.microsoft.java.test.runner</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion java-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.microsoft.java.test</groupId>
<artifactId>parent</artifactId>
<name>${base.name} :: Parent</name>
<version>0.36.0</version>
<version>0.37.0</version>
<packaging>pom</packaging>
<properties>
<base.name>Test Runner for Java</base.name>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": {
"url": "https://github.com/Microsoft/vscode-java-test"
},
"version": "0.36.0",
"version": "0.37.0",
"publisher": "vscjava",
"bugs": {
"url": "https://github.com/Microsoft/vscode-java-test/issues"
Expand Down Expand Up @@ -55,7 +55,7 @@
"main": "./main.js",
"contributes": {
"javaExtensions": [
"./server/com.microsoft.java.test.plugin-0.36.0.jar",
"./server/com.microsoft.java.test.plugin-0.37.0.jar",
"./server/org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar",
"./server/org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar",
"./server/org.junit.jupiter.api_5.7.1.v20210222-1948.jar",
Expand Down

0 comments on commit 786d1e6

Please sign in to comment.