Skip to content

Commit 423c481

Browse files
authored
Merge pull request #288 from Achal1607/23.0.0-changelog
Updated CHANGELOG
2 parents 324afc2 + 70352eb commit 423c481

File tree

4 files changed

+46
-14
lines changed

4 files changed

+46
-14
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
repository: apache/netbeans
6464
path: netbeans
65-
ref: 23-rc3
65+
ref: 23
6666

6767
- name: Checkout NetBeans l10n
6868
uses: actions/checkout@v4

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ netbeans-l10n/
44
.DS_STORE
55
.idea/
66
*.iml
7+
/nbcode/l10n/locale_ja/release/
8+
/nbcode/l10n/locale_zh_CN/release/

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ git clone https://github.com/oracle/javavscode.git
3939
$ cd javavscode/
4040
$ git clone https://github.com/apache/netbeans.git
4141
$ cd netbeans/
42-
$ git checkout 23-rc3
42+
$ git checkout 23
4343
$ cd ..
4444
$ git clone https://github.com/apache/netbeans-l10n.git
4545
$ cd netbeans-l10n

vscode/CHANGELOG.md

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,40 @@
2525

2626
<!-- This file has been modified for Oracle Java SE extension -->
2727

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+
2858
## Version 22.1.2
2959
### What's Changed
3060

31-
### Bugs
61+
#### Bugs
3262
* [JAVAVSCODE-96] Honour SuppressWarnings annotations for `unused` entities https://github.com/oracle/javavscode/pull/227
3363
* [JAVAVSCODE-182] Show the constructor's JavaDoc on hovering over its usage; instead of the class' JavaDoc https://github.com/oracle/javavscode/pull/238
3464
* [JAVAVSCODE-185] Formatting of XML (pom.xml) files fixed https://github.com/oracle/javavscode/pull/226
@@ -38,7 +68,7 @@
3868
* [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
3969
* [JAVAVSCODE-214] Fixed Source Actions menu https://github.com/oracle/javavscode/pull/227
4070

41-
### Other Changes
71+
#### Other Changes
4272
* [JAVAVSCODE-223] Updated BUILD.md https://github.com/oracle/javavscode/pull/225
4373
* Updated README.md https://github.com/oracle/javavscode/pull/228
4474
* Ant build script reorganization for patches and clean-netbeans https://github.com/oracle/javavscode/pull/234
@@ -51,13 +81,13 @@
5181
## Version 22.1.1
5282
### What's Changed
5383

54-
### Enhancements
84+
#### Enhancements
5585
* [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
5686
* [JAVAVSCODE-175] Support for JEP 467 (Markdown format for Javadoc) added https://github.com/oracle/javavscode/pull/176
5787
* [JAVAVSCODE-74] Support for running a project with dependencies not managed by Maven or Gradle https://github.com/oracle/javavscode/pull/173
5888
* Upgrading to NB-22 https://github.com/oracle/javavscode/pull/169
5989

60-
### Other Changes
90+
#### Other Changes
6191
* Bump braces from 3.0.2 to 3.0.3 https://github.com/oracle/javavscode/pull/171
6292
* [JAVAVSCODE-110] Updated README for troubleshoot guide https://github.com/oracle/javavscode/pull/169
6393

@@ -66,11 +96,11 @@
6696
## Version 22.0.1 (May 30th, 2024)
6797
### What's Changed
6898

69-
### Bugs
99+
#### Bugs
70100
* [JAVAVSCODE-59] In VSCode provide quickfix relevant to the position of the cursor https://github.com/apache/netbeans/pull/7353
71101
* [JAVAVSCODE-101] Command jdk.java.project.resolveProjectProblems' not found https://github.com/apache/netbeans/pull/7370
72102

73-
### Other Changes
103+
#### Other Changes
74104
* Disable unused modules https://github.com/oracle/javavscode/pull/159
75105
* Copyright modification in README https://github.com/oracle/javavscode/pull/155
76106
* Minor README updates https://github.com/oracle/javavscode/pull/157
@@ -81,7 +111,7 @@
81111
## Version 22.0.0 (April 25th, 2024)
82112
### What's Changed
83113

84-
### Enhancements
114+
#### Enhancements
85115
* [JAVAVSCODE-9] Disable hints according to user preference https://github.com/apache/netbeans/pull/6760
86116
* [JAVAVSCODE-110] Added option to delete workspace cache with respect to oracle java extension https://github.com/oracle/javavscode/pull/124
87117
* [JAVAVSCODE-123] Update to NetBeans 21 and JDK 22 features support https://github.com/oracle/javavscode/pull/128
@@ -91,12 +121,12 @@
91121
* Bump up axios 1.6.0 to 1.6.8 https://github.com/oracle/javavscode/pull/127
92122
* Bump up @vscode/debugadapter from 1.55.1 to 1.65.0 https://github.com/oracle/javavscode/pull/135
93123

94-
### Bugs
124+
#### Bugs
95125
* [JAVAVSCODE-29] vscode reports a need to upgrade Gradle to an earlier version for JDK-21 https://github.com/apache/netbeans/pull/6807
96126
* [JAVAVSCODE-30] Fixed refactoring of pom.xml as well on renaming class name https://github.com/oracle/javavscode/pull/120
97127
* [JAVAVSCODE-95] Fixed false error thrown if parent pom version uses variable https://github.com/oracle/javavscode/pull/125
98128

99-
### Other Changes
129+
#### Other Changes
100130
* [JAVAVSCODE-137] Updated Third party licenses related to Node JS third party dependencies https://github.com/oracle/javavscode/pull/138
101131
* Removing (unused) DB support from extension https://github.com/oracle/javavscode/pull/112
102132

@@ -105,7 +135,7 @@
105135
## Version 1.0.1 (February 22nd, 2024)
106136
### What’s Changed
107137

108-
### Enhancements
138+
#### Enhancements
109139
* Implementing support for features in JDK 22 by utilizing OpenJDK 22 Early Access binaries https://github.com/apache/netbeans/pull/6742
110140
* [JAVAVSCODE-16] Added option for running any Java project using context menu https://github.com/oracle/javavscode/pull/75
111141
* [JAVAVSCODE-22] Added support for using different jdk in each workspace and deprecated jdk.userdir configuration https://github.com/oracle/javavscode/pull/67
@@ -118,7 +148,7 @@
118148
* [JAVAVSCODE-80] Renamed downloaded jdk binaries so that it is not replaced by the already present binaries https://github.com/oracle/javavscode/pull/82
119149
* Update to NetBeans 20 https://github.com/oracle/javavscode/pull/92
120150

121-
### Bugs
151+
#### Bugs
122152
* [JAVAVSCODE-23] Class outline/structure missing in some cases fixed https://github.com/apache/netbeans/pull/6642
123153
* [JAVAVSCODE-24] Error on formatting pom.xml fixed https://github.com/apache/netbeans/pull/6631
124154
* [JAVAVSCODE-26] Don’t create “lock files” in the user’s project folders https://github.com/apache/netbeans/pull/6690
@@ -131,7 +161,7 @@
131161
* [JAVAVSCODE-73] Symbols defined in a different file but the same packages are now defined https://github.com/apache/netbeans/pull/6329
132162
* [JAVAVSCODE-86] “Surround with...” option fixed under refactor options https://github.com/oracle/javavscode/pull/89
133163

134-
### Other Changes
164+
#### Other Changes
135165
* adding the extension markeplace in README https://github.com/oracle/javavscode/pull/12
136166
* Added more style in readme file https://github.com/oracle/javavscode/pull/98
137167
* README urls fix https://github.com/oracle/javavscode/pull/20

0 commit comments

Comments
 (0)