File tree Expand file tree Collapse file tree 10 files changed +21
-13
lines changed
com.microsoft.java.test.plugin.site
com.microsoft.java.test.plugin
com.microsoft.java.test.runner Expand file tree Collapse file tree 10 files changed +21
-13
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.24.2
8+ ### Changed
9+ - Adopt the adaptive debounce mechanism when resolving Code Lenses. [ PR #1051 ] ( https://github.com/microsoft/vscode-java-test/pull/1051 )
10+ - Use ASTProvider when parse the AST nodes. [ PR #1052 ] ( https://github.com/microsoft/vscode-java-test/pull/1052 )
11+
12+ ### Fixed
13+ - [ Bugs fixed] ( https://github.com/microsoft/vscode-java-test/issues?q=is%3Aissue+is%3Aclosed+label%3Abug+milestone%3A0.24.2 )
14+
715## 0.24.1
816### Changed
917- Improve the performance for resolving test Code Lenses. [ #1039 ] ( https://github.com/microsoft/vscode-java-test/issues/1039 )
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.24.1 </version >
10+ <version >0.24.2 </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.24.1 " />
3+ <bundle id =" com.microsoft.java.test.plugin" version =" 0.24.2 " />
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.24.1 </version >
7+ <version >0.24.2 </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 @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : com.microsoft.java.test.plugin
44Bundle-SymbolicName : com.microsoft.java.test.plugin;singleton:=true
5- Bundle-Version : 0.24.1
5+ Bundle-Version : 0.24.2
66Bundle-Activator : com.microsoft.java.test.plugin.util.JUnitPlugin
77Bundle-RequiredExecutionEnvironment : JavaSE-11
88Import-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.24.1 </version >
8+ <version >0.24.2 </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.24.1 </version >
7+ <version >0.24.2 </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 <groupId >com.microsoft.java.test</groupId >
55 <artifactId >parent</artifactId >
66 <name >${base.name} :: Parent</name >
7- <version >0.24.1 </version >
7+ <version >0.24.2 </version >
88 <packaging >pom</packaging >
99 <properties >
1010 <base .name>Java Test Runner</base .name>
Original file line number Diff line number Diff line change 55 "repository" : {
66 "url" : " https://github.com/Microsoft/vscode-java-test"
77 },
8- "version" : " 0.24.1 " ,
8+ "version" : " 0.24.2 " ,
99 "publisher" : " vscjava" ,
1010 "bugs" : {
1111 "url" : " https://github.com/Microsoft/vscode-java-test/issues"
4646 "main" : " ./main.js" ,
4747 "contributes" : {
4848 "javaExtensions" : [
49- " ./server/com.microsoft.java.test.plugin-0.24.1 .jar" ,
49+ " ./server/com.microsoft.java.test.plugin-0.24.2 .jar" ,
5050 " ./server/org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar" ,
5151 " ./server/org.eclipse.jdt.junit5.runtime_1.0.800.v20200214-0716.jar" ,
5252 " ./server/org.junit.jupiter.api_5.6.0.v20200203-2009.jar" ,
431431 "winston" : " ^3.2.1" ,
432432 "winston-transport" : " ^4.3.0"
433433 }
434- }
434+ }
You can’t perform that action at this time.
0 commit comments