This is an automated email from the ASF dual-hosted git repository.
skygo pushed a change to branch release240
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 4aeb2be7a20 Merge pull request #7905 from apache/delivery
add 4fe26a784e9 Validation before adding items into CloudAssets
add 4503a3788e2 Merge pull request #7929 from jhorvath/arch-warning
add 13a03d23ca3 Improve how the docker image is executed in the oci
compute instance
add e0f5934cbe5 Merge pull request #7936 from jhorvath/oci-ci-improve
add 206da8ef3ce OutputWindow: text selection can start at index 0.
add 6ea89fac113 Merge pull request #7951 from
mbien/output-selection-at-zero-fix_delivery
add b1bf728adfb [NETBEANS-7467] Fixing synchronization in
TokenList.resetToIndex
add ae5d1d6982e Merge pull request #7937 from lahodaj/NETBEANS-7467
new 0be8be2cd31 Merge pull request #7956 from apache/delivery
The 1 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:
.../cloud/oracle/actions/ConfigMapUploader.java | 12 +++--
.../modules/cloud/oracle/assets/CloudAssets.java | 15 +++++-
.../cloud/oracle/assets/CreateConfigCommand.java | 4 +-
.../cloud/oracle/assets/PropertiesGenerator.java | 1 +
.../modules/cloud/oracle/assets/Validator.java | 58 ++++++++++++++++++++++
.../cloud/oracle/compute/ComputeInstanceItem.java | 24 ++++++++-
.../oracle/developer/ContainerRepositoryItem.java | 21 +++++++-
.../cloud/oracle/developer/ContainerTagItem.java | 21 +++++++-
.../java/editor/base/semantic/TokenList.java | 21 ++++++--
java/java.lsp.server/vscode/src/extension.ts | 48 +++++++++++++++---
.../core/output2/ui/AbstractOutputPane.java | 2 +-
11 files changed, 203 insertions(+), 24 deletions(-)
create mode 100644
enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/Validator.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