You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sd...@apache.org on 2022/02/08 08:29:02 UTC

[netbeans] branch master updated (130431c -> 927a880)

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 130431c  Merge pull request #3555 from mbien/hint-wizzard-deps
     new c361682  Call downloadWallet action from vscode
     new 4d89569  Special handling for NotifyDescriptor.InputLine
     new 774302c  Download DB Wallet action for vscode, NotifyDescriptor.PasswordLine
     new 927a880  Merge pull request #3546 from jhorvath/download-wallet

The 6579 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:
 enterprise/cloud.oracle/nbproject/project.xml      |  19 ++-
 .../modules/cloud/oracle/CompartmentNode.java      |   8 +-
 .../modules/cloud/oracle/DatabaseNode.java         |   4 +-
 .../modules/cloud/oracle/DownloadWalletAction.java |  47 +++++--
 .../modules/cloud/oracle/DownloadWalletDialog.java | 141 +++++++++++++++++----
 .../netbeans/modules/cloud/oracle/OCIManager.java  |  32 ++++-
 .../cloud/oracle/OpenServiceConsoleAction.java     |   1 +
 .../cloud/oracle/OracleCloudWizardIterator.java    |  10 +-
 .../modules/cloud/oracle/TenancyInstance.java      |   1 +
 .../netbeans/modules/cloud/oracle/TenancyNode.java |   3 +
 .../cloud/oracle/{ => items}/DatabaseItem.java     |  12 +-
 .../modules/cloud/oracle/{ => items}/OCIItem.java  |  22 +++-
 .../cloud/oracle/DownloadWalletDialogTest.java     |  16 ++-
 ...s.contextValues => cloud-cookies.contextValues} |   4 +-
 .../integration/database-cookies.contextValues     |   2 +-
 .../netbeans/modules/nbcode/integration/layer.xml  |   7 +
 java/java.lsp.server/nbproject/project.properties  |   2 +-
 java/java.lsp.server/nbproject/project.xml         |   2 +-
 .../lsp/server/protocol/WorkspaceUIContext.java    |   6 +
 .../lsp/server/ui/NotifyDescriptorAdapter.java     |  33 +++--
 .../modules/java/lsp/server/ui/UIContext.java      |  19 +++
 .../lsp/server/ui/AbstractDialogDisplayerTest.java |   6 +
 java/java.lsp.server/vscode/package.json           |  12 ++
 platform/openide.dialogs/apichanges.xml            |  16 ++-
 platform/openide.dialogs/manifest.mf               |   2 +-
 .../nbproject/org-openide-dialogs.sig              |   5 +
 .../src/org/openide/NotifyDescriptor.java          |  28 +++-
 27 files changed, 395 insertions(+), 65 deletions(-)
 rename enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/{ => items}/DatabaseItem.java (76%)
 rename enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/{ => items}/OCIItem.java (75%)
 copy java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/{database-cookies.contextValues => cloud-cookies.contextValues} (90%)

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

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