This is an automated email from the ASF dual-hosted git repository.

jlahoda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit e6ab901c83b213c1e0595d8a66ab6832c658959e
Merge: a29d0fc6781 562e2e96ee4
Author: Jan Lahoda <[email protected]>
AuthorDate: Fri Nov 7 10:36:52 2025 +0100

    Merge pull request #8514 from Achal1607/refactor-configuration
    
    Refactored configuration management for LSP module

 .../protocol/ClientConfigurationManager.java       | 205 ++++++++++++
 .../java/lsp/server/protocol/ConfigValueCache.java | 302 +++++++++++++++++
 .../server/protocol/LspServerTelemetryManager.java |  17 +-
 .../lsp/server/protocol/NbCodeClientWrapper.java   |   8 +-
 .../lsp/server/protocol/NbCodeLanguageClient.java  |   6 +
 .../modules/java/lsp/server/protocol/Server.java   |  82 +++--
 .../server/protocol/TextDocumentServiceImpl.java   |  44 +--
 .../lsp/server/protocol/WorkspaceServiceImpl.java  |  77 +++--
 .../EnablePreviewSingleSourceFile.java             |   9 +-
 .../java/lsp/server/TestCodeLanguageClient.java    |   6 +
 .../java/lsp/server/explorer/ProjectViewTest.java  |   7 +
 .../protocol/ClientConfigurationManagerTest.java   | 234 +++++++++++++
 .../lsp/server/protocol/ConfigValueCacheTest.java  | 371 +++++++++++++++++++++
 .../java/lsp/server/protocol/ServerTest.java       |  32 +-
 14 files changed, 1286 insertions(+), 114 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to