Skip to content
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

One variant of convertor for the JavaScript (line) breakpoints. #4

Draft
wants to merge 71 commits into
base: lsp_client_dap
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
0aac8c1
Groovy: rebuild .(occurrences|completion|folds|indexed|semantic|ccres…
matthiasblaesing Dec 27, 2024
cb3c105
Update Groovy to 3.0.23
matthiasblaesing Dec 27, 2024
958a05f
Groovy: Run unittests for labled PRs on JDK 17 and 21
mbien Dec 29, 2024
9a5a9d7
[NETBEANS-7069] Support Nashorn 15.x for JDK >= 15
Nov 17, 2024
5151af3
Merge pull request #7972 from cz6ace/NETBEANS-7069_nashorn-15
matthiasblaesing Dec 30, 2024
40467c8
csl.api: Fix GsfSemanticLayer after 0ba2e7a43595d2a267c1fda58b469e6e9…
matthiasblaesing Dec 31, 2024
8431dc5
A JavaScript to DAP breakpoint convertor.
jlahoda Jan 1, 2025
59bea23
Merge pull request #8103 from matthiasblaesing/gh-8102
matthiasblaesing Jan 1, 2025
6d3af5e
CSS: Improve parsing of custom @-rules
matthiasblaesing Dec 31, 2024
34e2eef
DirectoryChooserUI button position adjustments
mbien Jan 2, 2025
5fcca19
solves #7043, formatting error of closing brace in record definition
homberghp Dec 30, 2024
62f8dbf
Better change tracking for Semantic highlighting for CSL
lkishalmi Dec 29, 2024
33cdacf
Merge pull request #8105 from mbien/dir-chooiser-pixel-adjustments
mbien Jan 2, 2025
12d71f4
DirectoryChooserUI: reduce reflective win ShellFolder API usage
mbien Jan 3, 2025
3e3e7b5
Dispatch additional test events
petrovic-d Dec 24, 2024
de61868
VSCode: Removing option for external formatters.
dbalek Jan 3, 2025
22f24f0
Merge pull request #8093 from petrovic-d/dispatch-additional-test-events
MartinBalin Jan 3, 2025
0c09359
Merge pull request #8095 from matthiasblaesing/groovy-update
matthiasblaesing Jan 3, 2025
8475069
Merge pull request #8106 from mbien/record-formatter-closing-brace-fix2
mbien Jan 5, 2025
08bc688
Merge pull request #8110 from mbien/reduce-shellfolder-usage
mbien Jan 5, 2025
c4c5d9c
refactoring: split NexusRepositoryIndexerImpl
mbien Nov 21, 2024
f263bc1
Move remote maven index from old into current cache if available
mbien Nov 21, 2024
ca502ee
On FlatLAF, add custom icons for file choosers and OptionPane to matc…
eirikbakke Dec 22, 2024
5ded943
Add another batch of SVG icons, drawn by myself. This is a continuati…
eirikbakke Dec 22, 2024
b9ac871
Merge pull request #7976 from mbien/remote-index-migration
mbien Jan 5, 2025
4aa7f77
PHP 8.4 Support: Add PHP 8.4 to the `PhpVersion`
junichi11 Dec 15, 2024
eda6940
PHP 8.4 Support: new MyClass()->method() without parentheses (Part 1)
junichi11 Dec 18, 2024
a2917f5
PHP 8.4 Support: new MyClass()->method() without parentheses (Part 2)
junichi11 Dec 28, 2024
6b32988
PHP 8.4 Support: new MyClass()->method() without parentheses (Part 3)
junichi11 Dec 30, 2024
00f65b8
PHP 8.4 Support: new MyClass()->method() without parentheses (Part 4)
junichi11 Dec 31, 2024
0875d01
PHP 8.4 Support: new MyClass()->method() without parentheses (Part 5)
junichi11 Jan 3, 2025
cbb5c44
PHP 8.4 Support: new MyClass()->method() without parentheses (Part 6)
junichi11 Jan 6, 2025
d72b592
Merge pull request #8111 from dbalek/dbalek/vscode-ext-formatter-sett…
dbalek Jan 7, 2025
0de987e
Update NOTICE and notice-stub year to 2025.
mbien Jan 7, 2025
dac2621
Merge pull request #8118 from mbien/notice-its-2025
mbien Jan 7, 2025
d6627c2
fix "ordered comparison of pointer with integer zero" compiler error
mbien Dec 15, 2024
e2e7daa
Remove java.security.manager=allow flag from windows launcher.
mbien Oct 15, 2024
272ebc2
Bump launcher version to 2.0.0
mbien Dec 4, 2024
13bcc42
OCI Cloud Assets: Select OCI Profile should display Correct region code.
dbalek Jan 7, 2025
6c17cc6
Merge pull request #8009 from mbien/remove-sm-flag-from-launcher
mbien Jan 7, 2025
b080e1e
#8098: Extending lsp.client with support for DAP
jtulach Jan 8, 2025
4c229c6
Merge pull request #8120 from dbalek/dbalek/oci-region-fix
dbalek Jan 8, 2025
a0e2838
Add petrovic-d as collaborator
MartinBalin Jan 8, 2025
9bf3674
Merge pull request #8117 from junichi11/php84-new-without-parentheses
junichi11 Jan 8, 2025
e6c6418
Fix ClassCastException on occurrence higlighting for CSL
lkishalmi Jan 7, 2025
cb84370
Merge pull request #8126 from MartinBalin/master
MartinBalin Jan 9, 2025
36bd525
SYNCHRONIZE permission added to 'readWriteAcl' list
thurka Jan 9, 2025
8d27edc
create new AclEntry with correct principal if ownerEntry is not found…
thurka Jan 9, 2025
7fb80d2
Merge pull request #8132 from thurka/thurka/GCN-5336
thurka Jan 9, 2025
56b8332
Merge pull request #8133 from thurka/thurka/GCN-5326
thurka Jan 9, 2025
5661a33
Error handling for TestAdapter and DBConfigurationProvider
petrovic-d Jan 10, 2025
dbcaa13
Fixing Fabric8 license file
jhorvath Jan 9, 2025
5118ff9
PHP 8.4 Support: #[\Deprecated] Attribute (Part 1)
junichi11 Jan 10, 2025
2490982
Minor imporovement for SemanticAnalysis
junichi11 Jan 11, 2025
c3a8f28
Regenerate PHP signature files
junichi11 Jan 11, 2025
0b5cc44
Merge pull request #8139 from junichi11/php84-deprecated-attribute
junichi11 Jan 11, 2025
9f32bc2
Merge pull request #8140 from junichi11/php-regenerate-sigfiles
junichi11 Jan 11, 2025
b556042
Merge pull request #8104 from matthiasblaesing/css_at_rule_space_brace
matthiasblaesing Jan 11, 2025
27a48fc
Cleanup warnings that are related to the use of a Result raw type..
BradWalker Jan 11, 2025
962c39b
Merge pull request #8131 from jhorvath/fix-fabric8-license
jhorvath Jan 13, 2025
3d25acc
Fixing the build output appearence in vscode
jhorvath Jan 9, 2025
3894c62
Cleanup the few remaining HashSet warnings.
BradWalker Jan 13, 2025
eaf4562
Merge pull request #8129 from jhorvath/fix-vscode-output
jhorvath Jan 13, 2025
5ae5a0f
typo fix for apidoc
ebarboni Jan 13, 2025
e390f33
Update to Windows launcher (2-6c17cc6) and move SM flag to config
mbien Jan 7, 2025
cb7da0c
Merge pull request #8122 from mbien/no-sm-win-launcher-update
mbien Jan 13, 2025
1057945
Merge pull request #8147 from BradWalker/cleanup_hashset_warnings
BradWalker Jan 14, 2025
b3bdee7
Merge pull request #7597 from BradWalker/cleanup_raw_type_Result
BradWalker Jan 14, 2025
11078f7
Merge pull request #8137 from petrovic-d/handle-errors-in-test-adapter
jhorvath Jan 14, 2025
6869ba2
Merge pull request #8148 from apache/apidocfixfornb25
ebarboni Jan 14, 2025
5c036fe
Merge branch 'master' into JS-breakpoint-convertor
jlahoda Jan 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ github:
# no force push to master
master: {}
collaborators:
- petrovic-d
- Achal1607
- asbachb
- troizet
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,9 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '17' ]
java: [ '17', '21' ]
exclude:
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
fail-fast: false
steps:

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache NetBeans
Copyright 2017-2024 The Apache Software Foundation
Copyright 2017-2025 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading