File tree 13 files changed +39
-27
lines changed
com.microsoft.java.test.plugin
com.microsoft.java.test.plugin.site
com.microsoft.java.test.plugin.test
com.microsoft.java.test.runner
com.microsoft.java.test.target
13 files changed +39
-27
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to the "vscode-java-test" extension will be documented in th
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 0.43.1
8
+ ## What's Changed
9
+ * chore(deps): bump serialize-javascript and mocha by @dependabot in https://github.com/microsoft/vscode-java-test/pull/1754
10
+ * Update to Jacoco 0.8.13 by @rgrunber in https://github.com/microsoft/vscode-java-test/pull/1764
11
+
12
+ ## New Contributors
13
+ * @rgrunber made their first contribution in https://github.com/microsoft/vscode-java-test/pull/1764
14
+
7
15
## 0.43.0
8
16
## What's Changed
9
17
* feat - Set which encoding your test JVM will start with by @awilkins in https://github.com/microsoft/vscode-java-test/pull/1735
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.microsoft.java.test</groupId >
9
9
<artifactId >parent</artifactId >
10
- <version >0.43.0 </version >
10
+ <version >0.43.1 </version >
11
11
</parent >
12
12
<groupId >com.microsoft.java.test</groupId >
13
13
<artifactId >test-runner-build-tools</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<site >
3
- <bundle id =" com.microsoft.java.test.plugin" version =" 0.43.0 " />
3
+ <bundle id =" com.microsoft.java.test.plugin" version =" 0.43.1 " />
4
4
</site >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >parent</artifactId >
6
6
<groupId >com.microsoft.java.test</groupId >
7
- <version >0.43.0 </version >
7
+ <version >0.43.1 </version >
8
8
</parent >
9
9
<artifactId >com.microsoft.java.test.plugin.site</artifactId >
10
10
<packaging >eclipse-repository</packaging >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
3
3
Automatic-Module-Name : com.microsoft.java.test.plugin.test
4
4
Bundle-Name : %Bundle-Name
5
5
Bundle-SymbolicName : com.microsoft.java.test.plugin.test;singleton:=true
6
- Bundle-Version : 0.43.0
6
+ Bundle-Version : 0.43.1
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-17
8
8
Import-Package : org.osgi.framework;version="1.3.0"
9
9
Bundle-Localization : plugin
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.microsoft.java.test</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >0.43.0 </version >
8
+ <version >0.43.1 </version >
9
9
</parent >
10
10
<artifactId >com.microsoft.java.test.plugin.test</artifactId >
11
11
<packaging >eclipse-test-plugin</packaging >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
3
3
Automatic-Module-Name : com.microsoft.java.test.plugin
4
4
Bundle-Name : com.microsoft.java.test.plugin
5
5
Bundle-SymbolicName : com.microsoft.java.test.plugin;singleton:=true
6
- Bundle-Version : 0.43.0
6
+ Bundle-Version : 0.43.1
7
7
Bundle-Activator : com.microsoft.java.test.plugin.util.JUnitPlugin
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-17
9
9
Import-Package : org.eclipse.jdt.core,
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.microsoft.java.test</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >0.43.0 </version >
8
+ <version >0.43.1 </version >
9
9
</parent >
10
10
<artifactId >com.microsoft.java.test.plugin</artifactId >
11
11
<packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.microsoft.java.test</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >0.43.0 </version >
7
+ <version >0.43.1 </version >
8
8
</parent >
9
9
<artifactId >com.microsoft.java.test.runner</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.microsoft.java.test</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >0.43.0 </version >
7
+ <version >0.43.1 </version >
8
8
</parent >
9
9
<artifactId >com.microsoft.java.test.tp</artifactId >
10
10
<name >${base.name} :: Target Platform</name >
Original file line number Diff line number Diff line change 4
4
<groupId >com.microsoft.java.test</groupId >
5
5
<artifactId >parent</artifactId >
6
6
<name >${base.name} :: Parent</name >
7
- <version >0.43.0 </version >
7
+ <version >0.43.1 </version >
8
8
<packaging >pom</packaging >
9
9
<properties >
10
10
<base .name>Test Runner for Java</base .name>
Original file line number Diff line number Diff line change 5
5
"repository" : {
6
6
"url" : " https://github.com/Microsoft/vscode-java-test"
7
7
},
8
- "version" : " 0.43.0 " ,
8
+ "version" : " 0.43.1 " ,
9
9
"publisher" : " vscjava" ,
10
10
"bugs" : {
11
11
"url" : " https://github.com/Microsoft/vscode-java-test/issues"
72
72
" ./server/org.eclipse.jdt.junit5.runtime_1.1.300.v20231214-1952.jar" ,
73
73
" ./server/org.opentest4j_1.3.0.jar" ,
74
74
" ./server/org.jacoco.core_0.8.13.202504020838.jar" ,
75
- " ./server/com.microsoft.java.test.plugin-0.43.0 .jar"
75
+ " ./server/com.microsoft.java.test.plugin-0.43.1 .jar"
76
76
],
77
77
"viewsWelcome" : [
78
78
{
You can’t perform that action at this time.
0 commit comments