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

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


    from 6f2483cdd7 Merge pull request #5560 from 
sdedic/lsp/updating-default-connection
     new 327e4cf671 Audit options extended, audit can just silently return data 
to the client.
     new 5d7fa89504 Improve default NB object serialization in LSP server.
     new dce56a7c77 Merge pull request #5590 from sdedic/oci/audit-command-api

The 8220 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:
 .../modules/cloud/oracle/adm/AuditOptions.java     |  37 +++-
 .../modules/cloud/oracle/adm/AuditResult.java      | 109 ++++++++++++
 .../cloud/oracle/adm/ProjectVulnerability.java     |  10 +-
 .../cloud/oracle/adm/VulnerabilityWorker.java      |  29 +++-
 .../modules/nbcode/integration/ExtraGsonSetup.java |  65 +++++++
 .../integration/commands/ProjectAuditCommand.java  |  64 +++++--
 .../commands/ProjectMetadataCommand.java           |  65 +------
 .../modules/java/lsp/server/LspGsonSetup.java      |  42 +++++
 .../java/lsp/server/protocol/NbGsonAdapter.java    | 189 +++++++++++++++++++++
 .../modules/java/lsp/server/protocol/Server.java   |  21 ++-
 10 files changed, 547 insertions(+), 84 deletions(-)
 create mode 100644 
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/adm/AuditResult.java
 create mode 100644 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/ExtraGsonSetup.java
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/LspGsonSetup.java
 create mode 100644 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/NbGsonAdapter.java


---------------------------------------------------------------------
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