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

[netbeans] branch master updated (48ff3e7 -> 67f4796)

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

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


    from 48ff3e7  Cleanup warnings related to raw type Iterator.. (#3601)
     add 67f4796  Adding Create Autonomous Database Action/Command (#3608)

No new revisions were added by this update.

Summary of changes:
 enterprise/cloud.oracle/arch.xml                   |   7 +-
 .../modules/cloud/oracle/Bundle.properties         |   8 -
 .../modules/cloud/oracle/CompartmentNode.java      |  20 +-
 .../netbeans/modules/cloud/oracle/OCIManager.java  |  49 ++++-
 .../cloud/oracle/OracleCloudWizardIterator.java    |  12 +-
 .../netbeans/modules/cloud/oracle/TenancyNode.java |   7 +-
 .../oracle/actions/AbstractPasswordPanel.java      | 123 ++++++++++++
 .../cloud/oracle/{ => actions}/Bundle.properties   |  16 +-
 .../oracle/actions/CreateAutonomousDBAction.java   |  89 +++++++++
 .../CreateAutonomousDBDialog.form}                 | 117 +++++------
 .../oracle/actions/CreateAutonomousDBDialog.java   | 219 +++++++++++++++++++++
 .../oracle/{ => actions}/DownloadWalletAction.java |   7 +-
 .../oracle/{ => actions}/DownloadWalletDialog.form |  16 +-
 .../oracle/{ => actions}/DownloadWalletDialog.java |  96 +--------
 .../cloud/oracle/items/CompartmentItem.java        |  31 +++
 .../modules/cloud/oracle/items/OCIItem.java        |  30 +++
 .../AbstractPasswordPanelTest.java}                |  20 +-
 .../nbcode/integration/cloud-cookies.contextValues |   3 +-
 .../netbeans/modules/nbcode/integration/layer.xml  |   3 +-
 java/java.lsp.server/vscode/package.json           |  18 +-
 20 files changed, 671 insertions(+), 220 deletions(-)
 create mode 100644 enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/AbstractPasswordPanel.java
 copy enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/{ => actions}/Bundle.properties (76%)
 create mode 100644 enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/CreateAutonomousDBAction.java
 copy enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/{DownloadWalletDialog.form => actions/CreateAutonomousDBDialog.form} (59%)
 create mode 100644 enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/CreateAutonomousDBDialog.java
 rename enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/{ => actions}/DownloadWalletAction.java (94%)
 rename enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/{ => actions}/DownloadWalletDialog.form (88%)
 rename enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/{ => actions}/DownloadWalletDialog.java (82%)
 create mode 100644 enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/items/CompartmentItem.java
 rename enterprise/cloud.oracle/test/unit/src/org/netbeans/modules/cloud/oracle/{DownloadWalletDialogTest.java => actions/AbstractPasswordPanelTest.java} (75%)

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