File tree Expand file tree Collapse file tree 13 files changed +39
-27
lines changed
com.microsoft.java.test.plugin.site
com.microsoft.java.test.plugin.test
com.microsoft.java.test.plugin
com.microsoft.java.test.runner
com.microsoft.java.test.target Expand file tree Collapse file tree 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
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
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+
715## 0.43.0
816## What's Changed
917* 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 77 <parent >
88 <groupId >com.microsoft.java.test</groupId >
99 <artifactId >parent</artifactId >
10- <version >0.43.0 </version >
10+ <version >0.43.1 </version >
1111 </parent >
1212 <groupId >com.microsoft.java.test</groupId >
1313 <artifactId >test-runner-build-tools</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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 " />
44</site >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >parent</artifactId >
66 <groupId >com.microsoft.java.test</groupId >
7- <version >0.43.0 </version >
7+ <version >0.43.1 </version >
88 </parent >
99 <artifactId >com.microsoft.java.test.plugin.site</artifactId >
1010 <packaging >eclipse-repository</packaging >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33Automatic-Module-Name : com.microsoft.java.test.plugin.test
44Bundle-Name : %Bundle-Name
55Bundle-SymbolicName : com.microsoft.java.test.plugin.test;singleton:=true
6- Bundle-Version : 0.43.0
6+ Bundle-Version : 0.43.1
77Bundle-RequiredExecutionEnvironment : JavaSE-17
88Import-Package : org.osgi.framework;version="1.3.0"
99Bundle-Localization : plugin
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.java.test</groupId >
77 <artifactId >parent</artifactId >
8- <version >0.43.0 </version >
8+ <version >0.43.1 </version >
99 </parent >
1010 <artifactId >com.microsoft.java.test.plugin.test</artifactId >
1111 <packaging >eclipse-test-plugin</packaging >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33Automatic-Module-Name : com.microsoft.java.test.plugin
44Bundle-Name : com.microsoft.java.test.plugin
55Bundle-SymbolicName : com.microsoft.java.test.plugin;singleton:=true
6- Bundle-Version : 0.43.0
6+ Bundle-Version : 0.43.1
77Bundle-Activator : com.microsoft.java.test.plugin.util.JUnitPlugin
88Bundle-RequiredExecutionEnvironment : JavaSE-17
99Import-Package : org.eclipse.jdt.core,
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.java.test</groupId >
77 <artifactId >parent</artifactId >
8- <version >0.43.0 </version >
8+ <version >0.43.1 </version >
99 </parent >
1010 <artifactId >com.microsoft.java.test.plugin</artifactId >
1111 <packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.microsoft.java.test</groupId >
66 <artifactId >parent</artifactId >
7- <version >0.43.0 </version >
7+ <version >0.43.1 </version >
88 </parent >
99 <artifactId >com.microsoft.java.test.runner</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.microsoft.java.test</groupId >
66 <artifactId >parent</artifactId >
7- <version >0.43.0 </version >
7+ <version >0.43.1 </version >
88 </parent >
99 <artifactId >com.microsoft.java.test.tp</artifactId >
1010 <name >${base.name} :: Target Platform</name >
You can’t perform that action at this time.
0 commit comments