generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 43
Sync testing branch with main #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…lorer panel for non-workspace opened Java files Fixed runConfiguration.ts: `initializeRunConfiguration()` to search for java files in open editors when no workspace is open. 1. Checked for non-workspace opened files by testing the validity of `vscode.workspace.name` AND `vscode.workspace.workspaceFile`. 2. Searched for java extension file names in `vscode.workspace.textDocuments` when no workspace is open. 3. Fixed `RunConfigurationNode.setValue()` to invoke `WorkspaceConfiguration.update()` with `configurationTarget =` : - `true`: when no workspace is open i.e. user global target; - `null`: otherwise i.e. workspace target. Fixes #196 Signed-off-by: Siddharth Srinivasan <[email protected]>
Upgrade node-jsonc-parser library
* pre-commit hook to check internal artifactory url * updated regex * updated regex
[JAVAVSCODE #196] Run Configuration section is unavailable in the Explorer panel for non-workspace opened Java files
* Upgrade Gradle tooling to Support JDK-22 * updated build.xml * added one more patch to support upgrade of gradle
…ons in global settings for non-workspace opened Java files (#211) Fixed extension.ts `UpdateConfigurationRequest` handler to update the global `WorkspaceConfiguration` for non-workspace opened files. 1. Checked for non-workspace opened files by testing if `vscode.workspace.workspaceFile` is undefined/null. 2. Invoked `WorkspaceConfiguration.update()` with `configurationTarget = `: - `true`: for non-workspace files; - `null`: otherwise. 3. Added a try-catch to log errors in update and prevent downstream failures. 4. Avoided an unnecessary `await` and used the `Thenable` chain of `update()`. Fixes #199 Signed-off-by: Siddharth Srinivasan <[email protected]>
* backporting NetBeans 23 fixes * updated patch name * updated 7548 patch
1. Placed patch files in separate lines to ease merges and reduce conflicts. 2. Added string parsing and trimming of the patches list to allow for placing patch files in separate lines. - Also added a check for empty patch list when applying or unapplying the patches. 3. Added a "clean-netbeans" target, similar to the "build-netbeans" target, to help in cleaning just the netbeans build artifacts. Signed-off-by: Siddharth Srinivasan <[email protected]>
Ant build script reorganization for patches and clean-netbeans
Bump up axios to latest(1.7.3)
* Updated README added Enabling Java preview features section
* [JVSC #199] Backport NetBeans 24 patch 7610 Backporting the NetBeans 24 patch [#7610](apache/netbeans#7610) and adding it to the patches list in build.xml. - This brings the fix for getting config options for a single source file to the NB 22 branch. - This allows the fix for #199 to demonstrate its effect. Signed-off-by: Siddharth Srinivasan <[email protected]> * Update build.xml with ascending numeric order of PR patches Signed-off-by: Siddharth Srinivasan <[email protected]> --------- Signed-off-by: Siddharth Srinivasan <[email protected]>
Signed-off-by: Subhash Arabhi <[email protected]> Co-authored-by: Siddharth Srinivasan <[email protected]>
sid-srini
approved these changes
Aug 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.