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

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


The following commit(s) were added to refs/heads/master by this push:
     new a6824d6015 VSNetBeans doc changes for 13.0.301 VSIX release (#3931)
a6824d6015 is described below

commit a6824d601512620d4776037c34dc0fc8d51fb566
Author: Martin BalĂ­n <[email protected]>
AuthorDate: Thu Apr 7 18:06:12 2022 +0200

    VSNetBeans doc changes for 13.0.301 VSIX release (#3931)
---
 java/java.lsp.server/vscode/CHANGELOG.md            |  10 +++++++++-
 java/java.lsp.server/vscode/README.md               |  16 ++++++++++++++++
 .../vscode/images/cloud-explorer.png                | Bin 0 -> 37604 bytes
 .../vscode/images/database-explorer.png             | Bin 0 -> 40394 bytes
 .../vscode/images/move_refactoring.png              | Bin 0 -> 62152 bytes
 .../vscode/images/project-explorer.png              | Bin 26531 -> 72243 bytes
 6 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/java/java.lsp.server/vscode/CHANGELOG.md 
b/java/java.lsp.server/vscode/CHANGELOG.md
index 6703dc1a9e..11b842e98c 100644
--- a/java/java.lsp.server/vscode/CHANGELOG.md
+++ b/java/java.lsp.server/vscode/CHANGELOG.md
@@ -20,11 +20,19 @@
     under the License.
 
 -->
-## Version 13.0.601
+## Version 13.0.301
 * Added base code completion for Spock test framework
   * Spock Block Names are offered inside methods if the class extends Spock 
Specification
   * Parameter names are offered, if the parameters are defined in a method 
name that is annotated with @Unroll
 * Added Outline view for Groovy files
+* Significant improvements & bug fixes working with Gradle projects 
+* Info on project problems shown in VSCode 
+* Move refactoring updated to use rich form style
+* Oracle Cloud Explorer added
+* Database Explorer added for JDBC databases including wallet authentication 
style
+* Micronaut and JPA Entity classes supported together with Repository classes
+* GraalVM native image debugging fixes and improvements
+* Java Call Hierarchy added
 
 ## Version 12.6.301
 * Project Explorer to display logical project structure, dependencies and 
project files introduced
diff --git a/java/java.lsp.server/vscode/README.md 
b/java/java.lsp.server/vscode/README.md
index 61d3b6176b..974590303a 100644
--- a/java/java.lsp.server/vscode/README.md
+++ b/java/java.lsp.server/vscode/README.md
@@ -101,6 +101,10 @@ Some refactorings are two steps with like Override method 
... where method to be
 Change method parameters refactoring is provided using dedidacated form 
allowing to change, add, move, remove method parameters.
 ![Change method parameters refactoring](images/change_method_params.png)
 
+### Move Members Refactoring
+Move members refactoring provides dedicated form as well.
+![Move members refactoring](images/move_refactoring.png)
+
 ### Some of supported refactorings:
 * Convert to static import 
 * Rename       
@@ -152,6 +156,18 @@ Setting project's Maven pom.xml to skip native-image build 
everytime when projec
 
 When native image is built, including debug info then add __Launch Native 
Image__ configuration to launch.json. Select it in Run & Debug activity window 
and press F5 to debug Java source code on native image.
 
+## Database Support
+Database Explorer allows to connect to databases using appropriate JDBC 
drivers.
+Make Default Connection sets selected Database connection as default for IDE. 
This connection is then used by all IDE editors for SQL Code completion, or 
Micronaut Data queries, e.g. `findByPagesGreaterThan`
+
+![Database Explorer](images/database-explorer.png)
+
+## OCI Explorer
+Oracle Cloud Infrastructure Explorer supports viewing compartments and 
resources available on user OCI instance. It is defined by OCI config file 
which has to be downloaded according to [OCI 
instructions](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm)
 and saved in `<users_home>/.oci/config`
+
+![Cloud Explorer](images/cloud-explorer.png)
+
+It is possible to add JDBC connection to Oracle Autonomous DB running in OCI 
using __Add DB Connection__ menu. It downloads DB Wallet automatically.
 ## Supported Options
 
 * __netbeans.jdkhome__ - path to the JDK, see dedicated section below
diff --git a/java/java.lsp.server/vscode/images/cloud-explorer.png 
b/java/java.lsp.server/vscode/images/cloud-explorer.png
new file mode 100644
index 0000000000..b9ab9a8a9b
Binary files /dev/null and 
b/java/java.lsp.server/vscode/images/cloud-explorer.png differ
diff --git a/java/java.lsp.server/vscode/images/database-explorer.png 
b/java/java.lsp.server/vscode/images/database-explorer.png
new file mode 100644
index 0000000000..a1f8c1c5a5
Binary files /dev/null and 
b/java/java.lsp.server/vscode/images/database-explorer.png differ
diff --git a/java/java.lsp.server/vscode/images/move_refactoring.png 
b/java/java.lsp.server/vscode/images/move_refactoring.png
new file mode 100644
index 0000000000..165ef5e626
Binary files /dev/null and 
b/java/java.lsp.server/vscode/images/move_refactoring.png differ
diff --git a/java/java.lsp.server/vscode/images/project-explorer.png 
b/java/java.lsp.server/vscode/images/project-explorer.png
index 681ad1d029..568c27d7fc 100644
Binary files a/java/java.lsp.server/vscode/images/project-explorer.png and 
b/java/java.lsp.server/vscode/images/project-explorer.png differ


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