|
27 | 27 |
|
28 | 28 | ## Version 1.0.0
|
29 | 29 | * Initial release
|
| 30 | + |
| 31 | +## Version 1.0.0.1 |
| 32 | +### What’s Changed |
| 33 | + |
| 34 | +### Enhancements |
| 35 | +* [JAVAVSCODE-16] Added option for running any Java project using context menu https://github.com/oracle/javavscode/pull/75 |
| 36 | +* [JAVAVSCODE-22] Added support for using different jdk in each workspace and deprecated jdk.userdir configuration https://github.com/oracle/javavscode/pull/67 |
| 37 | +* [JAVAVSCODE-28] Include TestNG tests in the test explorer.https://github.com/oracle/javavscode/pull/40 |
| 38 | +* [JAVAVSCODE-56] Added “Go To Test” option https://github.com/oracle/javavscode/pull/93 |
| 39 | +* [JAVAVSCODE-60] Added a configuration for user-defined vm arguments to start the Java language server https://github.com/oracle/javavscode/pull/63 |
| 40 | +* [JAVAVSCODE-69] Add a warning for cases like var foo = new ArrayList<>(); https://github.com/apache/netbeans/pull/6780 |
| 41 | +* [JAVAVSCODE-76] Support for parameter hints added https://github.com/apache/netbeans/pull/6476 |
| 42 | +* [JAVAVSCODE-78] Added checksum match for jdk downloader https://github.com/oracle/javavscode/pull/81 |
| 43 | +* [JAVAVSCODE-80] Renamed downloaded jdk binaries so that it is not replaced by the already present binaries https://github.com/oracle/javavscode/pull/82 |
| 44 | +* JDK 22 ea support added https://github.com/apache/netbeans/pull/6742 |
| 45 | +* Upgraded available JDK versions in JDK downloader https://github.com/oracle/javavscode/pull/104 |
| 46 | +* Update to NetBeans 20 https://github.com/oracle/javavscode/pull/92 |
| 47 | + |
| 48 | +### Bugs |
| 49 | +* [JAVAVSCODE-23] Class outline/structure missing in some cases fixed https://github.com/apache/netbeans/pull/6642 |
| 50 | +* [JAVAVSCODE-24] Error on formatting pom.xml fixed https://github.com/apache/netbeans/pull/6631 |
| 51 | +* [JAVAVSCODE-26] Don’t create “lock files” in the user’s project folders https://github.com/apache/netbeans/pull/6690 |
| 52 | +* [JAVAVSCODE-35] String templates break formatting fixed https://github.com/apache/netbeans/pull/6637 |
| 53 | +* [JAVAVSCODE-48] Renaming variable fails when using string template fixed https://github.com/apache/netbeans/pull/6637 |
| 54 | +* [JAVAVSCODE-52] Avoiding crash during indexing when a record has a component with a wrong name https://github.com/apache/netbeans/pull/6649 |
| 55 | +* [JAVAVSCODE-53] Incorrect hint “The assigned value is never used” fixed https://github.com/apache/netbeans/pull/6635 |
| 56 | +* [JAVAVSCODE-62] “The collection is only added to, never read” warning now detects forEach https://github.com/apache/netbeans/pull/6646 |
| 57 | +* [JAVAVSCODE-71] Updated download.jdk command configuration to open JDK downloader window even if no folder is open in workspace https://github.com/oracle/javavscode/pull/72 |
| 58 | +* [JAVAVSCODE-73] Symbols defined in a different file but the same packages are now defined https://github.com/apache/netbeans/pull/6329 |
| 59 | +* [JAVAVSCODE-86] “Surround with...” option fixed under refactor options https://github.com/oracle/javavscode/pull/89 |
| 60 | + |
| 61 | +### Other Changes |
| 62 | +* adding the extension markeplace in README https://github.com/oracle/javavscode/pull/12 |
| 63 | +* Added more style in readme file https://github.com/oracle/javavscode/pull/98 |
| 64 | +* README urls fix https://github.com/oracle/javavscode/pull/20 |
| 65 | +* Adding workflow to build the extension on push and pull request. https://github.com/oracle/javavscode/pull/39 |
| 66 | +* Update README.md https://github.com/oracle/javavscode/pull/43 |
| 67 | +* Removed “information_for_contributors” field https://github.com/oracle/javavscode/pull/68 |
| 68 | +* Bump axios from 1.5.0 to 1.6.0 in /vscode https://github.com/oracle/javavscode/pull/77 |
| 69 | +* Build.md and .gitignore changes https://github.com/oracle/javavscode/pull/87 |
| 70 | +* added formatter preferences readme https://github.com/oracle/javavscode/pull/85 |
| 71 | +* updated THIRD_PARTY_LICENSES.txt https://github.com/oracle/javavscode/pull/111 |
| 72 | +* Upgrade commons-codec from 1.15 to 1.16.0 https://github.com/oracle/javavscode/pull/107 |
| 73 | +* Upgrade of failureaccess (component of Guava) https://github.com/oracle/javavscode/pull/109 |
| 74 | + |
| 75 | +**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.0...v1.0.0.1 |
| 76 | + |
0 commit comments