Releases: microsoft/vscode-java-test
Releases · microsoft/vscode-java-test
Release list
0.46.0
What's Changed
- feat - Run multiple selected test methods in a single JVM in #1862
- feat - Expose JUnit Jupiter 6 as a separate Enable Tests option in #1871
- fix - Use OS auto-port allocation for the test runner socket server in #1855
- fix - Use maven-metadata.xml to look up latest test framework version in #1868
- fix - Sync javaExtensions to the actual JUnit jar versions in server/ in #1869
- fix - Refresh Test Explorer after first-time Enable Java Tests in #1870
- fix - Ship org.objectweb.asm bundles to satisfy Jacoco 0.8.14 in #1872
0.45.0
What's Changed
- feat - Support excluding source paths from coverage reporting in #1809
- feat - Add Matt (@suite) support on JUnit 5 in #1846
- enhancement - Refresh test unit treeview with specific path in #1842
- fix - Fix JUnit 6 support in #1840
- fix - Identify naming in JUnit in #1847
- fix - Trigger UI except other LSP event in #1844
- fix - Remove erroneous double-quoting of -javaagent arg on Windows in #1832
0.44.0
0.43.2
What's Changed
- fix - Update to jacoco 0.8.14 by Fred Bricon (@fbricon) in #1798
- fix - Test Runner for Java doesn't recognize tests by Snjeza (@snjeza) in #1783
- fix - update parent node state when test completes by Fred Bricon (@fbricon) in #1799
0.43.1
0.43.1
What's Changed
- chore(deps): bump serialize-javascript and mocha by Dependabot (@dependabot) in #1754
- Update to Jacoco 0.8.13 by Roland Grunberg (@rgrunber) in #1764
New Contributors
- Roland Grunberg (@rgrunber) made their first contribution in #1764
0.43.0
What's Changed
- feat - Set which encoding your test JVM will start with by Adrian Wilkins (@awilkins) in #1735
- fix - method parsing error by Sheng Chen (@jdneo) in #1722
- fix - Use project's jacoco agent when it's available by Sheng Chen (@jdneo) in #1723
- docs - Fix TestNG Docs link by AntuBLUE (@antublue) in #1736
- build - Update jacoco to 0.8.12 by Sheng Chen (@jdneo) in #1720
New Contributors
- AntuBLUE (@antublue) made their first contribution in #1736
- Adrian Wilkins (@awilkins) made their first contribution in #1735
0.42.0
0.41.1
What's Changed
- fix: Enable html support for test outputs by Sheng Chen (@jdneo) in #1684
- fix: Bump org.jacoco.core to 8.12 by Sheng Chen (@jdneo) in #1685
Full Changelog: 0.41.0...0.41.1
0.41.0
Added
- Support test coverage. #387
- Support when clause for test configurations. #1627, contributed by @ReubenFrankel
Fixed
- Upgrade tycho to v4.0.5. #1656, contributed by @baronswindle
- Correct JDK requirement in readme page. PR#1667, contributed by @hacke2