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/01 14:47:06 UTC

[netbeans] branch delivery updated (1bca448 -> 6da842b)

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

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


    from 1bca448  Merge pull request #3104 from neilcsmith-net/disco-validate-quickpkg
     new 1999981  Always call notifyAll() when changing value of the LOCK[0]
     new 9227546  Don't hold lock when notifying changes
     new f9ca932  Moving the LazyLookupProviders proxy lookup into own class
     new 5a44f56  Deliver events only after initialization is finished
     new 6da842b  Merge pull request #3136 from JaroslavTulach/jtulach/WaitWithoutNotify

The 5800 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:
 .../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 +++++++++++++++++++++
 5 files changed, 370 insertions(+), 96 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