Skip to content

Commit 1a5de5b

Browse files
authored
Update CHANGELOG.md
1 parent 8ec17d1 commit 1a5de5b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

vscode/CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,22 @@
3030
### Enhancements
3131
* [JAVAVSCODE-9] Disable hints according to user preference https://github.com/apache/netbeans/pull/6760
3232
* [JAVAVSCODE-110] Added option to delete workspace cache with respect to oracle java extension https://github.com/oracle/javavscode/pull/124
33-
* [JAVAVSCODE-123] Update to NetBeans 21 and JDK 22 javac support https://github.com/oracle/javavscode/pull/128
33+
* [JAVAVSCODE-123] Update to NetBeans 21 and JDK 22 features support https://github.com/oracle/javavscode/pull/128
3434
* [JAVAVSCODE-131] Added JDK 22 GA download option in JDK downloader https://github.com/oracle/javavscode/pull/133
35-
* Adding an advanced option to disable the embedded nb-javac, hence use javac from the JDK https://github.com/oracle/javavscode/pull/130
35+
* Option to work with JDK 23 ea by disabling javac bundled with Netbeans https://github.com/oracle/javavscode/pull/130
3636
* Bump up axios 1.6.0 to 1.6.8 https://github.com/oracle/javavscode/pull/127
3737
* Bump up @vscode/debugadapter from 1.55.1 to 1.65.0 https://github.com/oracle/javavscode/pull/135
3838

3939
### Bugs
4040
* [JAVAVSCODE-29] vscode reports a need to upgrade Gradle to an earlier version for JDK-21 https://github.com/apache/netbeans/pull/6807
4141
* [JAVAVSCODE-30] Fixed refactoring of pom.xml as well on renaming class name https://github.com/oracle/javavscode/pull/120
4242
* [JAVAVSCODE-95] Fixed false error thrown if parent pom version uses variable https://github.com/oracle/javavscode/pull/125
43-
* Fix readme urls vscode https://github.com/oracle/javavscode/pull/121
4443

4544
### Other Changes
4645
* [JAVAVSCODE-137] Updated Third party licenses related to Node JS third party dependencies https://github.com/oracle/javavscode/pull/138
47-
* Removing (unused) DB support from netbeans side https://github.com/oracle/javavscode/pull/112
48-
* Removed db support from frontend as well https://github.com/oracle/javavscode/pull/129
46+
* Removing (unused) DB support from extension https://github.com/oracle/javavscode/pull/112
4947

50-
**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.1...v22
48+
**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.1...v22.0.0
5149

5250
## Version 1.0.1 (February 22nd, 2024)
5351
### What’s Changed
@@ -92,7 +90,7 @@
9290
* Upgrade commons-codec from 1.15 to 1.16.0 https://github.com/oracle/javavscode/pull/107
9391
* Upgrade of failureaccess (component of Guava) https://github.com/oracle/javavscode/pull/109
9492

95-
**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.0...v1.0.0.1
93+
**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.0...v1.0.1
9694

9795
## Version 1.0.0 (October 18th, 2023)
9896
* Initial release

0 commit comments

Comments
 (0)