|
25 | 25 |
|
26 | 26 | <!-- This file has been modified for Oracle Java SE extension -->
|
27 | 27 |
|
| 28 | +## Version 23.0.0 |
| 29 | +### What's Changed |
| 30 | + |
| 31 | +#### Enhancements |
| 32 | +* [JAVAVSCODE-253] Localization to support Japanese and Simplified Chinese https://github.com/oracle/javavscode/pull/254 |
| 33 | +* [JAVAVSCODE-224] Option to configure different JDK versions for JVSC extension runtime and project https://github.com/oracle/javavscode/pull/244 |
| 34 | +* [JAVAVSCODE-229] Introduced Quick Fix action for suppressing warnings https://github.com/oracle/javavscode/pull/259 |
| 35 | +* Upgrade to NB-23 https://github.com/oracle/javavscode/pull/259 |
| 36 | + * Full JDK 23 support |
| 37 | + * Upgraded Gradle Tooling to 8.10 |
| 38 | + * Fixed Exception templates |
| 39 | + * And more ... |
| 40 | +* Progress bar added to track JDK download progress https://github.com/oracle/javavscode/pull/248 |
| 41 | +* JDK 23 now available in the JDK Downloader https://github.com/oracle/javavscode/pull/274 |
| 42 | +* Restrict parent directory traversal when locating the associated project https://github.com/oracle/javavscode/pull/251 |
| 43 | +#### Bugs |
| 44 | +* [JAVAVSCODE-57] Rename refactoring should not replace in comments by default https://github.com/oracle/javavscode/pull/261 |
| 45 | +* [JAVAVSCODE-148] Corrected configuration selection from launch settings during run and debug sessions https://github.com/oracle/javavscode/pull/266 |
| 46 | +* [JAVAVSCODE-203] Fixed rename refactoring for record components https://github.com/apache/netbeans/pull/7670 |
| 47 | +* [JAVAVSCODE-212] Fixed implicit imports precedence issue https://github.com/oracle/javavscode/pull/262 |
| 48 | +* [JAVAVSCODE-221] Reliable implementation of the "delete extension cache" command https://github.com/oracle/javavscode/pull/245 |
| 49 | + |
| 50 | + |
| 51 | +#### Other Changes |
| 52 | +* Refactored JDK Downloader implementation https://github.com/oracle/javavscode/pull/248 |
| 53 | +* Removed redundant elements from the extension https://github.com/oracle/javavscode/pull/263 |
| 54 | +* README updated where necessary |
| 55 | + |
| 56 | +**Full Changelog**: https://github.com/oracle/javavscode/compare/v22.1.2...v23.0.0 |
| 57 | + |
28 | 58 | ## Version 22.1.2
|
29 | 59 | ### What's Changed
|
30 | 60 |
|
31 |
| -### Bugs |
| 61 | +#### Bugs |
32 | 62 | * [JAVAVSCODE-96] Honour SuppressWarnings annotations for `unused` entities https://github.com/oracle/javavscode/pull/227
|
33 | 63 | * [JAVAVSCODE-182] Show the constructor's JavaDoc on hovering over its usage; instead of the class' JavaDoc https://github.com/oracle/javavscode/pull/238
|
34 | 64 | * [JAVAVSCODE-185] Formatting of XML (pom.xml) files fixed https://github.com/oracle/javavscode/pull/226
|
|
38 | 68 | * [JAVAVSCODE-199] Fixed Quick Fix actions are unable to edit runConfig options in global settings for non-workspace opened Java files https://github.com/oracle/javavscode/pull/211
|
39 | 69 | * [JAVAVSCODE-214] Fixed Source Actions menu https://github.com/oracle/javavscode/pull/227
|
40 | 70 |
|
41 |
| -### Other Changes |
| 71 | +#### Other Changes |
42 | 72 | * [JAVAVSCODE-223] Updated BUILD.md https://github.com/oracle/javavscode/pull/225
|
43 | 73 | * Updated README.md https://github.com/oracle/javavscode/pull/228
|
44 | 74 | * Ant build script reorganization for patches and clean-netbeans https://github.com/oracle/javavscode/pull/234
|
|
51 | 81 | ## Version 22.1.1
|
52 | 82 | ### What's Changed
|
53 | 83 |
|
54 |
| -### Enhancements |
| 84 | +#### Enhancements |
55 | 85 | * [JAVAVSCODE-172] Support for using JDK 23 EA builds with the extension including features like ClassFile API, Implicitly Declared Classes and Instance Main Methods, etc. https://github.com/oracle/javavscode/pull/174
|
56 | 86 | * [JAVAVSCODE-175] Support for JEP 467 (Markdown format for Javadoc) added https://github.com/oracle/javavscode/pull/176
|
57 | 87 | * [JAVAVSCODE-74] Support for running a project with dependencies not managed by Maven or Gradle https://github.com/oracle/javavscode/pull/173
|
58 | 88 | * Upgrading to NB-22 https://github.com/oracle/javavscode/pull/169
|
59 | 89 |
|
60 |
| -### Other Changes |
| 90 | +#### Other Changes |
61 | 91 | * Bump braces from 3.0.2 to 3.0.3 https://github.com/oracle/javavscode/pull/171
|
62 | 92 | * [JAVAVSCODE-110] Updated README for troubleshoot guide https://github.com/oracle/javavscode/pull/169
|
63 | 93 |
|
|
66 | 96 | ## Version 22.0.1 (May 30th, 2024)
|
67 | 97 | ### What's Changed
|
68 | 98 |
|
69 |
| -### Bugs |
| 99 | +#### Bugs |
70 | 100 | * [JAVAVSCODE-59] In VSCode provide quickfix relevant to the position of the cursor https://github.com/apache/netbeans/pull/7353
|
71 | 101 | * [JAVAVSCODE-101] Command jdk.java.project.resolveProjectProblems' not found https://github.com/apache/netbeans/pull/7370
|
72 | 102 |
|
73 |
| -### Other Changes |
| 103 | +#### Other Changes |
74 | 104 | * Disable unused modules https://github.com/oracle/javavscode/pull/159
|
75 | 105 | * Copyright modification in README https://github.com/oracle/javavscode/pull/155
|
76 | 106 | * Minor README updates https://github.com/oracle/javavscode/pull/157
|
|
81 | 111 | ## Version 22.0.0 (April 25th, 2024)
|
82 | 112 | ### What's Changed
|
83 | 113 |
|
84 |
| -### Enhancements |
| 114 | +#### Enhancements |
85 | 115 | * [JAVAVSCODE-9] Disable hints according to user preference https://github.com/apache/netbeans/pull/6760
|
86 | 116 | * [JAVAVSCODE-110] Added option to delete workspace cache with respect to oracle java extension https://github.com/oracle/javavscode/pull/124
|
87 | 117 | * [JAVAVSCODE-123] Update to NetBeans 21 and JDK 22 features support https://github.com/oracle/javavscode/pull/128
|
|
91 | 121 | * Bump up axios 1.6.0 to 1.6.8 https://github.com/oracle/javavscode/pull/127
|
92 | 122 | * Bump up @vscode/debugadapter from 1.55.1 to 1.65.0 https://github.com/oracle/javavscode/pull/135
|
93 | 123 |
|
94 |
| -### Bugs |
| 124 | +#### Bugs |
95 | 125 | * [JAVAVSCODE-29] vscode reports a need to upgrade Gradle to an earlier version for JDK-21 https://github.com/apache/netbeans/pull/6807
|
96 | 126 | * [JAVAVSCODE-30] Fixed refactoring of pom.xml as well on renaming class name https://github.com/oracle/javavscode/pull/120
|
97 | 127 | * [JAVAVSCODE-95] Fixed false error thrown if parent pom version uses variable https://github.com/oracle/javavscode/pull/125
|
98 | 128 |
|
99 |
| -### Other Changes |
| 129 | +#### Other Changes |
100 | 130 | * [JAVAVSCODE-137] Updated Third party licenses related to Node JS third party dependencies https://github.com/oracle/javavscode/pull/138
|
101 | 131 | * Removing (unused) DB support from extension https://github.com/oracle/javavscode/pull/112
|
102 | 132 |
|
|
105 | 135 | ## Version 1.0.1 (February 22nd, 2024)
|
106 | 136 | ### What’s Changed
|
107 | 137 |
|
108 |
| -### Enhancements |
| 138 | +#### Enhancements |
109 | 139 | * Implementing support for features in JDK 22 by utilizing OpenJDK 22 Early Access binaries https://github.com/apache/netbeans/pull/6742
|
110 | 140 | * [JAVAVSCODE-16] Added option for running any Java project using context menu https://github.com/oracle/javavscode/pull/75
|
111 | 141 | * [JAVAVSCODE-22] Added support for using different jdk in each workspace and deprecated jdk.userdir configuration https://github.com/oracle/javavscode/pull/67
|
|
118 | 148 | * [JAVAVSCODE-80] Renamed downloaded jdk binaries so that it is not replaced by the already present binaries https://github.com/oracle/javavscode/pull/82
|
119 | 149 | * Update to NetBeans 20 https://github.com/oracle/javavscode/pull/92
|
120 | 150 |
|
121 |
| -### Bugs |
| 151 | +#### Bugs |
122 | 152 | * [JAVAVSCODE-23] Class outline/structure missing in some cases fixed https://github.com/apache/netbeans/pull/6642
|
123 | 153 | * [JAVAVSCODE-24] Error on formatting pom.xml fixed https://github.com/apache/netbeans/pull/6631
|
124 | 154 | * [JAVAVSCODE-26] Don’t create “lock files” in the user’s project folders https://github.com/apache/netbeans/pull/6690
|
|
131 | 161 | * [JAVAVSCODE-73] Symbols defined in a different file but the same packages are now defined https://github.com/apache/netbeans/pull/6329
|
132 | 162 | * [JAVAVSCODE-86] “Surround with...” option fixed under refactor options https://github.com/oracle/javavscode/pull/89
|
133 | 163 |
|
134 |
| -### Other Changes |
| 164 | +#### Other Changes |
135 | 165 | * adding the extension markeplace in README https://github.com/oracle/javavscode/pull/12
|
136 | 166 | * Added more style in readme file https://github.com/oracle/javavscode/pull/98
|
137 | 167 | * README urls fix https://github.com/oracle/javavscode/pull/20
|
|
0 commit comments