Skip to content

Commit e5e4aff

Browse files
authored
build: release 0.44.0 (#1826)
* build: release 0.44.0 * build: release 0.44.0 * fix: update
1 parent 460b993 commit e5e4aff

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the "vscode-java-test" extension will be documented in th
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.44.0
8+
## What's Changed
9+
* feat - junit 6 support in https://github.com/microsoft/vscode-java-test/pull/1820
10+
* fix - update build script for xml size limit in https://github.com/microsoft/vscode-java-test/pull/1815
11+
712
## 0.43.2
813
## What's Changed
914
* fix - Update to jacoco 0.8.14 by @fbricon in https://github.com/microsoft/vscode-java-test/pull/1798

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ A lightweight extension to run and debug Java test cases in Visual Studio Code.
2323

2424
- JUnit 4 (v4.8.0+)
2525
- JUnit 5 (v5.1.0+)
26+
- JUnit 6 (v6.0.1+)
2627
- TestNG (v6.9.13.3+)
2728

2829
> Note: JUnit 3 styled tests are not supported in this extension (i.e. extends `junit.framework.TestCase`).
@@ -106,9 +107,13 @@ There are other VS Code embedded commands for testing, which can be found by sea
106107

107108
There are some other VS Code embedded settings for testing, which can be found by searching `testing` in the Settings view.
108109
## Project Setup
110+
### JUnit 6
111+
112+
Please refer to [Getting Started](https://docs.junit.org/6.0.1/overview.html#overview-getting-started) from the JUnit 6's official document for getting started documentation.
113+
109114
### JUnit 5
110115

111-
Please refer to [Getting Started](https://junit.org/junit5/docs/current/user-guide/#overview-getting-started) from the JUnit 5's official document for getting started documentation.
116+
Please refer to [Getting Started](https://docs.junit.org/5.14.1/overview.html) from the JUnit 5's official document for getting started documentation.
112117

113118
> Note: If your project does not use build tools(Maven/Gradle/...), please make sure [junit-platform-console-standalone.jar](https://search.maven.org/search?q=g:org.junit.platform%20AND%20a:junit-platform-console-standalone) is on your project classpath.
114119

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"url": "https://github.com/Microsoft/vscode-java-test"
77
},
8-
"version": "0.43.2",
8+
"version": "0.44.0",
99
"publisher": "vscjava",
1010
"bugs": {
1111
"url": "https://github.com/Microsoft/vscode-java-test/issues"

0 commit comments

Comments
 (0)