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 2021/09/02 13:28:34 UTC

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

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

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

commit fd523ddc12d6156412d7b81f0c8663d8913d1021
Merge: 0067d3c 8886ee9
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Sep 2 15:28:23 2021 +0200

    Merge pull request #3144 from apache/delivery
    
    synchronize delivery and branch release125

 .../groovy/editor/compiler/CompilationUnit.java    |   1 +
 .../groovy/editor/completion/MethodCompletion.java |   4 +-
 .../groovy/editor/completion/TypesCompletion.java  |   4 +-
 .../completion/provider/JavaElementHandler.java    |   4 +-
 .../groovy/editor/java/JavaElementHandle.java      |   1 +
 .../netbeans/modules/projectapi/LazyLookup.java    | 121 +++++++++++++++++++
 .../modules/projectapi/LazyLookupProviders.java    | 115 +++++-------------
 .../spi/project/support/DelegatingLookupImpl.java  |  35 ++++--
 .../modules/projectapi/LazyLookupTest.java         |  66 +++++++++++
 .../support/DelegatingLookupDeadlock5914Test.java  | 129 +++++++++++++++++++++
 nb/ide.launcher/netbeans.conf                      |   2 +-
 11 files changed, 379 insertions(+), 103 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