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:33 UTC

[netbeans] branch release125 updated (0067d3c -> fd523dd)

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

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


    from 0067d3c  Merge pull request #3121 from apache/delivery
     add 1999981  Always call notifyAll() when changing value of the LOCK[0]
     add 9227546  Don't hold lock when notifying changes
     add f9ca932  Moving the LazyLookupProviders proxy lookup into own class
     add 5a44f56  Deliver events only after initialization is finished
     add 6da842b  Merge pull request #3136 from JaroslavTulach/jtulach/WaitWithoutNotify
     add df94310  Add missing --add-opens to fix warnings on recent JDKs
     add 8202430  Merge pull request #3137 from matthiasblaesing/gtk_laf_fix_jdk15
     add b40953b  Get elements resolved before working with types.
     add 8886ee9  Merge pull request #3139 from sdedic/bugfix/javacompiler-phase
     new fd523dd  Merge pull request #3144 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:
 .../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(-)
 create mode 100644 ide/projectapi/src/org/netbeans/modules/projectapi/LazyLookup.java
 create mode 100644 ide/projectapi/test/unit/src/org/netbeans/modules/projectapi/LazyLookupTest.java
 create mode 100644 ide/projectapi/test/unit/src/org/netbeans/spi/project/support/DelegatingLookupDeadlock5914Test.java

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