|
30 | 30 | ### Enhancements
|
31 | 31 | * [JAVAVSCODE-9] Disable hints according to user preference https://github.com/apache/netbeans/pull/6760
|
32 | 32 | * [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 |
34 | 34 | * [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 | +* [JAVAVSCODE-146] Rename "Java Platform Support" as "Java" https://github.com/oracle/javavscode/pull/147 |
| 36 | +* Option to work with JDK 23 early access by disabling javac bundled with Netbeans https://github.com/oracle/javavscode/pull/130 |
36 | 37 | * Bump up axios 1.6.0 to 1.6.8 https://github.com/oracle/javavscode/pull/127
|
37 | 38 | * Bump up @vscode/debugadapter from 1.55.1 to 1.65.0 https://github.com/oracle/javavscode/pull/135
|
38 | 39 |
|
39 | 40 | ### Bugs
|
40 | 41 | * [JAVAVSCODE-29] vscode reports a need to upgrade Gradle to an earlier version for JDK-21 https://github.com/apache/netbeans/pull/6807
|
41 | 42 | * [JAVAVSCODE-30] Fixed refactoring of pom.xml as well on renaming class name https://github.com/oracle/javavscode/pull/120
|
42 | 43 | * [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 |
44 | 44 |
|
45 | 45 | ### Other Changes
|
46 | 46 | * [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 |
| 47 | +* Removing (unused) DB support from extension https://github.com/oracle/javavscode/pull/112 |
49 | 48 |
|
50 |
| -**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.1...v22 |
| 49 | +**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.1...v22.0.0 |
51 | 50 |
|
52 | 51 | ## Version 1.0.1 (February 22nd, 2024)
|
53 | 52 | ### What’s Changed
|
|
92 | 91 | * Upgrade commons-codec from 1.15 to 1.16.0 https://github.com/oracle/javavscode/pull/107
|
93 | 92 | * Upgrade of failureaccess (component of Guava) https://github.com/oracle/javavscode/pull/109
|
94 | 93 |
|
95 |
| -**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.0...v1.0.0.1 |
| 94 | +**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.0...v1.0.1 |
96 | 95 |
|
97 | 96 | ## Version 1.0.0 (October 18th, 2023)
|
98 | 97 | * Initial release
|
0 commit comments