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

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


    from 50ed41597a Merge pull request #6710 from 
mbien/ci-branch-restricted-trigger
     new cec4d6056f Adding CommandProvider API, to allow removal of commands 
out of java.lsp.server.
     new 7b3a0bd800 Merge branch 'master' into commandprovider2
     new 0db6df731a Merge pull request #6133 from lahodaj/commandprovider2

The 9333 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ide/api.lsp/apichanges.xml                         |  13 +
 ide/api.lsp/manifest.mf                            |   2 +-
 .../src/org/netbeans/spi/lsp/CommandProvider.java  |  48 ++++
 .../integration/commands/ProjectAuditCommand.java  |  20 +-
 .../commands/ProjectMetadataCommand.java           |  20 +-
 .../java/lsp/server/db/DBAddConnection.java        | 290 ++++++++++-----------
 .../java/lsp/server/db/DBCommandProvider.java      |  22 +-
 .../CodeActionsProvider2CommandProviderBridge.java |  63 +++++
 platform/openide.dialogs/apichanges.xml            |  15 ++
 platform/openide.dialogs/manifest.mf               |   2 +-
 .../src/org/openide/NotifyDescriptor.java          |  58 ++++-
 .../unit/src/org/openide/NotifyDescriptorTest.java |  44 +++-
 12 files changed, 400 insertions(+), 197 deletions(-)
 create mode 100644 ide/api.lsp/src/org/netbeans/spi/lsp/CommandProvider.java
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/CodeActionsProvider2CommandProviderBridge.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to