You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/05/16 19:13:09 UTC

[netbeans] branch release140 updated (be3cce51a5 -> 7da3eee6a9)

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

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


    from be3cce51a5 Merge pull request #4074 from apache/delivery
     add 73e99e4ae2 upgrade nb-javac to 18.0.1.
     add dfaa3a2d54 Merge pull request #4106 from mbien/nb-javac-1801
     add 9ac4cdeb3f IdentityMap used to attach node IDs. Diagnostics added.
     add d20b42c238 Avoid new node instance creation on refresh.
     add 27b4f06fa2 Merge pull request #4097 from sdedic/lsp/nodeid-exists
     add 1da70749a2 #4113: pretend that folders have no URI, so their icon can be customized.
     add be3f89a680 Changelog updated for 14.0
     add ef0cd1f3c6 Merge pull request #4121 from sdedic/vscode/icon-workaround-1.67
     add 2cd5649c6b change default integration test goal action mapping to failsafe
     add aaa9fca8a3 Merge pull request #4096 from ebarboni/issue4089
     new 7da3eee6a9 Merge pull request #4118 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:
 .../server/explorer/LspTreeViewServiceImpl.java    |   9 +
 .../modules/java/lsp/server/explorer/TreeItem.java |   7 +
 .../java/lsp/server/explorer/TreeViewProvider.java |  23 +-
 .../java/lsp/server/explorer/WeakIdentityMap.java  | 253 +++++++++++++++++++++
 java/java.lsp.server/vscode/CHANGELOG.md           |   5 +
 java/java.lsp.server/vscode/src/explorer.ts        |  28 ++-
 java/libs.javacapi/external/binaries-list          |   4 +-
 ...ense.txt => nb-javac-jdk-18.0.1+10-license.txt} |   4 +-
 java/libs.javacapi/nbproject/project.xml           |   4 +-
 java/libs.nbjavacapi/external/binaries-list        |   4 +-
 ...ense.txt => nb-javac-jdk-18.0.1+10-license.txt} |   4 +-
 java/libs.nbjavacapi/nbproject/project.properties  |   4 +-
 java/libs.nbjavacapi/nbproject/project.xml         |   4 +-
 .../maven/execute/defaultActionMappings.xml        |   6 +-
 .../org/netbeans/nbbuild/extlibs/ignored-overlaps  |   8 +-
 .../src/org/openide/nodes/AsynchChildren.java      |  14 +-
 .../src/org/openide/nodes/Children.java            |   3 +-
 .../src/org/openide/nodes/ChildFactoryTest.java    |  55 +++++
 18 files changed, 404 insertions(+), 35 deletions(-)
 create mode 100644 java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/explorer/WeakIdentityMap.java
 rename java/libs.javacapi/external/{nb-javac-jdk-18+36-license.txt => nb-javac-jdk-18.0.1+10-license.txt} (99%)
 rename java/libs.nbjavacapi/external/{nb-javac-jdk-18+36-license.txt => nb-javac-jdk-18.0.1+10-license.txt} (99%)


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


[netbeans] 01/01: Merge pull request #4118 from apache/delivery

Posted by sk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7da3eee6a99250b362b1c886005b8baf506ff007
Merge: be3cce51a5 aaa9fca8a3
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Mon May 16 21:13:05 2022 +0200

    Merge pull request #4118 from apache/delivery
    
     Sync delivery to release140 for 14-rc4

 .../server/explorer/LspTreeViewServiceImpl.java    |   9 +
 .../modules/java/lsp/server/explorer/TreeItem.java |   7 +
 .../java/lsp/server/explorer/TreeViewProvider.java |  23 +-
 .../java/lsp/server/explorer/WeakIdentityMap.java  | 253 +++++++++++++++++++++
 java/java.lsp.server/vscode/CHANGELOG.md           |   5 +
 java/java.lsp.server/vscode/src/explorer.ts        |  28 ++-
 java/libs.javacapi/external/binaries-list          |   4 +-
 ...ense.txt => nb-javac-jdk-18.0.1+10-license.txt} |   4 +-
 java/libs.javacapi/nbproject/project.xml           |   4 +-
 java/libs.nbjavacapi/external/binaries-list        |   4 +-
 ...ense.txt => nb-javac-jdk-18.0.1+10-license.txt} |   4 +-
 java/libs.nbjavacapi/nbproject/project.properties  |   4 +-
 java/libs.nbjavacapi/nbproject/project.xml         |   4 +-
 .../maven/execute/defaultActionMappings.xml        |   6 +-
 .../org/netbeans/nbbuild/extlibs/ignored-overlaps  |   8 +-
 .../src/org/openide/nodes/AsynchChildren.java      |  14 +-
 .../src/org/openide/nodes/Children.java            |   3 +-
 .../src/org/openide/nodes/ChildFactoryTest.java    |  55 +++++
 18 files changed, 404 insertions(+), 35 deletions(-)


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