You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/06/22 11:21:54 UTC

[netbeans] branch master updated (4b1e25e -> 1a6c77d)

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

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


    from 4b1e25e  Merge pull request #2210 from JaroslavTulach/jtulach/RepeatableProxyConfig
     new 6365aaf  Make sure Lookup initialization succeeds in spite of not being able to start a Thread
     new b6ffe92  Allow usage of NbBundle in thread-less environments
     new e947146  Verify NbBundle and Lookup (with ActiveQueue) can be used in Thread-less sandbox
     new 1a6c77d  Merge pull request #2196 from JaroslavTulach/jtulach/LookupWithoutThreads

The 4073 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:
 .../openide/util/lookup/implspi/ActiveQueue.java   | 21 ++++++---
 .../ActiveQueueWithSecurityManagerTest.java        | 54 ++++++++++++++++++++++
 .../src/org/openide/util/TimedSoftReference.java   | 16 +++++--
 .../util/NbBundleWithSecurityManager.properties    | 18 ++++++++
 .../util/NbBundleWithSecurityManagerTest.java      | 52 +++++++++++++++++++++
 5 files changed, 150 insertions(+), 11 deletions(-)
 create mode 100644 platform/openide.util.lookup/test/unit/src/org/openide/util/lookup/implspi/ActiveQueueWithSecurityManagerTest.java
 create mode 100644 platform/openide.util/test/unit/src/org/openide/util/NbBundleWithSecurityManager.properties
 create mode 100644 platform/openide.util/test/unit/src/org/openide/util/NbBundleWithSecurityManagerTest.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