Skip to content

Commit 182059c

Browse files
authored
Update CHANGELOG.md
1 parent e2319d2 commit 182059c

File tree

1 file changed

+34
-38
lines changed

1 file changed

+34
-38
lines changed

vscode/CHANGELOG.md

Lines changed: 34 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -32,49 +32,45 @@
3232
### What’s Changed
3333

3434
### Enhancements
35-
* [JAVAVSCODE-16] Added option for running any Java project using context menu by @Achal1607 in https://github.com/oracle/javavscode/pull/75
36-
* [JAVAVSCODE-22] Added support for using different jdk in each workspace and deprecated jdk.userdir configuration by @Achal1607 in https://github.com/oracle/javavscode/pull/67
37-
* [JAVAVSCODE-28] Include TestNG tests in the test explorer. by @lahodaj in https://github.com/oracle/javavscode/pull/40
38-
* [JAVAVSCODE-56] Added “Go To Test” option by @Achal1607 in https://github.com/oracle/javavscode/pull/93
39-
* [JAVAVSCODE-60] Added a configuration for user-defined vm arguments to start the Java language server by @Achal1607 in https://github.com/oracle/javavscode/pull/63
40-
* [JAVAVSCODE-69] Add a warning for cases like var foo = new ArrayList<>(); by @Achal1607 https://github.com/apache/netbeans/pull/6780
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
4141
* [JAVAVSCODE-76] Support for parameter hints added https://github.com/apache/netbeans/pull/6476
42-
* [JAVAVSCODE-78] Added checksum match for jdk downloader by @Achal1607 in 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 by @Achal1607 in https://github.com/oracle/javavscode/pull/82
44-
* JDK 22 ea support added by @lahodaj in https://github.com/apache/netbeans/pull/6742
45-
* Upgraded available JDK versions in JDK downloader by @Achal1607 in https://github.com/oracle/javavscode/pull/104
46-
* Update to NetBeans 20 by @lahodaj in https://github.com/oracle/javavscode/pull/92
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
4747

4848
### Bugs
49-
* [JAVAVSCODE-23] Class outline/structure missing in some cases fixed by @Achal1607 in https://github.com/apache/netbeans/pull/6642
50-
* [JAVAVSCODE-24] Error on formatting pom.xml fixed by @Achal1607 in https://github.com/apache/netbeans/pull/6631
51-
* [JAVAVSCODE-26] Don’t create “lock files” in the user’s project folders by @lahodaj in https://github.com/apache/netbeans/pull/6690
52-
* [JAVAVSCODE-35] String templates break formatting fixed by @lahodaj in https://github.com/apache/netbeans/pull/6637
53-
* [JAVAVSCODE-48] Renaming variable fails when using string template fixed by @lahodaj in https://github.com/apache/netbeans/pull/6637
54-
* [JAVAVSCODE-52] Avoiding crash during indexing when a record has a component with a wrong name @lahodaj in https://github.com/apache/netbeans/pull/6649
55-
* [JAVAVSCODE-53] Incorrect hint “The assigned value is never used” fixed @lahodaj in https://github.com/apache/netbeans/pull/6635
56-
* [JAVAVSCODE-62] “The collection is only added to, never read” warning now detects forEach @lahodaj in 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 by @Achal1607 in https://github.com/oracle/javavscode/pull/72
58-
* [JAVAVSCODE-73] Symbols defined in a different file but the same packages are now defined @lahodaj in https://github.com/apache/netbeans/pull/6329
59-
* [JAVAVSCODE-86] “Surround with...” option fixed under refactor options @lahodaj in https://github.com/oracle/javavscode/pull/89
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
6060

6161
### Other Changes
62-
* adding the extension markeplace in README by @delabassee in https://github.com/oracle/javavscode/pull/12
63-
* Added more style in readme file by @Achal1607 in https://github.com/oracle/javavscode/pull/98
64-
* README urls fix by @delabassee in https://github.com/oracle/javavscode/pull/20
65-
* Adding workflow to build the extension on push and pull request. by @lahodaj in https://github.com/oracle/javavscode/pull/39
66-
* Update README.md by @spavlusieva in https://github.com/oracle/javavscode/pull/43
67-
* Removed “information_for_contributors” field by @Achal1607 in https://github.com/oracle/javavscode/pull/68
68-
* Bump axios from 1.5.0 to 1.6.0 in /vscode by @dependabot in https://github.com/oracle/javavscode/pull/77
69-
* Build.md and .gitignore changes by @sundararajana in https://github.com/oracle/javavscode/pull/87
70-
* added formatter preferences readme by @Achal1607 in https://github.com/oracle/javavscode/pull/85
71-
* updated THIRD_PARTY_LICENSES.txt by @Achal1607 in https://github.com/oracle/javavscode/pull/111
72-
* Upgrade commons-codec from 1.15 to 1.16.0 by @Achal1607 in https://github.com/oracle/javavscode/pull/107
73-
* Upgrade of failureaccess (component of Guava) by @lahodaj in https://github.com/oracle/javavscode/pull/109
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
7474

75-
## New Contributors
76-
* @delabassee made their first contribution in https://github.com/oracle/javavscode/pull/12
77-
* @dependabot made their first contribution in https://github.com/oracle/javavscode/pull/77
78-
* @sundararajana made their first contribution in https://github.com/oracle/javavscode/pull/87
7975
**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.0...v1.0.0.1
8076

0 commit comments

Comments
 (0)